package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.21.1.tbz
sha256=84f7a82c6d80a7124f3847e9a489e80cfbeafb7bed3573ac01286ef56fd08d94
sha512=d9fa44e24036d2593adfe59e52e0ad64f3e7e973d23f84af57fc79e38fa210630b0cb55590f314d6ef455333b96a8e0ce188c2720eaae44576222541ba78efb3

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