package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.22.0.tbz
sha256=cb816b2e672ca6c6ea680133f01287bd95a58ca611cb476acff67b8adbacf722
sha512=c99102070a9c90b29ca4cac68bd2444c086dd0ac5b63515d561087509beff719c4c534ee844f25ce391d1c08080f9e78b7dd32ed14057c6b9cc7886f60337f3b

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: 19 Mar 2026

README

Dune

A Composable Build System for OCaml

Main Workflow Release License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (3)

  1. base-threads
  2. base-unix
  3. ocaml >= "4.08"

Dev Dependencies (17)

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

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

Conflicts (7)

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