package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

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

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

Conflicts (7)

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