package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

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 is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune 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: 23 Jun 2025

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.4"

Dev Dependencies (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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