package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

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

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

Conflicts (7)

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