package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.21.1.tbz
sha256=84f7a82c6d80a7124f3847e9a489e80cfbeafb7bed3573ac01286ef56fd08d94
sha512=d9fa44e24036d2593adfe59e52e0ad64f3e7e973d23f84af57fc79e38fa210630b0cb55590f314d6ef455333b96a8e0ce188c2720eaae44576222541ba78efb3

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