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