package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 14 Apr 2026

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (3)

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

Dev Dependencies (17)

  1. uutf with-dev-setup
  2. melange with-dev-setup & >= "5.1.0-51" & os != "win32"
  3. utop with-dev-setup & >= "2.6.0" & os != "win32"
  4. ctypes with-dev-setup & os != "win32"
  5. ppxlib with-dev-setup & >= "0.37.0" & os != "win32"
  6. ppx_inline_test with-dev-setup & os != "win32"
  7. spawn with-dev-setup
  8. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  9. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  10. ocamlfind with-dev-setup & os != "win32"
  11. menhir with-dev-setup & os != "win32"
  12. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  13. js_of_ocaml-compiler with-dev-setup & >= "6.1.0" & os != "win32"
  14. js_of_ocaml with-dev-setup & >= "6.1.0" & os != "win32"
  15. csexp with-dev-setup & >= "1.3.0"
  16. cinaps with-dev-setup
  17. lwt with-dev-setup & os != "win32"

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

Conflicts (7)

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