package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.22.2.tbz
sha256=c2ccf8bc6b17afa47c450297357496303aa7c8680e329b79d98c68e35013a118
sha512=26d3df56a509c6e8937a9333944303bdd8800a41e1b869c3adfb76d1e1fe615b6ec41491d596bd5982e338dcf70b97c18f963f37bfbf2bd581cbd356f3d5f4e5

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: 14 Apr 2026

README

Dune

A Composable Build System for OCaml

Main Workflow Release 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 (3)

  1. base-threads
  2. base-unix
  3. ocaml >= "4.08"

Dev Dependencies (17)

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

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "2.0.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"