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