package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.10.0.tbz
sha256=9ff03384a98a8df79852cc674f0b4738ba8aec17029b6e2eeb514f895e710355
sha512=8133cdcc5499a6bf21cd65b4fc8b12445ae39366731006773fcd3b348c553a8d89d004db161c655aa167a2a3653b7919d32b27f29217106ef762bd01b43afc76

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 01 Aug 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.3"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. activitypub
  18. activitypub_client
  19. activitypub_gui
  20. activitypub_server
  21. activitypub_server_gui
  22. adelfa
  23. advi
  24. afl-persistent >= "1.4"
  25. agrid
  26. ahrocksdb
  27. aifad >= "2.2.1"
  28. alba >= "0.4.1"
  29. albatross
  30. alcotest
  31. alcotest-async
  32. alcotest-js
  33. alcotest-lwt
  34. alcotest-mirage
  35. alg_structs
  36. alg_structs_qcheck
  37. algaeff
  38. allegro5
  39. alonzo
  40. alsa >= "0.3.0"
  41. alt-ergo >= "2.3.0" & < "2.6.0"
  42. alt-ergo-free >= "2.4.3"
  43. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  44. alt-ergo-parsers < "2.6.0"
  45. alt-ergo-plugin-ab-why3 < "2.6.0"
  46. altgr-ergo >= "2.3.0"
  47. ambient-context
  48. ambient-context-eio
  49. ambient-context-lwt
  50. amqp-client >= "2.0.3"
  51. amqp-client-async
  52. amqp-client-lwt
  53. ancient >= "0.10.0"
  54. anders
  55. angstrom >= "0.11.1"
  56. angstrom-async >= "0.11.1"
  57. angstrom-lwt-unix >= "0.11.1"
  58. angstrom-unix >= "0.11.1"
  59. ansi
  60. ansi-parse
  61. anthill
  62. antic
  63. ao >= "0.2.2"
  64. api-watch
  65. apronext
  66. arb
  67. arc
  68. archetype
  69. archi
  70. archi-async
  71. archi-lwt
  72. arg-complete
  73. argon2
  74. argsh
  75. arp
  76. arrakis < "1.1.0"
  77. art
  78. asai
  79. asak
  80. ask
  81. ask-integrator
  82. asli >= "0.2.0"
  83. aslref
  84. asn1-combinators >= "0.2.5"
  85. ast_generic
  86. async < "v0.17.0"
  87. async-uri
  88. async_durable < "v0.17.0"
  89. async_extra < "v0.17.0"
  90. async_find < "v0.17.0"
  91. async_graphics
  92. async_inotify < "v0.17.0"
  93. async_interactive < "v0.17.0"
  94. async_js < "v0.17.0"
  95. async_kernel < "v0.17.0"
  96. async_rpc_kernel < "v0.17.0"
  97. async_rpc_websocket < "v0.17.0"
  98. async_sendfile < "v0.17.0"
  99. async_shell < "v0.17.0"
  100. async_smtp < "v0.17.0"
  101. async_ssl < "v0.17.0"
  102. async_udp < "v0.17.0"
  103. async_unix < "v0.17.0"
  104. async_websocket < "v0.17.0"
  105. atable
  106. atacama < "0.0.4"
  107. atd >= "2.2.1" & < "4.0.0"
  108. atdcpp < "4.0.0"
  109. atdd < "4.0.0"
  110. atdgen >= "2.2.1" & < "4.0.0"
  111. atdgen-codec-runtime < "4.0.0"
  112. atdgen-runtime >= "2.2.1" & < "4.0.0"
  113. atdj >= "2.2.1" & < "4.0.0"
  114. atdpy < "4.0.0"
  115. atds < "4.0.0"
  116. atdts < "4.0.0"
  117. atomic < "base"
  118. autofonce
  119. autofonce_config
  120. autofonce_core
  121. autofonce_lib
  122. autofonce_m4
  123. autofonce_misc
  124. autofonce_patch
  125. autofonce_share
  126. avro
  127. avro-compiler
  128. awa
  129. awa-mirage
  130. aws >= "1.2"
  131. aws-async
  132. aws-autoscaling >= "1.2"
  133. aws-cloudformation >= "1.2"
  134. aws-cloudtrail >= "1.2"
  135. aws-cloudwatch
  136. aws-config
  137. aws-ec2 >= "1.2"
  138. aws-elasticache
  139. aws-elasticloadbalancing >= "1.2"
  140. aws-lwt
  141. aws-rds
  142. aws-route53
  143. aws-s3
  144. aws-s3-async
  145. aws-s3-lwt
  146. aws-sdb >= "1.2"
  147. aws-sqs
  148. aws-ssm >= "1.2"
  149. aws-sts >= "1.2"
  150. awsm
  151. awsm-async
  152. awsm-codegen
  153. awsm-lwt
  154. azblob
  155. azblob-async
  156. azure-cosmos-db < "0.4.0"
  157. babel < "v0.17.0"
  158. backoff
  159. bag
  160. baguette_sharp
  161. bam
  162. bam-ppx
  163. bancos
  164. bank
  165. bare_encoding
  166. bark
  167. base < "v0.17.0"
  168. base32
  169. base64 >= "2.3.0"
  170. base_bigstring < "v0.17.0"
  171. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  172. base_trie < "v0.17.0"
  173. bastet
  174. bastet_async
  175. bastet_lwt
  176. batch_jaro_winkler
  177. batsat
  178. batteries >= "3.7.1"
  179. bdd >= "0.5"
  180. bddrand
  181. bech32
  182. bechamel
  183. bechamel-js
  184. bechamel-notty
  185. bechamel-perf
  186. beluga >= "1.0"
  187. benchmark >= "1.6"
  188. benchpress
  189. benchpress-server
  190. bencode >= "2.0"
  191. bentov
  192. bestline
  193. bheap >= "2.0.0"
  194. bibfmt
  195. bidirectional_map < "v0.17.0"
  196. bigarray-compat
  197. bigarray-overlap
  198. bigdecimal < "v0.17.0"
  199. bignum < "v0.17.0"
  200. bigstring >= "0.3"
  201. bigstring-unix
  202. bigstringaf >= "0.5.0"
  203. bimage
  204. bimage-display
  205. bimage-gtk
  206. bimage-io
  207. bimage-lwt
  208. bimage-sdl
  209. bimage-unix
  210. bimap
  211. bin
  212. bin_prot < "v0.17.0"
  213. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  214. binaryen_dsl
  215. bindlib >= "6.0.0"
  216. biniou >= "1.2.1"
  217. binning
  218. binsec < "0.11.0"
  219. bio_io
  220. biocaml
  221. biotk
  222. bisect_ppx >= "1.4.0"
  223. bistro
  224. bistro-bio
  225. bitcoin >= "3.0"
  226. bitcoin-cohttp-async
  227. bitcoin-cohttp-lwt
  228. bitcoin-ocurl
  229. bitcoinml
  230. bitlib
  231. bitmasks
  232. bitpack_serializer
  233. bitstring >= "3.1.1" & < "5.0.2"
  234. bitv >= "1.4"
  235. bitwuzla
  236. bitwuzla-bin < "1.0.0"
  237. bitwuzla-c
  238. bitwuzla-cxx
  239. bjack >= "0.1.6"
  240. blake3
  241. bloomf
  242. bls12-381 < "19.0"
  243. bls12-381-gen
  244. bls12-381-hash
  245. bls12-381-js
  246. bls12-381-js-gen
  247. bls12-381-legacy
  248. bls12-381-signature
  249. bls12-381-unix
  250. blurhash
  251. bnfgen
  252. bogue
  253. bogue-tutorials
  254. boltzgen < "0.9.5"
  255. bonsai < "v0.17.0"
  256. boulangerie
  257. box
  258. brr-lwd
  259. bson2
  260. bst >= "7.0.1"
  261. bstr
  262. buffer-pool
  263. build_path_prefix_map >= "0.3"
  264. builder
  265. builder-web
  266. bun >= "0.3.4"
  267. bwd
  268. bwrap
  269. bytearray >= "1.0.1"
  270. bytebuffer
  271. bytepdf
  272. bz2
  273. ca-certs
  274. ca-certs-nss
  275. cachet
  276. cachet-lwt
  277. cachet-solo5
  278. cactus
  279. cairn
  280. cairo2 >= "0.6"
  281. cairo2-gtk
  282. cairo2-pango
  283. caisar < "2.1"
  284. caisar-ir
  285. caisar-nnet
  286. caisar-onnx
  287. caisar-ovo
  288. caisar-xgboost
  289. calcium
  290. calculon >= "0.4"
  291. calculon-redis
  292. calculon-redis-lib
  293. calculon-web
  294. calendar >= "3.0.0"
  295. calendars
  296. calipso
  297. calli
  298. callipyge >= "0.2"
  299. camelot
  300. camels
  301. camelsnakekebab
  302. camldiets
  303. camlimages >= "5.0.2"
  304. camlix
  305. camlon >= "3.1.0"
  306. camlp-streams
  307. camlrack
  308. camltc >= "0.9.8"
  309. camomile >= "1.0.2"
  310. camyll
  311. canary
  312. capnp >= "3.5.0"
  313. capnp-rpc < "2.1"
  314. capnp-rpc-lwt < "2.0"
  315. capnp-rpc-net < "2.1"
  316. capnp-rpc-unix < "2.1"
  317. caqti >= "1.0.0"
  318. caqti-async >= "1.0.0"
  319. caqti-driver-mariadb
  320. caqti-driver-pgx
  321. caqti-driver-postgresql >= "1.0.0"
  322. caqti-driver-sqlite3 >= "1.0.0"
  323. caqti-dynload >= "1.0.0"
  324. caqti-eio
  325. caqti-lwt >= "1.0.0"
  326. caqti-miou
  327. caqti-mirage
  328. caqti-tls
  329. caqti-type-calendar >= "1.0.0"
  330. carbon < "0.2.0"
  331. carray
  332. carton < "1.0.0"
  333. carton-git
  334. carton-lwt < "1.0.0"
  335. catala < "0.9.0"
  336. catala-format >= "0.2.0"
  337. catala-lsp
  338. catapult
  339. catapult-client
  340. catapult-daemon
  341. catapult-file
  342. catapult-sqlite
  343. cb-check
  344. cbor >= "0.3"
  345. cborl
  346. ccbg
  347. cconv >= "0.5"
  348. cconv-ppx
  349. cdb
  350. cdrom >= "0.9.4"
  351. ceph
  352. certify >= "0.3.0"
  353. cf
  354. cf-lwt
  355. cfg >= "2.2.0"
  356. cfml
  357. cfstream >= "1.3.1"
  358. chacha
  359. chamelon >= "0.2.1"
  360. chamelon-unix
  361. chamo
  362. charInfo_width
  363. charrua
  364. charrua-client
  365. charrua-server
  366. charrua-unix
  367. charset
  368. chartjs
  369. chartjs-annotation
  370. chartjs-colorschemes
  371. chartjs-datalabels
  372. chartjs-streaming
  373. chase
  374. checkseum = "0.0.3" | >= "0.2.1"
  375. choice >= "0.4"
  376. cid
  377. cinaps >= "v0.12.0"
  378. clangml >= "4.0.0"
  379. clangml-transforms
  380. clap >= "0.2.0"
  381. clarity-lang
  382. class_group_vdf
  383. clim
  384. clim-ppx
  385. climate
  386. cll
  387. clp_operations
  388. clz
  389. cmarker
  390. cmdliner-stdlib
  391. cmon
  392. codept
  393. codept-lib
  394. cohttp >= "1.1.1"
  395. cohttp-async
  396. cohttp-bench
  397. cohttp-curl
  398. cohttp-curl-async
  399. cohttp-curl-lwt
  400. cohttp-eio
  401. cohttp-lwt
  402. cohttp-lwt-jsoo
  403. cohttp-lwt-unix
  404. cohttp-mirage
  405. cohttp-server-lwt-unix
  406. cohttp-top
  407. cohttp_async_websocket < "v0.17.0"
  408. cohttp_static_handler < "v0.17.0"
  409. coin >= "0.1.1"
  410. colibri2
  411. colibrics
  412. colibrilib
  413. colombe
  414. color >= "0.2.0"
  415. color-brewery
  416. combinaml
  417. combinat
  418. comby
  419. comby-kernel
  420. comby-semantic
  421. command_rpc < "v0.17.0"
  422. conan
  423. conan-cli
  424. conan-database
  425. conan-lwt
  426. conan-unix
  427. conduit
  428. conduit-async
  429. conduit-lwt
  430. conduit-lwt-unix
  431. conduit-mirage
  432. conex >= "0.10.0"
  433. conex-mirage-crypto
  434. confero
  435. config-file = "1.2.1"
  436. conformist
  437. containers
  438. containers-data
  439. containers-thread
  440. content_security_policy < "v0.17.0"
  441. cookie
  442. cookies
  443. coq >= "8.14.0" & < "9.0.0"
  444. coq-core
  445. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0" | = "0.2.5+8.20"
  446. coq-of-ocaml >= "2.4.1"
  447. coq-serapi >= "8.9.0+0.6.0"
  448. coq-stdlib < "9.0.0"
  449. coq-waterproof
  450. coqide >= "8.14.0"
  451. coqide-server
  452. core < "v0.17.0"
  453. core-and-more
  454. core_bench < "v0.17.0"
  455. core_compat
  456. core_extended < "v0.17.0"
  457. core_kernel >= "v0.12.3" & < "v0.17.0"
  458. core_profiler < "v0.17.0"
  459. core_unix < "v0.17.0"
  460. cosovo
  461. cow >= "2.4.0"
  462. cowabloga >= "0.5.0"
  463. cpm >= "12.1.2"
  464. cppo >= "1.6.6"
  465. cppo_ocamlbuild >= "1.6.6"
  466. cps_toolbox
  467. cpu
  468. cpuid >= "0.1.2"
  469. crc >= "2.1.0"
  470. crlibm >= "0.3"
  471. crontab
  472. crowbar >= "0.2"
  473. crunch
  474. cry >= "0.6.5"
  475. crypt >= "2.0"
  476. cryptokit >= "1.16.1"
  477. csexp
  478. csexp-query
  479. css
  480. css-parser
  481. cstruct
  482. cstruct-async
  483. cstruct-lwt
  484. cstruct-sexp
  485. cstruct-unix
  486. csv >= "2.2"
  487. csv-lwt >= "2.1"
  488. csvfields < "v0.17.0"
  489. csvtool
  490. ctoxml
  491. ctypes >= "0.21.1"
  492. ctypes-foreign >= "0.21.1"
  493. ctypes-zarith
  494. ctypes_stubs_js
  495. cucumber
  496. cudd < "0.1.3"
  497. cudf >= "0.10"
  498. cue_sheet_maker
  499. cuid >= "0.2"
  500. cumulus
  501. curl
  502. curl_lwt
  503. curly >= "0.2.0"
  504. current
  505. current-albatross-deployer
  506. current-web-pipelines
  507. current_ansi
  508. current_docker
  509. current_examples
  510. current_git
  511. current_github
  512. current_gitlab
  513. current_incr
  514. current_ocluster
  515. current_rpc
  516. current_slack
  517. current_ssh
  518. current_web
  519. curses >= "1.0.9" & < "1.0.12"
  520. curve-sampling
  521. cvc5
  522. cviode
  523. daft >= "0.0.4"
  524. dap
  525. data-encoding
  526. dataframe
  527. datakit-server >= "0.12.2"
  528. datakit-server-9p >= "0.12.2"
  529. datalog >= "0.6"
  530. dates_calc < "0.0.7"
  531. daypack-lib
  532. dbf != "0.1.1"
  533. dblp
  534. dblp-api
  535. debian-formats >= "0.1.2"
  536. decimal
  537. decoders >= "0.1.2"
  538. decoders-bencode
  539. decoders-cbor
  540. decoders-ezjsonm >= "0.1.2"
  541. decoders-ezxmlm
  542. decoders-jsonaf
  543. decoders-jsonm
  544. decoders-msgpck
  545. decoders-sexplib
  546. decoders-yojson >= "0.1.2"
  547. decompress >= "0.8.1"
  548. dedent < "v0.17.0"
  549. dedukti >= "2.7"
  550. delimcc_of_fxhandler
  551. delimited_parsing < "v0.17.0"
  552. depyt
  553. devkit >= "1.0"
  554. diet >= "0.2"
  555. diff
  556. diffable
  557. digestif >= "0.9.0"
  558. directories
  559. dirsift
  560. diskuvbox
  561. disml
  562. dispatch >= "0.4.1"
  563. dispatch-js
  564. distributed >= "0.6.0"
  565. distributed-lwt >= "0.2.0"
  566. distributed-uwt >= "0.2.0"
  567. dkim
  568. dkim-bin
  569. dkim-lwt-unix
  570. dkim-mirage
  571. dkml-c-probe
  572. dkml-dune-dsl
  573. dkml-dune-dsl-show
  574. dkml-install
  575. dkml-install-installer
  576. dkml-install-runner
  577. dkml-runtime-common >= "2.0.3"
  578. dkml-runtime-distribution
  579. dkml-workflows
  580. dlm >= "0.3.1"
  581. dmap
  582. dmarc
  583. dns
  584. dns-certify
  585. dns-cli
  586. dns-client
  587. dns-client-lwt
  588. dns-client-miou-unix
  589. dns-client-mirage
  590. dns-lwt
  591. dns-mirage
  592. dns-resolver
  593. dns-server
  594. dns-stub
  595. dns-tsig
  596. dnsrobot
  597. dnssec
  598. docfd
  599. docker-api >= "0.2"
  600. docker_hub
  601. dockerfile < "8.3.5"
  602. dockerfile-cmd < "8.3.5"
  603. dockerfile-opam >= "8.2.7" & < "8.3.5"
  604. docteur
  605. docteur-solo5
  606. docteur-unix
  607. doculib
  608. doi2bib
  609. dokeysto >= "3.0.2"
  610. dokeysto_camltc >= "3.0.2"
  611. dokeysto_lz4 >= "3.0.2"
  612. dolmen >= "0.4.1"
  613. dolmen_bin
  614. dolmen_loop
  615. dolmen_lsp
  616. dolmen_model
  617. dolmen_type
  618. dolog >= "4.0.0"
  619. domain-local-await
  620. domain-local-timeout
  621. domain-name
  622. domain_shims
  623. domainslib
  624. dose3 >= "6.1"
  625. dose3-extra
  626. dot-merlin-reader
  627. dotenv
  628. dream
  629. dream-accept
  630. dream-cli
  631. dream-encoding
  632. dream-html
  633. dream-htmx
  634. dream-httpaf
  635. dream-livereload
  636. dream-pure
  637. dream-serve
  638. dream_middleware_ext
  639. drom >= "0.3.0"
  640. drom_lib >= "0.3.0"
  641. drom_toml
  642. dropbox
  643. dropbox_lwt_unix
  644. dscheck
  645. dssi >= "0.1.3"
  646. dtc-pb
  647. dtoa >= "0.3.2"
  648. dtools
  649. dual
  650. duff >= "0.2"
  651. dum >= "1.0.3"
  652. dump_ocamlformat
  653. dune-ai-context
  654. dune-build-info < "3.15.3"
  655. dune-cargo-build
  656. dune-compiledb
  657. dune-configurator >= "2.5.1" & < "3.15.3"
  658. dune-deps
  659. dune-expand
  660. dune-private-libs < "3.15.3"
  661. dune-release >= "1.0.0" & < "2.1.0"
  662. duppy
  663. duration
  664. dyn < "3.15.3"
  665. dypgen
  666. earley >= "3.0.0"
  667. earlybird
  668. easy-format >= "1.3.2"
  669. easy_logging
  670. easy_logging_yojson
  671. ecaml < "v0.17.0"
  672. edn
  673. ego
  674. eigen >= "0.1.0"
  675. eio
  676. eio-ssl
  677. eio_linux
  678. eio_main
  679. eio_posix
  680. eio_windows
  681. either
  682. elasticsearch-cli >= "0.5"
  683. electrod
  684. eliom >= "10.1.2" & < "12.0.0"
  685. elm_core
  686. elm_playground
  687. elm_playground_native
  688. elm_playground_web
  689. elm_system
  690. elpi
  691. email_message < "v0.17.0"
  692. embedded_ocaml_templates
  693. emile >= "0.4"
  694. emoji >= "2.0.0"
  695. encore >= "0.4"
  696. env_config < "v0.17.0"
  697. epictetus
  698. eqaf >= "0.2"
  699. eqaf-cstruct
  700. equinoxe
  701. equinoxe-cohttp
  702. equinoxe-hlc
  703. erlang
  704. errpy
  705. erssical
  706. esa
  707. esgg
  708. esperanto-cosmopolitan >= "0.0.5"
  709. ethernet
  710. euler
  711. exenum >= "0.86"
  712. exit
  713. expect >= "0.1.0"
  714. expect_test_helpers
  715. expect_test_helpers_async < "v0.17.0"
  716. expect_test_helpers_core < "v0.17.0"
  717. expect_test_helpers_kernel
  718. expr
  719. extism
  720. extism-manifest
  721. extlib >= "1.7.9"
  722. extunix >= "0.3.1"
  723. ez_api
  724. ez_cmdliner >= "0.2.0"
  725. ez_config >= "0.2.0"
  726. ez_file >= "0.3.0"
  727. ez_hash
  728. ez_pgocaml
  729. ez_search
  730. ez_subst
  731. ezcurl
  732. ezcurl-lwt
  733. ezdl
  734. ezgzip >= "0.2.3"
  735. ezjs_ace
  736. ezjs_blockies
  737. ezjs_cleave
  738. ezjs_crypto
  739. ezjs_cytoscape
  740. ezjs_d3pie
  741. ezjs_extension
  742. ezjs_fetch
  743. ezjs_idb
  744. ezjs_jquery
  745. ezjs_min
  746. ezjs_odometer
  747. ezjs_push
  748. ezjs_qrcode
  749. ezjs_recaptcha
  750. ezjs_timeline
  751. ezjsonm >= "1.0.0"
  752. ezjsonm-encoding
  753. ezjsonm-lwt
  754. ezlua
  755. ezresto
  756. ezresto-directory
  757. ezsqlite >= "0.4.2"
  758. ezxmlm >= "1.1.0"
  759. FPauth
  760. FPauth-core
  761. FPauth-responses
  762. FPauth-strategies
  763. FrontC >= "4.0.0"
  764. faad >= "0.5.0"
  765. facteur
  766. fadbadml >= "0.1.2"
  767. faraday >= "0.7.1"
  768. faraday-async >= "0.7.1"
  769. faraday-lwt >= "0.7.1"
  770. faraday-lwt-unix >= "0.7.1"
  771. farith
  772. farmhash >= "0.4"
  773. fasmifra
  774. fat-filesystem >= "0.13.0"
  775. fd-send-recv >= "2.0.1"
  776. fdkaac >= "0.3.2"
  777. feat
  778. feat-core
  779. feat-num
  780. feather
  781. feather_async
  782. ff
  783. ff-bench
  784. ff-pbt
  785. ff-sig
  786. ffmpeg >= "1.0.0~beta1"
  787. ffmpeg-av
  788. ffmpeg-avcodec
  789. ffmpeg-avdevice
  790. ffmpeg-avfilter
  791. ffmpeg-avutil
  792. ffmpeg-swresample
  793. ffmpeg-swscale
  794. fftw3 >= "0.8.2"
  795. fiat-p256
  796. fiber
  797. fiber-lwt
  798. fieldslib >= "v0.12.0" & < "v0.17.0"
  799. file_path < "v0.17.0"
  800. fileutils >= "0.6.1"
  801. finch
  802. fit < "1.3.2"
  803. fix >= "20181206"
  804. flac
  805. flatunionfind
  806. flex-array
  807. flint
  808. flow_parser >= "0.229.1"
  809. fluxt
  810. fmlib
  811. fmlib_browser
  812. fmlib_js
  813. fmlib_parse
  814. fmlib_pretty
  815. fmlib_std
  816. fontforge-of-ocaml
  817. forester < "4.2.0"
  818. frama-c >= "26.0~beta" & < "30.0~beta"
  819. frama-c-lannotate = "0.2.3"
  820. frama-c-luncov = "0.2.1"
  821. frama-c-metacsl >= "0.4" & < "0.8~beta"
  822. frama-clang < "0.0.17~beta"
  823. fred
  824. freetds >= "0.7"
  825. frei0r >= "0.1.2"
  826. frenetic
  827. fromager
  828. fsevents
  829. fsevents-lwt
  830. fsml
  831. fstar >= "2025.02.17" & < "2025.12.15"
  832. fswatch
  833. fswatch_async
  834. fswatch_lwt
  835. fun-postgresql
  836. fun-sql
  837. fun-sqlite
  838. functoria
  839. functoria-runtime
  840. fuseau
  841. fuseau-lwt
  842. fuzzy_compare
  843. fuzzy_match < "v0.17.0"
  844. fzf < "v0.17.0"
  845. General
  846. GT < "0.5.4"
  847. gapi-ocaml
  848. gbddml
  849. gd >= "1.1"
  850. gdbprofiler >= "0.4"
  851. gemini >= "0.3.0"
  852. gen >= "0.5.2"
  853. gen_js_api < "1.1.7"
  854. gendarme < "0.4.1"
  855. gendarme-csv < "0.4.1"
  856. gendarme-ezjsonm < "0.4.1"
  857. gendarme-json < "0.4.0"
  858. gendarme-toml < "0.4.1"
  859. gendarme-yaml < "0.4.1"
  860. gendarme-yojson < "0.4.1"
  861. genprint
  862. genspio >= "0.0.3"
  863. genspir >= "1.0.1"
  864. geojson
  865. geojsone
  866. geoml
  867. get_line >= "7.0.0"
  868. getopt >= "20230213"
  869. gettext >= "0.4.1" & < "0.5.0"
  870. gettext-camomile < "0.5.0"
  871. gettext-stub < "0.5.0"
  872. git
  873. git-cohttp
  874. git-cohttp-unix
  875. git-http
  876. git-kv
  877. git-mirage
  878. git-net
  879. git-paf
  880. git-unix
  881. github >= "4.0.0"
  882. github-data
  883. github-hooks
  884. github-hooks-unix >= "0.5.0"
  885. github-jsoo >= "4.1.0"
  886. github-unix >= "4.0.0"
  887. gitlab
  888. gitlab-jsoo
  889. gitlab-unix
  890. gitlab_pipeline_notifier
  891. glfw-ocaml
  892. globlon
  893. gluten
  894. gluten-async
  895. gluten-eio
  896. gluten-lwt
  897. gluten-lwt-unix
  898. gluten-mirage
  899. gmap
  900. gmp
  901. gnuplot >= "0.6"
  902. gobba
  903. gobject-introspection
  904. goblint < "2.6.0"
  905. goblint-cil >= "1.8.0"
  906. google-drive-ocamlfuse
  907. gopcaml-mode >= "0.0.2"
  908. gopcaml-mode-merlin
  909. gospel
  910. gotd
  911. gperftools >= "0.4"
  912. gpiod
  913. gpr >= "1.4.0"
  914. gpt
  915. gptar
  916. gr
  917. grace
  918. gradescope_submit
  919. grain_dypgen >= "0.2.1"
  920. graphics >= "5.0.0"
  921. graphql >= "0.8.0"
  922. graphql-async >= "0.8.0"
  923. graphql-cohttp >= "0.9.0"
  924. graphql-lwt >= "0.8.0"
  925. graphql_parser >= "0.9.0"
  926. graphql_ppx
  927. graphv
  928. graphv_core
  929. graphv_core_lib
  930. graphv_font
  931. graphv_font_js
  932. graphv_font_stb_truetype
  933. graphv_gles2
  934. graphv_gles2_native
  935. graphv_gles2_native_impl
  936. graphv_webgl
  937. graphv_webgl_impl
  938. gremlin
  939. grenier >= "0.8"
  940. grid
  941. grpc
  942. grpc-async
  943. grpc-bench
  944. grpc-eio
  945. grpc-examples
  946. grpc-lwt
  947. gsl >= "1.24.0"
  948. gstreamer >= "0.3.1"
  949. guardian
  950. guile
  951. h1
  952. h1-lwt-unix
  953. h1_parser
  954. h2
  955. h2-async
  956. h2-eio
  957. h2-lwt
  958. h2-lwt-unix
  959. h2-mirage
  960. hack_parallel >= "1.0.0"
  961. hacl-star
  962. hacl-star-raw >= "0.5.0"
  963. hacl_func
  964. hacl_x25519
  965. happy-eyeballs
  966. happy-eyeballs-lwt
  967. happy-eyeballs-miou-unix
  968. happy-eyeballs-mirage
  969. hardcaml < "v0.17.0"
  970. hardcaml-lua
  971. hardcaml_axi < "v0.17.0"
  972. hardcaml_c < "v0.17.0"
  973. hardcaml_circuits < "v0.17.0"
  974. hardcaml_fixed_point < "v0.17.0"
  975. hardcaml_handshake < "v0.17.0"
  976. hardcaml_of_verilog < "v0.17.0"
  977. hardcaml_step_testbench < "v0.17.0"
  978. hardcaml_verify < "v0.17.0"
  979. hardcaml_verilator < "v0.17.0"
  980. hardcaml_waveterm < "v0.17.0"
  981. hardcaml_xilinx < "v0.17.0"
  982. hardcaml_xilinx_components < "v0.17.0"
  983. hardcaml_xilinx_reports < "v0.17.0"
  984. hashcons >= "1.4.0"
  985. hashids >= "1.0.1"
  986. hashset >= "1.0.1"
  987. haxe >= "4.1.1"
  988. hc
  989. hdf5 >= "0.1.5"
  990. hdr_histogram >= "0.0.3"
  991. headache
  992. header-check
  993. herdtools7 >= "7.55"
  994. heroicons-reason-react
  995. hex >= "1.3.0"
  996. hex_encode < "v0.17.0"
  997. hexstring
  998. hg_lib < "v0.17.0"
  999. hidapi >= "1.1"
  1000. hidapi-lwt
  1001. higher_kinded < "v0.17.0"
  1002. higlo >= "0.8"
  1003. hilite
  1004. hkdf
  1005. hl_yaml
  1006. hockmd
  1007. hol2dk
  1008. horned_worm
  1009. hpack
  1010. hsluv
  1011. html_of_jsx < "0.0.4"
  1012. htmlfromtexbooks
  1013. hts_shrink >= "2.1.2"
  1014. http
  1015. http-cookie
  1016. http-date < "0.2"
  1017. http-lwt-client
  1018. http-mirage-client
  1019. http-multipart-formdata
  1020. http_async
  1021. httpaf >= "0.6.0"
  1022. httpaf-async >= "0.6.0"
  1023. httpaf-lwt-unix
  1024. httpaf_caged
  1025. httpcats
  1026. httph
  1027. httpun
  1028. httpun-async
  1029. httpun-eio
  1030. httpun-lwt
  1031. httpun-lwt-unix
  1032. httpun-mirage
  1033. httpun-types
  1034. httpun-ws
  1035. httpun-ws-async
  1036. httpun-ws-eio
  1037. httpun-ws-lwt
  1038. httpun-ws-lwt-unix
  1039. httpun-ws-mirage
  1040. huffman
  1041. hurl
  1042. hvsock >= "2.0.0"
  1043. hxd
  1044. hyper
  1045. ISO3166
  1046. ISO8601 >= "0.2.6"
  1047. i3ipc
  1048. icalendar
  1049. idd
  1050. idds
  1051. imagelib
  1052. incr_dom < "v0.17.0"
  1053. incr_dom_interactive < "v0.17.0"
  1054. incr_dom_keyboard
  1055. incr_dom_partial_render < "v0.17.0"
  1056. incr_dom_sexp_form < "v0.17.0"
  1057. incr_dom_widgets
  1058. incr_map < "v0.17.0"
  1059. incr_select < "v0.17.0"
  1060. incremental < "v0.17.0"
  1061. incremental_cycles
  1062. indentation_buffer < "v0.17.0"
  1063. index
  1064. index-bench
  1065. inferno >= "20190924"
  1066. influxdb
  1067. influxdb-async
  1068. influxdb-lwt
  1069. inotify >= "2.4"
  1070. inotify-eio
  1071. inquire
  1072. inquirer_oc
  1073. int_repr < "v0.17.0"
  1074. integers >= "0.3.0"
  1075. integers_stubs_js
  1076. integration1d >= "0.5.1"
  1077. intel_hex
  1078. interface-prime
  1079. interface-prime-lwt
  1080. interval >= "1.5" & < "1.6"
  1081. interval-map
  1082. interval_base
  1083. interval_crlibm
  1084. interval_intel
  1085. io-page
  1086. io-page-unix
  1087. iomux < "0.4"
  1088. iostream
  1089. iostream-camlzip
  1090. ip2location
  1091. ip2locationio
  1092. ip2proxy
  1093. ip2whois
  1094. ipaddr >= "2.9.0"
  1095. ipaddr-cstruct
  1096. ipaddr-sexp
  1097. irc-client >= "0.6.2"
  1098. irc-client-lwt >= "0.6.2"
  1099. irc-client-lwt-ssl
  1100. irc-client-tls >= "0.6.2"
  1101. irc-client-unix >= "0.6.2"
  1102. iri >= "0.6.0" & < "1.1.0"
  1103. irmin
  1104. irmin-bench
  1105. irmin-chunk
  1106. irmin-cli
  1107. irmin-client
  1108. irmin-containers
  1109. irmin-fs
  1110. irmin-git
  1111. irmin-graphql
  1112. irmin-http
  1113. irmin-indexeddb
  1114. irmin-layers
  1115. irmin-mirage
  1116. irmin-mirage-git
  1117. irmin-mirage-graphql
  1118. irmin-pack
  1119. irmin-pack-tools
  1120. irmin-server
  1121. irmin-test
  1122. irmin-tezos
  1123. irmin-unix
  1124. irmin-watcher
  1125. iso639
  1126. iter >= "1.4"
  1127. itv-tree >= "2.2"
  1128. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1129. jane_rope < "v0.17.0"
  1130. janestreet_cpuid < "v0.17.0"
  1131. janestreet_csv < "v0.17.0"
  1132. janestreet_lru_cache < "v0.17.0"
  1133. jasmin >= "2023.06.0"
  1134. jekyll-format >= "0.2.0"
  1135. jemalloc >= "0.2"
  1136. jext
  1137. jhupllib >= "0.2.1"
  1138. jingoo >= "1.3.0"
  1139. jose
  1140. js_of_ocaml < "5.9.0"
  1141. js_of_ocaml-compiler < "5.9.0"
  1142. js_of_ocaml-lwt < "5.9.0"
  1143. js_of_ocaml-ocamlbuild >= "3.5.0"
  1144. js_of_ocaml-ppx < "5.9.0"
  1145. js_of_ocaml-ppx_deriving_json < "5.9.0"
  1146. js_of_ocaml-toplevel < "5.9.0"
  1147. js_of_ocaml-tyxml < "5.9.0"
  1148. js_of_ocaml-webgpu
  1149. js_of_ocaml-webidl
  1150. js_of_ocaml_patches < "v0.17.0"
  1151. json-data-encoding < "1.1.1"
  1152. json-data-encoding-browser < "1.1.1"
  1153. json-data-encoding-bson < "1.1.1"
  1154. json_decoder
  1155. jsonaf < "v0.17.0"
  1156. jsonoo
  1157. jsonrpc
  1158. jsonschema2atd
  1159. jsonxt
  1160. jsoo-react
  1161. jsoo_broadcastchannel
  1162. jsoo_storage
  1163. jst-config < "v0.17.0"
  1164. junit >= "2.0.1"
  1165. junit_alcotest >= "2.0.1"
  1166. junit_ounit >= "2.0.1"
  1167. jupyter
  1168. jupyter-archimedes
  1169. jupyter-kernel
  1170. jws
  1171. jwto
  1172. kafka >= "0.5"
  1173. kafka_async
  1174. kafka_lwt
  1175. kappa-agents
  1176. kappa-binaries
  1177. kappa-library
  1178. kappa-server
  1179. kcas < "0.7.0"
  1180. kcas_data < "0.7.0"
  1181. kdf
  1182. kdl
  1183. ke
  1184. key-parsers >= "0.10.1"
  1185. kicadsch >= "0.4.0"
  1186. kind2
  1187. kinetic-client >= "0.0.11"
  1188. kittyimg
  1189. kkmarkdown
  1190. kmt
  1191. knights_tour
  1192. kqueue < "0.5.0"
  1193. krb
  1194. lab
  1195. lablgtk3 >= "3.0.beta4"
  1196. lablgtk3-extras >= "3.0.1"
  1197. lablgtk3-goocanvas2
  1198. lablgtk3-gtkspell3
  1199. lablgtk3-rsvg2
  1200. lablgtk3-sourceview3
  1201. lablqml
  1202. labrys
  1203. lacaml >= "11.0.2"
  1204. ladspa >= "0.2.0"
  1205. lambda
  1206. lambda-runtime
  1207. lambda-term >= "2.0"
  1208. lambda_streams
  1209. lambda_streams_async
  1210. lambda_streams_lwt
  1211. lambdapi
  1212. lambdasoup >= "0.6.4"
  1213. lame >= "0.3.4"
  1214. landmarks = "1.4"
  1215. landmarks-ppx < "1.5"
  1216. lascar >= "0.6-alpha"
  1217. lastfm >= "0.3.3"
  1218. launchd >= "1.3"
  1219. layoutz
  1220. lazy-trie
  1221. lbfgs >= "0.9.1"
  1222. lbvs_consent >= "2.1.0"
  1223. ldap >= "2.4.1"
  1224. ldp < "0.5.0"
  1225. ldp_curl < "0.5.0"
  1226. ldp_js < "0.5.0"
  1227. ldp_tls < "0.5.0"
  1228. leaflet
  1229. learn-ocaml
  1230. learn-ocaml-client
  1231. ledgerwallet
  1232. lens >= "1.2.3"
  1233. letsencrypt
  1234. letsencrypt-app
  1235. letsencrypt-dns
  1236. letsencrypt-mirage
  1237. letters
  1238. leveldb >= "1.3.0"
  1239. lib_parsing
  1240. libabsolute
  1241. libbinaryen < "105.1.0" | >= "107.0.1"
  1242. libirmin
  1243. libsail < "0.20"
  1244. libsvm >= "0.10.0"
  1245. libzipperposition
  1246. lilac
  1247. lilv
  1248. line-up-words < "v0.17.0"
  1249. line_oriented
  1250. linenoise >= "1.2.0"
  1251. links
  1252. links-mysql
  1253. links-postgresql
  1254. links-sqlite3
  1255. linol
  1256. linol-eio
  1257. linol-lwt
  1258. lintcstubs
  1259. lintcstubs-arity
  1260. lintcstubs-gen
  1261. linwrap
  1262. liquid_interpreter
  1263. liquid_ml
  1264. liquid_parser
  1265. liquid_std
  1266. liquid_syntax
  1267. liquidsoap-core
  1268. liquidsoap-lang < "2.3.3"
  1269. liquidsoap-libs
  1270. liquidsoap-libs-extra
  1271. little_logger
  1272. llama
  1273. llama-cpp-ocaml
  1274. llama_core
  1275. llama_interactive
  1276. llama_midi
  1277. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1278. lmdb = "1.0"
  1279. lo >= "0.2.0"
  1280. lockfree
  1281. loga
  1282. logical
  1283. logs-async
  1284. logs-async-reporter
  1285. logs-ppx
  1286. logs-syslog
  1287. logtk
  1288. lp
  1289. lp-glpk
  1290. lp-glpk-js
  1291. lp-gurobi
  1292. lp-highs
  1293. lpd
  1294. lreplay
  1295. lrgrep
  1296. lru >= "0.3.0"
  1297. lru_cache
  1298. lsp
  1299. lt-code
  1300. lua-ml >= "0.9.3"
  1301. lua_parser
  1302. lucid
  1303. lun
  1304. lustre-v6 >= "6.103.3"
  1305. lutils >= "1.51.2"
  1306. lutin >= "2.71.10"
  1307. luv
  1308. luv_unix
  1309. lwd
  1310. lwt != "5.9.2" & < "6.0.0~beta01"
  1311. lwt-canceler >= "0.2"
  1312. lwt-dllist
  1313. lwt-exit
  1314. lwt-parallel
  1315. lwt-watcher >= "0.2"
  1316. lwt_direct < "6.0.0~beta01"
  1317. lwt_domain
  1318. lwt_eio
  1319. lwt_glib >= "1.1.1"
  1320. lwt_log >= "1.1.1"
  1321. lwt_ppx >= "1.2.2" & < "5.9.2"
  1322. lwt_react >= "1.1.2"
  1323. lwt_retry
  1324. lwt_ssl >= "1.1.3"
  1325. lz4 >= "1.2.0"
  1326. lz4_chans >= "3.0.1"
  1327. lzo >= "0.0.3"
  1328. m_tree
  1329. macaddr
  1330. macaddr-cstruct
  1331. macaddr-sexp
  1332. mad >= "0.5.0"
  1333. magic-mime >= "1.1.2"
  1334. magic-trace
  1335. make-random
  1336. malfunction
  1337. man_in_the_middle_debugger < "v0.17.0"
  1338. markdown
  1339. markup >= "0.8.0"
  1340. markup-lwt
  1341. mastodon-archive-viewer >= "0.2"
  1342. matita
  1343. matplotlib
  1344. mbr-format
  1345. mc2
  1346. mccs >= "1.1+10"
  1347. mcrunch
  1348. md2mld
  1349. mdx != "1.7.0"
  1350. mec
  1351. mechaml
  1352. mehari
  1353. mehari-eio
  1354. mehari-eio-unix
  1355. mehari-lwt-unix
  1356. mehari-mirage
  1357. mel
  1358. melange < "4.0.0-51"
  1359. melange-atdgen-codec-runtime
  1360. melange-compiler-libs
  1361. melange-fest
  1362. melange-fetch
  1363. melange-jest
  1364. melange-json < "2.0.0"
  1365. melange-json-native < "2.0.0"
  1366. melange-moment
  1367. melange-numeral
  1368. melange-react-dates
  1369. melange-react-query
  1370. melange-recharts
  1371. melange-str
  1372. melange-testing-library
  1373. melange-webapi
  1374. meldep
  1375. mem_usage
  1376. memcad
  1377. memfd
  1378. memgraph
  1379. memgraph_kitty
  1380. memo
  1381. memprof-limits
  1382. memtrace
  1383. memtrace-mirage
  1384. memtrace_viewer
  1385. menhir >= "20200123"
  1386. menhirCST
  1387. menhirGLR
  1388. menhirLib
  1389. menhirSdk
  1390. merge-fmt
  1391. merlin
  1392. merlin-extend
  1393. merlin-lib
  1394. mesh >= "0.9.5"
  1395. mesh-easymesh >= "0.9.5"
  1396. mesh-graphics >= "0.9.5"
  1397. mesh-triangle >= "0.9.5"
  1398. metadata
  1399. metadb
  1400. metapp
  1401. metaquot
  1402. metrics
  1403. metrics-influx
  1404. metrics-lwt
  1405. metrics-rusage
  1406. metrics-unix
  1407. mew
  1408. mew_vi
  1409. mhttp
  1410. mhttp-client
  1411. mhttp-server
  1412. middleware
  1413. mimic
  1414. mimic-happy-eyeballs
  1415. mindstorm >= "0.8"
  1416. mindstorm-lwt
  1417. minicaml
  1418. minicli >= "5.0.2"
  1419. minisat >= "0.3"
  1420. miou < "0.5.2"
  1421. mirage >= "4.0.0"
  1422. mirage-block
  1423. mirage-block-ccm
  1424. mirage-block-combinators
  1425. mirage-block-lwt
  1426. mirage-block-partition
  1427. mirage-block-ramdisk
  1428. mirage-block-solo5
  1429. mirage-block-unikraft
  1430. mirage-block-unix
  1431. mirage-block-xen
  1432. mirage-bootvar
  1433. mirage-channel >= "3.2.0"
  1434. mirage-channel-lwt
  1435. mirage-clock
  1436. mirage-clock-lwt
  1437. mirage-clock-unix
  1438. mirage-conduit
  1439. mirage-console
  1440. mirage-console-lwt
  1441. mirage-crypto
  1442. mirage-crypto-ec
  1443. mirage-crypto-pk
  1444. mirage-crypto-rng
  1445. mirage-crypto-rng-async
  1446. mirage-crypto-rng-eio
  1447. mirage-crypto-rng-lwt
  1448. mirage-crypto-rng-miou-unix
  1449. mirage-crypto-rng-mirage
  1450. mirage-crypto-rng-mkernel
  1451. mirage-device
  1452. mirage-dns
  1453. mirage-flow
  1454. mirage-flow-combinators
  1455. mirage-flow-lwt
  1456. mirage-flow-unix
  1457. mirage-fs
  1458. mirage-fs-lwt
  1459. mirage-kv >= "2.0.0"
  1460. mirage-kv-lwt >= "2.0.0"
  1461. mirage-kv-mem
  1462. mirage-kv-unix
  1463. mirage-logs
  1464. mirage-monitoring
  1465. mirage-mtime
  1466. mirage-nat
  1467. mirage-net
  1468. mirage-net-lwt
  1469. mirage-net-macosx >= "1.6.0"
  1470. mirage-net-solo5
  1471. mirage-net-unikraft
  1472. mirage-net-unix
  1473. mirage-net-xen
  1474. mirage-profile
  1475. mirage-protocols
  1476. mirage-protocols-lwt
  1477. mirage-ptime
  1478. mirage-qubes
  1479. mirage-qubes-ipv4
  1480. mirage-random
  1481. mirage-runtime
  1482. mirage-sleep
  1483. mirage-solo5
  1484. mirage-stack
  1485. mirage-stack-lwt
  1486. mirage-time
  1487. mirage-time-lwt
  1488. mirage-time-unix
  1489. mirage-types >= "3.6.0"
  1490. mirage-types-lwt >= "3.6.0"
  1491. mirage-unix
  1492. mirage-vnetif
  1493. mirage-xen
  1494. mkaudio >= "1.1.0"
  1495. mkernel
  1496. mkocaml
  1497. mlbdd >= "0.7.2"
  1498. mlfenv
  1499. mlmpfr >= "4.0.2+dune"
  1500. mlpost
  1501. mlpost-lablgtk
  1502. mlt_parser < "v0.17.0"
  1503. mm >= "0.7.0"
  1504. mmap
  1505. mmdb
  1506. mmo
  1507. mnd
  1508. mnet
  1509. mnet-cli
  1510. mnet-dns
  1511. mnet-happy-eyeballs
  1512. mnet-tls
  1513. mock >= "0.1.1"
  1514. mock-ounit >= "0.1.1"
  1515. module-graph
  1516. molenc >= "5.0.0"
  1517. monaco_jsoo
  1518. monolith < "20241126"
  1519. monomorphic >= "2.0"
  1520. monorobot
  1521. moonpool
  1522. moonpool-io
  1523. moonpool-lwt
  1524. mopsa
  1525. morbig >= "0.10.3"
  1526. morsmall
  1527. moss >= "0.1.1"
  1528. mparser >= "1.3"
  1529. mparser-pcre
  1530. mparser-re
  1531. mperf
  1532. mpg123
  1533. mpp >= "0.3.4"
  1534. mpris
  1535. mpris-clients
  1536. mrmime
  1537. msat >= "0.8"
  1538. msat-bin
  1539. msendmail
  1540. mset
  1541. msgpck >= "1.5"
  1542. msgpck-repr
  1543. mssql
  1544. mugen
  1545. mula
  1546. multibase
  1547. multicodec
  1548. multicont = "1.0.1"
  1549. multicore-bench < "0.1.2"
  1550. multihash
  1551. multihash-digestif
  1552. multipart-form-data >= "0.3.0"
  1553. multipart_form
  1554. multipart_form-cohttp-lwt
  1555. multipart_form-eio
  1556. multipart_form-lwt
  1557. multipart_form-miou
  1558. murmur3 >= "0.3"
  1559. mustache >= "3.1.0"
  1560. mustache-cli
  1561. mutaml
  1562. mutf8
  1563. mwt
  1564. mybuild >= "7"
  1565. mysql8
  1566. mysql_protocol
  1567. n_ary < "v0.17.0"
  1568. naboris
  1569. nacc
  1570. nanoev
  1571. nanoev-picos
  1572. nanoev-posix
  1573. nanoev_tiny_httpd
  1574. nanoid
  1575. nanosvg
  1576. nanosvg_text
  1577. nbd >= "4.0.3"
  1578. nbd-tool
  1579. nbd-unix
  1580. neo4j_bolt
  1581. netkat
  1582. netlink >= "0.3.4"
  1583. netsnmp < "v0.17.0"
  1584. nice_parser
  1585. ninja_utils
  1586. niru
  1587. nloge
  1588. nlopt
  1589. nmea
  1590. noCanren >= "0.3.0~alpha1"
  1591. nocoiner
  1592. node_of_ocaml
  1593. noise
  1594. non_empty_list
  1595. nottui
  1596. nottui-lwt
  1597. nottui-pretty
  1598. nottui-unix
  1599. notty >= "0.2.3"
  1600. notty-community
  1601. notty_async >= "v0.12.0" & < "v0.17.0"
  1602. np
  1603. npy >= "0.0.9"
  1604. nsq
  1605. numeric_string < "v0.17.0"
  1606. nuscr
  1607. OCADml
  1608. OCanren
  1609. OCanren-ppx
  1610. OSCADml
  1611. obatcher
  1612. obeam
  1613. obelisk >= "0.5.0"
  1614. obuilder
  1615. obuilder-spec
  1616. obus >= "1.2.0"
  1617. ocal >= "0.2.2"
  1618. ocaml-canvas
  1619. ocaml-compiler-libs >= "v0.12.0"
  1620. ocaml-embed-file < "v0.17.0"
  1621. ocaml-in-python
  1622. ocaml-index
  1623. ocaml-lsp-server
  1624. ocaml-lua
  1625. ocaml-migrate-parsetree
  1626. ocaml-migrate-parsetree-ocamlbuild
  1627. ocaml-monadic >= "0.4.1"
  1628. ocaml-print-intf
  1629. ocaml-probes < "v0.17.0"
  1630. ocaml-protoc >= "2.0.1"
  1631. ocaml-protoc-plugin < "6.1.0"
  1632. ocaml-r >= "0.1.1"
  1633. ocaml-sat-solvers >= "0.8"
  1634. ocaml-syntax-shims
  1635. ocaml-systemd >= "1.3"
  1636. ocaml-top >= "1.2.0"
  1637. ocaml-vdom < "transition"
  1638. ocaml-version >= "3.5.0"
  1639. ocaml_db_model
  1640. ocaml_intrinsics < "v0.17.0"
  1641. ocaml_pgsql_model
  1642. ocaml_plugin
  1643. ocamlapi
  1644. ocamlapi_async
  1645. ocamlapi_lwt_unix
  1646. ocamlapi_ppx
  1647. ocamlcodoc
  1648. ocamldiff >= "1.2"
  1649. ocamlformat >= "0.24.1"
  1650. ocamlformat-lib
  1651. ocamlformat-mlx
  1652. ocamlformat-mlx-lib
  1653. ocamlformat-rpc < "removed"
  1654. ocamlformat-rpc-lib
  1655. ocamlfuse
  1656. ocamlgraph >= "2.0.0"
  1657. ocamlgraph_gtk
  1658. ocamline
  1659. ocamlog
  1660. ocamlregextkit
  1661. ocb
  1662. ocf >= "0.8.0" & < "1.0.0"
  1663. ocf_ppx < "1.0.0"
  1664. ockt
  1665. ocluster != "0.2"
  1666. ocluster-api
  1667. ocluster-worker
  1668. ocolor
  1669. ocp-browser >= "1.1.9"
  1670. ocp-indent >= "1.7.0" & < "1.9.0"
  1671. ocp-indent-nlfork
  1672. ocp-index >= "1.1.9"
  1673. ocp-search
  1674. ocp_reveal
  1675. ocplib-endian >= "1.1"
  1676. ocplib-json-typed-browser
  1677. ocplib-json-typed-bson
  1678. ocplib-simplex >= "0.5"
  1679. ocplib_stuff >= "0.4.0"
  1680. ocsigen-i18n >= "4.0.0"
  1681. ocsigen-ppx-rpc
  1682. ocsigenserver >= "4.0.1" & < "7.0.0"
  1683. ocsipersist
  1684. ocsipersist-dbm
  1685. ocsipersist-dbm-config
  1686. ocsipersist-lib
  1687. ocsipersist-pgsql
  1688. ocsipersist-pgsql-config
  1689. ocsipersist-sqlite
  1690. ocsipersist-sqlite-config
  1691. octavius >= "1.2.2"
  1692. ocue
  1693. odash
  1694. odate
  1695. odds >= "1.1"
  1696. odep
  1697. odepack >= "0.6.9"
  1698. odnnr
  1699. odoc < "3.1.0"
  1700. odoc-driver < "3.1.0"
  1701. odoc-md < "3.1.0"
  1702. odoc-parser < "3.1.0"
  1703. oepub
  1704. of_json < "v0.17.0"
  1705. offheap
  1706. ogg >= "1.0.0"
  1707. ohex
  1708. oidc
  1709. ojo
  1710. ojs < "1.1.7"
  1711. ojs_base
  1712. ojs_base_all
  1713. ojs_base_ppx
  1714. ojs_ed
  1715. ojs_filetree
  1716. ojs_list
  1717. oktree
  1718. olinq >= "0.3"
  1719. oma
  1720. omd >= "1.3.2"
  1721. ometrics
  1722. omg
  1723. omigrate
  1724. omlr >= "1.0.3"
  1725. omtl
  1726. oneffs
  1727. oniguruma
  1728. opam-0install
  1729. opam-0install-cudf
  1730. opam-bin >= "1.0.0"
  1731. opam-build
  1732. opam-check-npm-deps
  1733. opam-client >= "2.0.2"
  1734. opam-compiler
  1735. opam-core >= "2.0.2"
  1736. opam-custom-install
  1737. opam-devel >= "2.0.2"
  1738. opam-dune-lint
  1739. opam-ed >= "0.4"
  1740. opam-file-format >= "2.1.0" & < "2.1.5"
  1741. opam-format >= "2.0.2"
  1742. opam-graph
  1743. opam-grep >= "0.2.0"
  1744. opam-installer >= "2.0.2"
  1745. opam-monorepo
  1746. opam-package-upgrade >= "0.2"
  1747. opam-publish >= "2.0.2"
  1748. opam-repository >= "2.0.2"
  1749. opam-solver >= "2.0.2"
  1750. opam-spin
  1751. opam-state >= "2.0.2"
  1752. opam-test
  1753. opam_bin_lib != "0.9.5"
  1754. opasswd
  1755. opatch
  1756. opazl
  1757. openai
  1758. openai-gym
  1759. openapi
  1760. openapi-opium
  1761. openapi_router
  1762. opencc0
  1763. opencc1
  1764. opencc1_1
  1765. openQASM
  1766. openstellina
  1767. opentelemetry < "0.90"
  1768. opentelemetry-client-cohttp-eio < "0.90"
  1769. opentelemetry-client-cohttp-lwt < "0.90"
  1770. opentelemetry-client-ocurl < "0.90"
  1771. opentelemetry-cohttp-lwt < "0.90"
  1772. opentelemetry-logs < "0.90"
  1773. opentelemetry-lwt < "0.90"
  1774. opine
  1775. opium
  1776. opium-graphql
  1777. opium-testing
  1778. opium_kernel >= "0.17.0"
  1779. oplot < "0.85"
  1780. oplsr
  1781. opomodoro
  1782. opsian
  1783. optal
  1784. opti
  1785. optimization1d >= "0.6.1"
  1786. optiml-transport
  1787. optint
  1788. opus
  1789. oraft
  1790. oranger >= "2.0.1"
  1791. orb
  1792. order-i3-xfce
  1793. ordering < "3.15.3"
  1794. ordinal
  1795. ordinal_abbreviation < "v0.17.0"
  1796. ordma >= "0.0.5"
  1797. orec >= "1.0.1"
  1798. orewa
  1799. orf
  1800. orgeat
  1801. orpie
  1802. orrandomForest
  1803. orsvm_e1071 >= "4.0.0"
  1804. ortac-core
  1805. ortac-dune
  1806. ortac-qcheck-stm
  1807. ortac-runtime
  1808. ortac-runtime-qcheck-stm
  1809. ortac-wrapper
  1810. orthologic-coq
  1811. orxgboost >= "1.1.0"
  1812. osc >= "0.2.0"
  1813. osc-lwt
  1814. osc-unix
  1815. oseq >= "0.2"
  1816. osh
  1817. oskel
  1818. osnap
  1819. ostap >= "0.6"
  1820. osx-secure-transport
  1821. otaglibc
  1822. otf
  1823. otoggl
  1824. otoml
  1825. otr
  1826. oui
  1827. ounit = "2.1.2"
  1828. ounit-lwt < "2.2.0"
  1829. ounit2
  1830. ounit2-lwt
  1831. override
  1832. owee
  1833. owi
  1834. owl >= "0.4.0" & < "1.2"
  1835. owl-base >= "0.4.0" & < "1.2"
  1836. owl-jupyter
  1837. owl-ode
  1838. owl-ode-base
  1839. owl-ode-odepack
  1840. owl-ode-sundials
  1841. owl-opt
  1842. owl-opt-lbfgs
  1843. owl-plplot < "1.1"
  1844. owl-symbolic
  1845. owl-top >= "0.4.0" & < "1.2"
  1846. owl-zoo >= "0.4.0"
  1847. owork
  1848. ozulip
  1849. p4pp
  1850. p5scm
  1851. packstream
  1852. pacomb
  1853. paf
  1854. paf-cohttp
  1855. pam < "v0.17.0"
  1856. pancake
  1857. pandoc
  1858. pandoc-abbreviations
  1859. pandoc-comment
  1860. pandoc-crossref
  1861. pandoc-include
  1862. pandoc-inspect
  1863. pandoc-pdf2png
  1864. pandoc-replace
  1865. papi >= "0.1.1"
  1866. par_incr
  1867. parany >= "9.0.0"
  1868. pardi >= "2.0.2"
  1869. pari
  1870. pari-bindings
  1871. parmap >= "1.1.1"
  1872. parsexp >= "v0.12.0" & < "v0.17.0"
  1873. parsexp_io < "v0.17.0"
  1874. parsley
  1875. passage
  1876. patch
  1877. patdiff >= "v0.12.1" & < "v0.17.0"
  1878. path_glob
  1879. patience_diff < "v0.17.0"
  1880. patricia-tree
  1881. pattern
  1882. pb
  1883. pb-plugin
  1884. pbkdf
  1885. pbrt
  1886. pbrt_services
  1887. pbrt_yojson
  1888. pcap-format >= "0.5.2"
  1889. pcre >= "7.3.5"
  1890. pcre2
  1891. pds-reachability >= "0.2.2"
  1892. pecu >= "0.2"
  1893. petr4
  1894. petrol
  1895. pf-qubes
  1896. pg_query
  1897. pgocaml >= "4.0"
  1898. pgocaml_ppx
  1899. pgx >= "1.0"
  1900. pgx_async >= "1.0"
  1901. pgx_lwt >= "1.0"
  1902. pgx_lwt_mirage
  1903. pgx_lwt_unix
  1904. pgx_unix >= "1.0"
  1905. pgx_value_core
  1906. pgx_value_ptime
  1907. phantom-algebra >= "1.0.1"
  1908. phonetic
  1909. phylogenetics
  1910. piaf
  1911. picasso
  1912. piece_rope
  1913. piqi >= "0.7.8"
  1914. piqilib >= "0.6.16"
  1915. pixel_pusher
  1916. pkcs11 >= "0.18.0"
  1917. pkcs11-cli
  1918. pkcs11-driver
  1919. pkcs11-rev
  1920. pla >= "1.3"
  1921. plateau
  1922. plato
  1923. plebeia
  1924. plist-xml
  1925. plist-xml-lwt
  1926. plotkicadsch
  1927. plotly
  1928. plplot >= "5.11.0-1"
  1929. polars
  1930. polars_async
  1931. polka
  1932. poll
  1933. polling_state_rpc < "v0.17.0"
  1934. polly < "0.5.0"
  1935. polynomial
  1936. pomap
  1937. popper
  1938. portaudio >= "0.2.2"
  1939. portaudio_c_bindings
  1940. posix-base < "4.0.1"
  1941. posix-bindings < "4.0.1"
  1942. posix-getopt >= "2.0.0" & < "4.0.1"
  1943. posix-math2 < "4.0.1"
  1944. posix-signal < "4.0.1"
  1945. posix-socket < "4.0.1"
  1946. posix-socket-unix < "4.0.1"
  1947. posix-time2 < "4.0.1"
  1948. posix-types >= "2.0.0" & < "4.0.1"
  1949. posix-uname < "4.0.1"
  1950. posixat < "v0.17.0"
  1951. postgres_async < "v0.17.0"
  1952. postgresql >= "4.4.1"
  1953. pp
  1954. pp-binary-ints
  1955. pp_loc
  1956. pprint >= "20200226"
  1957. ppx-owl-opt
  1958. ppx_accessor < "v0.17.0"
  1959. ppx_assert < "v0.17.0"
  1960. ppx_bap
  1961. ppx_base < "v0.17.0"
  1962. ppx_bench < "v0.17.0"
  1963. ppx_bin_prot < "v0.17.0"
  1964. ppx_bitstring < "5.0.2"
  1965. ppx_blob >= "0.6.0"
  1966. ppx_camlrack
  1967. ppx_catch
  1968. ppx_cold < "v0.17.0"
  1969. ppx_compare < "v0.17.0"
  1970. ppx_compose >= "0.1.0"
  1971. ppx_const >= "2.0"
  1972. ppx_conv_func < "v0.17.0"
  1973. ppx_counters
  1974. ppx_css < "v0.17.0"
  1975. ppx_cstruct
  1976. ppx_cstubs
  1977. ppx_csv_conv < "v0.17.0"
  1978. ppx_custom_printf < "v0.17.0"
  1979. ppx_decimal
  1980. ppx_default
  1981. ppx_defer >= "0.4.0"
  1982. ppx_demo < "v0.17.0"
  1983. ppx_derive_at_runtime < "v0.17.0"
  1984. ppx_derivers >= "1.2.1"
  1985. ppx_deriving >= "4.5-1"
  1986. ppx_deriving_cad
  1987. ppx_deriving_cmdliner >= "0.5.1"
  1988. ppx_deriving_encoding
  1989. ppx_deriving_hardcaml
  1990. ppx_deriving_hash
  1991. ppx_deriving_json_schema
  1992. ppx_deriving_jsoo
  1993. ppx_deriving_madcast >= "0.2"
  1994. ppx_deriving_popper
  1995. ppx_deriving_protobuf
  1996. ppx_deriving_qcheck
  1997. ppx_deriving_rpc
  1998. ppx_deriving_scad
  1999. ppx_deriving_variant_string
  2000. ppx_deriving_yaml < "0.4.0"
  2001. ppx_deriving_yojson
  2002. ppx_disable_unused_warnings < "v0.17.0"
  2003. ppx_distr_guards >= "0.2"
  2004. ppx_enumerate < "v0.17.0"
  2005. ppx_expect < "v0.17.0"
  2006. ppx_ezlua
  2007. ppx_factory
  2008. ppx_fail
  2009. ppx_fields_conv < "v0.17.0"
  2010. ppx_fixed_literal < "v0.17.0"
  2011. ppx_gen_rec >= "1.1.0"
  2012. ppx_getenv >= "2.0"
  2013. ppx_globalize < "v0.17.0"
  2014. ppx_hash < "v0.17.0"
  2015. ppx_here < "v0.17.0"
  2016. ppx_ignore_instrumentation < "v0.17.0"
  2017. ppx_import
  2018. ppx_inline_alcotest
  2019. ppx_inline_test < "v0.16.1"
  2020. ppx_interact
  2021. ppx_irmin
  2022. ppx_jane < "v0.17.0"
  2023. ppx_js_style < "v0.17.0"
  2024. ppx_jsobject_conv
  2025. ppx_jsonaf_conv < "v0.17.0"
  2026. ppx_let < "v0.17.0"
  2027. ppx_log < "v0.17.0"
  2028. ppx_lun
  2029. ppx_make
  2030. ppx_map
  2031. ppx_marshal < "0.4.1"
  2032. ppx_marshal_ext < "0.4.1"
  2033. ppx_matches
  2034. ppx_meta_conv
  2035. ppx_mica
  2036. ppx_mikmatch
  2037. ppx_minidebug
  2038. ppx_module_timer < "v0.17.0"
  2039. ppx_monad
  2040. ppx_monoid >= "0.3.2"
  2041. ppx_mysql
  2042. ppx_mysql_identity
  2043. ppx_open
  2044. ppx_optcomp < "v0.17.0"
  2045. ppx_optint
  2046. ppx_optional < "v0.17.0"
  2047. ppx_parser
  2048. ppx_pattern_bind < "v0.17.0"
  2049. ppx_pbt
  2050. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  2051. ppx_protocol_conv
  2052. ppx_protocol_conv_json
  2053. ppx_protocol_conv_jsonm
  2054. ppx_protocol_conv_msgpack
  2055. ppx_protocol_conv_xml_light
  2056. ppx_protocol_conv_xmlm
  2057. ppx_protocol_conv_yaml
  2058. ppx_pyformat
  2059. ppx_python < "v0.17.0"
  2060. ppx_rapper
  2061. ppx_rapper_async
  2062. ppx_rapper_lwt
  2063. ppx_regexp >= "0.4.0"
  2064. ppx_repr
  2065. ppx_seq
  2066. ppx_sexp_conv < "v0.17.0"
  2067. ppx_sexp_message < "v0.17.0"
  2068. ppx_sexp_value < "v0.17.0"
  2069. ppx_show
  2070. ppx_stable < "v0.17.0"
  2071. ppx_stable_witness < "v0.17.0"
  2072. ppx_string < "v0.17.0"
  2073. ppx_string_interpolation
  2074. ppx_subliner
  2075. ppx_system
  2076. ppx_test
  2077. ppx_there
  2078. ppx_tools >= "6.0+4.08.0"
  2079. ppx_tools_versioned
  2080. ppx_trace
  2081. ppx_ts
  2082. ppx_tydi < "v0.17.0"
  2083. ppx_type_directed_value
  2084. ppx_typed_fields < "v0.17.0"
  2085. ppx_typerep_conv < "v0.17.0"
  2086. ppx_tyre
  2087. ppx_units
  2088. ppx_unreachable
  2089. ppx_update
  2090. ppx_variants_conv < "v0.17.0"
  2091. ppx_viewpattern
  2092. ppx_wideopen
  2093. ppx_xml_conv < "v0.17.0"
  2094. ppx_yojson
  2095. ppx_yojson_conv < "v0.17.0"
  2096. ppx_yojson_conv_lib < "v0.17.0"
  2097. ppxfind >= "1.3"
  2098. ppxlib
  2099. ppxlib-tools
  2100. ppxx
  2101. pratter
  2102. prbnmcn-basic-structures
  2103. prbnmcn-cgrph
  2104. prbnmcn-clustering
  2105. prbnmcn-dagger
  2106. prbnmcn-dagger-gsl
  2107. prbnmcn-dagger-stats
  2108. prbnmcn-dagger-test
  2109. prbnmcn-gnuplot
  2110. prbnmcn-linalg
  2111. prbnmcn-mcts
  2112. prbnmcn-proptest
  2113. prbnmcn-stats
  2114. prbnmcn-ucb1
  2115. prc
  2116. preface
  2117. prelude
  2118. pretty_expressive
  2119. prettym
  2120. printbox >= "0.3"
  2121. printbox-ext-plot
  2122. printbox-html
  2123. printbox-md
  2124. printbox-text >= "0.6.1"
  2125. proc-smaps
  2126. process_limits
  2127. processor
  2128. producer
  2129. prof_spacetime
  2130. profiling
  2131. profunctor < "v0.17.0"
  2132. progress < "0.5.0"
  2133. prom
  2134. prometheus >= "0.6"
  2135. prometheus-app >= "0.6"
  2136. prometheus-liquidsoap >= "2"
  2137. promise
  2138. promise_jsoo
  2139. promise_jsoo_lwt
  2140. protocell
  2141. protocol-9p >= "1.0.0"
  2142. protocol-9p-tool >= "1.0.0"
  2143. protocol-9p-unix >= "1.0.0"
  2144. protocol_version_header < "v0.17.0"
  2145. prr
  2146. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2147. psq >= "0.1.1"
  2148. ptmap >= "2.0.5"
  2149. ptset
  2150. pulseaudio >= "0.1.4"
  2151. pure-html
  2152. pure-splitmix >= "0.3"
  2153. purl
  2154. pvec
  2155. pxshot
  2156. py >= "1.1"
  2157. pyast
  2158. pyml >= "20210924"
  2159. pyml_bindgen >= "0.3.0"
  2160. pyre-ast
  2161. pythonlib
  2162. qbf >= "0.3"
  2163. qcheck >= "0.13"
  2164. qcheck-alcotest
  2165. qcheck-core
  2166. qcheck-lin < "0.10"
  2167. qcheck-multicoretests-util < "0.10"
  2168. qcheck-ounit
  2169. qcheck-stm < "0.10"
  2170. qdrant
  2171. qinap
  2172. qiskit
  2173. qmp >= "0.19.0"
  2174. qrencode
  2175. qtest >= "2.10.1"
  2176. queenshead
  2177. quests
  2178. quick_print
  2179. quickjs
  2180. radamsa
  2181. radare2 >= "0.0.3"
  2182. randii
  2183. randomconv
  2184. randoml
  2185. range >= "0.8"
  2186. rangeSet
  2187. rankers
  2188. rawlink
  2189. rawlink-eio
  2190. rawlink-lwt
  2191. raygui < "1.4.0"
  2192. raylib < "1.4.0"
  2193. rdbg >= "1.196.12"
  2194. rdf >= "0.13.0" & < "1.1.0"
  2195. rdf_impls < "1.1.0"
  2196. rdf_json_ld < "1.1.0"
  2197. rdf_lwt < "1.1.0"
  2198. rdf_mysql < "1.1.0"
  2199. rdf_postgresql < "1.1.0"
  2200. rdf_ppx < "1.1.0"
  2201. re >= "1.9.0" & < "1.13.2"
  2202. re2 >= "v0.12.1" & < "v0.17.0"
  2203. re2_stable
  2204. re_parser < "v0.17.0"
  2205. rea
  2206. reactiveData = "0.3.0"
  2207. reactjs-jsx-ppx
  2208. readline
  2209. reanalyze
  2210. reason < "3.17.2"
  2211. reason-react
  2212. reason-react-ppx
  2213. reason-standard
  2214. received
  2215. record_builder < "v0.17.0"
  2216. records >= "1.0.0"
  2217. reddit_api_async
  2218. reddit_api_kernel
  2219. redirect
  2220. redis >= "0.4"
  2221. redis-async < "v0.17.0"
  2222. redis-lwt >= "0.4"
  2223. redis-sync >= "0.4"
  2224. reed-solomon-erasure >= "1.0.2"
  2225. reedsolomon
  2226. refl
  2227. regenerate
  2228. regex_parser_intf < "v0.17.0"
  2229. regrade
  2230. remu_ts
  2231. reparse
  2232. reparse-lwt
  2233. reparse-lwt-unix
  2234. reparse-unix
  2235. repr
  2236. repr-bench
  2237. repr-fuzz
  2238. res >= "5.0.1"
  2239. res_tailwindcss
  2240. rescript-syntax
  2241. reshowcase
  2242. resource-pooling >= "1.1"
  2243. resource_cache < "v0.17.0"
  2244. resp
  2245. resp-client
  2246. resp-mirage
  2247. resp-server >= "0.9"
  2248. resp-unix
  2249. resto
  2250. resto-acl
  2251. resto-cohttp
  2252. resto-cohttp-client
  2253. resto-cohttp-self-serving-client
  2254. resto-cohttp-server
  2255. resto-directory
  2256. resto-json
  2257. result
  2258. rfc1951 >= "0.8.1" & != "1.0.0"
  2259. rfc6287 >= "1.0.4"
  2260. rfc7748
  2261. rfsm >= "1.6-alpha-3" & < "2.0"
  2262. rhythm
  2263. ringo
  2264. ringo-lwt
  2265. riot < "0.0.7"
  2266. river
  2267. rock
  2268. rocq-core
  2269. rocq-devtools
  2270. rocq-runtime
  2271. rocqide
  2272. roman
  2273. root1d >= "0.5.1"
  2274. rope >= "0.6.2"
  2275. rosa
  2276. rosetta >= "0.2.0"
  2277. routes
  2278. rowex
  2279. rpc
  2280. rpc_parallel < "v0.17.0"
  2281. rpclib
  2282. rpclib-async
  2283. rpclib-html
  2284. rpclib-js
  2285. rpclib-lwt
  2286. rsdd
  2287. rss
  2288. rtop < "3.17.2"
  2289. rtree
  2290. rungen
  2291. runtime_events_tools < "0.5.2"
  2292. rusage
  2293. rust-staticlib-gen
  2294. rust-staticlib-virtual
  2295. SZXX
  2296. safemoney
  2297. safepass >= "3.1"
  2298. sail >= "0.15" & < "0.20"
  2299. sail_c_backend < "0.20"
  2300. sail_coq_backend < "0.20"
  2301. sail_doc_backend < "0.20"
  2302. sail_latex_backend < "0.20"
  2303. sail_lean_backend < "0.20"
  2304. sail_lem_backend < "0.20"
  2305. sail_manifest < "0.20"
  2306. sail_ocaml_backend < "0.20"
  2307. sail_output < "0.20"
  2308. sail_smt_backend < "0.20"
  2309. sail_sv_backend < "0.20"
  2310. salsa20 >= "1.0.0"
  2311. salsa20-core >= "1.0.0"
  2312. samplerate >= "0.1.6"
  2313. sanddb >= "0.2"
  2314. sarek
  2315. satex
  2316. saturn < "0.5.0"
  2317. saturn_lockfree < "0.5.0"
  2318. satyrographos
  2319. scad_ml
  2320. scfg
  2321. scgi
  2322. scipy
  2323. scrypt-kdf
  2324. sd_logic
  2325. sdl-liquidsoap >= "3"
  2326. search
  2327. searchTree
  2328. secp256k1 >= "0.4.1"
  2329. secp256k1-internal
  2330. sedlex >= "2.0"
  2331. sek
  2332. sel
  2333. semantic_version < "v0.17.0"
  2334. semaphore-compat
  2335. semver >= "0.2.1"
  2336. semver2
  2337. sendmail
  2338. sendmail-lwt
  2339. sendmail-miou-unix
  2340. sendmail-mirage
  2341. sentry
  2342. seq < "base"
  2343. seqes
  2344. sequencer_table < "v0.17.0"
  2345. serde < "0.0.2"
  2346. serde_debug
  2347. serde_derive < "0.0.2"
  2348. serde_json < "0.0.2"
  2349. serde_sexpr
  2350. serde_xml
  2351. serial
  2352. server-reason-react
  2353. session >= "0.4.1"
  2354. session-cohttp >= "0.4.1"
  2355. session-cohttp-async >= "0.4.1"
  2356. session-cohttp-lwt >= "0.4.1"
  2357. session-cookie
  2358. session-cookie-async
  2359. session-cookie-lwt
  2360. session-postgresql >= "0.4.1"
  2361. session-postgresql-async
  2362. session-postgresql-lwt
  2363. session-redis-lwt >= "0.4.1"
  2364. session-webmachine >= "0.4.1"
  2365. setcore >= "1.0.2"
  2366. sexp < "v0.17.0"
  2367. sexp_decode
  2368. sexp_diff < "v0.17.0"
  2369. sexp_diff_kernel
  2370. sexp_grammar < "v0.17.0"
  2371. sexp_macro < "v0.17.0"
  2372. sexp_pretty < "v0.17.0"
  2373. sexp_select < "v0.17.0"
  2374. sexp_string_quickcheck < "v0.17.0"
  2375. sexplib >= "v0.12.0" & < "v0.17.0"
  2376. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2377. sgf >= "1.0.1"
  2378. sha >= "1.13"
  2379. shapefile
  2380. shared-block-ring
  2381. shared-memory-ring
  2382. shared-memory-ring-lwt
  2383. shared-secret >= "0.4"
  2384. shell < "v0.17.0"
  2385. sherlodoc < "3.1.0"
  2386. shexp < "v0.17.0"
  2387. shine >= "0.2.2"
  2388. shuttle
  2389. shuttle_http
  2390. shuttle_ssl
  2391. shuttle_websocket
  2392. sifun
  2393. sihl
  2394. sihl-cache
  2395. sihl-contract
  2396. sihl-core
  2397. sihl-email
  2398. sihl-facade
  2399. sihl-persistence
  2400. sihl-queue
  2401. sihl-session
  2402. sihl-storage
  2403. sihl-token
  2404. sihl-type
  2405. sihl-user
  2406. sihl-web
  2407. simlog
  2408. simple63
  2409. simple_httpd
  2410. simple_httpd_caqti
  2411. sklearn
  2412. slack
  2413. slacko
  2414. slice
  2415. slipshow != "0.5.0"
  2416. slug
  2417. smart-print >= "0.3.0"
  2418. smbc
  2419. smol
  2420. smol-helpers
  2421. smtlib-utils
  2422. smtml >= "0.7.0" & < "0.10.0"
  2423. snappy >= "0.1.2"
  2424. so
  2425. sodium-fmt
  2426. solid < "0.5.0"
  2427. solid_server < "0.5.0"
  2428. solid_tools < "0.5.0"
  2429. solidity-alcotest
  2430. solidity-common
  2431. solidity-parser
  2432. solidity-test
  2433. solidity-typechecker
  2434. solo5-elftool
  2435. sortedseq_intersect
  2436. soundtouch >= "0.1.9"
  2437. soupault
  2438. spacetime_lib
  2439. spatial-shell
  2440. spawn < "v0.9.0" | >= "v0.13.0"
  2441. spdx_licenses
  2442. spectrum
  2443. spectrum_capabilities
  2444. spectrum_palette_ppx
  2445. spectrum_palettes
  2446. spectrum_tools
  2447. speex
  2448. spelll >= "0.4"
  2449. spin
  2450. splay_tree < "v0.17.0"
  2451. splittable_random < "v0.17.0"
  2452. spoc
  2453. spoc_ppx
  2454. spoke
  2455. spotify-web-api
  2456. spotlib >= "4.1.0"
  2457. sqlgg >= "20200521"
  2458. sqlite3 >= "4.4.1"
  2459. sqlite3_utils
  2460. srt
  2461. ssh-agent >= "0.2.0"
  2462. ssl >= "0.5.6"
  2463. stdcompat >= "19"
  2464. stdint >= "0.6.0"
  2465. stdint-literals
  2466. stdio < "v0.17.0"
  2467. stdlib-diff
  2468. stdlib-random
  2469. stdlib-shims
  2470. stdune < "3.15.3"
  2471. stitch
  2472. stk < "0.5.0"
  2473. stk_iconv < "0.5.0"
  2474. stk_ocf < "0.5.0"
  2475. stk_ppx < "0.5.0"
  2476. stk_rdf < "0.5.0"
  2477. stk_xml < "0.5.0"
  2478. stog >= "0.20.0"
  2479. stog_all
  2480. stog_asy
  2481. stog_dot
  2482. stog_extern
  2483. stog_markdown
  2484. stog_multi_doc
  2485. stog_nocaml
  2486. stog_noexec
  2487. stog_plugins
  2488. stog_rdf
  2489. stog_rel_href
  2490. stog_server
  2491. stog_server_multi
  2492. stog_sitemap
  2493. stog_writing
  2494. stone >= "0.5.2"
  2495. store
  2496. stored_reversed < "v0.17.0"
  2497. stramon-lib
  2498. streamable < "v0.17.0"
  2499. streaming
  2500. string_dict < "v0.17.0"
  2501. stringCodepointSplitter
  2502. stringext >= "1.6.0"
  2503. sturgeon >= "0.4.2"
  2504. styled-ppx < "0.61.0"
  2505. subprocess
  2506. subscriptions-transport-ws
  2507. subtype-refinement >= "0.2"
  2508. sun
  2509. svmwrap
  2510. swagger >= "0.2.0"
  2511. swhid
  2512. swhid_compute
  2513. swhid_core
  2514. swhid_types
  2515. swipl
  2516. syguslib-utils
  2517. symex
  2518. synchronizer
  2519. syncweb
  2520. syndic >= "1.6.0"
  2521. sys-socket
  2522. sys-socket-unix
  2523. syslog >= "2.0.1"
  2524. syslog-message >= "1.0.0"
  2525. syslog-rfc5424 < "0.2"
  2526. systemverilog >= "0.0.2"
  2527. tablecloth-base
  2528. tablecloth-melange
  2529. tablecloth-native < "transition"
  2530. taglib >= "0.3.7"
  2531. talaria-bibtex
  2532. tar
  2533. tar-eio
  2534. tar-mirage
  2535. tar-unix
  2536. tcalc
  2537. tcpip
  2538. tdigest
  2539. telemetry
  2540. telltime
  2541. tensorboard
  2542. term-indexing
  2543. term-tools
  2544. terminal < "0.5.0"
  2545. terminal_size >= "0.1.4"
  2546. terminus
  2547. terminus-cohttp
  2548. terminus-hlc
  2549. testo < "0.3.4"
  2550. testo-diff < "0.3.4"
  2551. testo-lwt < "0.3.4"
  2552. testo-util < "0.3.4"
  2553. testu01
  2554. textmate-language
  2555. textrazor
  2556. textutils < "v0.17.0"
  2557. textutils_kernel < "v0.17.0"
  2558. textwrap >= "0.2.1"
  2559. tezos-base58
  2560. tezos-context-hash
  2561. tezt < "4.3.0"
  2562. tezt-bam
  2563. tezt-performance-regression
  2564. theora
  2565. thread-local-storage
  2566. thread-table
  2567. thrift
  2568. tidy >= "5-0.2"
  2569. tidy_email
  2570. tidy_email_mailgun
  2571. tidy_email_sendgrid
  2572. tidy_email_smtp
  2573. tilde_f < "v0.17.0"
  2574. time_now < "v0.17.0"
  2575. timed >= "1.1"
  2576. timedesc
  2577. timedesc-json
  2578. timedesc-sexp
  2579. timedesc-tzdb
  2580. timedesc-tzlocal
  2581. timedesc-tzlocal-js
  2582. timere
  2583. timere-parse
  2584. timezone < "v0.17.0"
  2585. timmy
  2586. timmy-jsoo
  2587. timmy-lwt
  2588. timmy-unix
  2589. tiny_httpd
  2590. tiny_httpd_camlzip
  2591. tiny_httpd_eio
  2592. tip-parser >= "0.4"
  2593. tldr
  2594. tls >= "0.12.8"
  2595. tls-async
  2596. tls-eio
  2597. tls-liquidsoap
  2598. tls-lwt
  2599. tls-miou-unix
  2600. tls-mirage
  2601. toc
  2602. tofn
  2603. togglelog
  2604. toml
  2605. toml-cconv
  2606. toml_cconv
  2607. toplevel_backend < "v0.17.0"
  2608. toplevel_expect_test < "v0.17.0"
  2609. topojson
  2610. topojsone
  2611. topological_sort < "v0.17.0"
  2612. torch < "v0.17.0"
  2613. tqdm
  2614. trace
  2615. trace-fuchsia
  2616. trace-runtime-events
  2617. trace-tef
  2618. tracing < "v0.17.0"
  2619. tracy-client
  2620. traits
  2621. trampoline
  2622. transept
  2623. traverse
  2624. travesty != "0.6.1"
  2625. trax >= "0.4.0"
  2626. tree_layout >= "0.2"
  2627. treeprint >= "2.3.0"
  2628. trexio
  2629. trie
  2630. trs
  2631. tsdl-image >= "0.3.0"
  2632. tsdl-mixer
  2633. tsdl-ttf >= "0.3"
  2634. tsort
  2635. tube >= "4.4.0"
  2636. tuntap
  2637. twirp_cohttp_lwt_unix
  2638. twirp_core
  2639. twirp_ezcurl
  2640. twirp_tiny_httpd
  2641. twostep
  2642. tyabt
  2643. type_eq
  2644. typed_list
  2645. typerep >= "v0.12.0" & < "v0.17.0"
  2646. typeset
  2647. tyre >= "0.5"
  2648. tyxml >= "4.3.0"
  2649. tyxml-jsx
  2650. tyxml-lwd
  2651. tyxml-ppx >= "4.3.0"
  2652. tyxml-syntax
  2653. ubase
  2654. ubpf >= "0.2"
  2655. uecc >= "0.3"
  2656. ufind
  2657. uint >= "2.0.1"
  2658. ulid
  2659. um-abt
  2660. unidecode
  2661. unionFind < "20250818"
  2662. unisim_archisec
  2663. unison >= "2.51.4" & < "2.53.4"
  2664. universal-portal
  2665. universo
  2666. unix-errno >= "0.6.0"
  2667. unstrctrd
  2668. uri >= "2.2.1"
  2669. uri-bench
  2670. uri-re
  2671. uri-sexp
  2672. uring
  2673. uritemplate
  2674. user-agent-parser
  2675. username_kernel < "v0.17.0"
  2676. uspf
  2677. uspf-lwt
  2678. uspf-mirage
  2679. uspf-unix
  2680. utcp
  2681. utop
  2682. uuuu >= "0.1.1"
  2683. validator
  2684. variantslib >= "v0.12.0" & < "v0.17.0"
  2685. varray
  2686. vcaml
  2687. vcardgen >= "1.2"
  2688. vchan
  2689. vchan-unix
  2690. vchan-xen
  2691. vdom
  2692. vec
  2693. vector
  2694. vector3 >= "1.0.0"
  2695. vendredi
  2696. vercel
  2697. vhd-format >= "0.12.0"
  2698. vhd-format-lwt
  2699. vif
  2700. vifu
  2701. virtual_dom < "v0.17.0"
  2702. visitors >= "20200207"
  2703. vlq >= "0.2.1"
  2704. vlt
  2705. vmnet
  2706. vocal
  2707. voqc
  2708. vorbis
  2709. vpt >= "5.0.0"
  2710. vscoq-language-server < "2.3.3"
  2711. vsrocq-language-server
  2712. vue-jsoo
  2713. vue-ppx
  2714. wall >= "0.4"
  2715. wasm >= "2.0.2"
  2716. wasmer
  2717. wasmtime
  2718. wayland
  2719. waylaunch
  2720. wcwidth
  2721. webauthn
  2722. weberizer >= "0.8"
  2723. webmachine >= "0.6.2"
  2724. websocket >= "2.12"
  2725. websocket-async
  2726. websocket-lwt
  2727. websocket-lwt-unix
  2728. websocketaf
  2729. webtest
  2730. webtest-js
  2731. wikitext
  2732. win-error >= "1.0"
  2733. win-eventlog >= "0.3"
  2734. winsvc
  2735. ws
  2736. ws-server
  2737. wseg
  2738. wtf8 >= "1.0.2"
  2739. wtr
  2740. wtr-ppx
  2741. wu-manber-fuzzy-search
  2742. x509
  2743. x86_64-esperanto >= "0.0.6"
  2744. xapi-backtrace
  2745. xapi-inventory
  2746. xapi-rrd
  2747. xapi-stdext-date
  2748. xapi-stdext-encodings
  2749. xapi-stdext-pervasives
  2750. xapi-stdext-std
  2751. xapi-stdext-threads
  2752. xapi-stdext-unix
  2753. xapi-stdext-zerocheck
  2754. xcursor
  2755. xdg-basedir
  2756. xedbindings
  2757. xen-evtchn
  2758. xen-evtchn-unix
  2759. xen-gnt
  2760. xen-gnt-unix
  2761. xenstore
  2762. xenstore-tool
  2763. xenstore_transport >= "1.1.0"
  2764. xkbcommon
  2765. xmelly
  2766. xml-light >= "2.5"
  2767. xmldiff >= "0.7.0"
  2768. xmldiff_js
  2769. xmlplaylist >= "0.1.5"
  2770. xoshiro
  2771. xtmpl >= "0.19.0" & < "1.1.0"
  2772. xtmpl_js < "1.1.0"
  2773. xtmpl_ppx < "1.1.0"
  2774. yaml >= "1.0.0"
  2775. yaml-sexp
  2776. yara >= "0.2"
  2777. yocaml < "2.0.0"
  2778. yocaml_cmark
  2779. yocaml_git < "2.0.0"
  2780. yocaml_jingoo < "2.0.0"
  2781. yocaml_markdown < "2.4.1"
  2782. yocaml_mustache < "2.0.0"
  2783. yocaml_syndication < "2.0.0"
  2784. yocaml_unix < "2.0.0"
  2785. yocaml_yaml < "2.0.0"
  2786. yojson >= "1.5.0"
  2787. yojson-bench
  2788. yojson-five
  2789. yultracer
  2790. yurt >= "0.6"
  2791. yuscii >= "0.2.1"
  2792. yuujinchou
  2793. zanuda
  2794. zar
  2795. zarith-ppx
  2796. zarith_stubs_js < "v0.17.0"
  2797. zed >= "2.0.6"
  2798. zeit
  2799. zelus
  2800. zelus-gtk
  2801. zipperposition
  2802. zipperposition-tools
  2803. zlib
  2804. zlist >= "0.4.0"
  2805. zmq >= "5.1.0"
  2806. zmq-async >= "5.1.0"
  2807. zmq-eio
  2808. zmq-lwt >= "5.1.0"
  2809. zstandard >= "v0.12.1" & < "v0.17.0"
  2810. zstd >= "0.3"
  2811. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"