package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

Description

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

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

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

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

Published: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies (15)

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

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

Conflicts (7)

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