package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.22.0.tbz
sha256=cb816b2e672ca6c6ea680133f01287bd95a58ca611cb476acff67b8adbacf722
sha512=c99102070a9c90b29ca4cac68bd2444c086dd0ac5b63515d561087509beff719c4c534ee844f25ce391d1c08080f9e78b7dd32ed14057c6b9cc7886f60337f3b

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: 19 Mar 2026

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (3)

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

Dev Dependencies (17)

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

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

Conflicts (7)

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