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