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. duration
  756. dyn < "3.19.0"
  757. dynamic_gc
  758. dypgen
  759. earley >= "3.0.0"
  760. earlybird
  761. easy-format >= "1.3.2"
  762. easy_logging
  763. easy_logging_yojson
  764. ecaml
  765. ecma-regex
  766. edn
  767. ego
  768. eigen >= "0.1.0"
  769. eio
  770. eio-ssl
  771. eio-trace
  772. eio_linux
  773. eio_main
  774. eio_posix
  775. eio_windows
  776. either
  777. elasticsearch-cli >= "0.5"
  778. electrod
  779. eliom >= "10.1.2" & < "12.0.0"
  780. elm_core
  781. elm_playground
  782. elm_playground_native
  783. elm_playground_web
  784. elm_system
  785. elpi
  786. email_message
  787. embedded_ocaml_templates
  788. emile >= "0.4"
  789. emoji >= "2.0.0"
  790. encore >= "0.4"
  791. env_config
  792. epictetus
  793. eqaf >= "0.2"
  794. eqaf-cstruct
  795. equinoxe
  796. equinoxe-cohttp
  797. equinoxe-hlc
  798. erlang
  799. errpy
  800. erssical
  801. esa
  802. esgg
  803. esperanto-cosmopolitan >= "0.0.5"
  804. ethernet
  805. euler
  806. exenum >= "0.86"
  807. exit
  808. expect >= "0.1.0"
  809. expect_test_helpers
  810. expect_test_helpers_async
  811. expect_test_helpers_core
  812. expect_test_helpers_kernel
  813. expr
  814. extism
  815. extism-manifest
  816. extlib >= "1.7.9"
  817. extunix >= "0.3.1"
  818. ez_api
  819. ez_cmdliner >= "0.2.0"
  820. ez_config >= "0.2.0"
  821. ez_dune_describe
  822. ez_file >= "0.3.0"
  823. ez_hash
  824. ez_pgocaml
  825. ez_search
  826. ez_subst
  827. ezcurl
  828. ezcurl-lwt
  829. ezdl
  830. ezgzip >= "0.2.3"
  831. ezjs_ace
  832. ezjs_blockies
  833. ezjs_cleave
  834. ezjs_crypto
  835. ezjs_cytoscape
  836. ezjs_d3pie
  837. ezjs_extension
  838. ezjs_fetch
  839. ezjs_idb
  840. ezjs_jquery
  841. ezjs_min
  842. ezjs_odometer
  843. ezjs_push
  844. ezjs_qrcode
  845. ezjs_recaptcha
  846. ezjs_timeline
  847. ezjsonm >= "1.0.0"
  848. ezjsonm-encoding
  849. ezjsonm-lwt
  850. ezlua
  851. ezresto
  852. ezresto-directory
  853. ezsqlite >= "0.4.2"
  854. ezxmlm >= "1.1.0"
  855. FPauth
  856. FPauth-core
  857. FPauth-responses
  858. FPauth-strategies
  859. FrontC >= "4.0.0"
  860. faad >= "0.5.0"
  861. facteur
  862. fadbadml >= "0.1.2"
  863. faraday >= "0.7.1"
  864. faraday-async >= "0.7.1"
  865. faraday-lwt >= "0.7.1"
  866. faraday-lwt-unix >= "0.7.1"
  867. farith
  868. farmhash >= "0.4"
  869. fasmifra
  870. fat-filesystem >= "0.13.0"
  871. fd-send-recv >= "2.0.1"
  872. fdkaac >= "0.3.2"
  873. feat
  874. feat-core
  875. feat-num
  876. feather
  877. feather_async
  878. ff
  879. ff-bench
  880. ff-pbt
  881. ff-sig
  882. ffmpeg >= "1.0.0~beta1"
  883. ffmpeg-av
  884. ffmpeg-avcodec
  885. ffmpeg-avdevice
  886. ffmpeg-avfilter
  887. ffmpeg-avutil
  888. ffmpeg-swresample
  889. ffmpeg-swscale
  890. fftw3
  891. fiat-p256
  892. fiber
  893. fiber-lwt
  894. fieldslib >= "v0.13.0"
  895. file-rewriter
  896. file_path
  897. fileutils >= "0.6.1"
  898. finch
  899. fit < "1.3.2"
  900. fix >= "20181206"
  901. flac
  902. flatunionfind
  903. flex-array
  904. flint >= "0.3.2"
  905. flow_parser >= "0.229.1"
  906. fluxt
  907. fmlib
  908. fmlib_browser
  909. fmlib_js
  910. fmlib_parse
  911. fmlib_pretty
  912. fmlib_std
  913. fontforge-of-ocaml
  914. forester
  915. fpath-base
  916. fpath-sexp0
  917. frama-c >= "26.0~beta"
  918. frama-c-lannotate >= "0.2.3"
  919. frama-c-luncov >= "0.2.1"
  920. frama-c-metacsl >= "0.4"
  921. frama-clang
  922. frama_c_codex
  923. fred
  924. freetds >= "0.7"
  925. frei0r >= "0.1.2"
  926. frenetic
  927. fromager
  928. frontmatter_extractor
  929. fsevents
  930. fsevents-lwt
  931. fsml
  932. fstar >= "2025.02.17"
  933. fswatch
  934. fswatch_async
  935. fswatch_lwt
  936. fun-postgresql
  937. fun-sql
  938. fun-sqlite
  939. functoria
  940. functoria-runtime
  941. fungi
  942. fuseau
  943. fuseau-lwt
  944. fuzzy_compare
  945. fuzzy_match
  946. fzf
  947. GT
  948. gapi-ocaml
  949. gbddml
  950. gccjit
  951. gd >= "1.1"
  952. gdbprofiler
  953. gel
  954. gemini
  955. gen >= "0.5.3"
  956. gen_js_api
  957. gendarme < "0.4.1"
  958. gendarme-csv < "0.4.1"
  959. gendarme-ezjsonm < "0.4.1"
  960. gendarme-json < "0.4.0"
  961. gendarme-toml < "0.4.1"
  962. gendarme-yaml < "0.4.1"
  963. gendarme-yojson < "0.4.1"
  964. genspio >= "0.0.3"
  965. genspir >= "1.0.1"
  966. geojson
  967. geojsone
  968. geoml
  969. get_line >= "7.0.0"
  970. getopt >= "20230213"
  971. gettext >= "0.4.2"
  972. gettext-camomile
  973. gettext-stub
  974. giflib < "1.1.0"
  975. git
  976. git-cohttp
  977. git-cohttp-unix
  978. git-http
  979. git-kv
  980. git-mirage
  981. git-net
  982. git-paf
  983. git-split
  984. git-unix
  985. github >= "4.0.0"
  986. github-data
  987. github-hooks
  988. github-hooks-unix >= "0.5.0"
  989. github-jsoo >= "4.3.0"
  990. github-unix >= "4.0.0"
  991. gitlab
  992. gitlab-jsoo
  993. gitlab-unix
  994. gitlab_pipeline_notifier
  995. gl-legacy
  996. glfw-ocaml
  997. globlon
  998. gluon
  999. gluten
  1000. gluten-async
  1001. gluten-eio
  1002. gluten-lwt
  1003. gluten-lwt-unix
  1004. gluten-mirage
  1005. gmap
  1006. gmp
  1007. gnuplot
  1008. gobba
  1009. gobject-introspection
  1010. goblint
  1011. goblint-cil >= "1.8.0"
  1012. google-drive-ocamlfuse
  1013. gopcaml-mode
  1014. gopcaml-mode-merlin
  1015. gospel
  1016. gotd
  1017. gperftools
  1018. gpiod
  1019. gpr
  1020. gpt
  1021. gptar
  1022. gr
  1023. grace
  1024. gradescope_submit
  1025. grain_dypgen >= "0.2.1"
  1026. graphics
  1027. graphql >= "0.8.0"
  1028. graphql-async >= "0.8.0"
  1029. graphql-cohttp >= "0.9.0"
  1030. graphql-lwt >= "0.8.0"
  1031. graphql_jsoo_client
  1032. graphql_parser >= "0.9.0"
  1033. graphql_ppx
  1034. graphv
  1035. graphv_core
  1036. graphv_core_lib
  1037. graphv_font
  1038. graphv_font_js
  1039. graphv_font_stb_truetype
  1040. graphv_gles2
  1041. graphv_gles2_native
  1042. graphv_gles2_native_impl
  1043. graphv_webgl
  1044. graphv_webgl_impl
  1045. gremlin
  1046. grenier
  1047. grid
  1048. grpc
  1049. grpc-async
  1050. grpc-bench
  1051. grpc-eio
  1052. grpc-examples
  1053. grpc-lwt
  1054. gsl >= "1.24.0"
  1055. gstreamer >= "0.3.1"
  1056. guardian
  1057. guile
  1058. h1
  1059. h1-lwt-unix
  1060. h1_parser
  1061. h2
  1062. h2-async
  1063. h2-eio
  1064. h2-lwt
  1065. h2-lwt-unix
  1066. h2-mirage
  1067. hachis
  1068. hack_parallel
  1069. hacl-star
  1070. hacl-star-raw >= "0.5.0"
  1071. hacl_func
  1072. hacl_x25519
  1073. happy-eyeballs
  1074. happy-eyeballs-lwt
  1075. happy-eyeballs-miou-unix
  1076. happy-eyeballs-mirage
  1077. hardcaml
  1078. hardcaml-lua
  1079. hardcaml_axi
  1080. hardcaml_c
  1081. hardcaml_circuits
  1082. hardcaml_event_driven_sim
  1083. hardcaml_fixed_point
  1084. hardcaml_handshake
  1085. hardcaml_of_verilog
  1086. hardcaml_step_testbench
  1087. hardcaml_verify
  1088. hardcaml_verilator
  1089. hardcaml_waveterm
  1090. hardcaml_xilinx
  1091. hardcaml_xilinx_components
  1092. hardcaml_xilinx_reports
  1093. hashcons >= "1.4.0"
  1094. hashset >= "1.0.1"
  1095. haxe >= "4.1.1"
  1096. hc
  1097. hdf5
  1098. hdr_histogram >= "0.0.3"
  1099. headache
  1100. header-check
  1101. hector
  1102. herdtools7 >= "7.55"
  1103. heroicons-reason-react
  1104. hex >= "1.3.0"
  1105. hex_encode
  1106. hexstring
  1107. hg_lib
  1108. hidapi >= "1.1"
  1109. hidapi-lwt
  1110. higher_kinded
  1111. highlexer
  1112. higlo >= "0.8"
  1113. hilite
  1114. hkdf
  1115. hl_yaml
  1116. hockmd
  1117. hol2dk
  1118. hooke
  1119. hpack
  1120. hsluv
  1121. html_of_jsx != "0.0.8"
  1122. htmlfromtexbooks
  1123. hts_shrink >= "2.1.2"
  1124. http
  1125. http-cookie
  1126. http-date < "0.2"
  1127. http-lwt-client
  1128. http-mirage-client
  1129. http-multipart-formdata
  1130. http_async
  1131. httpaf >= "0.6.0"
  1132. httpaf-async >= "0.6.0"
  1133. httpaf-lwt-unix
  1134. httpaf_caged
  1135. httpcats
  1136. httph
  1137. httpun
  1138. httpun-async
  1139. httpun-eio
  1140. httpun-lwt
  1141. httpun-lwt-unix
  1142. httpun-mirage
  1143. httpun-types
  1144. httpun-ws
  1145. httpun-ws-async
  1146. httpun-ws-eio
  1147. httpun-ws-lwt
  1148. httpun-ws-lwt-unix
  1149. httpun-ws-mirage
  1150. huffman
  1151. hurl
  1152. hvsock >= "2.0.0"
  1153. hxd
  1154. hyper
  1155. ISO3166
  1156. ISO8601 >= "0.2.6"
  1157. i3ipc
  1158. icalendar
  1159. idd
  1160. idds
  1161. idna
  1162. imagelib
  1163. imguiml
  1164. incr_dom
  1165. incr_dom_interactive
  1166. incr_dom_keyboard
  1167. incr_dom_partial_render
  1168. incr_dom_sexp_form
  1169. incr_dom_widgets
  1170. incr_map
  1171. incr_select
  1172. incremental
  1173. incremental_cycles
  1174. indentation_buffer
  1175. index
  1176. index-bench
  1177. inferno >= "20190924"
  1178. influxdb
  1179. influxdb-async
  1180. influxdb-lwt
  1181. inifiles
  1182. inotify >= "2.4"
  1183. inotify-eio
  1184. inquire
  1185. inquirer_oc
  1186. int_repr
  1187. integers >= "0.3.0"
  1188. integers_stubs_js
  1189. integration1d >= "0.5.1"
  1190. intel_hex
  1191. interface-prime
  1192. interface-prime-lwt
  1193. interval >= "1.5" & < "1.6"
  1194. interval-map
  1195. interval_base
  1196. interval_crlibm
  1197. interval_intel
  1198. intPQueue < "20250925"
  1199. io-page
  1200. io-page-unix
  1201. iomux < "0.4"
  1202. iostream
  1203. iostream-camlzip
  1204. ip2location
  1205. ip2locationio >= "1.0.1"
  1206. ip2proxy
  1207. ip2whois
  1208. ipaddr >= "2.9.0"
  1209. ipaddr-cstruct
  1210. ipaddr-sexp
  1211. irc-client >= "0.6.2"
  1212. irc-client-lwt >= "0.6.2"
  1213. irc-client-lwt-ssl
  1214. irc-client-tls >= "0.6.2"
  1215. irc-client-unix >= "0.6.2"
  1216. iri >= "0.6.0" & < "1.1.0"
  1217. irky
  1218. irky-eio
  1219. irmin
  1220. irmin-bench
  1221. irmin-chunk
  1222. irmin-cli
  1223. irmin-client
  1224. irmin-containers
  1225. irmin-fs
  1226. irmin-git
  1227. irmin-graphql
  1228. irmin-http
  1229. irmin-indexeddb
  1230. irmin-layers
  1231. irmin-mirage
  1232. irmin-mirage-git
  1233. irmin-mirage-graphql
  1234. irmin-pack
  1235. irmin-pack-tools
  1236. irmin-server
  1237. irmin-test
  1238. irmin-tezos
  1239. irmin-unix
  1240. irmin-watcher
  1241. iso639
  1242. iter >= "1.4"
  1243. itv-tree >= "2.2"
  1244. jane-street-headers >= "v0.12.0"
  1245. jane_rope
  1246. janestreet_cpuid
  1247. janestreet_csv
  1248. janestreet_lru_cache
  1249. jasmin >= "2023.06.0"
  1250. jekyll-format >= "0.2.0"
  1251. jemalloc >= "0.2"
  1252. jext
  1253. jhupllib
  1254. jingoo >= "1.3.0"
  1255. jose
  1256. js_of_ocaml < "6.1.0"
  1257. js_of_ocaml-compiler < "6.1.0"
  1258. js_of_ocaml-lwt < "6.1.0"
  1259. js_of_ocaml-ocamlbuild >= "3.5.0"
  1260. js_of_ocaml-ppx < "6.1.0"
  1261. js_of_ocaml-ppx_deriving_json < "6.1.0"
  1262. js_of_ocaml-toplevel < "6.1.0"
  1263. js_of_ocaml-tyxml < "6.1.0"
  1264. js_of_ocaml-webgpu
  1265. js_of_ocaml-webidl
  1266. js_of_ocaml_patches
  1267. json-data-encoding
  1268. json-data-encoding-browser
  1269. json-data-encoding-bson
  1270. json_decoder
  1271. jsonaf
  1272. jsonoo
  1273. jsonrpc
  1274. jsonschema-core
  1275. jsonschema-validation
  1276. jsonschema2atd
  1277. jsonxt
  1278. jsoo-react
  1279. jsoo_broadcastchannel
  1280. jsoo_storage
  1281. jst-config
  1282. junit >= "2.0.1"
  1283. junit_alcotest >= "2.0.1"
  1284. junit_ounit >= "2.0.1"
  1285. jupyter
  1286. jupyter-archimedes
  1287. jupyter-kernel
  1288. jws
  1289. jwto
  1290. kafka >= "0.5"
  1291. kafka_async
  1292. kafka_lwt
  1293. kappa-agents
  1294. kappa-binaries
  1295. kappa-library
  1296. kappa-server
  1297. kcas
  1298. kcas_data
  1299. kdf
  1300. kdl
  1301. ke
  1302. key-parsers >= "0.10.1"
  1303. kicadsch >= "0.4.0"
  1304. kind2
  1305. kinetic-client >= "0.0.11"
  1306. kittyimg
  1307. kkmarkdown
  1308. kmt
  1309. knights_tour
  1310. kot
  1311. kqueue
  1312. krb
  1313. kuznechik
  1314. lab
  1315. lablgtk3
  1316. lablgtk3-extras >= "3.0.1"
  1317. lablgtk3-goocanvas2
  1318. lablgtk3-gtkspell3
  1319. lablgtk3-rsvg2
  1320. lablgtk3-sourceview3
  1321. lablqml
  1322. lacaml >= "11.0.2"
  1323. ladspa >= "0.2.0"
  1324. lambda
  1325. lambda-runtime
  1326. lambda-term >= "2.0"
  1327. lambda_streams
  1328. lambda_streams_async
  1329. lambda_streams_lwt
  1330. lambdapi
  1331. lambdasoup >= "0.6.4"
  1332. lame >= "0.3.4"
  1333. landmarks >= "1.4"
  1334. landmarks-ppx
  1335. lascar >= "0.6-alpha"
  1336. lastfm >= "0.3.3"
  1337. launchd >= "1.3"
  1338. layoutz
  1339. lazy-trie
  1340. lbfgs >= "0.9.1"
  1341. lbvs_consent >= "2.1.0"
  1342. ldap >= "2.4.1"
  1343. ldp < "0.5.0"
  1344. ldp_curl < "0.5.0"
  1345. ldp_js < "0.5.0"
  1346. ldp_tls < "0.5.0"
  1347. leaflet
  1348. learn-ocaml
  1349. learn-ocaml-client
  1350. leaves
  1351. ledgerwallet
  1352. legacy_diffable
  1353. lens >= "1.2.4"
  1354. letsencrypt
  1355. letsencrypt-app
  1356. letsencrypt-dns
  1357. letsencrypt-mirage
  1358. letters
  1359. leveldb
  1360. lib_parsing
  1361. libabsolute
  1362. libbinaryen < "105.1.0" | >= "107.0.1"
  1363. libbpf
  1364. libbpf_maps
  1365. libc
  1366. libirmin
  1367. libsail
  1368. libsvm >= "0.10.0"
  1369. libzipperposition
  1370. lilac
  1371. lilv
  1372. line-up-words
  1373. line_oriented
  1374. linenoise >= "1.3.1"
  1375. links
  1376. links-mysql
  1377. links-postgresql
  1378. links-sqlite3
  1379. linol
  1380. linol-eio
  1381. linol-lwt
  1382. lintcstubs
  1383. lintcstubs-arity < "0.5.2"
  1384. lintcstubs-gen
  1385. linwrap
  1386. liquid_interpreter
  1387. liquid_ml
  1388. liquid_parser
  1389. liquid_std
  1390. liquid_syntax
  1391. liquidsoap-core
  1392. liquidsoap-lang < "2.3.3"
  1393. liquidsoap-libs
  1394. liquidsoap-libs-extra
  1395. little_logger
  1396. llama
  1397. llama-cpp-ocaml
  1398. llama_core
  1399. llama_interactive
  1400. llama_midi
  1401. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1402. lmdb >= "1.0"
  1403. lo >= "0.2.0"
  1404. loc
  1405. lockfree
  1406. loga
  1407. logical
  1408. logs-async
  1409. logs-async-reporter
  1410. logs-ppx
  1411. logs-syslog
  1412. logtk
  1413. loop
  1414. lp
  1415. lp-glpk
  1416. lp-glpk-js
  1417. lp-gurobi
  1418. lp-highs
  1419. lpd
  1420. lreplay
  1421. lrgrep
  1422. lru >= "0.3.0"
  1423. lru_cache
  1424. lsp
  1425. lt-code
  1426. lua-ml >= "0.9.3"
  1427. lua_parser
  1428. lucid
  1429. lun
  1430. lustre-v6 >= "6.103.3"
  1431. lutils >= "1.51.2"
  1432. lutin >= "2.71.10"
  1433. luv
  1434. luv_unix
  1435. lwd
  1436. lwt < "6.0.0"
  1437. lwt-canceler >= "0.2"
  1438. lwt-dllist
  1439. lwt-exit
  1440. lwt-parallel
  1441. lwt-watcher >= "0.2"
  1442. lwt_direct < "6.0.0"
  1443. lwt_domain
  1444. lwt_eio
  1445. lwt_glib >= "1.1.1"
  1446. lwt_log >= "1.1.1"
  1447. lwt_ppx >= "1.2.2" & < "6.0.0"
  1448. lwt_ppx_to_let_syntax
  1449. lwt_react >= "1.1.2"
  1450. lwt_retry
  1451. lwt_runtime_events < "6.0.0"
  1452. lwt_ssl >= "1.1.3"
  1453. lz4 >= "1.2.0"
  1454. lz4_chans >= "3.0.1"
  1455. lzo >= "0.0.3"
  1456. MlFront_Cache < "2.4.2.30"
  1457. MlFront_Cli < "2.4.2.30"
  1458. MlFront_Config < "2.4.2.30"
  1459. MlFront_Core < "2.4.2.30"
  1460. MlFront_Errors < "2.4.2.30"
  1461. MlFront_Logs < "2.4.2.30"
  1462. MlFront_Manip < "2.4.2.30"
  1463. MlFront_Signify < "2.4.2.30"
  1464. MlFront_ZipFile < "2.4.2.30"
  1465. m_tree
  1466. macaddr
  1467. macaddr-cstruct
  1468. macaddr-sexp
  1469. mad >= "0.5.0"
  1470. magic-mime >= "1.1.2"
  1471. magic-trace
  1472. make-random
  1473. malfunction
  1474. man_in_the_middle_debugger
  1475. mariadb >= "1.2.0"
  1476. markdown
  1477. markup >= "0.8.0"
  1478. markup-lwt
  1479. mastodon-archive-viewer >= "0.2"
  1480. matcha
  1481. matita
  1482. matplotlib
  1483. mazeppa
  1484. mbr-format
  1485. mc2
  1486. mccs
  1487. mcrunch
  1488. md2mld
  1489. mdx >= "1.8.0"
  1490. mec
  1491. mechaml
  1492. mehari
  1493. mehari-eio
  1494. mehari-eio-unix
  1495. mehari-lwt-unix
  1496. mehari-mirage
  1497. mel
  1498. melange < "6.0.1-51"
  1499. melange-atdgen-codec-runtime
  1500. melange-compiler-libs
  1501. melange-fest
  1502. melange-fetch
  1503. melange-jest
  1504. melange-json
  1505. melange-json-native
  1506. melange-moment
  1507. melange-numeral
  1508. melange-radix-icons
  1509. melange-react-dates
  1510. melange-react-query
  1511. melange-recharts
  1512. melange-str
  1513. melange-testing-library
  1514. melange-webapi
  1515. meldep
  1516. mem_usage
  1517. memcad
  1518. memfd
  1519. memgraph
  1520. memgraph_kitty
  1521. memo
  1522. memprof-limits
  1523. memtrace
  1524. memtrace-mirage
  1525. memtrace_viewer
  1526. menhir >= "20200123"
  1527. menhirCST
  1528. menhirGLR
  1529. menhirLib
  1530. menhirSdk
  1531. merge-fmt
  1532. merlin
  1533. merlin-extend
  1534. merlin-lib
  1535. mesh >= "0.9.5"
  1536. mesh-easymesh >= "0.9.5"
  1537. mesh-graphics >= "0.9.5"
  1538. mesh-triangle >= "0.9.5"
  1539. metadata
  1540. metadb
  1541. metapp
  1542. metaquot
  1543. metrics
  1544. metrics-influx
  1545. metrics-lwt
  1546. metrics-rusage
  1547. metrics-unix
  1548. mew
  1549. mew_vi
  1550. mhttp
  1551. mhttp-client
  1552. mhttp-server
  1553. miaou
  1554. miaou-core
  1555. miaou-driver-matrix
  1556. miaou-driver-sdl
  1557. miaou-driver-term
  1558. miaou-driver-web
  1559. miaou-registry
  1560. miaou-runner
  1561. miaou-tui
  1562. miaou-widgets-display-sdl
  1563. middleware
  1564. mimic
  1565. mimic-happy-eyeballs
  1566. mindstorm >= "0.8"
  1567. mindstorm-lwt
  1568. minicaml
  1569. minicli >= "5.0.2"
  1570. minisat >= "0.3"
  1571. minttea
  1572. miou
  1573. mirage >= "4.0.0"
  1574. mirage-block
  1575. mirage-block-ccm
  1576. mirage-block-combinators
  1577. mirage-block-lwt
  1578. mirage-block-partition
  1579. mirage-block-ramdisk
  1580. mirage-block-solo5
  1581. mirage-block-unikraft
  1582. mirage-block-unix
  1583. mirage-block-xen
  1584. mirage-bootvar
  1585. mirage-channel >= "3.2.0"
  1586. mirage-channel-lwt
  1587. mirage-clock
  1588. mirage-clock-lwt
  1589. mirage-clock-unix
  1590. mirage-conduit
  1591. mirage-console
  1592. mirage-console-lwt
  1593. mirage-crypto
  1594. mirage-crypto-ec
  1595. mirage-crypto-pk
  1596. mirage-crypto-rng
  1597. mirage-crypto-rng-async
  1598. mirage-crypto-rng-eio
  1599. mirage-crypto-rng-lwt
  1600. mirage-crypto-rng-miou-unix
  1601. mirage-crypto-rng-mirage
  1602. mirage-crypto-rng-mkernel
  1603. mirage-device
  1604. mirage-dns
  1605. mirage-flow
  1606. mirage-flow-combinators
  1607. mirage-flow-lwt
  1608. mirage-flow-unix
  1609. mirage-fs
  1610. mirage-fs-lwt
  1611. mirage-kv >= "2.0.0"
  1612. mirage-kv-lwt >= "2.0.0"
  1613. mirage-kv-mem
  1614. mirage-kv-unix
  1615. mirage-logs
  1616. mirage-monitoring
  1617. mirage-mtime
  1618. mirage-nat
  1619. mirage-net
  1620. mirage-net-lwt
  1621. mirage-net-macosx >= "1.6.0"
  1622. mirage-net-solo5
  1623. mirage-net-unikraft
  1624. mirage-net-unix
  1625. mirage-net-xen
  1626. mirage-profile
  1627. mirage-protocols
  1628. mirage-protocols-lwt
  1629. mirage-ptime
  1630. mirage-qubes
  1631. mirage-qubes-ipv4
  1632. mirage-random
  1633. mirage-runtime
  1634. mirage-sleep
  1635. mirage-solo5
  1636. mirage-stack
  1637. mirage-stack-lwt
  1638. mirage-time
  1639. mirage-time-lwt
  1640. mirage-time-unix
  1641. mirage-types >= "3.6.0"
  1642. mirage-types-lwt >= "3.6.0"
  1643. mirage-unikraft
  1644. mirage-unix
  1645. mirage-vnetif
  1646. mirage-xen
  1647. mjson
  1648. mkaudio >= "1.1.0"
  1649. mkernel
  1650. mkocaml
  1651. mlbdd >= "0.7.2"
  1652. mlfenv
  1653. mlmpfr >= "4.0.2+dune"
  1654. mlpost
  1655. mlpost-lablgtk
  1656. mlt_parser
  1657. mlx
  1658. mm >= "0.7.0"
  1659. mmap
  1660. mmdb
  1661. mmo
  1662. mnd
  1663. mnet
  1664. mnet-cli
  1665. mnet-dns
  1666. mnet-happy-eyeballs
  1667. mnet-tls
  1668. mock >= "0.1.1"
  1669. mock-ounit >= "0.1.1"
  1670. module-graph
  1671. molenc >= "5.0.0"
  1672. monaco_jsoo
  1673. monolith
  1674. monomorphic >= "2.0"
  1675. monorobot
  1676. moonpool
  1677. moonpool-io
  1678. moonpool-lwt
  1679. mopsa
  1680. morbig >= "0.10.3"
  1681. morsmall
  1682. moss >= "0.1.1"
  1683. mparser >= "1.3"
  1684. mparser-pcre
  1685. mparser-re
  1686. mperf
  1687. mpg123
  1688. mpp >= "0.3.4"
  1689. mpris
  1690. mpris-clients
  1691. mqtt
  1692. mrmime
  1693. msat >= "0.8"
  1694. msat-bin
  1695. msendmail
  1696. mset
  1697. msgpck >= "1.5"
  1698. msgpck-repr
  1699. mssql
  1700. mtbox
  1701. mugen
  1702. mula
  1703. multibase
  1704. multicodec
  1705. multicont >= "1.0.1"
  1706. multicore-bench
  1707. multicore-magic
  1708. multicore-magic-dscheck
  1709. multihash
  1710. multihash-digestif
  1711. multipart-form-data >= "0.3.0"
  1712. multipart_form
  1713. multipart_form-cohttp-lwt
  1714. multipart_form-eio
  1715. multipart_form-lwt
  1716. multipart_form-miou
  1717. murmur3 >= "0.3"
  1718. mustache >= "3.1.0"
  1719. mustache-cli
  1720. mutaml
  1721. mutf8
  1722. mwt
  1723. mybuild >= "7"
  1724. mysql8
  1725. mysql_protocol
  1726. n_ary
  1727. naboris
  1728. nacc
  1729. nanoev
  1730. nanoev-picos
  1731. nanoev-posix
  1732. nanoev_tiny_httpd
  1733. nanoid
  1734. nanosvg
  1735. nanosvg_text
  1736. nbd >= "4.0.3"
  1737. nbd-tool
  1738. nbd-unix
  1739. neo4j_bolt
  1740. netkat
  1741. netlink >= "0.3.4"
  1742. netsnmp
  1743. neural_nets_lib < "0.6.0"
  1744. nice_parser
  1745. ninja_utils
  1746. niru
  1747. nloge
  1748. nlopt
  1749. nmea
  1750. noCanren
  1751. nocoiner
  1752. node_of_ocaml
  1753. nomad
  1754. non_empty_list
  1755. nottui
  1756. nottui-lwt
  1757. nottui-miou
  1758. nottui-pretty
  1759. nottui-unix
  1760. notty >= "0.2.3"
  1761. notty-community
  1762. notty-miou
  1763. notty_async >= "v0.13.0"
  1764. np
  1765. npy >= "0.0.9"
  1766. nsq
  1767. numeric_string
  1768. nuscr
  1769. OCADml
  1770. OCanren
  1771. OCanren-ppx
  1772. OSCADml
  1773. obatcher
  1774. obeam
  1775. obelisk >= "0.5.0"
  1776. obuilder
  1777. obuilder-spec
  1778. obus >= "1.2.1"
  1779. ocal >= "0.2.2"
  1780. ocaml-canvas
  1781. ocaml-compiler-libs >= "v0.12.0"
  1782. ocaml-embed-file
  1783. ocaml-in-python
  1784. ocaml-index
  1785. ocaml-lsp-server
  1786. ocaml-lua
  1787. ocaml-migrate-parsetree
  1788. ocaml-migrate-parsetree-ocamlbuild
  1789. ocaml-monadic >= "0.4.1"
  1790. ocaml-print-intf
  1791. ocaml-probes
  1792. ocaml-protoc >= "2.0.1"
  1793. ocaml-protoc-plugin
  1794. ocaml-r >= "0.1.1"
  1795. ocaml-sat-solvers >= "0.8"
  1796. ocaml-syntax-shims
  1797. ocaml-systemd >= "1.3"
  1798. ocaml-top
  1799. ocaml-vdom < "transition"
  1800. ocaml-version >= "3.5.0"
  1801. ocaml-yescrypt
  1802. ocaml_db_model
  1803. ocaml_intrinsics
  1804. ocaml_intrinsics_kernel
  1805. ocaml_openapi_generator
  1806. ocaml_pgsql_model
  1807. ocaml_plugin
  1808. ocamlc-loc < "3.19.0"
  1809. ocamlcodoc
  1810. ocamldiff >= "1.2"
  1811. ocamlformat >= "0.24.1"
  1812. ocamlformat-lib
  1813. ocamlformat-mlx
  1814. ocamlformat-mlx-lib
  1815. ocamlformat-rpc < "removed"
  1816. ocamlformat-rpc-lib
  1817. ocamlfuse
  1818. ocamlgraph >= "2.0.0"
  1819. ocamlgraph_gtk
  1820. ocamlify >= "0.1.0"
  1821. ocamline
  1822. ocamlmerlin-mlx
  1823. ocamlmig
  1824. ocamlmod >= "0.1.1"
  1825. ocamlog
  1826. ocamlregextkit
  1827. ocannl_npy
  1828. ocb
  1829. ocf >= "0.8.0" & < "1.0.0"
  1830. ocf_ppx < "1.0.0"
  1831. ocgtk
  1832. ockt
  1833. ocluster != "0.2"
  1834. ocluster-api
  1835. ocluster-worker
  1836. ocolor
  1837. ocp-browser >= "1.2.1"
  1838. ocp-indent >= "1.7.0" & < "1.9.0"
  1839. ocp-indent-nlfork
  1840. ocp-index
  1841. ocp-search
  1842. ocp_reveal
  1843. ocplib-endian >= "1.1"
  1844. ocplib-json-typed-browser
  1845. ocplib-json-typed-bson
  1846. ocplib-simplex >= "0.5"
  1847. ocplib_stuff >= "0.4.0"
  1848. ocsigen-i18n >= "4.0.0"
  1849. ocsigen-ppx-rpc
  1850. ocsigenserver >= "4.0.1" & < "7.0.0"
  1851. ocsipersist
  1852. ocsipersist-dbm
  1853. ocsipersist-dbm-config
  1854. ocsipersist-lib
  1855. ocsipersist-pgsql
  1856. ocsipersist-pgsql-config
  1857. ocsipersist-sqlite
  1858. ocsipersist-sqlite-config
  1859. octavius >= "1.2.2"
  1860. ocue
  1861. odate
  1862. odds >= "1.1"
  1863. odep
  1864. odepack >= "0.6.9"
  1865. odnnr
  1866. odoc < "3.1.0"
  1867. odoc-driver < "3.1.0"
  1868. odoc-md < "3.1.0"
  1869. odoc-parser < "3.1.0"
  1870. oepub
  1871. of_json
  1872. offheap
  1873. oframl
  1874. ogg >= "1.0.0"
  1875. ohex
  1876. oidc
  1877. ojo
  1878. ojs
  1879. ojs_base
  1880. ojs_base_all
  1881. ojs_base_ppx
  1882. ojs_ed
  1883. ojs_filetree
  1884. ojs_list
  1885. oktree
  1886. olinq >= "0.3"
  1887. oma
  1888. omd >= "1.3.2"
  1889. ometrics
  1890. omg
  1891. omigrate
  1892. omlr >= "1.0.3"
  1893. omtl
  1894. oneffs
  1895. oniguruma
  1896. ooh
  1897. opam-0install
  1898. opam-0install-cudf
  1899. opam-bin >= "1.0.0"
  1900. opam-build
  1901. opam-check-npm-deps
  1902. opam-ci-check-lint
  1903. opam-client >= "2.0.2"
  1904. opam-compiler
  1905. opam-core >= "2.0.2"
  1906. opam-custom-install
  1907. opam-devel >= "2.0.2"
  1908. opam-dune-lint
  1909. opam-ed >= "0.4"
  1910. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1911. opam-format >= "2.0.2"
  1912. opam-graph
  1913. opam-grep >= "0.2.0"
  1914. opam-installer >= "2.0.2"
  1915. opam-monorepo
  1916. opam-package-upgrade >= "0.2"
  1917. opam-publish >= "2.0.2"
  1918. opam-repository >= "2.0.2"
  1919. opam-solver >= "2.0.2"
  1920. opam-spin
  1921. opam-state >= "2.0.2"
  1922. opam-test
  1923. opam_bin_lib != "0.9.5"
  1924. opasswd
  1925. opatch
  1926. opazl
  1927. openai
  1928. openai-gym
  1929. openapi
  1930. openapi-opium
  1931. openapi_router
  1932. openbsd
  1933. opencage
  1934. opencc0
  1935. opencc1
  1936. opencc1_1
  1937. openQASM
  1938. openstellina
  1939. opentelemetry
  1940. opentelemetry-client
  1941. opentelemetry-client-cohttp-eio
  1942. opentelemetry-client-cohttp-lwt
  1943. opentelemetry-client-ocurl
  1944. opentelemetry-client-ocurl-lwt
  1945. opentelemetry-cohttp-lwt
  1946. opentelemetry-logs
  1947. opentelemetry-lwt
  1948. opine
  1949. opium
  1950. opium-graphql
  1951. opium-testing
  1952. opium_kernel >= "0.17.0"
  1953. oplot
  1954. oplsr
  1955. opomodoro
  1956. opsian
  1957. optal
  1958. opti
  1959. optimization1d >= "0.6.1"
  1960. optiml-transport
  1961. optint
  1962. opus
  1963. oq
  1964. oraft
  1965. oranger >= "2.0.1"
  1966. orb
  1967. order-i3-xfce
  1968. ordering < "3.19.0"
  1969. ordinal
  1970. ordinal_abbreviation
  1971. ordma >= "0.0.5"
  1972. orec >= "1.0.1"
  1973. orewa
  1974. orf
  1975. orgeat
  1976. orpie
  1977. orrandomForest
  1978. orsvm_e1071 >= "4.0.0"
  1979. ortac-core
  1980. ortac-dune
  1981. ortac-qcheck-stm
  1982. ortac-runtime
  1983. ortac-runtime-qcheck-stm
  1984. ortac-wrapper
  1985. orthologic-coq
  1986. orxgboost >= "1.1.0"
  1987. osc >= "0.2.0"
  1988. osc-lwt
  1989. osc-unix
  1990. osdp >= "1.1.1"
  1991. oseq >= "0.2"
  1992. osh
  1993. oskel
  1994. osnap
  1995. ostap >= "0.6"
  1996. osx-secure-transport
  1997. otaglibc
  1998. otf
  1999. otoggl
  2000. otoml
  2001. otr
  2002. oui
  2003. ounit = "2.1.2"
  2004. ounit-lwt < "2.2.0"
  2005. ounit2
  2006. ounit2-lwt
  2007. out-channel-redirect
  2008. override
  2009. owee
  2010. owi
  2011. owl >= "0.4.0"
  2012. owl-base >= "0.4.0"
  2013. owl-jupyter
  2014. owl-ode
  2015. owl-ode-base
  2016. owl-ode-odepack
  2017. owl-ode-sundials
  2018. owl-opt
  2019. owl-opt-lbfgs
  2020. owl-plplot
  2021. owl-symbolic
  2022. owl-top >= "0.4.0"
  2023. owl-zoo >= "0.4.0"
  2024. owork
  2025. ozulip
  2026. p4pp
  2027. p5scm
  2028. packstream
  2029. pacomb
  2030. paf
  2031. paf-cohttp
  2032. pageantty
  2033. pam
  2034. pancake
  2035. pandoc
  2036. pandoc-abbreviations
  2037. pandoc-comment
  2038. pandoc-crossref
  2039. pandoc-include
  2040. pandoc-inspect
  2041. pandoc-pdf2png
  2042. pandoc-replace
  2043. papi >= "0.1.1"
  2044. par_incr
  2045. parany >= "9.0.0"
  2046. pardi >= "2.0.2"
  2047. pari
  2048. pari-bindings
  2049. parmap >= "1.1.1"
  2050. parseff >= "0.2.0"
  2051. parsexp >= "v0.13.0"
  2052. parsexp_io
  2053. parsite
  2054. parsley
  2055. passage
  2056. patch
  2057. patdiff
  2058. path_glob
  2059. patience_diff
  2060. patricia-tree
  2061. pattern
  2062. pb
  2063. pb-plugin
  2064. pbkdf
  2065. pbrt
  2066. pbrt_services
  2067. pbrt_yojson
  2068. pcap-format >= "0.5.2"
  2069. pcrc
  2070. pcre >= "7.3.5"
  2071. pcre2
  2072. pds-reachability >= "0.2.2"
  2073. pecu >= "0.2"
  2074. petrol
  2075. pf-qubes
  2076. pg_query
  2077. pgocaml >= "4.0"
  2078. pgocaml_ppx
  2079. pgx
  2080. pgx_async
  2081. pgx_lwt
  2082. pgx_lwt_mirage
  2083. pgx_lwt_unix
  2084. pgx_unix
  2085. pgx_value_core
  2086. pgx_value_ptime
  2087. phantom-algebra >= "1.0.1"
  2088. phonetic
  2089. phylogenetics
  2090. piaf
  2091. picasso
  2092. picos
  2093. picos_aux
  2094. picos_io
  2095. picos_io_cohttp
  2096. picos_lwt
  2097. picos_meta
  2098. picos_mux
  2099. picos_std
  2100. piece_rope
  2101. piqi >= "0.7.8"
  2102. piqilib >= "0.6.16"
  2103. pixel_pusher
  2104. pkcs11 >= "0.18.0"
  2105. pkcs11-cli
  2106. pkcs11-driver
  2107. pkcs11-rev
  2108. pla >= "1.3"
  2109. plateau
  2110. plato
  2111. plebeia
  2112. plist-xml
  2113. plist-xml-lwt
  2114. plotkicadsch
  2115. plotly
  2116. plplot >= "5.11.0-1"
  2117. polars
  2118. polars_async
  2119. polka
  2120. poll
  2121. polling_state_rpc
  2122. polly < "0.5.0"
  2123. polymarket
  2124. polynomial
  2125. pomap
  2126. popper
  2127. portaudio >= "0.2.2"
  2128. portaudio_c_bindings
  2129. posix-base < "4.0.1"
  2130. posix-bindings < "4.0.1"
  2131. posix-getopt >= "2.0.0" & < "4.0.1"
  2132. posix-math2 < "4.0.1"
  2133. posix-signal < "4.0.1"
  2134. posix-socket < "4.0.1"
  2135. posix-socket-unix < "4.0.1"
  2136. posix-time2 < "4.0.1"
  2137. posix-types >= "2.0.0" & < "4.0.1"
  2138. posix-uname < "4.0.1"
  2139. posixat
  2140. postgres_async
  2141. postgresql >= "4.4.1"
  2142. pp
  2143. pp-binary-ints
  2144. pp_loc
  2145. pplumbing
  2146. pplumbing-err
  2147. pplumbing-log
  2148. pplumbing-log-cli
  2149. pplumbing-pp-tty
  2150. pprint >= "20200226"
  2151. ppx-owl-opt
  2152. ppx_accessor
  2153. ppx_assert
  2154. ppx_bap
  2155. ppx_base
  2156. ppx_bench
  2157. ppx_bin_prot
  2158. ppx_bitstring < "5.0.2"
  2159. ppx_blob >= "0.6.0"
  2160. ppx_camlrack
  2161. ppx_catch
  2162. ppx_cold
  2163. ppx_compare
  2164. ppx_compose >= "0.1.0"
  2165. ppx_const
  2166. ppx_conv_func
  2167. ppx_counters
  2168. ppx_css
  2169. ppx_cstruct
  2170. ppx_cstubs
  2171. ppx_csv_conv
  2172. ppx_custom_printf
  2173. ppx_decimal
  2174. ppx_default
  2175. ppx_defer >= "0.4.0"
  2176. ppx_demo
  2177. ppx_derive_at_runtime
  2178. ppx_derivers >= "1.2.1"
  2179. ppx_deriving >= "4.5-1"
  2180. ppx_deriving_cad
  2181. ppx_deriving_cmdliner
  2182. ppx_deriving_decoders
  2183. ppx_deriving_encoding
  2184. ppx_deriving_ezjsonm
  2185. ppx_deriving_hardcaml
  2186. ppx_deriving_hash
  2187. ppx_deriving_json_schema
  2188. ppx_deriving_jsonschema
  2189. ppx_deriving_jsont
  2190. ppx_deriving_jsoo
  2191. ppx_deriving_madcast >= "0.2"
  2192. ppx_deriving_popper
  2193. ppx_deriving_protobuf
  2194. ppx_deriving_qcheck
  2195. ppx_deriving_rpc
  2196. ppx_deriving_scad
  2197. ppx_deriving_variant_string
  2198. ppx_deriving_yaml
  2199. ppx_deriving_yojson
  2200. ppx_diff
  2201. ppx_disable_unused_warnings
  2202. ppx_distr_guards >= "0.2"
  2203. ppx_dream_eml
  2204. ppx_embed_file
  2205. ppx_enforce
  2206. ppx_enumerate
  2207. ppx_expect
  2208. ppx_expect_nobase
  2209. ppx_ezlua
  2210. ppx_factory
  2211. ppx_fail
  2212. ppx_fields_conv
  2213. ppx_fixed_literal
  2214. ppx_forbid
  2215. ppx_format
  2216. ppx_fun
  2217. ppx_gen_rec >= "1.1.0"
  2218. ppx_getenv
  2219. ppx_globalize
  2220. ppx_hardcaml
  2221. ppx_hash
  2222. ppx_here
  2223. ppx_ignore_instrumentation
  2224. ppx_import
  2225. ppx_inline_alcotest
  2226. ppx_inline_test
  2227. ppx_inline_test_nobase
  2228. ppx_interact
  2229. ppx_irmin
  2230. ppx_jane
  2231. ppx_js_style
  2232. ppx_jsobject_conv
  2233. ppx_jsonaf_conv
  2234. ppx_let
  2235. ppx_log
  2236. ppx_lun
  2237. ppx_make
  2238. ppx_map
  2239. ppx_marshal < "0.4.1"
  2240. ppx_marshal_ext < "0.4.1"
  2241. ppx_matches
  2242. ppx_meta_conv
  2243. ppx_mica
  2244. ppx_mikmatch
  2245. ppx_minidebug
  2246. ppx_module_timer
  2247. ppx_monad
  2248. ppx_monoid >= "0.3.2"
  2249. ppx_mysql
  2250. ppx_open
  2251. ppx_optcomp
  2252. ppx_optint
  2253. ppx_optional
  2254. ppx_parser
  2255. ppx_partial
  2256. ppx_pattern_bind
  2257. ppx_pbt
  2258. ppx_pipebang
  2259. ppx_protocol_conv
  2260. ppx_protocol_conv_json
  2261. ppx_protocol_conv_jsonm
  2262. ppx_protocol_conv_msgpack
  2263. ppx_protocol_conv_xml_light
  2264. ppx_protocol_conv_xmlm
  2265. ppx_protocol_conv_yaml
  2266. ppx_pyformat
  2267. ppx_python
  2268. ppx_quick_test
  2269. ppx_rapper
  2270. ppx_rapper_async
  2271. ppx_rapper_lwt
  2272. ppx_regexp >= "0.4.0"
  2273. ppx_repr
  2274. ppx_seq
  2275. ppx_sexp_conv
  2276. ppx_sexp_message
  2277. ppx_sexp_value
  2278. ppx_show
  2279. ppx_stable
  2280. ppx_stable_witness
  2281. ppx_string
  2282. ppx_string_conv
  2283. ppx_string_interpolation
  2284. ppx_subliner
  2285. ppx_system
  2286. ppx_test
  2287. ppx_tools
  2288. ppx_tools_versioned
  2289. ppx_trace
  2290. ppx_ts
  2291. ppx_tydi
  2292. ppx_type_directed_value
  2293. ppx_typed_fields
  2294. ppx_typerep_conv
  2295. ppx_tyre
  2296. ppx_units
  2297. ppx_unreachable
  2298. ppx_update
  2299. ppx_variants_conv
  2300. ppx_viewpattern
  2301. ppx_wideopen
  2302. ppx_xml_conv
  2303. ppx_yojson
  2304. ppx_yojson_conv
  2305. ppx_yojson_conv_lib
  2306. ppxfind
  2307. ppxlib
  2308. ppxlib-tools
  2309. ppxlib_jane
  2310. ppxx
  2311. pratter
  2312. prbnmcn-basic-structures
  2313. prbnmcn-cgrph
  2314. prbnmcn-clustering
  2315. prbnmcn-dagger
  2316. prbnmcn-dagger-gsl
  2317. prbnmcn-dagger-stats
  2318. prbnmcn-dagger-test
  2319. prbnmcn-gnuplot
  2320. prbnmcn-linalg
  2321. prbnmcn-mcts
  2322. prbnmcn-proptest
  2323. prbnmcn-stats
  2324. prbnmcn-ucb1
  2325. prc
  2326. preface
  2327. prelude
  2328. pretty_expressive
  2329. prettym
  2330. print-table
  2331. printbox >= "0.3"
  2332. printbox-ext-plot
  2333. printbox-html
  2334. printbox-md
  2335. printbox-text >= "0.6.1"
  2336. proc-smaps
  2337. process_limits
  2338. processor
  2339. producer
  2340. prof_spacetime
  2341. profiling
  2342. profunctor
  2343. progress < "0.5.0"
  2344. prolect
  2345. prom
  2346. prometheus >= "0.6"
  2347. prometheus-app >= "0.6"
  2348. prometheus-liquidsoap >= "2"
  2349. promise
  2350. promise_jsoo
  2351. promise_jsoo_lwt
  2352. protocell
  2353. protocol-9p >= "1.0.0"
  2354. protocol-9p-tool >= "1.0.0"
  2355. protocol-9p-unix >= "1.0.0"
  2356. protocol_version_header
  2357. provider
  2358. prr
  2359. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2360. psq >= "0.1.1"
  2361. ptmap >= "2.0.5"
  2362. ptset
  2363. pulseaudio >= "0.1.4"
  2364. pure-html
  2365. pure-splitmix >= "0.3"
  2366. purl
  2367. pvec
  2368. pxshot
  2369. py >= "1.1"
  2370. pyast
  2371. pyml >= "20210924"
  2372. pyml_bindgen >= "0.3.0"
  2373. pyre-ast
  2374. pythonlib
  2375. qbf >= "0.3"
  2376. qcaml
  2377. qcheck >= "0.13"
  2378. qcheck-alcotest
  2379. qcheck-core
  2380. qcheck-lin < "0.10"
  2381. qcheck-multicoretests-util < "0.10"
  2382. qcheck-ounit
  2383. qcheck-stm < "0.10"
  2384. qdrant
  2385. qinap
  2386. qiskit
  2387. qmp >= "0.19.0"
  2388. qrencode
  2389. qtest >= "2.10.1"
  2390. queenshead
  2391. query-json
  2392. quests
  2393. quick_print
  2394. quickjs
  2395. radamsa
  2396. radare2 >= "0.0.3"
  2397. randii
  2398. random
  2399. randomconv
  2400. randoml
  2401. range >= "0.8"
  2402. rangeSet
  2403. rankers
  2404. rawlink
  2405. rawlink-eio
  2406. rawlink-lwt
  2407. raygui < "1.5.1"
  2408. raylib < "1.5.1"
  2409. rdbg >= "1.196.12"
  2410. rdf >= "0.13.0" & < "1.1.0"
  2411. rdf_impls < "1.1.0"
  2412. rdf_json_ld < "1.1.0"
  2413. rdf_lwt < "1.1.0"
  2414. rdf_mysql < "1.1.0"
  2415. rdf_postgresql < "1.1.0"
  2416. rdf_ppx < "1.1.0"
  2417. re >= "1.9.0"
  2418. re2
  2419. re2_stable
  2420. re_parser
  2421. rea
  2422. react-rules-of-hooks-ppx
  2423. reactiveData >= "0.2.4"
  2424. reactjs-jsx-ppx
  2425. readline
  2426. reanalyze
  2427. reason < "3.17.2"
  2428. reason-react
  2429. reason-react-ppx
  2430. reason-standard
  2431. received
  2432. record_builder
  2433. records >= "1.0.0"
  2434. red-black-tree
  2435. reddit_api_async
  2436. reddit_api_kernel
  2437. redirect
  2438. redis >= "0.4"
  2439. redis-async
  2440. redis-lwt >= "0.4"
  2441. redis-sync >= "0.4"
  2442. reed-solomon-erasure >= "1.0.2"
  2443. reedsolomon
  2444. refl
  2445. regex_parser_intf
  2446. regrade
  2447. relude
  2448. remu_ts
  2449. reparse
  2450. reparse-lwt
  2451. reparse-lwt-unix
  2452. reparse-unix
  2453. repr
  2454. repr-bench
  2455. repr-fuzz
  2456. res >= "5.0.1"
  2457. res_tailwindcss
  2458. rescript-syntax
  2459. rescriptdep
  2460. reshowcase
  2461. resource-pooling >= "1.1"
  2462. resource_cache
  2463. resp
  2464. resp-client
  2465. resp-mirage
  2466. resp-server >= "0.9"
  2467. resp-unix
  2468. resto
  2469. resto-acl
  2470. resto-cohttp
  2471. resto-cohttp-client
  2472. resto-cohttp-self-serving-client
  2473. resto-cohttp-server
  2474. resto-directory
  2475. resto-json
  2476. restricted
  2477. result
  2478. rfc1951 >= "0.8.1" & != "1.0.0"
  2479. rfc6287 >= "1.0.4"
  2480. rfc7748
  2481. rfsm >= "1.6-alpha-3"
  2482. rhythm
  2483. ringo
  2484. ringo-lwt
  2485. rio
  2486. riot
  2487. river
  2488. rock
  2489. rocq-core
  2490. rocq-devtools
  2491. rocq-runtime
  2492. rocqide
  2493. roman
  2494. root1d >= "0.5.1"
  2495. rope >= "0.6.2"
  2496. rosa
  2497. rosetta >= "0.2.0"
  2498. routes
  2499. rowex
  2500. rpc
  2501. rpc_parallel
  2502. rpclib
  2503. rpclib-async
  2504. rpclib-html
  2505. rpclib-js
  2506. rpclib-lwt
  2507. rpmfile
  2508. rpmfile-cli
  2509. rpmfile-eio
  2510. rpmfile-unix
  2511. rsdd
  2512. rss
  2513. rtop < "3.17.2"
  2514. rtree
  2515. rungen
  2516. runtime_events_tools < "0.5.4"
  2517. runtime_events_tools_bare < "0.5.4"
  2518. rusage
  2519. rust-staticlib-gen
  2520. rust-staticlib-virtual
  2521. SZXX
  2522. safemoney
  2523. safepass >= "3.1"
  2524. sail >= "0.15"
  2525. sail_c_backend
  2526. sail_coq_backend
  2527. sail_doc_backend
  2528. sail_latex_backend
  2529. sail_lean_backend
  2530. sail_lem_backend
  2531. sail_maker
  2532. sail_manifest
  2533. sail_ocaml_backend
  2534. sail_output
  2535. sail_smt_backend
  2536. sail_sv_backend
  2537. salsa20 >= "1.0.0"
  2538. salsa20-core >= "1.0.0"
  2539. salto-analyzer < "0.2"
  2540. saltoIL < "0.2.1"
  2541. samplerate >= "0.1.6"
  2542. sanddb >= "0.2"
  2543. sarek
  2544. sarif
  2545. satex
  2546. saturn
  2547. saturn_lockfree
  2548. satyrographos
  2549. savvy
  2550. scad_ml
  2551. scfg
  2552. scgi
  2553. scipy
  2554. scrypt-kdf
  2555. sd_logic
  2556. sdl-liquidsoap >= "3"
  2557. search
  2558. searchTree
  2559. secp256k1 >= "0.4.1"
  2560. secp256k1-internal
  2561. sedlex
  2562. sek
  2563. sel
  2564. semantic_version
  2565. semaphore-compat
  2566. semv
  2567. semver >= "0.2.1"
  2568. semver2
  2569. sendmail
  2570. sendmail-lwt
  2571. sendmail-miou-unix
  2572. sendmail-mirage
  2573. sentry
  2574. seq < "base"
  2575. seqes
  2576. sequencer_table
  2577. serde
  2578. serde_debug
  2579. serde_derive
  2580. serde_json
  2581. serde_sexpr
  2582. serde_xml
  2583. serial
  2584. server-reason-react
  2585. session >= "0.4.1"
  2586. session-cohttp >= "0.4.1"
  2587. session-cohttp-async >= "0.4.1"
  2588. session-cohttp-lwt >= "0.4.1"
  2589. session-cookie
  2590. session-cookie-async
  2591. session-cookie-lwt
  2592. session-postgresql >= "0.4.1"
  2593. session-postgresql-async
  2594. session-postgresql-lwt
  2595. session-redis-lwt >= "0.4.1"
  2596. session-webmachine >= "0.4.1"
  2597. setcore >= "1.0.2"
  2598. sexp
  2599. sexp_decode
  2600. sexp_diff
  2601. sexp_diff_kernel
  2602. sexp_grammar
  2603. sexp_macro
  2604. sexp_pretty
  2605. sexp_select
  2606. sexp_string_quickcheck
  2607. sexplib >= "v0.13.0"
  2608. sexplib0 >= "v0.12.0"
  2609. sexps-rewriter
  2610. sgf
  2611. sha >= "1.13"
  2612. shades
  2613. shakuhachi
  2614. shapefile
  2615. shared-block-ring
  2616. shared-memory-ring
  2617. shared-memory-ring-lwt
  2618. shared-secret >= "0.4"
  2619. shell
  2620. sherlodoc < "3.1.0"
  2621. shexp
  2622. shine >= "0.2.2"
  2623. shuttle
  2624. shuttle_http
  2625. shuttle_ssl
  2626. shuttle_websocket
  2627. sifun
  2628. signal
  2629. sihl
  2630. sihl-cache
  2631. sihl-contract
  2632. sihl-core
  2633. sihl-email
  2634. sihl-facade
  2635. sihl-persistence
  2636. sihl-queue
  2637. sihl-session
  2638. sihl-storage
  2639. sihl-token
  2640. sihl-type
  2641. sihl-user
  2642. sihl-web
  2643. simlog
  2644. simple63
  2645. simple_httpd
  2646. simple_httpd_caqti
  2647. sitemap
  2648. sklearn
  2649. slack
  2650. slacko
  2651. slice
  2652. slipshow
  2653. slug
  2654. smart-print >= "0.3.0"
  2655. smaws-clients
  2656. smaws-lib
  2657. smol
  2658. smol-helpers
  2659. smtlib-utils
  2660. smtml < "0.10.0"
  2661. snappy
  2662. snf_mcp
  2663. so
  2664. sodium-fmt
  2665. solid < "0.5.0"
  2666. solid_server < "0.5.0"
  2667. solid_tools < "0.5.0"
  2668. solidity-alcotest
  2669. solidity-common
  2670. solidity-parser
  2671. solidity-test
  2672. solidity-typechecker
  2673. solo5-elftool
  2674. sortedseq_intersect
  2675. soundtouch >= "0.1.9"
  2676. soupault
  2677. spacetime_lib
  2678. spatial-shell
  2679. spawn < "v0.9.0" | >= "v0.13.0"
  2680. spdx_licenses
  2681. spectrum
  2682. spectrum_capabilities
  2683. spectrum_palette_ppx
  2684. spectrum_palettes
  2685. spectrum_tools
  2686. speed
  2687. speex
  2688. spelll >= "0.4"
  2689. spices
  2690. spin
  2691. splay_tree
  2692. splittable_random
  2693. spoc
  2694. spoc_ppx
  2695. spoke
  2696. spotify-web-api
  2697. spotify_ml
  2698. spotlib >= "4.1.0"
  2699. spurs
  2700. sqids
  2701. sqlgg >= "20200521"
  2702. sqlite3 >= "4.4.1"
  2703. sqlite3_utils
  2704. srt
  2705. ssh-agent >= "0.2.0"
  2706. ssl >= "0.5.6"
  2707. starpath
  2708. starred_ml < "0.0.8"
  2709. stdcompat >= "19"
  2710. stdint >= "0.6.0"
  2711. stdint-literals
  2712. stdio
  2713. stdlib-diff
  2714. stdlib-random
  2715. stdlib-shims
  2716. stdune < "3.19.0"
  2717. stitch
  2718. stk < "0.5.0"
  2719. stk_iconv < "0.5.0"
  2720. stk_ocf < "0.5.0"
  2721. stk_ppx < "0.5.0"
  2722. stk_rdf < "0.5.0"
  2723. stk_xml < "0.5.0"
  2724. stog >= "0.20.0"
  2725. stog_all
  2726. stog_asy
  2727. stog_dot
  2728. stog_extern
  2729. stog_markdown
  2730. stog_multi_doc
  2731. stog_nocaml
  2732. stog_noexec
  2733. stog_plugins
  2734. stog_rdf
  2735. stog_rel_href
  2736. stog_server
  2737. stog_server_multi
  2738. stog_sitemap
  2739. stog_writing
  2740. stone >= "0.5.2"
  2741. store
  2742. stored_reversed
  2743. stramon-lib
  2744. streamable
  2745. streaming
  2746. string_dict
  2747. stringCodepointSplitter
  2748. stringext >= "1.6.0"
  2749. stringx
  2750. sturgeon >= "0.4.2"
  2751. styled-ppx
  2752. subprocess
  2753. subscriptions-transport-ws
  2754. subtype-refinement >= "0.2"
  2755. sun
  2756. svmwrap
  2757. swagger >= "0.2.0"
  2758. swapfs
  2759. swhid
  2760. swhid_compute
  2761. swhid_core
  2762. swhid_types
  2763. swipl
  2764. syguslib-utils
  2765. symex
  2766. synchronizer
  2767. syncweb
  2768. syndic >= "1.6.0"
  2769. synopsis
  2770. sys-socket
  2771. sys-socket-unix
  2772. syslog >= "2.0.1"
  2773. syslog-message >= "1.0.0"
  2774. syslog-rfc5424 < "0.2"
  2775. systemverilog >= "0.0.2"
  2776. tablecloth-base
  2777. tablecloth-melange
  2778. tablecloth-native < "transition"
  2779. tabr
  2780. taglib >= "0.3.7"
  2781. talaria-bibtex
  2782. tar
  2783. tar-eio
  2784. tar-mirage
  2785. tar-unix
  2786. tcalc
  2787. tcpip
  2788. tdigest
  2789. telemetry
  2790. telltime
  2791. tensorboard
  2792. term-indexing
  2793. term-tools
  2794. terminal < "0.5.0"
  2795. terminal_size >= "0.1.4"
  2796. terminus
  2797. terminus-cohttp
  2798. terminus-hlc
  2799. terml
  2800. testo < "0.3.4"
  2801. testo-diff < "0.3.4"
  2802. testo-lwt < "0.3.4"
  2803. testo-util < "0.3.4"
  2804. testu01
  2805. textmate-language
  2806. textrazor
  2807. textutils
  2808. textutils_kernel
  2809. textwrap >= "0.2.1"
  2810. tezos-base58
  2811. tezos-context-hash
  2812. tezt < "4.3.0"
  2813. tezt-bam
  2814. theora
  2815. thread-local-storage
  2816. thread-table
  2817. thrift
  2818. tidy
  2819. tidy_email
  2820. tidy_email_mailgun
  2821. tidy_email_sendgrid
  2822. tidy_email_smtp
  2823. tilde_f
  2824. time_now
  2825. timed >= "1.1"
  2826. timedesc
  2827. timedesc-json
  2828. timedesc-sexp
  2829. timedesc-tzdb
  2830. timedesc-tzlocal
  2831. timedesc-tzlocal-js
  2832. timere
  2833. timere-parse
  2834. timezone
  2835. timmy
  2836. timmy-jsoo
  2837. timmy-lwt
  2838. timmy-unix
  2839. tiny_httpd
  2840. tiny_httpd_camlzip
  2841. tiny_httpd_eio
  2842. tip-parser >= "0.4"
  2843. tldr
  2844. tls >= "0.12.8"
  2845. tls-async
  2846. tls-eio
  2847. tls-liquidsoap
  2848. tls-lwt
  2849. tls-miou-unix
  2850. tls-mirage
  2851. tm-grammars
  2852. toc
  2853. tofn
  2854. togglelog
  2855. toml
  2856. toml-cconv
  2857. toml_cconv
  2858. toplevel_backend
  2859. toplevel_expect_test
  2860. topojson
  2861. topojsone
  2862. topological_sort
  2863. torch
  2864. tqdm
  2865. trace
  2866. trace-fuchsia
  2867. trace-runtime-events
  2868. trace-tef
  2869. tracing
  2870. tracy-client
  2871. trail
  2872. traits
  2873. trampoline
  2874. transept
  2875. transom
  2876. traverse
  2877. travesty
  2878. trax >= "0.4.0"
  2879. tree_layout >= "0.2"
  2880. treeprint >= "2.3.0"
  2881. trexio
  2882. trie
  2883. trs
  2884. tsdl-image >= "0.3.0"
  2885. tsdl-mixer
  2886. tsdl-ttf >= "0.3"
  2887. tsort
  2888. tty
  2889. tube >= "4.4.0"
  2890. tuntap
  2891. twirp_cohttp_lwt_unix
  2892. twirp_core
  2893. twirp_ezcurl
  2894. twirp_tiny_httpd
  2895. twostep
  2896. tyabt
  2897. type_eq
  2898. type_id
  2899. typed_list
  2900. typeid
  2901. typerep >= "v0.13.0"
  2902. typeset
  2903. tyre >= "0.5"
  2904. tyxml >= "4.3.0"
  2905. tyxml-jsx
  2906. tyxml-lwd
  2907. tyxml-ppx >= "4.3.0"
  2908. tyxml-syntax
  2909. ubase
  2910. ubpf >= "0.2"
  2911. uecc >= "0.3"
  2912. ufind
  2913. uint >= "2.0.1"
  2914. ulid
  2915. um-abt
  2916. unidecode
  2917. unionFind
  2918. unisim_archisec < "0.0.14"
  2919. unison < "2.53.4"
  2920. universal-portal
  2921. universo
  2922. unix-errno >= "0.6.0"
  2923. unstrctrd
  2924. uopt
  2925. uri >= "2.2.1"
  2926. uri-bench
  2927. uri-re
  2928. uri-sexp
  2929. uring
  2930. uring-trace
  2931. uritemplate
  2932. urn
  2933. user-agent-parser
  2934. username_kernel
  2935. uspf
  2936. uspf-lwt
  2937. uspf-mirage
  2938. uspf-unix
  2939. utcp
  2940. utop
  2941. uuuu >= "0.1.1"
  2942. validate
  2943. validator
  2944. valkey
  2945. variantslib >= "v0.13.0"
  2946. varray
  2947. vcaml
  2948. vcardgen >= "1.2"
  2949. vchan
  2950. vchan-unix
  2951. vchan-xen
  2952. vdom
  2953. vec
  2954. vector
  2955. vector3 >= "1.0.0"
  2956. vendredi
  2957. vercel
  2958. versioned_polling_state_rpc
  2959. vhd-format >= "0.12.0"
  2960. vhd-format-lwt
  2961. vif
  2962. vifu
  2963. virtual_dom
  2964. virtual_dom_toplayer
  2965. visitors >= "20200207"
  2966. vlq >= "0.2.1"
  2967. vlt
  2968. vmnet
  2969. vocal
  2970. volgo
  2971. volgo-base
  2972. volgo-git-backend
  2973. volgo-git-eio
  2974. volgo-git-unix
  2975. volgo-hg-backend
  2976. volgo-hg-eio
  2977. volgo-hg-unix
  2978. volgo-vcs
  2979. voqc
  2980. vorbis
  2981. vpt >= "5.0.0"
  2982. vscoq-language-server < "2.3.3"
  2983. vsrocq-language-server
  2984. vue-jsoo
  2985. vue-ppx
  2986. wall
  2987. wasm >= "2.0.2"
  2988. wasm_of_ocaml-compiler < "6.1.0"
  2989. wasmer
  2990. wasmtime
  2991. wayland
  2992. waylaunch
  2993. wcwidth
  2994. webauthn
  2995. weberizer >= "0.8"
  2996. webmachine >= "0.6.2"
  2997. websocket >= "2.12"
  2998. websocket-async
  2999. websocket-lwt
  3000. websocket-lwt-unix
  3001. websocketaf
  3002. webtest
  3003. webtest-js
  3004. why3find
  3005. wikitext
  3006. win-error >= "1.0"
  3007. win-eventlog >= "0.3"
  3008. winsvc
  3009. wol
  3010. wol-eio
  3011. wol-mirage
  3012. ws
  3013. ws-server
  3014. wseg
  3015. wtf8 >= "1.0.2"
  3016. wtr
  3017. wtr-ppx
  3018. wu-manber-fuzzy-search
  3019. x509
  3020. x86_64-esperanto >= "0.0.6"
  3021. xapi-backtrace
  3022. xapi-inventory
  3023. xapi-rrd
  3024. xapi-stdext-date
  3025. xapi-stdext-encodings
  3026. xapi-stdext-pervasives
  3027. xapi-stdext-std
  3028. xapi-stdext-threads
  3029. xapi-stdext-unix
  3030. xapi-stdext-zerocheck
  3031. xcursor
  3032. xdg < "3.19.0"
  3033. xdg-basedir
  3034. xedbindings
  3035. xen-evtchn
  3036. xen-evtchn-unix
  3037. xen-gnt
  3038. xen-gnt-unix
  3039. xenstore
  3040. xenstore-tool
  3041. xenstore_transport >= "1.1.0"
  3042. xkbcommon
  3043. xlsx2csv
  3044. xmelly
  3045. xml-light >= "2.5"
  3046. xmldiff >= "0.7.0"
  3047. xmldiff_js
  3048. xmlplaylist >= "0.1.5"
  3049. xoshiro
  3050. xtmpl >= "0.19.0" & < "1.1.0"
  3051. xtmpl_js < "1.1.0"
  3052. xtmpl_ppx < "1.1.0"
  3053. yaml >= "1.0.0"
  3054. yaml-sexp
  3055. yara >= "0.2"
  3056. yocaml < "2.6.0"
  3057. yocaml_cmark
  3058. yocaml_cmarkit < "2.6.0"
  3059. yocaml_eio < "2.6.0"
  3060. yocaml_git < "2.6.0"
  3061. yocaml_jingoo < "2.6.0"
  3062. yocaml_markdown < "2.6.0"
  3063. yocaml_mustache < "2.6.0"
  3064. yocaml_omd < "2.6.0"
  3065. yocaml_otoml < "2.6.0"
  3066. yocaml_runtime < "2.6.0"
  3067. yocaml_syndication < "2.6.0"
  3068. yocaml_unix < "2.6.0"
  3069. yocaml_yaml < "2.6.0"
  3070. yojson >= "1.5.0"
  3071. yojson-bench
  3072. yojson-five
  3073. yosqlite
  3074. yultracer
  3075. yurt >= "0.6"
  3076. yuscii >= "0.2.1"
  3077. yuujinchou
  3078. zanuda
  3079. zar
  3080. zarith-ppx
  3081. zarith_stubs_js
  3082. zarr
  3083. zarr-eio
  3084. zarr-lwt
  3085. zarr-sync
  3086. zdd
  3087. zed >= "2.0.6"
  3088. zeit
  3089. zelus
  3090. zelus-gtk
  3091. zipperposition
  3092. zipperposition-tools
  3093. zlib
  3094. zlist >= "0.4.0"
  3095. zmq >= "5.1.0"
  3096. zmq-async >= "5.1.0"
  3097. zmq-eio
  3098. zmq-lwt >= "5.1.0"
  3099. zstandard
  3100. zstd >= "0.3"
  3101. 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"