package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

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

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