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