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. olint
  1919. oma
  1920. omd >= "1.3.2"
  1921. ometrics
  1922. omg
  1923. omigrate
  1924. omlr >= "1.0.3"
  1925. omtl
  1926. oneffs
  1927. oniguruma
  1928. ooh
  1929. opam-0install
  1930. opam-0install-cudf
  1931. opam-bin >= "1.0.0"
  1932. opam-build
  1933. opam-check-npm-deps
  1934. opam-ci-check-lint
  1935. opam-client >= "2.0.2"
  1936. opam-compiler
  1937. opam-core >= "2.0.2"
  1938. opam-custom-install
  1939. opam-devel >= "2.0.2"
  1940. opam-ed >= "0.4"
  1941. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1942. opam-format >= "2.0.2"
  1943. opam-graph
  1944. opam-grep >= "0.2.0"
  1945. opam-installer >= "2.0.2"
  1946. opam-monorepo
  1947. opam-package-upgrade >= "0.2"
  1948. opam-publish >= "2.0.2"
  1949. opam-repomin
  1950. opam-repository >= "2.0.2"
  1951. opam-solver >= "2.0.2"
  1952. opam-spin
  1953. opam-state >= "2.0.2"
  1954. opam-test
  1955. opam_bin_lib != "0.9.5"
  1956. opasswd
  1957. opatch
  1958. opazl
  1959. openai
  1960. openai-gym
  1961. openapi
  1962. openapi-opium
  1963. openapi_router
  1964. openbsd
  1965. opencage
  1966. opencc0
  1967. opencc1
  1968. opencc1_1
  1969. openQASM
  1970. openstellina
  1971. opentelemetry
  1972. opentelemetry-client-cohttp-eio
  1973. opentelemetry-client-cohttp-lwt
  1974. opentelemetry-client-ocurl
  1975. opentelemetry-cohttp-lwt
  1976. opentelemetry-logs
  1977. opentelemetry-lwt
  1978. opine
  1979. opium
  1980. opium-graphql
  1981. opium-testing
  1982. opium_kernel >= "0.17.0"
  1983. oplot
  1984. oplsr
  1985. opomodoro
  1986. opsian
  1987. optal
  1988. opti
  1989. optimization1d >= "0.6.1"
  1990. optiml-transport
  1991. optint
  1992. opus
  1993. oq
  1994. oraft
  1995. oranger >= "2.0.1"
  1996. orb
  1997. order-i3-xfce
  1998. ordering
  1999. ordinal
  2000. ordinal_abbreviation
  2001. ordma >= "0.0.5"
  2002. orec >= "1.0.1"
  2003. orewa
  2004. orf
  2005. orgeat
  2006. orpie
  2007. orrandomForest
  2008. orsvm_e1071 >= "4.0.0"
  2009. ortac-core
  2010. ortac-dune
  2011. ortac-qcheck-stm
  2012. ortac-runtime
  2013. ortac-runtime-qcheck-stm
  2014. ortac-wrapper
  2015. orthologic-coq
  2016. ortools
  2017. ortools_solvers
  2018. orxgboost >= "1.1.0"
  2019. osc >= "0.2.0"
  2020. osc-lwt
  2021. osc-unix
  2022. osdp >= "1.1.1"
  2023. oseq >= "0.2"
  2024. osh
  2025. oskel
  2026. osnap
  2027. ostap >= "0.6"
  2028. osx-secure-transport
  2029. otaglibc
  2030. otf
  2031. otoggl
  2032. otoml
  2033. otp
  2034. otr
  2035. oui
  2036. ounit = "2.1.2"
  2037. ounit-lwt < "2.2.0"
  2038. ounit2
  2039. ounit2-lwt
  2040. override
  2041. owee
  2042. owi
  2043. owl >= "0.4.0"
  2044. owl-base >= "0.4.0"
  2045. owl-jupyter
  2046. owl-ode
  2047. owl-ode-base
  2048. owl-ode-odepack
  2049. owl-ode-sundials
  2050. owl-opt
  2051. owl-opt-lbfgs
  2052. owl-plplot
  2053. owl-symbolic
  2054. owl-top >= "0.4.0"
  2055. owl-zoo >= "0.4.0"
  2056. owork
  2057. ozulip
  2058. p4pp
  2059. p5scm
  2060. packstream
  2061. pacomb
  2062. paf
  2063. paf-cohttp
  2064. pageantty
  2065. pam
  2066. pancake
  2067. pandoc
  2068. pandoc-abbreviations
  2069. pandoc-comment
  2070. pandoc-crossref
  2071. pandoc-include
  2072. pandoc-inspect
  2073. pandoc-pdf2png
  2074. pandoc-replace
  2075. papi >= "0.1.1"
  2076. par_incr
  2077. parany >= "9.0.0"
  2078. pardi >= "2.0.2"
  2079. pari
  2080. pari-bindings
  2081. parmap >= "1.1.1"
  2082. parsexp >= "v0.12.0"
  2083. parsexp_io
  2084. parsite
  2085. parsley
  2086. passage
  2087. passe
  2088. patch
  2089. patdiff >= "v0.12.1"
  2090. path_glob
  2091. patience_diff
  2092. patricia-tree
  2093. pattern
  2094. pb
  2095. pb-plugin
  2096. pbkdf
  2097. pbrt
  2098. pbrt_services
  2099. pbrt_yojson
  2100. pcap-format >= "0.5.2"
  2101. pcrc
  2102. pcre >= "7.3.5"
  2103. pcre2
  2104. pds-reachability >= "0.2.2"
  2105. pecu >= "0.2"
  2106. petr4
  2107. petrol
  2108. pf-qubes
  2109. pg_query
  2110. pgn_parser
  2111. pgocaml >= "4.0"
  2112. pgocaml_ppx
  2113. pgsolver >= "4.4"
  2114. pgx >= "1.0"
  2115. pgx_async >= "1.0"
  2116. pgx_lwt >= "1.0"
  2117. pgx_lwt_mirage
  2118. pgx_lwt_unix
  2119. pgx_unix >= "1.0"
  2120. pgx_value_core
  2121. pgx_value_ptime
  2122. phantom-algebra >= "1.0.1"
  2123. phonetic
  2124. phylogenetics
  2125. piaf
  2126. picasso
  2127. picos
  2128. picos_aux
  2129. picos_io
  2130. picos_io_cohttp
  2131. picos_lwt
  2132. picos_meta
  2133. picos_mux
  2134. picos_std
  2135. piece_rope
  2136. piqi >= "0.7.8"
  2137. piqilib >= "0.6.16"
  2138. pixel_pusher
  2139. pkcs11 >= "0.18.0"
  2140. pkcs11-cli
  2141. pkcs11-driver
  2142. pkcs11-rev
  2143. pla >= "1.3"
  2144. plateau
  2145. plato
  2146. plebeia
  2147. plist-xml
  2148. plist-xml-lwt
  2149. plotkicadsch
  2150. plotly
  2151. plplot >= "5.11.0-1"
  2152. polars
  2153. polars_async
  2154. polka
  2155. poll
  2156. polling_state_rpc
  2157. polly
  2158. polymarket
  2159. polynomial
  2160. pomap
  2161. popper
  2162. portaudio >= "0.2.2"
  2163. portaudio_c_bindings
  2164. posix-base
  2165. posix-bindings
  2166. posix-errno
  2167. posix-getopt >= "2.0.0"
  2168. posix-math2
  2169. posix-resource
  2170. posix-signal
  2171. posix-socket
  2172. posix-socket-unix
  2173. posix-stat
  2174. posix-time2
  2175. posix-types >= "2.0.0"
  2176. posix-uname
  2177. posix-unistd
  2178. posixat
  2179. postgres_async
  2180. postgresql >= "4.4.1"
  2181. pp
  2182. pp-binary-ints
  2183. pp_loc
  2184. pplumbing
  2185. pplumbing-err
  2186. pplumbing-log
  2187. pplumbing-log-cli
  2188. pplumbing-pp-tty
  2189. pprint >= "20200226"
  2190. ppx-owl-opt
  2191. ppx_accessor
  2192. ppx_assert
  2193. ppx_bap
  2194. ppx_base
  2195. ppx_bench
  2196. ppx_bin_prot
  2197. ppx_bitstring
  2198. ppx_blob >= "0.6.0"
  2199. ppx_camlrack
  2200. ppx_catch
  2201. ppx_cold
  2202. ppx_compare
  2203. ppx_compose >= "0.1.0"
  2204. ppx_const >= "2.0"
  2205. ppx_conv_func
  2206. ppx_counters
  2207. ppx_css
  2208. ppx_cstruct
  2209. ppx_cstubs
  2210. ppx_csv_conv
  2211. ppx_custom_printf
  2212. ppx_decimal
  2213. ppx_default
  2214. ppx_defer >= "0.4.0"
  2215. ppx_demo
  2216. ppx_derive_at_runtime
  2217. ppx_derivers >= "1.2.1"
  2218. ppx_deriving >= "4.5-1"
  2219. ppx_deriving_cad
  2220. ppx_deriving_cmdliner >= "0.5.1"
  2221. ppx_deriving_decoders
  2222. ppx_deriving_encoding
  2223. ppx_deriving_ezjsonm
  2224. ppx_deriving_hardcaml
  2225. ppx_deriving_hash
  2226. ppx_deriving_json_schema
  2227. ppx_deriving_jsonschema
  2228. ppx_deriving_jsont
  2229. ppx_deriving_jsoo
  2230. ppx_deriving_madcast >= "0.2"
  2231. ppx_deriving_popper
  2232. ppx_deriving_protobuf
  2233. ppx_deriving_qcheck
  2234. ppx_deriving_rpc
  2235. ppx_deriving_scad
  2236. ppx_deriving_variant_string
  2237. ppx_deriving_yaml
  2238. ppx_deriving_yojson
  2239. ppx_diff
  2240. ppx_disable_unused_warnings
  2241. ppx_distr_guards >= "0.2"
  2242. ppx_dream_eml
  2243. ppx_embed_file
  2244. ppx_enumerate
  2245. ppx_expect
  2246. ppx_expect_nobase
  2247. ppx_factory
  2248. ppx_fail
  2249. ppx_fields_conv
  2250. ppx_fixed_literal
  2251. ppx_format
  2252. ppx_fun
  2253. ppx_gen_rec >= "1.1.0"
  2254. ppx_getenv >= "2.0"
  2255. ppx_globalize
  2256. ppx_hardcaml
  2257. ppx_hash
  2258. ppx_here
  2259. ppx_ignore_instrumentation
  2260. ppx_import
  2261. ppx_inline_alcotest
  2262. ppx_inline_test
  2263. ppx_inline_test_nobase
  2264. ppx_interact
  2265. ppx_irmin
  2266. ppx_jane
  2267. ppx_js_style
  2268. ppx_jsobject_conv
  2269. ppx_jsonaf_conv
  2270. ppx_let
  2271. ppx_log
  2272. ppx_lun
  2273. ppx_make
  2274. ppx_map
  2275. ppx_marshal
  2276. ppx_marshal_ext
  2277. ppx_matches
  2278. ppx_meta_conv
  2279. ppx_mica
  2280. ppx_mikmatch
  2281. ppx_minidebug
  2282. ppx_module_timer
  2283. ppx_monad
  2284. ppx_monoid >= "0.3.2"
  2285. ppx_mysql
  2286. ppx_mysql_identity
  2287. ppx_open
  2288. ppx_optcomp
  2289. ppx_optint
  2290. ppx_optional
  2291. ppx_parser
  2292. ppx_partial
  2293. ppx_pattern_bind
  2294. ppx_pbt
  2295. ppx_pipebang >= "v0.12.0"
  2296. ppx_protocol_conv
  2297. ppx_protocol_conv_json
  2298. ppx_protocol_conv_jsonm
  2299. ppx_protocol_conv_msgpack
  2300. ppx_protocol_conv_xml_light
  2301. ppx_protocol_conv_xmlm
  2302. ppx_protocol_conv_yaml
  2303. ppx_pyformat
  2304. ppx_python
  2305. ppx_quick_test
  2306. ppx_rapper
  2307. ppx_rapper_async
  2308. ppx_rapper_lwt
  2309. ppx_regexp >= "0.4.0"
  2310. ppx_repr
  2311. ppx_seq
  2312. ppx_sexp_conv
  2313. ppx_sexp_message
  2314. ppx_sexp_value
  2315. ppx_show
  2316. ppx_stable
  2317. ppx_stable_witness
  2318. ppx_string
  2319. ppx_string_conv
  2320. ppx_string_interpolation
  2321. ppx_subliner
  2322. ppx_system
  2323. ppx_test
  2324. ppx_there
  2325. ppx_tools >= "6.0+4.08.0"
  2326. ppx_tools_versioned
  2327. ppx_trace
  2328. ppx_ts
  2329. ppx_tydi
  2330. ppx_type_directed_value
  2331. ppx_typed_fields
  2332. ppx_typerep_conv
  2333. ppx_tyre
  2334. ppx_units
  2335. ppx_unreachable
  2336. ppx_update
  2337. ppx_variants_conv
  2338. ppx_viewpattern
  2339. ppx_wideopen
  2340. ppx_windtrap
  2341. ppx_xml_conv
  2342. ppx_yojson
  2343. ppx_yojson_conv
  2344. ppx_yojson_conv_lib
  2345. ppxfind >= "1.3"
  2346. ppxlib
  2347. ppxlib-tools
  2348. ppxlib_jane
  2349. ppxx
  2350. pratter
  2351. prbnmcn-basic-structures
  2352. prbnmcn-cgrph
  2353. prbnmcn-clustering
  2354. prbnmcn-dagger
  2355. prbnmcn-dagger-gsl
  2356. prbnmcn-dagger-stats
  2357. prbnmcn-dagger-test
  2358. prbnmcn-gnuplot
  2359. prbnmcn-linalg
  2360. prbnmcn-mcts
  2361. prbnmcn-proptest
  2362. prbnmcn-stats
  2363. prbnmcn-ucb1
  2364. prc
  2365. preface
  2366. prelude
  2367. pretty_expressive
  2368. prettym
  2369. primavera
  2370. print-table
  2371. printbox >= "0.3"
  2372. printbox-ext-plot
  2373. printbox-html
  2374. printbox-md
  2375. printbox-text >= "0.6.1"
  2376. proc-smaps
  2377. process_limits
  2378. processor
  2379. producer
  2380. prof_spacetime
  2381. profiling
  2382. profunctor
  2383. progress
  2384. prolect
  2385. prom
  2386. prometheus >= "0.6"
  2387. prometheus-app >= "0.6"
  2388. prometheus-liquidsoap >= "2"
  2389. promise
  2390. promise_jsoo
  2391. promise_jsoo_lwt
  2392. protocell
  2393. protocol-9p >= "1.0.0"
  2394. protocol-9p-tool >= "1.0.0"
  2395. protocol-9p-unix >= "1.0.0"
  2396. protocol_version_header
  2397. proton
  2398. provider
  2399. prr
  2400. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2401. psq >= "0.1.1"
  2402. ptmap >= "2.0.5"
  2403. ptset
  2404. public-suffix
  2405. pulseaudio >= "0.1.4"
  2406. pure-html
  2407. pure-splitmix >= "0.3"
  2408. purl
  2409. pvec
  2410. pxshot
  2411. py >= "1.1"
  2412. pyast
  2413. pyml >= "20210924"
  2414. pyml_bindgen >= "0.3.0"
  2415. pyre-ast
  2416. pythonlib
  2417. qbf >= "0.3"
  2418. qcaml
  2419. qcheck >= "0.13"
  2420. qcheck-alcotest
  2421. qcheck-core
  2422. qcheck-lin
  2423. qcheck-multicoretests-util
  2424. qcheck-ounit
  2425. qcheck-stm
  2426. qcow >= "0.12.1"
  2427. qcow-stream
  2428. qcow-tool >= "0.12.1"
  2429. qcow-types
  2430. qdrant
  2431. qinap
  2432. qiskit
  2433. qmp >= "0.19.0"
  2434. qrencode
  2435. qtest >= "2.10.1"
  2436. queenshead
  2437. query-json
  2438. quests
  2439. quick_print
  2440. quickjs
  2441. quickterface
  2442. quill
  2443. radamsa
  2444. radare2 >= "0.0.3"
  2445. raga
  2446. randii
  2447. random
  2448. randomconv
  2449. randoml
  2450. range >= "0.8"
  2451. rangeSet
  2452. rankers
  2453. raven
  2454. rawlink
  2455. rawlink-eio
  2456. rawlink-lwt
  2457. raygui
  2458. raylib
  2459. raylib-callbacks
  2460. rdbg >= "1.196.12"
  2461. rdf >= "0.13.0"
  2462. rdf_impls
  2463. rdf_json_ld
  2464. rdf_lwt
  2465. rdf_mysql
  2466. rdf_postgresql
  2467. rdf_ppx
  2468. re >= "1.9.0"
  2469. re2 >= "v0.12.1"
  2470. re2_stable
  2471. re_parser
  2472. rea
  2473. react-rules-of-hooks-ppx
  2474. reactiveData >= "0.2.4"
  2475. reactjs-jsx-ppx
  2476. readline
  2477. reanalyze
  2478. reason
  2479. reason-react
  2480. reason-react-day-picker
  2481. reason-react-ppx
  2482. reason-standard
  2483. received
  2484. record_builder
  2485. records >= "1.0.0"
  2486. red-black-tree
  2487. reddit_api_async
  2488. reddit_api_kernel
  2489. redirect
  2490. redis >= "0.4"
  2491. redis-async
  2492. redis-lwt >= "0.4"
  2493. redis-sync >= "0.4"
  2494. reed-solomon-erasure >= "1.0.2"
  2495. reedsolomon
  2496. refl
  2497. regenerate
  2498. regex_parser_intf
  2499. regl
  2500. regrade
  2501. relude
  2502. remu_ts
  2503. reparse
  2504. reparse-lwt
  2505. reparse-lwt-unix
  2506. reparse-unix
  2507. repr
  2508. repr-bench
  2509. repr-fuzz
  2510. res >= "5.0.1"
  2511. res_tailwindcss
  2512. rescript-syntax
  2513. reshowcase
  2514. resource-pooling >= "1.1"
  2515. resource_cache
  2516. resp
  2517. resp-client
  2518. resp-mirage
  2519. resp-server >= "0.9"
  2520. resp-unix
  2521. resto
  2522. resto-acl
  2523. resto-cohttp
  2524. resto-cohttp-client
  2525. resto-cohttp-self-serving-client
  2526. resto-cohttp-server
  2527. resto-directory
  2528. resto-json
  2529. restricted
  2530. result
  2531. rfc1951 >= "0.8.1" & != "1.0.0"
  2532. rfc6287 >= "1.0.4"
  2533. rfc7748
  2534. rfsm >= "1.6-alpha-3"
  2535. rhythm
  2536. rich-string
  2537. ringo
  2538. ringo-lwt
  2539. rio
  2540. riot
  2541. river
  2542. rizzo
  2543. rock
  2544. rocq-core
  2545. rocq-devtools
  2546. rocq-runtime
  2547. rocqide
  2548. roman
  2549. root1d >= "0.5.1"
  2550. rope >= "0.6.2"
  2551. rosa
  2552. rosetta >= "0.2.0"
  2553. routes
  2554. rowex
  2555. rpc
  2556. rpc_parallel
  2557. rpclib
  2558. rpclib-async
  2559. rpclib-html
  2560. rpclib-js
  2561. rpclib-lwt
  2562. rpmfile
  2563. rpmfile-cli
  2564. rpmfile-eio
  2565. rpmfile-unix
  2566. rsdd
  2567. rss
  2568. rtop
  2569. rtree
  2570. rune
  2571. rungen
  2572. runtime_events_tools
  2573. runtime_events_tools_bare
  2574. rusage
  2575. rust-staticlib-gen
  2576. rust-staticlib-virtual
  2577. SZXX
  2578. safemoney
  2579. safepass >= "3.1"
  2580. saga
  2581. sail >= "0.15"
  2582. sail_c_backend
  2583. sail_coq_backend
  2584. sail_doc_backend
  2585. sail_latex_backend
  2586. sail_lean_backend
  2587. sail_lem_backend
  2588. sail_maker
  2589. sail_manifest
  2590. sail_ocaml_backend
  2591. sail_output
  2592. sail_smt_backend
  2593. sail_sv_backend
  2594. salsa20 >= "1.0.0"
  2595. salsa20-core >= "1.0.0"
  2596. salto-analyzer
  2597. saltoIL
  2598. samplerate >= "0.1.6"
  2599. sanddb >= "0.2"
  2600. sarek
  2601. sarif
  2602. satex
  2603. saturn
  2604. saturn_lockfree
  2605. satyrographos
  2606. savvy
  2607. scad_ml
  2608. scfg
  2609. scgi
  2610. scipy
  2611. scope
  2612. scrypt-kdf
  2613. sd_logic
  2614. sdl-liquidsoap >= "3"
  2615. search
  2616. searchTree
  2617. secp256k1 >= "0.4.1"
  2618. secp256k1-internal
  2619. sedlex >= "2.0"
  2620. sek
  2621. sel
  2622. semantic_version
  2623. semaphore-compat
  2624. semv
  2625. semver >= "0.2.1"
  2626. semver2
  2627. sendmail
  2628. sendmail-lwt
  2629. sendmail-miou-unix
  2630. sendmail-mirage
  2631. sentry
  2632. seq < "base"
  2633. seqes
  2634. sequencer_table
  2635. serde
  2636. serde_debug
  2637. serde_derive
  2638. serde_json
  2639. serde_sexpr
  2640. serde_xml
  2641. serial
  2642. serialport
  2643. server-reason-react
  2644. session >= "0.4.1"
  2645. session-cohttp >= "0.4.1"
  2646. session-cohttp-async >= "0.4.1"
  2647. session-cohttp-lwt >= "0.4.1"
  2648. session-cookie
  2649. session-cookie-async
  2650. session-cookie-lwt
  2651. session-postgresql >= "0.4.1"
  2652. session-postgresql-async
  2653. session-postgresql-lwt
  2654. session-redis-lwt >= "0.4.1"
  2655. session-webmachine >= "0.4.1"
  2656. setcore >= "1.0.2"
  2657. sexp
  2658. sexp_decode
  2659. sexp_diff
  2660. sexp_diff_kernel
  2661. sexp_grammar
  2662. sexp_macro
  2663. sexp_pretty
  2664. sexp_select
  2665. sexp_string_quickcheck
  2666. sexplib >= "v0.12.0"
  2667. sexplib0 >= "v0.12.0"
  2668. sexps-rewriter
  2669. sgf >= "1.0.1"
  2670. sha >= "1.13"
  2671. shades
  2672. shakuhachi
  2673. shapefile
  2674. shared-block-ring
  2675. shared-memory-ring
  2676. shared-memory-ring-lwt
  2677. shared-secret >= "0.4"
  2678. shell
  2679. shellwords
  2680. sherlodoc
  2681. shexp
  2682. shine >= "0.2.2"
  2683. shuttle
  2684. shuttle_http
  2685. shuttle_ssl
  2686. shuttle_websocket
  2687. sifun
  2688. signal
  2689. sihl
  2690. sihl-cache
  2691. sihl-contract
  2692. sihl-core
  2693. sihl-email
  2694. sihl-facade
  2695. sihl-persistence
  2696. sihl-queue
  2697. sihl-session
  2698. sihl-storage
  2699. sihl-token
  2700. sihl-type
  2701. sihl-user
  2702. sihl-web
  2703. simlog
  2704. simple63
  2705. simple_httpd
  2706. simple_httpd_caqti
  2707. sitemap
  2708. sklearn
  2709. slack
  2710. slacko
  2711. slice
  2712. slipshow
  2713. slug
  2714. smart-print >= "0.3.0"
  2715. smaws-clients
  2716. smaws-lib
  2717. smbc
  2718. smol
  2719. smol-helpers
  2720. smtlib-utils
  2721. smtml
  2722. snappy >= "0.1.2"
  2723. snf_mcp
  2724. so
  2725. sodium-fmt
  2726. solid
  2727. solid_server
  2728. solid_tools
  2729. solidity-alcotest
  2730. solidity-common
  2731. solidity-parser
  2732. solidity-test
  2733. solidity-typechecker
  2734. solo5-elftool
  2735. sortedseq_intersect
  2736. soundtouch >= "0.1.9"
  2737. soupault
  2738. sowilo
  2739. spacetime_lib
  2740. spatial-shell
  2741. spawn < "v0.9.0" | >= "v0.13.0"
  2742. spdx_licenses
  2743. spectrum
  2744. spectrum_capabilities
  2745. spectrum_palette_ppx
  2746. spectrum_palettes
  2747. spectrum_tools
  2748. speed
  2749. speex
  2750. spelll >= "0.4"
  2751. spices
  2752. spin
  2753. splay_tree
  2754. splittable_random
  2755. spoc
  2756. spoc_ppx
  2757. spoke
  2758. spotify-web-api
  2759. spotify_ml
  2760. spotlib >= "4.1.0"
  2761. spurs
  2762. sqids
  2763. sqlgg >= "20200521"
  2764. sqlite3 >= "4.4.1"
  2765. sqlite3_utils
  2766. srt
  2767. ssh-agent >= "0.2.0"
  2768. ssl >= "0.5.6"
  2769. starpath
  2770. starred_ml
  2771. statocaml
  2772. statocaml_changelog
  2773. statocaml_community
  2774. statocaml_db
  2775. statocaml_github
  2776. statocaml_go
  2777. statocaml_gui
  2778. statocaml_html
  2779. statocaml_plots
  2780. statocaml_profile
  2781. stdcompat >= "19"
  2782. stdint >= "0.6.0"
  2783. stdint-literals
  2784. stdio
  2785. stdlib-diff
  2786. stdlib-random
  2787. stdlib-shims
  2788. stdune
  2789. stitch
  2790. stk
  2791. stk_iconv
  2792. stk_ocf
  2793. stk_ppx
  2794. stk_rdf
  2795. stk_xml
  2796. stog >= "0.20.0"
  2797. stog_all
  2798. stog_asy
  2799. stog_dot
  2800. stog_extern
  2801. stog_markdown
  2802. stog_multi_doc
  2803. stog_nocaml
  2804. stog_noexec
  2805. stog_plugins
  2806. stog_rdf
  2807. stog_rel_href
  2808. stog_server
  2809. stog_server_multi
  2810. stog_sitemap
  2811. stog_writing
  2812. stone >= "0.5.2"
  2813. store
  2814. stored_reversed
  2815. stramon-lib
  2816. streamable
  2817. streaming
  2818. string_dict
  2819. stringCodepointSplitter
  2820. stringext >= "1.6.0"
  2821. stringx
  2822. sturgeon >= "0.4.2"
  2823. styled-ppx
  2824. subprocess
  2825. subscriptions-transport-ws
  2826. subtype-refinement >= "0.2"
  2827. sun
  2828. svmwrap
  2829. swagger >= "0.2.0"
  2830. swapfs
  2831. swhid
  2832. swhid_compute
  2833. swhid_core
  2834. swhid_types
  2835. swipl
  2836. syguslib-utils
  2837. symex
  2838. synchronizer
  2839. syncweb
  2840. syndic >= "1.6.0"
  2841. synopsis
  2842. sys-socket
  2843. sys-socket-unix
  2844. syslog >= "2.0.1"
  2845. syslog-message >= "1.0.0"
  2846. syslog-rfc5424
  2847. systemverilog >= "0.0.2"
  2848. tablecloth-base
  2849. tablecloth-melange
  2850. tablecloth-native < "transition"
  2851. tabr
  2852. tacit
  2853. taglib >= "0.3.7"
  2854. talaria-bibtex
  2855. talon
  2856. tar
  2857. tar-eio
  2858. tar-mirage
  2859. tar-unix
  2860. tcalc
  2861. tcpip
  2862. tcs-lib
  2863. tdigest
  2864. telemetry
  2865. telltime
  2866. tensorboard
  2867. term-indexing
  2868. term-tools
  2869. terminal
  2870. terminal_size >= "0.1.4"
  2871. terminus
  2872. terminus-cohttp
  2873. terminus-hlc
  2874. terml
  2875. testcontainers
  2876. testcontainers-elasticsearch
  2877. testcontainers-kafka
  2878. testcontainers-localstack
  2879. testcontainers-memcached
  2880. testcontainers-mockserver
  2881. testcontainers-mongo
  2882. testcontainers-mysql
  2883. testcontainers-postgres
  2884. testcontainers-rabbitmq
  2885. testcontainers-redis
  2886. testo
  2887. testo-diff
  2888. testo-lwt
  2889. testo-util
  2890. testu01
  2891. textmate-language
  2892. textrazor
  2893. textutils
  2894. textutils_kernel
  2895. textwrap >= "0.2.1"
  2896. tezos-base58
  2897. tezos-context-hash
  2898. tezt < "3.1.0" | >= "4.3.0"
  2899. tezt-bam
  2900. theora
  2901. thread-local-storage
  2902. thread-table
  2903. thrift
  2904. tidy >= "5-0.2"
  2905. tidy_email
  2906. tidy_email_mailgun
  2907. tidy_email_sendgrid
  2908. tidy_email_smtp
  2909. tilde_f
  2910. time_now
  2911. timed >= "1.1"
  2912. timedesc
  2913. timedesc-json
  2914. timedesc-sexp
  2915. timedesc-tzdb
  2916. timedesc-tzlocal
  2917. timedesc-tzlocal-js
  2918. timere
  2919. timere-parse
  2920. timezone
  2921. timmy
  2922. timmy-jsoo
  2923. timmy-lwt
  2924. timmy-unix
  2925. tiny_httpd
  2926. tiny_httpd_camlzip
  2927. tiny_httpd_eio
  2928. tinyfiledialogs
  2929. tip-parser >= "0.4"
  2930. tldr
  2931. tls >= "0.12.8"
  2932. tls-async
  2933. tls-eio
  2934. tls-liquidsoap
  2935. tls-lwt
  2936. tls-miou-unix
  2937. tls-mirage
  2938. tm-grammars
  2939. toc
  2940. toffee
  2941. tofn
  2942. togglelog
  2943. toml
  2944. toml-cconv
  2945. toml_cconv
  2946. top-closure
  2947. toplevel_backend
  2948. toplevel_expect_test
  2949. topojson
  2950. topojsone
  2951. topological_sort
  2952. torch
  2953. tqdm
  2954. trace
  2955. trace-fuchsia
  2956. trace-runtime-events
  2957. trace-tef
  2958. tracing
  2959. tracy-client
  2960. trail
  2961. traits
  2962. trampoline
  2963. transept
  2964. traverse
  2965. travesty != "0.6.1"
  2966. trax >= "0.4.0"
  2967. tree-sitter
  2968. tree_layout >= "0.2"
  2969. treeprint >= "2.3.0"
  2970. trexio
  2971. trie
  2972. trs
  2973. tsdl-image >= "0.3.0"
  2974. tsdl-mixer
  2975. tsdl-ttf >= "0.3"
  2976. tsort
  2977. tty
  2978. tube >= "4.4.0"
  2979. tuntap
  2980. twirp_cohttp_lwt_unix
  2981. twirp_core
  2982. twirp_ezcurl
  2983. twirp_tiny_httpd
  2984. twostep
  2985. tyabt
  2986. type_eq
  2987. type_id
  2988. typed_list
  2989. typeid
  2990. typerep >= "v0.12.0"
  2991. typeset
  2992. tyre >= "0.5"
  2993. tyxml >= "4.3.0"
  2994. tyxml-jsx
  2995. tyxml-lwd
  2996. tyxml-ppx >= "4.3.0"
  2997. tyxml-syntax
  2998. ubase
  2999. ubpf >= "0.2"
  3000. uecc >= "0.3"
  3001. ufind
  3002. uint >= "2.0.1"
  3003. ulid
  3004. um-abt
  3005. unidecode
  3006. unionFind
  3007. unisim_archisec
  3008. unison >= "2.51.4" & < "2.53.4"
  3009. universal-portal
  3010. universo
  3011. unix-errno >= "0.6.0"
  3012. unstrctrd
  3013. uopt
  3014. uri >= "2.2.1"
  3015. uri-bench
  3016. uri-re
  3017. uri-sexp
  3018. uring
  3019. uring-trace
  3020. uritemplate
  3021. urn
  3022. user-agent-parser
  3023. username_kernel
  3024. uspf
  3025. uspf-lwt
  3026. uspf-mirage
  3027. uspf-unix
  3028. utcp
  3029. utop
  3030. uuuu >= "0.1.1"
  3031. validate
  3032. validator
  3033. variantslib >= "v0.12.0"
  3034. varray
  3035. vcaml
  3036. vcardgen >= "1.2"
  3037. vchan
  3038. vchan-unix
  3039. vchan-xen
  3040. vdom
  3041. vec
  3042. vector
  3043. vector3 >= "1.0.0"
  3044. vendredi
  3045. vercel
  3046. versioned_polling_state_rpc
  3047. vhd-format >= "0.12.0"
  3048. vhd-format-lwt
  3049. vif
  3050. vifu
  3051. virtfs
  3052. virtual_dom
  3053. virtual_dom_toplayer
  3054. visitors >= "20200207"
  3055. vlq >= "0.2.1"
  3056. vlt
  3057. vmnet
  3058. vocal
  3059. volgo
  3060. volgo-base
  3061. volgo-git-backend
  3062. volgo-git-eio
  3063. volgo-git-unix
  3064. volgo-hg-backend
  3065. volgo-hg-eio
  3066. volgo-hg-unix
  3067. volgo-vcs
  3068. voqc
  3069. vorbis
  3070. vpt >= "5.0.0"
  3071. vscoq-language-server < "2.3.3"
  3072. vsrocq-language-server
  3073. vue-jsoo
  3074. vue-ppx
  3075. wall >= "0.4"
  3076. wasm >= "2.0.2"
  3077. wasm_of_ocaml-compiler
  3078. wasmer
  3079. wasmtime
  3080. wayland
  3081. waylaunch
  3082. wcwidth
  3083. webauthn
  3084. weberizer >= "0.8"
  3085. webmachine >= "0.6.2"
  3086. websocket >= "2.12"
  3087. websocket-async
  3088. websocket-lwt
  3089. websocket-lwt-unix
  3090. websocketaf
  3091. webtest
  3092. webtest-js
  3093. why3find
  3094. wikitext
  3095. win-error >= "1.0"
  3096. win-eventlog >= "0.3"
  3097. windtrap
  3098. winsvc
  3099. ws
  3100. ws-server
  3101. wseg
  3102. wtf8 >= "1.0.2"
  3103. wtr
  3104. wtr-ppx
  3105. wu-manber-fuzzy-search
  3106. x509
  3107. x86_64-esperanto >= "0.0.6"
  3108. xapi-backtrace
  3109. xapi-inventory
  3110. xapi-rrd
  3111. xapi-stdext-date
  3112. xapi-stdext-encodings
  3113. xapi-stdext-pervasives
  3114. xapi-stdext-std
  3115. xapi-stdext-threads
  3116. xapi-stdext-unix
  3117. xapi-stdext-zerocheck
  3118. xcursor
  3119. xdg
  3120. xdg-basedir
  3121. xdge
  3122. xedbindings
  3123. xen-evtchn
  3124. xen-evtchn-unix
  3125. xen-gnt
  3126. xen-gnt-unix
  3127. xenstore
  3128. xenstore-tool
  3129. xenstore_transport >= "1.1.0"
  3130. xkbcommon
  3131. xlsx2csv
  3132. xmelly
  3133. xml-light >= "2.5"
  3134. xmldiff >= "0.7.0"
  3135. xmldiff_js
  3136. xmlplaylist >= "0.1.5"
  3137. xoshiro
  3138. xtmpl >= "0.19.0"
  3139. xtmpl_js
  3140. xtmpl_ppx
  3141. yaml >= "1.0.0"
  3142. yaml-sexp
  3143. yara >= "0.2"
  3144. yocaml
  3145. yocaml_cmark
  3146. yocaml_cmarkit
  3147. yocaml_eio
  3148. yocaml_git
  3149. yocaml_jingoo
  3150. yocaml_liquid
  3151. yocaml_markdown
  3152. yocaml_mustache
  3153. yocaml_omd
  3154. yocaml_otoml
  3155. yocaml_runtime
  3156. yocaml_syndication
  3157. yocaml_unix
  3158. yocaml_yaml
  3159. yojson >= "1.5.0"
  3160. yojson-bench
  3161. yojson-five
  3162. yosqlite
  3163. yultracer
  3164. yurt >= "0.6"
  3165. yuscii >= "0.2.1"
  3166. yuujinchou
  3167. zanuda
  3168. zar
  3169. zarith-ppx
  3170. zarith_stubs_js
  3171. zarr
  3172. zarr-eio
  3173. zarr-lwt
  3174. zarr-sync
  3175. zdd
  3176. zed >= "2.0.6"
  3177. zeit
  3178. zelus
  3179. zelus-gtk
  3180. zipperposition
  3181. zipperposition-tools
  3182. zlib
  3183. zlist >= "0.4.0"
  3184. zmq >= "5.1.0"
  3185. zmq-async >= "5.1.0"
  3186. zmq-eio
  3187. zmq-lwt >= "5.1.0"
  3188. zstandard >= "v0.12.1"
  3189. zstd >= "0.3"
  3190. 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"