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