package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 14 Apr 2026

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (3)

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

Dev Dependencies (17)

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

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