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. migra
  1565. mimic
  1566. mimic-happy-eyeballs
  1567. mindstorm >= "0.8"
  1568. mindstorm-lwt
  1569. minicaml
  1570. minicli >= "5.0.2"
  1571. minisat >= "0.3"
  1572. minttea
  1573. miou
  1574. mirage >= "4.0.0"
  1575. mirage-block
  1576. mirage-block-ccm
  1577. mirage-block-combinators
  1578. mirage-block-lwt
  1579. mirage-block-partition
  1580. mirage-block-ramdisk
  1581. mirage-block-solo5
  1582. mirage-block-unikraft
  1583. mirage-block-unix
  1584. mirage-block-xen
  1585. mirage-bootvar
  1586. mirage-channel >= "3.2.0"
  1587. mirage-channel-lwt
  1588. mirage-clock
  1589. mirage-clock-lwt
  1590. mirage-clock-unix
  1591. mirage-conduit
  1592. mirage-console
  1593. mirage-console-lwt
  1594. mirage-crypto
  1595. mirage-crypto-ec
  1596. mirage-crypto-pk
  1597. mirage-crypto-rng
  1598. mirage-crypto-rng-async
  1599. mirage-crypto-rng-eio
  1600. mirage-crypto-rng-lwt
  1601. mirage-crypto-rng-miou-unix
  1602. mirage-crypto-rng-mirage
  1603. mirage-crypto-rng-mkernel
  1604. mirage-device
  1605. mirage-dns
  1606. mirage-flow
  1607. mirage-flow-combinators
  1608. mirage-flow-lwt
  1609. mirage-flow-unix
  1610. mirage-fs
  1611. mirage-fs-lwt
  1612. mirage-kv >= "2.0.0"
  1613. mirage-kv-lwt >= "2.0.0"
  1614. mirage-kv-mem
  1615. mirage-kv-unix
  1616. mirage-logs
  1617. mirage-monitoring
  1618. mirage-mtime
  1619. mirage-nat
  1620. mirage-net
  1621. mirage-net-lwt
  1622. mirage-net-macosx >= "1.6.0"
  1623. mirage-net-solo5
  1624. mirage-net-unikraft
  1625. mirage-net-unix
  1626. mirage-net-xen
  1627. mirage-profile
  1628. mirage-protocols
  1629. mirage-protocols-lwt
  1630. mirage-ptime
  1631. mirage-qubes
  1632. mirage-qubes-ipv4
  1633. mirage-random
  1634. mirage-runtime
  1635. mirage-sleep
  1636. mirage-solo5
  1637. mirage-stack
  1638. mirage-stack-lwt
  1639. mirage-time
  1640. mirage-time-lwt
  1641. mirage-time-unix
  1642. mirage-types >= "3.6.0"
  1643. mirage-types-lwt >= "3.6.0"
  1644. mirage-unikraft
  1645. mirage-unix
  1646. mirage-vnetif
  1647. mirage-xen
  1648. mjson
  1649. mkaudio >= "1.1.0"
  1650. mkernel
  1651. mkocaml
  1652. mlbdd >= "0.7.2"
  1653. mlfenv
  1654. mlmpfr >= "4.0.2+dune"
  1655. mlpost
  1656. mlpost-lablgtk
  1657. mlt_parser
  1658. mlx
  1659. mm >= "0.7.0"
  1660. mmap
  1661. mmdb
  1662. mmo
  1663. mnd
  1664. mnet
  1665. mnet-cli
  1666. mnet-dns
  1667. mnet-happy-eyeballs
  1668. mnet-tls
  1669. mock >= "0.1.1"
  1670. mock-ounit >= "0.1.1"
  1671. module-graph
  1672. molenc >= "5.0.0"
  1673. monaco_jsoo
  1674. monolith
  1675. monomorphic >= "2.0"
  1676. monorobot
  1677. moonpool
  1678. moonpool-io
  1679. moonpool-lwt
  1680. mopsa
  1681. morbig >= "0.10.3"
  1682. morsmall
  1683. moss >= "0.1.1"
  1684. mparser >= "1.3"
  1685. mparser-pcre
  1686. mparser-re
  1687. mperf
  1688. mpg123
  1689. mpp >= "0.3.4"
  1690. mpris
  1691. mpris-clients
  1692. mqtt
  1693. mrmime
  1694. msat >= "0.8"
  1695. msat-bin
  1696. msendmail
  1697. mset
  1698. msgpck >= "1.5"
  1699. msgpck-repr
  1700. mssql
  1701. mtbox
  1702. mugen
  1703. mula
  1704. multibase
  1705. multicodec
  1706. multicont >= "1.0.1"
  1707. multicore-bench
  1708. multicore-magic
  1709. multicore-magic-dscheck
  1710. multihash
  1711. multihash-digestif
  1712. multipart-form-data >= "0.3.0"
  1713. multipart_form
  1714. multipart_form-cohttp-lwt
  1715. multipart_form-eio
  1716. multipart_form-lwt
  1717. multipart_form-miou
  1718. murmur3 >= "0.3"
  1719. mustache >= "3.1.0"
  1720. mustache-cli
  1721. mutaml
  1722. mutf8
  1723. mwt
  1724. mybuild >= "7"
  1725. mysql8
  1726. mysql_protocol
  1727. n_ary
  1728. naboris
  1729. nacc
  1730. nanoev
  1731. nanoev-picos
  1732. nanoev-posix
  1733. nanoev_tiny_httpd
  1734. nanoid
  1735. nanosvg
  1736. nanosvg_text
  1737. nbd >= "4.0.3"
  1738. nbd-tool
  1739. nbd-unix
  1740. neo4j_bolt
  1741. netkat
  1742. netlink >= "0.3.4"
  1743. netsnmp
  1744. neural_nets_lib < "0.6.0"
  1745. nice_parser
  1746. ninja_utils
  1747. niru
  1748. nloge
  1749. nlopt
  1750. nmea
  1751. noCanren
  1752. nocoiner
  1753. node_of_ocaml
  1754. nomad
  1755. non_empty_list
  1756. nottui
  1757. nottui-lwt
  1758. nottui-miou
  1759. nottui-pretty
  1760. nottui-unix
  1761. notty >= "0.2.3"
  1762. notty-community
  1763. notty-miou
  1764. notty_async >= "v0.13.0"
  1765. np
  1766. npy >= "0.0.9"
  1767. nsq
  1768. numeric_string
  1769. nuscr
  1770. OCADml
  1771. OCanren
  1772. OCanren-ppx
  1773. OSCADml
  1774. obatcher
  1775. obeam
  1776. obelisk >= "0.5.0"
  1777. obuilder
  1778. obuilder-spec
  1779. obus >= "1.2.1"
  1780. ocal >= "0.2.2"
  1781. ocaml-canvas
  1782. ocaml-compiler-libs >= "v0.12.0"
  1783. ocaml-embed-file
  1784. ocaml-in-python
  1785. ocaml-index
  1786. ocaml-lsp-server
  1787. ocaml-lua
  1788. ocaml-migrate-parsetree
  1789. ocaml-migrate-parsetree-ocamlbuild
  1790. ocaml-monadic >= "0.4.1"
  1791. ocaml-print-intf
  1792. ocaml-probes
  1793. ocaml-protoc >= "2.0.1"
  1794. ocaml-protoc-plugin
  1795. ocaml-r >= "0.1.1"
  1796. ocaml-sat-solvers >= "0.8"
  1797. ocaml-syntax-shims
  1798. ocaml-systemd >= "1.3"
  1799. ocaml-top
  1800. ocaml-vdom < "transition"
  1801. ocaml-version >= "3.5.0"
  1802. ocaml-yescrypt
  1803. ocaml_db_model
  1804. ocaml_intrinsics
  1805. ocaml_intrinsics_kernel
  1806. ocaml_openapi_generator
  1807. ocaml_pgsql_model
  1808. ocaml_plugin
  1809. ocamlc-loc < "3.19.0"
  1810. ocamlcodoc
  1811. ocamldiff >= "1.2"
  1812. ocamlformat >= "0.24.1"
  1813. ocamlformat-lib
  1814. ocamlformat-mlx
  1815. ocamlformat-mlx-lib
  1816. ocamlformat-rpc < "removed"
  1817. ocamlformat-rpc-lib
  1818. ocamlfuse
  1819. ocamlgraph >= "2.0.0"
  1820. ocamlgraph_gtk
  1821. ocamlify >= "0.1.0"
  1822. ocamline
  1823. ocamlmerlin-mlx
  1824. ocamlmig
  1825. ocamlmod >= "0.1.1"
  1826. ocamlog
  1827. ocamlregextkit
  1828. ocannl_npy
  1829. ocb
  1830. ocf >= "0.8.0" & < "1.0.0"
  1831. ocf_ppx < "1.0.0"
  1832. ocgtk
  1833. ockt
  1834. ocluster != "0.2"
  1835. ocluster-api
  1836. ocluster-worker
  1837. ocolor
  1838. ocp-browser >= "1.2.1"
  1839. ocp-indent >= "1.7.0" & < "1.9.0"
  1840. ocp-indent-nlfork
  1841. ocp-index
  1842. ocp-search
  1843. ocp_reveal
  1844. ocplib-endian >= "1.1"
  1845. ocplib-json-typed-browser
  1846. ocplib-json-typed-bson
  1847. ocplib-simplex >= "0.5"
  1848. ocplib_stuff >= "0.4.0"
  1849. ocsigen-i18n >= "4.0.0"
  1850. ocsigen-ppx-rpc
  1851. ocsigenserver >= "4.0.1" & < "7.0.0"
  1852. ocsipersist
  1853. ocsipersist-dbm
  1854. ocsipersist-dbm-config
  1855. ocsipersist-lib
  1856. ocsipersist-pgsql
  1857. ocsipersist-pgsql-config
  1858. ocsipersist-sqlite
  1859. ocsipersist-sqlite-config
  1860. octavius >= "1.2.2"
  1861. ocue
  1862. odate
  1863. odds >= "1.1"
  1864. odep
  1865. odepack >= "0.6.9"
  1866. odnnr
  1867. odoc < "3.1.0"
  1868. odoc-driver < "3.1.0"
  1869. odoc-md < "3.1.0"
  1870. odoc-parser < "3.1.0"
  1871. oepub
  1872. of_json
  1873. offheap
  1874. oframl
  1875. ogg >= "1.0.0"
  1876. ohex
  1877. oidc
  1878. ojo
  1879. ojs
  1880. ojs_base
  1881. ojs_base_all
  1882. ojs_base_ppx
  1883. ojs_ed
  1884. ojs_filetree
  1885. ojs_list
  1886. oktree
  1887. olinq >= "0.3"
  1888. oma
  1889. omd >= "1.3.2"
  1890. ometrics
  1891. omg
  1892. omigrate
  1893. omlr >= "1.0.3"
  1894. omtl
  1895. oneffs
  1896. oniguruma
  1897. ooh
  1898. opam-0install
  1899. opam-0install-cudf
  1900. opam-bin >= "1.0.0"
  1901. opam-build
  1902. opam-check-npm-deps
  1903. opam-ci-check-lint
  1904. opam-client >= "2.0.2"
  1905. opam-compiler
  1906. opam-core >= "2.0.2"
  1907. opam-custom-install
  1908. opam-devel >= "2.0.2"
  1909. opam-dune-lint
  1910. opam-ed >= "0.4"
  1911. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1912. opam-format >= "2.0.2"
  1913. opam-graph
  1914. opam-grep >= "0.2.0"
  1915. opam-installer >= "2.0.2"
  1916. opam-monorepo
  1917. opam-package-upgrade >= "0.2"
  1918. opam-publish >= "2.0.2"
  1919. opam-repository >= "2.0.2"
  1920. opam-solver >= "2.0.2"
  1921. opam-spin
  1922. opam-state >= "2.0.2"
  1923. opam-test
  1924. opam_bin_lib != "0.9.5"
  1925. opasswd
  1926. opatch
  1927. opazl
  1928. openai
  1929. openai-gym
  1930. openapi
  1931. openapi-opium
  1932. openapi_router
  1933. openbsd
  1934. opencage
  1935. opencc0
  1936. opencc1
  1937. opencc1_1
  1938. openQASM
  1939. openstellina
  1940. opentelemetry
  1941. opentelemetry-client
  1942. opentelemetry-client-cohttp-eio
  1943. opentelemetry-client-cohttp-lwt
  1944. opentelemetry-client-ocurl
  1945. opentelemetry-client-ocurl-lwt
  1946. opentelemetry-cohttp-lwt
  1947. opentelemetry-logs
  1948. opentelemetry-lwt
  1949. opine
  1950. opium
  1951. opium-graphql
  1952. opium-testing
  1953. opium_kernel >= "0.17.0"
  1954. oplot
  1955. oplsr
  1956. opomodoro
  1957. opsian
  1958. optal
  1959. opti
  1960. optimization1d >= "0.6.1"
  1961. optiml-transport
  1962. optint
  1963. opus
  1964. oq
  1965. oraft
  1966. oranger >= "2.0.1"
  1967. orb
  1968. order-i3-xfce
  1969. ordering < "3.19.0"
  1970. ordinal
  1971. ordinal_abbreviation
  1972. ordma >= "0.0.5"
  1973. orec >= "1.0.1"
  1974. orewa
  1975. orf
  1976. orgeat
  1977. orpie
  1978. orrandomForest
  1979. orsvm_e1071 >= "4.0.0"
  1980. ortac-core
  1981. ortac-dune
  1982. ortac-qcheck-stm
  1983. ortac-runtime
  1984. ortac-runtime-qcheck-stm
  1985. ortac-wrapper
  1986. orthologic-coq
  1987. orxgboost >= "1.1.0"
  1988. osc >= "0.2.0"
  1989. osc-lwt
  1990. osc-unix
  1991. osdp >= "1.1.1"
  1992. oseq >= "0.2"
  1993. osh
  1994. oskel
  1995. osnap
  1996. ostap >= "0.6"
  1997. osx-secure-transport
  1998. otaglibc
  1999. otf
  2000. otoggl
  2001. otoml
  2002. otr
  2003. oui
  2004. ounit = "2.1.2"
  2005. ounit-lwt < "2.2.0"
  2006. ounit2
  2007. ounit2-lwt
  2008. out-channel-redirect
  2009. override
  2010. owee
  2011. owi
  2012. owl >= "0.4.0"
  2013. owl-base >= "0.4.0"
  2014. owl-jupyter
  2015. owl-ode
  2016. owl-ode-base
  2017. owl-ode-odepack
  2018. owl-ode-sundials
  2019. owl-opt
  2020. owl-opt-lbfgs
  2021. owl-plplot
  2022. owl-symbolic
  2023. owl-top >= "0.4.0"
  2024. owl-zoo >= "0.4.0"
  2025. owork
  2026. ozulip
  2027. p4pp
  2028. p5scm
  2029. packstream
  2030. pacomb
  2031. paf
  2032. paf-cohttp
  2033. pageantty
  2034. pam
  2035. pancake
  2036. pandoc
  2037. pandoc-abbreviations
  2038. pandoc-comment
  2039. pandoc-crossref
  2040. pandoc-include
  2041. pandoc-inspect
  2042. pandoc-pdf2png
  2043. pandoc-replace
  2044. papi >= "0.1.1"
  2045. par_incr
  2046. parany >= "9.0.0"
  2047. pardi >= "2.0.2"
  2048. pari
  2049. pari-bindings
  2050. parmap >= "1.1.1"
  2051. parseff >= "0.2.0"
  2052. parsexp >= "v0.13.0"
  2053. parsexp_io
  2054. parsite
  2055. parsley
  2056. passage
  2057. patch
  2058. patdiff
  2059. path_glob
  2060. patience_diff
  2061. patricia-tree
  2062. pattern
  2063. pb
  2064. pb-plugin
  2065. pbkdf
  2066. pbrt
  2067. pbrt_services
  2068. pbrt_yojson
  2069. pcap-format >= "0.5.2"
  2070. pcrc
  2071. pcre >= "7.3.5"
  2072. pcre2
  2073. pds-reachability >= "0.2.2"
  2074. pecu >= "0.2"
  2075. petrol
  2076. pf-qubes
  2077. pg_query
  2078. pgocaml >= "4.0"
  2079. pgocaml_ppx
  2080. pgx
  2081. pgx_async
  2082. pgx_lwt
  2083. pgx_lwt_mirage
  2084. pgx_lwt_unix
  2085. pgx_unix
  2086. pgx_value_core
  2087. pgx_value_ptime
  2088. phantom-algebra >= "1.0.1"
  2089. phonetic
  2090. phylogenetics
  2091. piaf
  2092. picasso
  2093. picos
  2094. picos_aux
  2095. picos_io
  2096. picos_io_cohttp
  2097. picos_lwt
  2098. picos_meta
  2099. picos_mux
  2100. picos_std
  2101. piece_rope
  2102. piqi >= "0.7.8"
  2103. piqilib >= "0.6.16"
  2104. pixel_pusher
  2105. pkcs11 >= "0.18.0"
  2106. pkcs11-cli
  2107. pkcs11-driver
  2108. pkcs11-rev
  2109. pla >= "1.3"
  2110. plateau
  2111. plato
  2112. plebeia
  2113. plist-xml
  2114. plist-xml-lwt
  2115. plotkicadsch
  2116. plotly
  2117. plplot >= "5.11.0-1"
  2118. polars
  2119. polars_async
  2120. polka
  2121. poll
  2122. polling_state_rpc
  2123. polly < "0.5.0"
  2124. polymarket
  2125. polynomial
  2126. pomap
  2127. popper
  2128. portaudio >= "0.2.2"
  2129. portaudio_c_bindings
  2130. posix-base < "4.0.1"
  2131. posix-bindings < "4.0.1"
  2132. posix-getopt >= "2.0.0" & < "4.0.1"
  2133. posix-math2 < "4.0.1"
  2134. posix-signal < "4.0.1"
  2135. posix-socket < "4.0.1"
  2136. posix-socket-unix < "4.0.1"
  2137. posix-time2 < "4.0.1"
  2138. posix-types >= "2.0.0" & < "4.0.1"
  2139. posix-uname < "4.0.1"
  2140. posixat
  2141. postgres_async
  2142. postgresql >= "4.4.1"
  2143. pp
  2144. pp-binary-ints
  2145. pp_loc
  2146. pplumbing
  2147. pplumbing-err
  2148. pplumbing-log
  2149. pplumbing-log-cli
  2150. pplumbing-pp-tty
  2151. pprint >= "20200226"
  2152. ppx-owl-opt
  2153. ppx_accessor
  2154. ppx_assert
  2155. ppx_bap
  2156. ppx_base
  2157. ppx_bench
  2158. ppx_bin_prot
  2159. ppx_bitstring < "5.0.2"
  2160. ppx_blob >= "0.6.0"
  2161. ppx_camlrack
  2162. ppx_catch
  2163. ppx_cold
  2164. ppx_compare
  2165. ppx_compose >= "0.1.0"
  2166. ppx_const
  2167. ppx_conv_func
  2168. ppx_counters
  2169. ppx_css
  2170. ppx_cstruct
  2171. ppx_cstubs
  2172. ppx_csv_conv
  2173. ppx_custom_printf
  2174. ppx_decimal
  2175. ppx_default
  2176. ppx_defer >= "0.4.0"
  2177. ppx_demo
  2178. ppx_derive_at_runtime
  2179. ppx_derivers >= "1.2.1"
  2180. ppx_deriving >= "4.5-1"
  2181. ppx_deriving_cad
  2182. ppx_deriving_cmdliner
  2183. ppx_deriving_decoders
  2184. ppx_deriving_encoding
  2185. ppx_deriving_ezjsonm
  2186. ppx_deriving_hardcaml
  2187. ppx_deriving_hash
  2188. ppx_deriving_json_schema
  2189. ppx_deriving_jsonschema
  2190. ppx_deriving_jsont
  2191. ppx_deriving_jsoo
  2192. ppx_deriving_madcast >= "0.2"
  2193. ppx_deriving_popper
  2194. ppx_deriving_protobuf
  2195. ppx_deriving_qcheck
  2196. ppx_deriving_rpc
  2197. ppx_deriving_scad
  2198. ppx_deriving_variant_string
  2199. ppx_deriving_yaml
  2200. ppx_deriving_yojson
  2201. ppx_diff
  2202. ppx_disable_unused_warnings
  2203. ppx_distr_guards >= "0.2"
  2204. ppx_dream_eml
  2205. ppx_embed_file
  2206. ppx_enforce
  2207. ppx_enumerate
  2208. ppx_expect
  2209. ppx_expect_nobase
  2210. ppx_ezlua
  2211. ppx_factory
  2212. ppx_fail
  2213. ppx_fields_conv
  2214. ppx_fixed_literal
  2215. ppx_forbid
  2216. ppx_format
  2217. ppx_fun
  2218. ppx_gen_rec >= "1.1.0"
  2219. ppx_getenv
  2220. ppx_globalize
  2221. ppx_hardcaml
  2222. ppx_hash
  2223. ppx_here
  2224. ppx_ignore_instrumentation
  2225. ppx_import
  2226. ppx_inline_alcotest
  2227. ppx_inline_test
  2228. ppx_inline_test_nobase
  2229. ppx_interact
  2230. ppx_irmin
  2231. ppx_jane
  2232. ppx_js_style
  2233. ppx_jsobject_conv
  2234. ppx_jsonaf_conv
  2235. ppx_let
  2236. ppx_log
  2237. ppx_lun
  2238. ppx_make
  2239. ppx_map
  2240. ppx_marshal < "0.4.1"
  2241. ppx_marshal_ext < "0.4.1"
  2242. ppx_matches
  2243. ppx_meta_conv
  2244. ppx_mica
  2245. ppx_mikmatch
  2246. ppx_minidebug
  2247. ppx_module_timer
  2248. ppx_monad
  2249. ppx_monoid >= "0.3.2"
  2250. ppx_mysql
  2251. ppx_open
  2252. ppx_optcomp
  2253. ppx_optint
  2254. ppx_optional
  2255. ppx_parser
  2256. ppx_partial
  2257. ppx_pattern_bind
  2258. ppx_pbt
  2259. ppx_pipebang
  2260. ppx_protocol_conv
  2261. ppx_protocol_conv_json
  2262. ppx_protocol_conv_jsonm
  2263. ppx_protocol_conv_msgpack
  2264. ppx_protocol_conv_xml_light
  2265. ppx_protocol_conv_xmlm
  2266. ppx_protocol_conv_yaml
  2267. ppx_pyformat
  2268. ppx_python
  2269. ppx_quick_test
  2270. ppx_rapper
  2271. ppx_rapper_async
  2272. ppx_rapper_lwt
  2273. ppx_regexp >= "0.4.0"
  2274. ppx_repr
  2275. ppx_seq
  2276. ppx_sexp_conv
  2277. ppx_sexp_message
  2278. ppx_sexp_value
  2279. ppx_show
  2280. ppx_stable
  2281. ppx_stable_witness
  2282. ppx_string
  2283. ppx_string_conv
  2284. ppx_string_interpolation
  2285. ppx_subliner
  2286. ppx_system
  2287. ppx_test
  2288. ppx_tools
  2289. ppx_tools_versioned
  2290. ppx_trace
  2291. ppx_ts
  2292. ppx_tydi
  2293. ppx_type_directed_value
  2294. ppx_typed_fields
  2295. ppx_typerep_conv
  2296. ppx_tyre
  2297. ppx_units
  2298. ppx_unreachable
  2299. ppx_update
  2300. ppx_variants_conv
  2301. ppx_viewpattern
  2302. ppx_wideopen
  2303. ppx_xml_conv
  2304. ppx_yojson
  2305. ppx_yojson_conv
  2306. ppx_yojson_conv_lib
  2307. ppxfind
  2308. ppxlib
  2309. ppxlib-tools
  2310. ppxlib_jane
  2311. ppxx
  2312. pratter
  2313. prbnmcn-basic-structures
  2314. prbnmcn-cgrph
  2315. prbnmcn-clustering
  2316. prbnmcn-dagger
  2317. prbnmcn-dagger-gsl
  2318. prbnmcn-dagger-stats
  2319. prbnmcn-dagger-test
  2320. prbnmcn-gnuplot
  2321. prbnmcn-linalg
  2322. prbnmcn-mcts
  2323. prbnmcn-proptest
  2324. prbnmcn-stats
  2325. prbnmcn-ucb1
  2326. prc
  2327. preface
  2328. prelude
  2329. pretty_expressive
  2330. prettym
  2331. print-table
  2332. printbox >= "0.3"
  2333. printbox-ext-plot
  2334. printbox-html
  2335. printbox-md
  2336. printbox-text >= "0.6.1"
  2337. proc-smaps
  2338. process_limits
  2339. processor
  2340. producer
  2341. prof_spacetime
  2342. profiling
  2343. profunctor
  2344. progress < "0.5.0"
  2345. prolect
  2346. prom
  2347. prometheus >= "0.6"
  2348. prometheus-app >= "0.6"
  2349. prometheus-liquidsoap >= "2"
  2350. promise
  2351. promise_jsoo
  2352. promise_jsoo_lwt
  2353. protocell
  2354. protocol-9p >= "1.0.0"
  2355. protocol-9p-tool >= "1.0.0"
  2356. protocol-9p-unix >= "1.0.0"
  2357. protocol_version_header
  2358. provider
  2359. prr
  2360. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2361. psq >= "0.1.1"
  2362. ptmap >= "2.0.5"
  2363. ptset
  2364. pulseaudio >= "0.1.4"
  2365. pure-html
  2366. pure-splitmix >= "0.3"
  2367. purl
  2368. pvec
  2369. pxshot
  2370. py >= "1.1"
  2371. pyast
  2372. pyml >= "20210924"
  2373. pyml_bindgen >= "0.3.0"
  2374. pyre-ast
  2375. pythonlib
  2376. qbf >= "0.3"
  2377. qcaml
  2378. qcheck >= "0.13"
  2379. qcheck-alcotest
  2380. qcheck-core
  2381. qcheck-lin < "0.10"
  2382. qcheck-multicoretests-util < "0.10"
  2383. qcheck-ounit
  2384. qcheck-stm < "0.10"
  2385. qdrant
  2386. qinap
  2387. qiskit
  2388. qmp >= "0.19.0"
  2389. qrencode
  2390. qtest >= "2.10.1"
  2391. queenshead
  2392. query-json
  2393. quests
  2394. quick_print
  2395. quickjs
  2396. radamsa
  2397. radare2 >= "0.0.3"
  2398. randii
  2399. random
  2400. randomconv
  2401. randoml
  2402. range >= "0.8"
  2403. rangeSet
  2404. rankers
  2405. rawlink
  2406. rawlink-eio
  2407. rawlink-lwt
  2408. raygui < "1.5.1"
  2409. raylib < "1.5.1"
  2410. rdbg >= "1.196.12"
  2411. rdf >= "0.13.0" & < "1.1.0"
  2412. rdf_impls < "1.1.0"
  2413. rdf_json_ld < "1.1.0"
  2414. rdf_lwt < "1.1.0"
  2415. rdf_mysql < "1.1.0"
  2416. rdf_postgresql < "1.1.0"
  2417. rdf_ppx < "1.1.0"
  2418. re >= "1.9.0"
  2419. re2
  2420. re2_stable
  2421. re_parser
  2422. rea
  2423. react-rules-of-hooks-ppx
  2424. reactiveData >= "0.2.4"
  2425. reactjs-jsx-ppx
  2426. readline
  2427. reanalyze
  2428. reason < "3.17.2"
  2429. reason-react
  2430. reason-react-ppx
  2431. reason-standard
  2432. received
  2433. record_builder
  2434. records >= "1.0.0"
  2435. red-black-tree
  2436. reddit_api_async
  2437. reddit_api_kernel
  2438. redirect
  2439. redis >= "0.4"
  2440. redis-async
  2441. redis-lwt >= "0.4"
  2442. redis-sync >= "0.4"
  2443. reed-solomon-erasure >= "1.0.2"
  2444. reedsolomon
  2445. refl
  2446. regex_parser_intf
  2447. regrade
  2448. relude
  2449. remu_ts
  2450. reparse
  2451. reparse-lwt
  2452. reparse-lwt-unix
  2453. reparse-unix
  2454. repr
  2455. repr-bench
  2456. repr-fuzz
  2457. res >= "5.0.1"
  2458. res_tailwindcss
  2459. rescript-syntax
  2460. rescriptdep
  2461. reshowcase
  2462. resource-pooling >= "1.1"
  2463. resource_cache
  2464. resp
  2465. resp-client
  2466. resp-mirage
  2467. resp-server >= "0.9"
  2468. resp-unix
  2469. resto
  2470. resto-acl
  2471. resto-cohttp
  2472. resto-cohttp-client
  2473. resto-cohttp-self-serving-client
  2474. resto-cohttp-server
  2475. resto-directory
  2476. resto-json
  2477. restricted
  2478. result
  2479. rfc1951 >= "0.8.1" & != "1.0.0"
  2480. rfc6287 >= "1.0.4"
  2481. rfc7748
  2482. rfsm >= "1.6-alpha-3"
  2483. rhythm
  2484. ringo
  2485. ringo-lwt
  2486. rio
  2487. riot
  2488. river
  2489. rock
  2490. rocq-core
  2491. rocq-devtools
  2492. rocq-runtime
  2493. rocqide
  2494. roman
  2495. root1d >= "0.5.1"
  2496. rope >= "0.6.2"
  2497. rosa
  2498. rosetta >= "0.2.0"
  2499. routes
  2500. rowex
  2501. rpc
  2502. rpc_parallel
  2503. rpclib
  2504. rpclib-async
  2505. rpclib-html
  2506. rpclib-js
  2507. rpclib-lwt
  2508. rpmfile
  2509. rpmfile-cli
  2510. rpmfile-eio
  2511. rpmfile-unix
  2512. rsdd
  2513. rss
  2514. rtop < "3.17.2"
  2515. rtree
  2516. rungen
  2517. runtime_events_tools < "0.5.4"
  2518. runtime_events_tools_bare < "0.5.4"
  2519. rusage
  2520. rust-staticlib-gen
  2521. rust-staticlib-virtual
  2522. SZXX
  2523. safemoney
  2524. safepass >= "3.1"
  2525. sail >= "0.15"
  2526. sail_c_backend
  2527. sail_coq_backend
  2528. sail_doc_backend
  2529. sail_latex_backend
  2530. sail_lean_backend
  2531. sail_lem_backend
  2532. sail_maker
  2533. sail_manifest
  2534. sail_ocaml_backend
  2535. sail_output
  2536. sail_smt_backend
  2537. sail_sv_backend
  2538. salsa20 >= "1.0.0"
  2539. salsa20-core >= "1.0.0"
  2540. salto-analyzer < "0.2"
  2541. saltoIL < "0.2.1"
  2542. samplerate >= "0.1.6"
  2543. sanddb >= "0.2"
  2544. sarek
  2545. sarif
  2546. satex
  2547. saturn
  2548. saturn_lockfree
  2549. satyrographos
  2550. savvy
  2551. scad_ml
  2552. scfg
  2553. scgi
  2554. scipy
  2555. scrypt-kdf
  2556. sd_logic
  2557. sdl-liquidsoap >= "3"
  2558. search
  2559. searchTree
  2560. secp256k1 >= "0.4.1"
  2561. secp256k1-internal
  2562. sedlex
  2563. sek
  2564. sel
  2565. semantic_version
  2566. semaphore-compat
  2567. semv
  2568. semver >= "0.2.1"
  2569. semver2
  2570. sendmail
  2571. sendmail-lwt
  2572. sendmail-miou-unix
  2573. sendmail-mirage
  2574. sentry
  2575. seq < "base"
  2576. seqes
  2577. sequencer_table
  2578. serde
  2579. serde_debug
  2580. serde_derive
  2581. serde_json
  2582. serde_sexpr
  2583. serde_xml
  2584. serial
  2585. server-reason-react
  2586. session >= "0.4.1"
  2587. session-cohttp >= "0.4.1"
  2588. session-cohttp-async >= "0.4.1"
  2589. session-cohttp-lwt >= "0.4.1"
  2590. session-cookie
  2591. session-cookie-async
  2592. session-cookie-lwt
  2593. session-postgresql >= "0.4.1"
  2594. session-postgresql-async
  2595. session-postgresql-lwt
  2596. session-redis-lwt >= "0.4.1"
  2597. session-webmachine >= "0.4.1"
  2598. setcore >= "1.0.2"
  2599. sexp
  2600. sexp_decode
  2601. sexp_diff
  2602. sexp_diff_kernel
  2603. sexp_grammar
  2604. sexp_macro
  2605. sexp_pretty
  2606. sexp_select
  2607. sexp_string_quickcheck
  2608. sexplib >= "v0.13.0"
  2609. sexplib0 >= "v0.12.0"
  2610. sexps-rewriter
  2611. sgf
  2612. sha >= "1.13"
  2613. shades
  2614. shakuhachi
  2615. shapefile
  2616. shared-block-ring
  2617. shared-memory-ring
  2618. shared-memory-ring-lwt
  2619. shared-secret >= "0.4"
  2620. shell
  2621. sherlodoc < "3.1.0"
  2622. shexp
  2623. shine >= "0.2.2"
  2624. shuttle
  2625. shuttle_http
  2626. shuttle_ssl
  2627. shuttle_websocket
  2628. sifun
  2629. signal
  2630. sihl
  2631. sihl-cache
  2632. sihl-contract
  2633. sihl-core
  2634. sihl-email
  2635. sihl-facade
  2636. sihl-persistence
  2637. sihl-queue
  2638. sihl-session
  2639. sihl-storage
  2640. sihl-token
  2641. sihl-type
  2642. sihl-user
  2643. sihl-web
  2644. simlog
  2645. simple63
  2646. simple_httpd
  2647. simple_httpd_caqti
  2648. sitemap
  2649. sklearn
  2650. slack
  2651. slacko
  2652. slice
  2653. slipshow
  2654. slug
  2655. smart-print >= "0.3.0"
  2656. smaws-clients
  2657. smaws-lib
  2658. smol
  2659. smol-helpers
  2660. smtlib-utils
  2661. smtml < "0.10.0"
  2662. snappy
  2663. snf_mcp
  2664. so
  2665. sodium-fmt
  2666. solid < "0.5.0"
  2667. solid_server < "0.5.0"
  2668. solid_tools < "0.5.0"
  2669. solidity-alcotest
  2670. solidity-common
  2671. solidity-parser
  2672. solidity-test
  2673. solidity-typechecker
  2674. solo5-elftool
  2675. sortedseq_intersect
  2676. soundtouch >= "0.1.9"
  2677. soupault
  2678. spacetime_lib
  2679. spatial-shell
  2680. spawn < "v0.9.0" | >= "v0.13.0"
  2681. spdx_licenses
  2682. spectrum
  2683. spectrum_capabilities
  2684. spectrum_palette_ppx
  2685. spectrum_palettes
  2686. spectrum_tools
  2687. speed
  2688. speex
  2689. spelll >= "0.4"
  2690. spices
  2691. spin
  2692. splay_tree
  2693. splittable_random
  2694. spoc
  2695. spoc_ppx
  2696. spoke
  2697. spotify-web-api
  2698. spotify_ml
  2699. spotlib >= "4.1.0"
  2700. spurs
  2701. sqids
  2702. sqlgg >= "20200521"
  2703. sqlite3 >= "4.4.1"
  2704. sqlite3_utils
  2705. srt
  2706. ssh-agent >= "0.2.0"
  2707. ssl >= "0.5.6"
  2708. starpath
  2709. starred_ml < "0.0.8"
  2710. stdcompat >= "19"
  2711. stdint >= "0.6.0"
  2712. stdint-literals
  2713. stdio
  2714. stdlib-diff
  2715. stdlib-random
  2716. stdlib-shims
  2717. stdune < "3.19.0"
  2718. stitch
  2719. stk < "0.5.0"
  2720. stk_iconv < "0.5.0"
  2721. stk_ocf < "0.5.0"
  2722. stk_ppx < "0.5.0"
  2723. stk_rdf < "0.5.0"
  2724. stk_xml < "0.5.0"
  2725. stog >= "0.20.0"
  2726. stog_all
  2727. stog_asy
  2728. stog_dot
  2729. stog_extern
  2730. stog_markdown
  2731. stog_multi_doc
  2732. stog_nocaml
  2733. stog_noexec
  2734. stog_plugins
  2735. stog_rdf
  2736. stog_rel_href
  2737. stog_server
  2738. stog_server_multi
  2739. stog_sitemap
  2740. stog_writing
  2741. stone >= "0.5.2"
  2742. store
  2743. stored_reversed
  2744. stramon-lib
  2745. streamable
  2746. streaming
  2747. string_dict
  2748. stringCodepointSplitter
  2749. stringext >= "1.6.0"
  2750. stringx
  2751. sturgeon >= "0.4.2"
  2752. styled-ppx
  2753. subprocess
  2754. subscriptions-transport-ws
  2755. subtype-refinement >= "0.2"
  2756. sun
  2757. svmwrap
  2758. swagger >= "0.2.0"
  2759. swapfs
  2760. swhid
  2761. swhid_compute
  2762. swhid_core
  2763. swhid_types
  2764. swipl
  2765. syguslib-utils
  2766. symex
  2767. synchronizer
  2768. syncweb
  2769. syndic >= "1.6.0"
  2770. synopsis
  2771. sys-socket
  2772. sys-socket-unix
  2773. syslog >= "2.0.1"
  2774. syslog-message >= "1.0.0"
  2775. syslog-rfc5424 < "0.2"
  2776. systemverilog >= "0.0.2"
  2777. tablecloth-base
  2778. tablecloth-melange
  2779. tablecloth-native < "transition"
  2780. tabr
  2781. taglib >= "0.3.7"
  2782. talaria-bibtex
  2783. tar
  2784. tar-eio
  2785. tar-mirage
  2786. tar-unix
  2787. tcalc
  2788. tcpip
  2789. tdigest
  2790. telemetry
  2791. telltime
  2792. tensorboard
  2793. term-indexing
  2794. term-tools
  2795. terminal < "0.5.0"
  2796. terminal_size >= "0.1.4"
  2797. terminus
  2798. terminus-cohttp
  2799. terminus-hlc
  2800. terml
  2801. testo < "0.3.4"
  2802. testo-diff < "0.3.4"
  2803. testo-lwt < "0.3.4"
  2804. testo-util < "0.3.4"
  2805. testu01
  2806. textmate-language
  2807. textrazor
  2808. textutils
  2809. textutils_kernel
  2810. textwrap >= "0.2.1"
  2811. tezos-base58
  2812. tezos-context-hash
  2813. tezt < "4.3.0"
  2814. tezt-bam
  2815. theora
  2816. thread-local-storage
  2817. thread-table
  2818. thrift
  2819. tidy
  2820. tidy_email
  2821. tidy_email_mailgun
  2822. tidy_email_sendgrid
  2823. tidy_email_smtp
  2824. tilde_f
  2825. time_now
  2826. timed >= "1.1"
  2827. timedesc
  2828. timedesc-json
  2829. timedesc-sexp
  2830. timedesc-tzdb
  2831. timedesc-tzlocal
  2832. timedesc-tzlocal-js
  2833. timere
  2834. timere-parse
  2835. timezone
  2836. timmy
  2837. timmy-jsoo
  2838. timmy-lwt
  2839. timmy-unix
  2840. tiny_httpd
  2841. tiny_httpd_camlzip
  2842. tiny_httpd_eio
  2843. tip-parser >= "0.4"
  2844. tldr
  2845. tls >= "0.12.8"
  2846. tls-async
  2847. tls-eio
  2848. tls-liquidsoap
  2849. tls-lwt
  2850. tls-miou-unix
  2851. tls-mirage
  2852. tm-grammars
  2853. toc
  2854. tofn
  2855. togglelog
  2856. toml
  2857. toml-cconv
  2858. toml_cconv
  2859. toplevel_backend
  2860. toplevel_expect_test
  2861. topojson
  2862. topojsone
  2863. topological_sort
  2864. torch
  2865. tqdm
  2866. trace
  2867. trace-fuchsia
  2868. trace-runtime-events
  2869. trace-tef
  2870. tracing
  2871. tracy-client
  2872. trail
  2873. traits
  2874. trampoline
  2875. transept
  2876. transom
  2877. traverse
  2878. travesty
  2879. trax >= "0.4.0"
  2880. tree_layout >= "0.2"
  2881. treeprint >= "2.3.0"
  2882. trexio
  2883. trie
  2884. trs
  2885. tsdl-image >= "0.3.0"
  2886. tsdl-mixer
  2887. tsdl-ttf >= "0.3"
  2888. tsort
  2889. tty
  2890. tube >= "4.4.0"
  2891. tuntap
  2892. twirp_cohttp_lwt_unix
  2893. twirp_core
  2894. twirp_ezcurl
  2895. twirp_tiny_httpd
  2896. twostep
  2897. tyabt
  2898. type_eq
  2899. type_id
  2900. typed_list
  2901. typeid
  2902. typerep >= "v0.13.0"
  2903. typeset
  2904. tyre >= "0.5"
  2905. tyxml >= "4.3.0"
  2906. tyxml-jsx
  2907. tyxml-lwd
  2908. tyxml-ppx >= "4.3.0"
  2909. tyxml-syntax
  2910. ubase
  2911. ubpf >= "0.2"
  2912. uecc >= "0.3"
  2913. ufind
  2914. uint >= "2.0.1"
  2915. ulid
  2916. um-abt
  2917. unidecode
  2918. unionFind
  2919. unisim_archisec < "0.0.14"
  2920. unison < "2.53.4"
  2921. universal-portal
  2922. universo
  2923. unix-errno >= "0.6.0"
  2924. unstrctrd
  2925. uopt
  2926. uri >= "2.2.1"
  2927. uri-bench
  2928. uri-re
  2929. uri-sexp
  2930. uring
  2931. uring-trace
  2932. uritemplate
  2933. urn
  2934. user-agent-parser
  2935. username_kernel
  2936. uspf
  2937. uspf-lwt
  2938. uspf-mirage
  2939. uspf-unix
  2940. utcp
  2941. utop
  2942. uuuu >= "0.1.1"
  2943. validate
  2944. validator
  2945. valkey
  2946. variantslib >= "v0.13.0"
  2947. varray
  2948. vcaml
  2949. vcardgen >= "1.2"
  2950. vchan
  2951. vchan-unix
  2952. vchan-xen
  2953. vdom
  2954. vec
  2955. vector
  2956. vector3 >= "1.0.0"
  2957. vendredi
  2958. vercel
  2959. versioned_polling_state_rpc
  2960. vhd-format >= "0.12.0"
  2961. vhd-format-lwt
  2962. vif
  2963. vifu
  2964. virtual_dom
  2965. virtual_dom_toplayer
  2966. visitors >= "20200207"
  2967. vlq >= "0.2.1"
  2968. vlt
  2969. vmnet
  2970. vocal
  2971. volgo
  2972. volgo-base
  2973. volgo-git-backend
  2974. volgo-git-eio
  2975. volgo-git-unix
  2976. volgo-hg-backend
  2977. volgo-hg-eio
  2978. volgo-hg-unix
  2979. volgo-vcs
  2980. voqc
  2981. vorbis
  2982. vpt >= "5.0.0"
  2983. vscoq-language-server < "2.3.3"
  2984. vsrocq-language-server
  2985. vue-jsoo
  2986. vue-ppx
  2987. wall
  2988. wasm >= "2.0.2"
  2989. wasm_of_ocaml-compiler < "6.1.0"
  2990. wasmer
  2991. wasmtime
  2992. wayland
  2993. waylaunch
  2994. wcwidth
  2995. webauthn
  2996. weberizer >= "0.8"
  2997. webmachine >= "0.6.2"
  2998. websocket >= "2.12"
  2999. websocket-async
  3000. websocket-lwt
  3001. websocket-lwt-unix
  3002. websocketaf
  3003. webtest
  3004. webtest-js
  3005. why3find
  3006. wikitext
  3007. win-error >= "1.0"
  3008. win-eventlog >= "0.3"
  3009. winsvc
  3010. wol
  3011. wol-eio
  3012. wol-mirage
  3013. ws
  3014. ws-server
  3015. wseg
  3016. wtf8 >= "1.0.2"
  3017. wtr
  3018. wtr-ppx
  3019. wu-manber-fuzzy-search
  3020. x509
  3021. x86_64-esperanto >= "0.0.6"
  3022. xapi-backtrace
  3023. xapi-inventory
  3024. xapi-rrd
  3025. xapi-stdext-date
  3026. xapi-stdext-encodings
  3027. xapi-stdext-pervasives
  3028. xapi-stdext-std
  3029. xapi-stdext-threads
  3030. xapi-stdext-unix
  3031. xapi-stdext-zerocheck
  3032. xcursor
  3033. xdg < "3.19.0"
  3034. xdg-basedir
  3035. xedbindings
  3036. xen-evtchn
  3037. xen-evtchn-unix
  3038. xen-gnt
  3039. xen-gnt-unix
  3040. xenstore
  3041. xenstore-tool
  3042. xenstore_transport >= "1.1.0"
  3043. xkbcommon
  3044. xlsx2csv
  3045. xmelly
  3046. xml-light >= "2.5"
  3047. xmldiff >= "0.7.0"
  3048. xmldiff_js
  3049. xmlplaylist >= "0.1.5"
  3050. xoshiro
  3051. xtmpl >= "0.19.0" & < "1.1.0"
  3052. xtmpl_js < "1.1.0"
  3053. xtmpl_ppx < "1.1.0"
  3054. yaml >= "1.0.0"
  3055. yaml-sexp
  3056. yara >= "0.2"
  3057. yocaml < "2.6.0"
  3058. yocaml_cmark
  3059. yocaml_cmarkit < "2.6.0"
  3060. yocaml_eio < "2.6.0"
  3061. yocaml_git < "2.6.0"
  3062. yocaml_jingoo < "2.6.0"
  3063. yocaml_markdown < "2.6.0"
  3064. yocaml_mustache < "2.6.0"
  3065. yocaml_omd < "2.6.0"
  3066. yocaml_otoml < "2.6.0"
  3067. yocaml_runtime < "2.6.0"
  3068. yocaml_syndication < "2.6.0"
  3069. yocaml_unix < "2.6.0"
  3070. yocaml_yaml < "2.6.0"
  3071. yojson >= "1.5.0"
  3072. yojson-bench
  3073. yojson-five
  3074. yosqlite
  3075. yultracer
  3076. yurt >= "0.6"
  3077. yuscii >= "0.2.1"
  3078. yuujinchou
  3079. zanuda
  3080. zar
  3081. zarith-ppx
  3082. zarith_stubs_js
  3083. zarr
  3084. zarr-eio
  3085. zarr-lwt
  3086. zarr-sync
  3087. zdd
  3088. zed >= "2.0.6"
  3089. zeit
  3090. zelus
  3091. zelus-gtk
  3092. zipperposition
  3093. zipperposition-tools
  3094. zlib
  3095. zlist >= "0.4.0"
  3096. zmq >= "5.1.0"
  3097. zmq-async >= "5.1.0"
  3098. zmq-eio
  3099. zmq-lwt >= "5.1.0"
  3100. zstandard
  3101. zstd >= "0.3"
  3102. 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"