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