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