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