package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

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

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