package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

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

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