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-str
  1502. melange-testing-library
  1503. melange-webapi
  1504. meldep
  1505. mem_usage
  1506. memcad
  1507. memfd
  1508. memgraph
  1509. memgraph_kitty
  1510. memo
  1511. memprof-limits
  1512. memtrace
  1513. memtrace-mirage
  1514. memtrace_viewer
  1515. menhir >= "20200123"
  1516. menhirCST
  1517. menhirGLR
  1518. menhirLib
  1519. menhirSdk
  1520. merge-fmt
  1521. merlin
  1522. merlin-extend
  1523. merlin-lib
  1524. mesh >= "0.9.5"
  1525. mesh-easymesh >= "0.9.5"
  1526. mesh-graphics >= "0.9.5"
  1527. mesh-triangle >= "0.9.5"
  1528. metadata
  1529. metadb
  1530. metapp
  1531. metaquot
  1532. metrics
  1533. metrics-influx
  1534. metrics-lwt
  1535. metrics-rusage
  1536. metrics-unix
  1537. mew
  1538. mew_vi
  1539. mhttp
  1540. mhttp-client
  1541. mhttp-server
  1542. middleware
  1543. mimic
  1544. mimic-happy-eyeballs
  1545. mindstorm >= "0.8"
  1546. mindstorm-lwt
  1547. minicaml
  1548. minicli >= "5.0.2"
  1549. minisat >= "0.3"
  1550. minttea
  1551. miou
  1552. mirage >= "4.0.0"
  1553. mirage-block
  1554. mirage-block-ccm
  1555. mirage-block-combinators
  1556. mirage-block-lwt
  1557. mirage-block-partition
  1558. mirage-block-ramdisk
  1559. mirage-block-solo5
  1560. mirage-block-unikraft
  1561. mirage-block-unix
  1562. mirage-block-xen
  1563. mirage-bootvar
  1564. mirage-channel >= "3.2.0"
  1565. mirage-channel-lwt
  1566. mirage-clock
  1567. mirage-clock-lwt
  1568. mirage-clock-unix
  1569. mirage-conduit
  1570. mirage-console
  1571. mirage-console-lwt
  1572. mirage-crypto
  1573. mirage-crypto-ec
  1574. mirage-crypto-pk
  1575. mirage-crypto-rng
  1576. mirage-crypto-rng-async
  1577. mirage-crypto-rng-eio
  1578. mirage-crypto-rng-lwt
  1579. mirage-crypto-rng-miou-unix
  1580. mirage-crypto-rng-mirage
  1581. mirage-crypto-rng-mkernel
  1582. mirage-device
  1583. mirage-dns
  1584. mirage-flow
  1585. mirage-flow-combinators
  1586. mirage-flow-lwt
  1587. mirage-flow-unix
  1588. mirage-fs
  1589. mirage-fs-lwt
  1590. mirage-kv >= "2.0.0"
  1591. mirage-kv-lwt >= "2.0.0"
  1592. mirage-kv-mem
  1593. mirage-kv-unix
  1594. mirage-logs
  1595. mirage-monitoring
  1596. mirage-mtime
  1597. mirage-nat
  1598. mirage-net
  1599. mirage-net-lwt
  1600. mirage-net-macosx >= "1.6.0"
  1601. mirage-net-solo5
  1602. mirage-net-unikraft
  1603. mirage-net-unix
  1604. mirage-net-xen
  1605. mirage-profile
  1606. mirage-protocols
  1607. mirage-protocols-lwt
  1608. mirage-ptime
  1609. mirage-qubes
  1610. mirage-qubes-ipv4
  1611. mirage-random
  1612. mirage-runtime
  1613. mirage-sleep
  1614. mirage-solo5
  1615. mirage-stack
  1616. mirage-stack-lwt
  1617. mirage-time
  1618. mirage-time-lwt
  1619. mirage-time-unix
  1620. mirage-types >= "3.6.0"
  1621. mirage-types-lwt >= "3.6.0"
  1622. mirage-unikraft
  1623. mirage-unix
  1624. mirage-vnetif
  1625. mirage-xen
  1626. mjson
  1627. mkaudio >= "1.1.0"
  1628. mkernel
  1629. mkocaml
  1630. mlbdd >= "0.7.2"
  1631. mlfenv
  1632. mlmpfr >= "4.0.2+dune"
  1633. mlpost
  1634. mlpost-lablgtk
  1635. mlt_parser
  1636. mlx
  1637. mm >= "0.7.0"
  1638. mmap
  1639. mmdb
  1640. mmo
  1641. mnd
  1642. mnet
  1643. mnet-cli
  1644. mnet-dns
  1645. mnet-happy-eyeballs
  1646. mnet-tls
  1647. mock >= "0.1.1"
  1648. mock-ounit >= "0.1.1"
  1649. module-graph
  1650. molenc >= "5.0.0"
  1651. monaco_jsoo
  1652. monolith
  1653. monomorphic >= "2.0"
  1654. monorobot
  1655. moonpool
  1656. moonpool-io
  1657. moonpool-lwt
  1658. mopsa
  1659. morbig >= "0.10.3"
  1660. morsmall
  1661. moss >= "0.1.1"
  1662. mparser >= "1.3"
  1663. mparser-pcre
  1664. mparser-re
  1665. mperf
  1666. mpg123
  1667. mpp >= "0.3.4"
  1668. mpris
  1669. mpris-clients
  1670. mqtt
  1671. mrmime
  1672. msat >= "0.8"
  1673. msat-bin
  1674. mset
  1675. msgpck >= "1.5"
  1676. msgpck-repr
  1677. mssql
  1678. mugen
  1679. mula
  1680. multibase
  1681. multicodec
  1682. multicont >= "1.0.1"
  1683. multicore-bench
  1684. multicore-magic
  1685. multicore-magic-dscheck
  1686. multihash
  1687. multihash-digestif
  1688. multipart-form-data >= "0.3.0"
  1689. multipart_form
  1690. multipart_form-cohttp-lwt
  1691. multipart_form-eio
  1692. multipart_form-lwt
  1693. multipart_form-miou
  1694. murmur3 >= "0.3"
  1695. mustache >= "3.1.0"
  1696. mustache-cli
  1697. mutaml
  1698. mutf8
  1699. mwt
  1700. mybuild >= "7"
  1701. mysql8
  1702. mysql_protocol
  1703. n_ary
  1704. naboris
  1705. nacc
  1706. nanoev
  1707. nanoev-picos
  1708. nanoev-posix
  1709. nanoev_tiny_httpd
  1710. nanoid
  1711. nanosvg
  1712. nanosvg_text
  1713. nbd >= "4.0.3"
  1714. nbd-tool
  1715. nbd-unix
  1716. neo4j_bolt
  1717. netkat
  1718. netlink >= "0.3.4"
  1719. netsnmp
  1720. neural_nets_lib < "0.6.0"
  1721. nice_parser
  1722. ninja_utils
  1723. niru
  1724. nloge
  1725. nlopt
  1726. nmea
  1727. noCanren >= "0.3.0~alpha1"
  1728. nocoiner
  1729. node_of_ocaml
  1730. noise
  1731. nomad
  1732. non_empty_list
  1733. nottui
  1734. nottui-lwt
  1735. nottui-pretty
  1736. nottui-unix
  1737. notty >= "0.2.3"
  1738. notty-community
  1739. notty_async >= "v0.12.0"
  1740. np
  1741. npy >= "0.0.9"
  1742. nsq
  1743. numeric_string
  1744. nuscr
  1745. OCADml
  1746. OCanren
  1747. OCanren-ppx
  1748. OSCADml
  1749. obatcher
  1750. obeam
  1751. obelisk >= "0.5.0"
  1752. obuilder
  1753. obuilder-spec
  1754. obus >= "1.2.0"
  1755. ocal >= "0.2.2"
  1756. ocaml-canvas
  1757. ocaml-compiler-libs >= "v0.12.0"
  1758. ocaml-embed-file
  1759. ocaml-in-python
  1760. ocaml-index
  1761. ocaml-lsp-server
  1762. ocaml-lua
  1763. ocaml-migrate-parsetree
  1764. ocaml-migrate-parsetree-ocamlbuild
  1765. ocaml-monadic >= "0.4.1"
  1766. ocaml-print-intf
  1767. ocaml-probes
  1768. ocaml-protoc >= "2.0.1"
  1769. ocaml-protoc-plugin
  1770. ocaml-r >= "0.1.1"
  1771. ocaml-sat-solvers >= "0.8"
  1772. ocaml-syntax-shims
  1773. ocaml-systemd >= "1.3"
  1774. ocaml-top >= "1.2.0"
  1775. ocaml-vdom < "transition"
  1776. ocaml-version >= "3.5.0"
  1777. ocaml-yescrypt
  1778. ocaml_db_model
  1779. ocaml_intrinsics
  1780. ocaml_intrinsics_kernel
  1781. ocaml_openapi_generator
  1782. ocaml_pgsql_model
  1783. ocaml_plugin
  1784. ocamlapi
  1785. ocamlapi_async
  1786. ocamlapi_lwt_unix
  1787. ocamlapi_ppx
  1788. ocamlc-loc < "3.19.0"
  1789. ocamlcodoc
  1790. ocamldiff >= "1.2"
  1791. ocamlformat >= "0.24.1"
  1792. ocamlformat-lib
  1793. ocamlformat-mlx
  1794. ocamlformat-mlx-lib
  1795. ocamlformat-rpc < "removed"
  1796. ocamlformat-rpc-lib
  1797. ocamlfuse
  1798. ocamlgraph >= "2.0.0"
  1799. ocamlgraph_gtk
  1800. ocamlify >= "0.1.0"
  1801. ocamline
  1802. ocamlmerlin-mlx
  1803. ocamlmig
  1804. ocamlmod >= "0.1.1"
  1805. ocamlog
  1806. ocamlregextkit
  1807. ocannl_npy
  1808. ocb
  1809. ocf >= "0.8.0" & < "1.0.0"
  1810. ocf_ppx < "1.0.0"
  1811. ockt
  1812. ocluster != "0.2"
  1813. ocluster-api
  1814. ocluster-worker
  1815. ocolor
  1816. ocp-browser >= "1.1.9"
  1817. ocp-indent >= "1.7.0" & < "1.9.0"
  1818. ocp-indent-nlfork
  1819. ocp-index >= "1.1.9"
  1820. ocp-search
  1821. ocp_reveal
  1822. ocplib-endian >= "1.1"
  1823. ocplib-json-typed-browser
  1824. ocplib-json-typed-bson
  1825. ocplib-simplex >= "0.5"
  1826. ocplib_stuff >= "0.4.0"
  1827. ocsigen-i18n >= "4.0.0"
  1828. ocsigen-ppx-rpc
  1829. ocsigenserver >= "4.0.1" & < "7.0.0"
  1830. ocsipersist
  1831. ocsipersist-dbm
  1832. ocsipersist-dbm-config
  1833. ocsipersist-lib
  1834. ocsipersist-pgsql
  1835. ocsipersist-pgsql-config
  1836. ocsipersist-sqlite
  1837. ocsipersist-sqlite-config
  1838. octavius >= "1.2.2"
  1839. ocue
  1840. odash
  1841. odate
  1842. odds >= "1.1"
  1843. odep
  1844. odepack >= "0.6.9"
  1845. odnnr
  1846. odoc < "3.1.0"
  1847. odoc-driver < "3.1.0"
  1848. odoc-md < "3.1.0"
  1849. odoc-parser < "3.1.0"
  1850. oepub
  1851. of_json
  1852. offheap
  1853. oframl
  1854. ogg >= "1.0.0"
  1855. ohex
  1856. oidc
  1857. ojo
  1858. ojs
  1859. ojs_base
  1860. ojs_base_all
  1861. ojs_base_ppx
  1862. ojs_ed
  1863. ojs_filetree
  1864. ojs_list
  1865. oktree
  1866. olinq >= "0.3"
  1867. oma
  1868. omd >= "1.3.2"
  1869. ometrics
  1870. omg
  1871. omigrate
  1872. omlr >= "1.0.3"
  1873. omtl
  1874. oneffs
  1875. oniguruma
  1876. ooh
  1877. opam-0install
  1878. opam-0install-cudf
  1879. opam-bin >= "1.0.0"
  1880. opam-build
  1881. opam-check-npm-deps
  1882. opam-ci-check-lint
  1883. opam-client >= "2.0.2"
  1884. opam-compiler
  1885. opam-core >= "2.0.2"
  1886. opam-custom-install
  1887. opam-devel >= "2.0.2"
  1888. opam-dune-lint
  1889. opam-ed >= "0.4"
  1890. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1891. opam-format >= "2.0.2"
  1892. opam-graph
  1893. opam-grep >= "0.2.0"
  1894. opam-installer >= "2.0.2"
  1895. opam-monorepo
  1896. opam-package-upgrade >= "0.2"
  1897. opam-publish >= "2.0.2"
  1898. opam-repository >= "2.0.2"
  1899. opam-solver >= "2.0.2"
  1900. opam-spin
  1901. opam-state >= "2.0.2"
  1902. opam-test
  1903. opam_bin_lib != "0.9.5"
  1904. opasswd
  1905. opatch
  1906. opazl
  1907. openai
  1908. openai-gym
  1909. openapi
  1910. openapi-opium
  1911. openapi_router
  1912. openbsd
  1913. opencage
  1914. opencc0
  1915. opencc1
  1916. opencc1_1
  1917. openQASM
  1918. openstellina
  1919. opentelemetry
  1920. opentelemetry-client-cohttp-eio
  1921. opentelemetry-client-cohttp-lwt
  1922. opentelemetry-client-ocurl
  1923. opentelemetry-cohttp-lwt
  1924. opentelemetry-logs
  1925. opentelemetry-lwt
  1926. opine
  1927. opium
  1928. opium-graphql
  1929. opium-testing
  1930. opium_kernel >= "0.17.0"
  1931. oplot
  1932. oplsr
  1933. opomodoro
  1934. opsian
  1935. optal
  1936. opti
  1937. optimization1d >= "0.6.1"
  1938. optiml-transport
  1939. optint
  1940. opus
  1941. oq
  1942. oraft
  1943. oranger >= "2.0.1"
  1944. orb
  1945. order-i3-xfce
  1946. ordering < "3.19.0"
  1947. ordinal
  1948. ordinal_abbreviation
  1949. ordma >= "0.0.5"
  1950. orec >= "1.0.1"
  1951. orewa
  1952. orf
  1953. orgeat
  1954. orpie
  1955. orrandomForest
  1956. orsvm_e1071 >= "4.0.0"
  1957. ortac-core
  1958. ortac-dune
  1959. ortac-qcheck-stm
  1960. ortac-runtime
  1961. ortac-runtime-qcheck-stm
  1962. ortac-wrapper
  1963. orthologic-coq
  1964. orxgboost >= "1.1.0"
  1965. osc >= "0.2.0"
  1966. osc-lwt
  1967. osc-unix
  1968. osdp >= "1.1.1"
  1969. oseq >= "0.2"
  1970. osh
  1971. oskel
  1972. osnap
  1973. ostap >= "0.6"
  1974. osx-secure-transport
  1975. otaglibc
  1976. otf
  1977. otoggl
  1978. otoml
  1979. otr
  1980. ounit = "2.1.2"
  1981. ounit-lwt < "2.2.0"
  1982. ounit2
  1983. ounit2-lwt
  1984. override
  1985. owee
  1986. owi
  1987. owl >= "0.4.0"
  1988. owl-base >= "0.4.0"
  1989. owl-jupyter
  1990. owl-ode
  1991. owl-ode-base
  1992. owl-ode-odepack
  1993. owl-ode-sundials
  1994. owl-opt
  1995. owl-opt-lbfgs
  1996. owl-plplot
  1997. owl-symbolic
  1998. owl-top >= "0.4.0"
  1999. owl-zoo >= "0.4.0"
  2000. owork
  2001. ozulip
  2002. p4pp
  2003. p5scm
  2004. packstream
  2005. pacomb
  2006. paf
  2007. paf-cohttp
  2008. pageantty
  2009. pam
  2010. pancake
  2011. pandoc
  2012. pandoc-abbreviations
  2013. pandoc-comment
  2014. pandoc-crossref
  2015. pandoc-include
  2016. pandoc-inspect
  2017. pandoc-pdf2png
  2018. pandoc-replace
  2019. papi >= "0.1.1"
  2020. par_incr
  2021. parany >= "9.0.0"
  2022. pardi >= "2.0.2"
  2023. pari
  2024. pari-bindings
  2025. parmap >= "1.1.1"
  2026. parsexp >= "v0.12.0"
  2027. parsexp_io
  2028. parsite
  2029. parsley
  2030. passage
  2031. patch
  2032. patdiff >= "v0.12.1"
  2033. path_glob
  2034. patience_diff
  2035. patricia-tree
  2036. pattern
  2037. pb
  2038. pb-plugin
  2039. pbkdf
  2040. pbrt
  2041. pbrt_services
  2042. pbrt_yojson
  2043. pcap-format >= "0.5.2"
  2044. pcrc
  2045. pcre >= "7.3.5"
  2046. pcre2
  2047. pds-reachability >= "0.2.2"
  2048. pecu >= "0.2"
  2049. petr4
  2050. petrol
  2051. pf-qubes
  2052. pg_query
  2053. pgocaml >= "4.0"
  2054. pgocaml_ppx
  2055. pgx >= "1.0"
  2056. pgx_async >= "1.0"
  2057. pgx_lwt >= "1.0"
  2058. pgx_lwt_mirage
  2059. pgx_lwt_unix
  2060. pgx_unix >= "1.0"
  2061. pgx_value_core
  2062. pgx_value_ptime
  2063. phantom-algebra >= "1.0.1"
  2064. phonetic
  2065. phylogenetics
  2066. piaf
  2067. picasso
  2068. picos
  2069. picos_aux
  2070. picos_io
  2071. picos_io_cohttp
  2072. picos_lwt
  2073. picos_meta
  2074. picos_mux
  2075. picos_std
  2076. piece_rope
  2077. piqi >= "0.7.8"
  2078. piqilib >= "0.6.16"
  2079. pixel_pusher
  2080. pkcs11 >= "0.18.0"
  2081. pkcs11-cli
  2082. pkcs11-driver
  2083. pkcs11-rev
  2084. pla >= "1.3"
  2085. plateau
  2086. plato
  2087. plebeia
  2088. plist-xml
  2089. plist-xml-lwt
  2090. plotkicadsch
  2091. plotly
  2092. plplot >= "5.11.0-1"
  2093. polars
  2094. polars_async
  2095. polka
  2096. poll
  2097. polling_state_rpc
  2098. polly
  2099. polymarket
  2100. polynomial
  2101. pomap
  2102. popper
  2103. portaudio >= "0.2.2"
  2104. portaudio_c_bindings
  2105. posix-base < "4.0.1"
  2106. posix-bindings < "4.0.1"
  2107. posix-getopt >= "2.0.0" & < "4.0.1"
  2108. posix-math2 < "4.0.1"
  2109. posix-signal < "4.0.1"
  2110. posix-socket < "4.0.1"
  2111. posix-socket-unix < "4.0.1"
  2112. posix-time2 < "4.0.1"
  2113. posix-types >= "2.0.0" & < "4.0.1"
  2114. posix-uname < "4.0.1"
  2115. posixat
  2116. postgres_async
  2117. postgresql >= "4.4.1"
  2118. pp
  2119. pp-binary-ints
  2120. pp_loc
  2121. pplumbing
  2122. pplumbing-err
  2123. pplumbing-log
  2124. pplumbing-log-cli
  2125. pplumbing-pp-tty
  2126. pprint >= "20200226"
  2127. ppx-owl-opt
  2128. ppx_accessor
  2129. ppx_assert
  2130. ppx_bap
  2131. ppx_base
  2132. ppx_bench
  2133. ppx_bin_prot
  2134. ppx_bitstring < "5.0.2"
  2135. ppx_blob >= "0.6.0"
  2136. ppx_camlrack
  2137. ppx_catch
  2138. ppx_cold
  2139. ppx_compare
  2140. ppx_compose >= "0.1.0"
  2141. ppx_const >= "2.0"
  2142. ppx_conv_func
  2143. ppx_counters
  2144. ppx_css
  2145. ppx_cstruct
  2146. ppx_cstubs
  2147. ppx_csv_conv
  2148. ppx_custom_printf
  2149. ppx_decimal
  2150. ppx_default
  2151. ppx_defer >= "0.4.0"
  2152. ppx_demo
  2153. ppx_derive_at_runtime
  2154. ppx_derivers >= "1.2.1"
  2155. ppx_deriving >= "4.5-1"
  2156. ppx_deriving_cad
  2157. ppx_deriving_cmdliner >= "0.5.1"
  2158. ppx_deriving_decoders
  2159. ppx_deriving_encoding
  2160. ppx_deriving_ezjsonm
  2161. ppx_deriving_hardcaml
  2162. ppx_deriving_hash
  2163. ppx_deriving_json_schema
  2164. ppx_deriving_jsonschema
  2165. ppx_deriving_jsont
  2166. ppx_deriving_jsoo
  2167. ppx_deriving_madcast >= "0.2"
  2168. ppx_deriving_popper
  2169. ppx_deriving_protobuf
  2170. ppx_deriving_qcheck
  2171. ppx_deriving_rpc
  2172. ppx_deriving_scad
  2173. ppx_deriving_variant_string
  2174. ppx_deriving_yaml
  2175. ppx_deriving_yojson
  2176. ppx_diff
  2177. ppx_disable_unused_warnings
  2178. ppx_distr_guards >= "0.2"
  2179. ppx_dream_eml
  2180. ppx_embed_file
  2181. ppx_enumerate
  2182. ppx_expect
  2183. ppx_expect_nobase
  2184. ppx_factory
  2185. ppx_fail
  2186. ppx_fields_conv
  2187. ppx_fixed_literal
  2188. ppx_format
  2189. ppx_fun
  2190. ppx_gen_rec >= "1.1.0"
  2191. ppx_getenv >= "2.0"
  2192. ppx_globalize
  2193. ppx_hardcaml
  2194. ppx_hash
  2195. ppx_here
  2196. ppx_ignore_instrumentation
  2197. ppx_import
  2198. ppx_inline_alcotest
  2199. ppx_inline_test
  2200. ppx_inline_test_nobase
  2201. ppx_interact
  2202. ppx_irmin
  2203. ppx_jane
  2204. ppx_js_style
  2205. ppx_jsobject_conv
  2206. ppx_jsonaf_conv
  2207. ppx_let
  2208. ppx_log
  2209. ppx_lun
  2210. ppx_make
  2211. ppx_map
  2212. ppx_marshal
  2213. ppx_marshal_ext
  2214. ppx_matches
  2215. ppx_meta_conv
  2216. ppx_mica
  2217. ppx_mikmatch
  2218. ppx_minidebug
  2219. ppx_module_timer
  2220. ppx_monad
  2221. ppx_monoid >= "0.3.2"
  2222. ppx_mysql
  2223. ppx_mysql_identity
  2224. ppx_open
  2225. ppx_optcomp
  2226. ppx_optint
  2227. ppx_optional
  2228. ppx_parser
  2229. ppx_partial
  2230. ppx_pattern_bind
  2231. ppx_pbt
  2232. ppx_pipebang >= "v0.12.0"
  2233. ppx_protocol_conv
  2234. ppx_protocol_conv_json
  2235. ppx_protocol_conv_jsonm
  2236. ppx_protocol_conv_msgpack
  2237. ppx_protocol_conv_xml_light
  2238. ppx_protocol_conv_xmlm
  2239. ppx_protocol_conv_yaml
  2240. ppx_pyformat
  2241. ppx_python
  2242. ppx_quick_test
  2243. ppx_rapper
  2244. ppx_rapper_async
  2245. ppx_rapper_lwt
  2246. ppx_regexp >= "0.4.0"
  2247. ppx_repr
  2248. ppx_seq
  2249. ppx_sexp_conv
  2250. ppx_sexp_message
  2251. ppx_sexp_value
  2252. ppx_show
  2253. ppx_stable
  2254. ppx_stable_witness
  2255. ppx_string
  2256. ppx_string_conv
  2257. ppx_string_interpolation
  2258. ppx_subliner
  2259. ppx_system
  2260. ppx_test
  2261. ppx_there
  2262. ppx_tools >= "6.0+4.08.0"
  2263. ppx_tools_versioned
  2264. ppx_trace
  2265. ppx_ts
  2266. ppx_tydi
  2267. ppx_type_directed_value
  2268. ppx_typed_fields
  2269. ppx_typerep_conv
  2270. ppx_tyre
  2271. ppx_units
  2272. ppx_unreachable
  2273. ppx_update
  2274. ppx_variants_conv
  2275. ppx_viewpattern
  2276. ppx_wideopen
  2277. ppx_xml_conv
  2278. ppx_yojson
  2279. ppx_yojson_conv
  2280. ppx_yojson_conv_lib
  2281. ppxfind >= "1.3"
  2282. ppxlib
  2283. ppxlib-tools
  2284. ppxlib_jane
  2285. ppxx
  2286. pratter
  2287. prbnmcn-basic-structures
  2288. prbnmcn-cgrph
  2289. prbnmcn-clustering
  2290. prbnmcn-dagger
  2291. prbnmcn-dagger-gsl
  2292. prbnmcn-dagger-stats
  2293. prbnmcn-dagger-test
  2294. prbnmcn-gnuplot
  2295. prbnmcn-linalg
  2296. prbnmcn-mcts
  2297. prbnmcn-proptest
  2298. prbnmcn-stats
  2299. prbnmcn-ucb1
  2300. prc
  2301. preface
  2302. prelude
  2303. pretty_expressive
  2304. prettym
  2305. print-table
  2306. printbox >= "0.3"
  2307. printbox-ext-plot
  2308. printbox-html
  2309. printbox-md
  2310. printbox-text >= "0.6.1"
  2311. proc-smaps
  2312. process_limits
  2313. processor
  2314. producer
  2315. prof_spacetime
  2316. profiling
  2317. profunctor
  2318. progress < "0.5.0"
  2319. prolect
  2320. prom
  2321. prometheus >= "0.6"
  2322. prometheus-app >= "0.6"
  2323. prometheus-liquidsoap >= "2"
  2324. promise
  2325. promise_jsoo
  2326. promise_jsoo_lwt
  2327. protocell
  2328. protocol-9p >= "1.0.0"
  2329. protocol-9p-tool >= "1.0.0"
  2330. protocol-9p-unix >= "1.0.0"
  2331. protocol_version_header
  2332. provider
  2333. prr
  2334. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2335. psq >= "0.1.1"
  2336. ptmap >= "2.0.5"
  2337. ptset
  2338. pulseaudio >= "0.1.4"
  2339. pure-html
  2340. pure-splitmix >= "0.3"
  2341. purl
  2342. pvec
  2343. pxshot
  2344. py >= "1.1"
  2345. pyast
  2346. pyml >= "20210924"
  2347. pyml_bindgen >= "0.3.0"
  2348. pyre-ast
  2349. pythonlib
  2350. qbf >= "0.3"
  2351. qcaml
  2352. qcheck >= "0.13"
  2353. qcheck-alcotest
  2354. qcheck-core
  2355. qcheck-lin < "0.10"
  2356. qcheck-multicoretests-util < "0.10"
  2357. qcheck-ounit
  2358. qcheck-stm < "0.10"
  2359. qdrant
  2360. qinap
  2361. qiskit
  2362. qmp >= "0.19.0"
  2363. qrencode
  2364. qtest >= "2.10.1"
  2365. queenshead
  2366. query-json
  2367. quests
  2368. quick_print
  2369. quickjs
  2370. radamsa
  2371. radare2 >= "0.0.3"
  2372. randii
  2373. random
  2374. randomconv
  2375. randoml
  2376. range >= "0.8"
  2377. rangeSet
  2378. rankers
  2379. rawlink
  2380. rawlink-eio
  2381. rawlink-lwt
  2382. raygui < "1.5.1"
  2383. raylib < "1.5.1"
  2384. rdbg >= "1.196.12"
  2385. rdf >= "0.13.0" & < "1.1.0"
  2386. rdf_impls < "1.1.0"
  2387. rdf_json_ld < "1.1.0"
  2388. rdf_lwt < "1.1.0"
  2389. rdf_mysql < "1.1.0"
  2390. rdf_postgresql < "1.1.0"
  2391. rdf_ppx < "1.1.0"
  2392. re >= "1.9.0"
  2393. re2 >= "v0.12.1"
  2394. re2_stable
  2395. re_parser
  2396. rea
  2397. react-rules-of-hooks-ppx
  2398. reactiveData >= "0.2.4"
  2399. reactjs-jsx-ppx
  2400. readline
  2401. reanalyze
  2402. reason < "3.17.2"
  2403. reason-react
  2404. reason-react-ppx
  2405. reason-standard
  2406. received
  2407. record_builder
  2408. records >= "1.0.0"
  2409. red-black-tree
  2410. reddit_api_async
  2411. reddit_api_kernel
  2412. redirect
  2413. redis >= "0.4"
  2414. redis-async
  2415. redis-lwt >= "0.4"
  2416. redis-sync >= "0.4"
  2417. reed-solomon-erasure >= "1.0.2"
  2418. reedsolomon
  2419. refl
  2420. regenerate
  2421. regex_parser_intf
  2422. regrade
  2423. relude
  2424. remu_ts
  2425. reparse
  2426. reparse-lwt
  2427. reparse-lwt-unix
  2428. reparse-unix
  2429. repr
  2430. repr-bench
  2431. repr-fuzz
  2432. res >= "5.0.1"
  2433. res_tailwindcss
  2434. rescript-syntax
  2435. reshowcase
  2436. resource-pooling >= "1.1"
  2437. resource_cache
  2438. resp
  2439. resp-client
  2440. resp-mirage
  2441. resp-server >= "0.9"
  2442. resp-unix
  2443. resto
  2444. resto-acl
  2445. resto-cohttp
  2446. resto-cohttp-client
  2447. resto-cohttp-self-serving-client
  2448. resto-cohttp-server
  2449. resto-directory
  2450. resto-json
  2451. restricted
  2452. result
  2453. rfc1951 >= "0.8.1" & != "1.0.0"
  2454. rfc6287 >= "1.0.4"
  2455. rfc7748
  2456. rfsm >= "1.6-alpha-3"
  2457. rhythm
  2458. ringo
  2459. ringo-lwt
  2460. rio
  2461. riot
  2462. river
  2463. rock
  2464. rocq-core
  2465. rocq-devtools
  2466. rocq-runtime
  2467. rocqide
  2468. roman
  2469. root1d >= "0.5.1"
  2470. rope >= "0.6.2"
  2471. rosa
  2472. rosetta >= "0.2.0"
  2473. routes
  2474. rowex
  2475. rpc
  2476. rpc_parallel
  2477. rpclib
  2478. rpclib-async
  2479. rpclib-html
  2480. rpclib-js
  2481. rpclib-lwt
  2482. rpmfile
  2483. rpmfile-cli
  2484. rpmfile-eio
  2485. rpmfile-unix
  2486. rsdd
  2487. rss
  2488. rtop < "3.17.2"
  2489. rtree
  2490. rungen
  2491. runtime_events_tools
  2492. runtime_events_tools_bare
  2493. rusage
  2494. rust-staticlib-gen
  2495. rust-staticlib-virtual
  2496. SZXX
  2497. safemoney
  2498. safepass >= "3.1"
  2499. sail >= "0.15"
  2500. sail_c_backend
  2501. sail_coq_backend
  2502. sail_doc_backend
  2503. sail_latex_backend
  2504. sail_lean_backend
  2505. sail_lem_backend
  2506. sail_maker
  2507. sail_manifest
  2508. sail_ocaml_backend
  2509. sail_output
  2510. sail_smt_backend
  2511. sail_sv_backend
  2512. salsa20 >= "1.0.0"
  2513. salsa20-core >= "1.0.0"
  2514. salto-analyzer < "0.2"
  2515. saltoIL < "0.2.1"
  2516. samplerate >= "0.1.6"
  2517. sanddb >= "0.2"
  2518. sarek
  2519. sarif
  2520. satex
  2521. saturn
  2522. saturn_lockfree
  2523. satyrographos
  2524. savvy
  2525. scad_ml
  2526. scfg
  2527. scgi
  2528. scipy
  2529. scrypt-kdf
  2530. sd_logic
  2531. sdl-liquidsoap >= "3"
  2532. search
  2533. searchTree
  2534. secp256k1 >= "0.4.1"
  2535. secp256k1-internal
  2536. sedlex >= "2.0"
  2537. sek
  2538. sel
  2539. semantic_version
  2540. semaphore-compat
  2541. semv
  2542. semver >= "0.2.1"
  2543. semver2
  2544. sendmail
  2545. sendmail-lwt
  2546. sendmail-miou-unix
  2547. sendmail-mirage
  2548. sentry
  2549. seq < "base"
  2550. seqes
  2551. sequencer_table
  2552. serde
  2553. serde_debug
  2554. serde_derive
  2555. serde_json
  2556. serde_sexpr
  2557. serde_xml
  2558. serial
  2559. server-reason-react
  2560. session >= "0.4.1"
  2561. session-cohttp >= "0.4.1"
  2562. session-cohttp-async >= "0.4.1"
  2563. session-cohttp-lwt >= "0.4.1"
  2564. session-cookie
  2565. session-cookie-async
  2566. session-cookie-lwt
  2567. session-postgresql >= "0.4.1"
  2568. session-postgresql-async
  2569. session-postgresql-lwt
  2570. session-redis-lwt >= "0.4.1"
  2571. session-webmachine >= "0.4.1"
  2572. setcore >= "1.0.2"
  2573. sexp
  2574. sexp_decode
  2575. sexp_diff
  2576. sexp_diff_kernel
  2577. sexp_grammar
  2578. sexp_macro
  2579. sexp_pretty
  2580. sexp_select
  2581. sexp_string_quickcheck
  2582. sexplib >= "v0.12.0"
  2583. sexplib0 >= "v0.12.0"
  2584. sexps-rewriter
  2585. sgf >= "1.0.1"
  2586. sha >= "1.13"
  2587. shades
  2588. shakuhachi
  2589. shapefile
  2590. shared-block-ring
  2591. shared-memory-ring
  2592. shared-memory-ring-lwt
  2593. shared-secret >= "0.4"
  2594. shell
  2595. sherlodoc < "3.1.0"
  2596. shexp
  2597. shine >= "0.2.2"
  2598. shuttle
  2599. shuttle_http
  2600. shuttle_ssl
  2601. shuttle_websocket
  2602. sifun
  2603. signal
  2604. sihl
  2605. sihl-cache
  2606. sihl-contract
  2607. sihl-core
  2608. sihl-email
  2609. sihl-facade
  2610. sihl-persistence
  2611. sihl-queue
  2612. sihl-session
  2613. sihl-storage
  2614. sihl-token
  2615. sihl-type
  2616. sihl-user
  2617. sihl-web
  2618. simlog
  2619. simple63
  2620. simple_httpd
  2621. simple_httpd_caqti
  2622. sitemap
  2623. sklearn
  2624. slack
  2625. slacko
  2626. slice
  2627. slipshow
  2628. slug
  2629. smart-print >= "0.3.0"
  2630. smaws-clients
  2631. smaws-lib
  2632. smbc
  2633. smol
  2634. smol-helpers
  2635. smtlib-utils
  2636. smtml < "0.10.0"
  2637. snappy >= "0.1.2"
  2638. snf_mcp
  2639. so
  2640. sodium-fmt
  2641. solid < "0.5.0"
  2642. solid_server < "0.5.0"
  2643. solid_tools < "0.5.0"
  2644. solidity-alcotest
  2645. solidity-common
  2646. solidity-parser
  2647. solidity-test
  2648. solidity-typechecker
  2649. solo5-elftool
  2650. sortedseq_intersect
  2651. soundtouch >= "0.1.9"
  2652. soupault
  2653. spacetime_lib
  2654. spatial-shell
  2655. spawn < "v0.9.0" | >= "v0.13.0"
  2656. spdx_licenses
  2657. spectrum
  2658. spectrum_capabilities
  2659. spectrum_palette_ppx
  2660. spectrum_palettes
  2661. spectrum_tools
  2662. speed
  2663. speex
  2664. spelll >= "0.4"
  2665. spices
  2666. spin
  2667. splay_tree
  2668. splittable_random
  2669. spoc
  2670. spoc_ppx
  2671. spoke
  2672. spotify-web-api
  2673. spotify_ml
  2674. spotlib >= "4.1.0"
  2675. spurs
  2676. sqids
  2677. sqlgg >= "20200521"
  2678. sqlite3 >= "4.4.1"
  2679. sqlite3_utils
  2680. srt
  2681. ssh-agent >= "0.2.0"
  2682. ssl >= "0.5.6"
  2683. starpath
  2684. starred_ml
  2685. stdcompat >= "19"
  2686. stdint >= "0.6.0"
  2687. stdint-literals
  2688. stdio
  2689. stdlib-diff
  2690. stdlib-random
  2691. stdlib-shims
  2692. stdune < "3.19.0"
  2693. stitch
  2694. stk < "0.5.0"
  2695. stk_iconv < "0.5.0"
  2696. stk_ocf < "0.5.0"
  2697. stk_ppx < "0.5.0"
  2698. stk_rdf < "0.5.0"
  2699. stk_xml < "0.5.0"
  2700. stog >= "0.20.0"
  2701. stog_all
  2702. stog_asy
  2703. stog_dot
  2704. stog_extern
  2705. stog_markdown
  2706. stog_multi_doc
  2707. stog_nocaml
  2708. stog_noexec
  2709. stog_plugins
  2710. stog_rdf
  2711. stog_rel_href
  2712. stog_server
  2713. stog_server_multi
  2714. stog_sitemap
  2715. stog_writing
  2716. stone >= "0.5.2"
  2717. store
  2718. stored_reversed
  2719. stramon-lib
  2720. streamable
  2721. streaming
  2722. string_dict
  2723. stringCodepointSplitter
  2724. stringext >= "1.6.0"
  2725. stringx
  2726. sturgeon >= "0.4.2"
  2727. styled-ppx
  2728. subprocess
  2729. subscriptions-transport-ws
  2730. subtype-refinement >= "0.2"
  2731. sun
  2732. svmwrap
  2733. swagger >= "0.2.0"
  2734. swapfs
  2735. swhid
  2736. swhid_compute
  2737. swhid_core
  2738. swhid_types
  2739. swipl
  2740. syguslib-utils
  2741. symex
  2742. synchronizer
  2743. syncweb
  2744. syndic >= "1.6.0"
  2745. synopsis
  2746. sys-socket
  2747. sys-socket-unix
  2748. syslog >= "2.0.1"
  2749. syslog-message >= "1.0.0"
  2750. syslog-rfc5424 < "0.2"
  2751. systemverilog >= "0.0.2"
  2752. tablecloth-base
  2753. tablecloth-melange
  2754. tablecloth-native < "transition"
  2755. tabr
  2756. taglib >= "0.3.7"
  2757. talaria-bibtex
  2758. tar
  2759. tar-eio
  2760. tar-mirage
  2761. tar-unix
  2762. tcalc
  2763. tcpip
  2764. tdigest
  2765. telemetry
  2766. telltime
  2767. tensorboard
  2768. term-indexing
  2769. term-tools
  2770. terminal < "0.5.0"
  2771. terminal_size >= "0.1.4"
  2772. terminus
  2773. terminus-cohttp
  2774. terminus-hlc
  2775. terml
  2776. testo < "0.3.4"
  2777. testo-diff < "0.3.4"
  2778. testo-lwt < "0.3.4"
  2779. testo-util < "0.3.4"
  2780. testu01
  2781. textmate-language
  2782. textrazor
  2783. textutils
  2784. textutils_kernel
  2785. textwrap >= "0.2.1"
  2786. tezos-base58
  2787. tezos-context-hash
  2788. tezt < "4.3.0"
  2789. tezt-bam
  2790. theora
  2791. thread-local-storage
  2792. thread-table
  2793. thrift
  2794. tidy >= "5-0.2"
  2795. tidy_email
  2796. tidy_email_mailgun
  2797. tidy_email_sendgrid
  2798. tidy_email_smtp
  2799. tilde_f
  2800. time_now
  2801. timed >= "1.1"
  2802. timedesc
  2803. timedesc-json
  2804. timedesc-sexp
  2805. timedesc-tzdb
  2806. timedesc-tzlocal
  2807. timedesc-tzlocal-js
  2808. timere
  2809. timere-parse
  2810. timezone
  2811. timmy
  2812. timmy-jsoo
  2813. timmy-lwt
  2814. timmy-unix
  2815. tiny_httpd
  2816. tiny_httpd_camlzip
  2817. tiny_httpd_eio
  2818. tip-parser >= "0.4"
  2819. tldr
  2820. tls >= "0.12.8"
  2821. tls-async
  2822. tls-eio
  2823. tls-liquidsoap
  2824. tls-lwt
  2825. tls-miou-unix
  2826. tls-mirage
  2827. tm-grammars
  2828. toc
  2829. tofn
  2830. togglelog
  2831. toml
  2832. toml-cconv
  2833. toml_cconv
  2834. toplevel_backend
  2835. toplevel_expect_test
  2836. topojson
  2837. topojsone
  2838. topological_sort
  2839. torch
  2840. tqdm
  2841. trace
  2842. trace-fuchsia
  2843. trace-runtime-events
  2844. trace-tef
  2845. tracing
  2846. tracy-client
  2847. trail
  2848. traits
  2849. trampoline
  2850. transept
  2851. traverse
  2852. travesty != "0.6.1"
  2853. trax >= "0.4.0"
  2854. tree_layout >= "0.2"
  2855. treeprint >= "2.3.0"
  2856. trexio
  2857. trie
  2858. trs
  2859. tsdl-image >= "0.3.0"
  2860. tsdl-mixer
  2861. tsdl-ttf >= "0.3"
  2862. tsort
  2863. tty
  2864. tube >= "4.4.0"
  2865. tuntap
  2866. twirp_cohttp_lwt_unix
  2867. twirp_core
  2868. twirp_ezcurl
  2869. twirp_tiny_httpd
  2870. twostep
  2871. tyabt
  2872. type_eq
  2873. type_id
  2874. typed_list
  2875. typeid
  2876. typerep >= "v0.12.0"
  2877. typeset
  2878. tyre >= "0.5"
  2879. tyxml >= "4.3.0"
  2880. tyxml-jsx
  2881. tyxml-lwd
  2882. tyxml-ppx >= "4.3.0"
  2883. tyxml-syntax
  2884. ubase
  2885. ubpf >= "0.2"
  2886. uecc >= "0.3"
  2887. ufind
  2888. uint >= "2.0.1"
  2889. ulid
  2890. um-abt
  2891. unidecode
  2892. unionFind
  2893. unisim_archisec
  2894. unison >= "2.51.4" & < "2.53.4"
  2895. universal-portal
  2896. universo
  2897. unix-errno >= "0.6.0"
  2898. unstrctrd
  2899. uopt
  2900. uri >= "2.2.1"
  2901. uri-bench
  2902. uri-re
  2903. uri-sexp
  2904. uring
  2905. uring-trace
  2906. uritemplate
  2907. urn
  2908. user-agent-parser
  2909. username_kernel
  2910. uspf
  2911. uspf-lwt
  2912. uspf-mirage
  2913. uspf-unix
  2914. utcp
  2915. utop
  2916. uuuu >= "0.1.1"
  2917. validate
  2918. validator
  2919. variantslib >= "v0.12.0"
  2920. varray
  2921. vcaml
  2922. vcardgen >= "1.2"
  2923. vchan
  2924. vchan-unix
  2925. vchan-xen
  2926. vdom
  2927. vec
  2928. vector
  2929. vector3 >= "1.0.0"
  2930. vendredi
  2931. vercel
  2932. versioned_polling_state_rpc
  2933. vhd-format >= "0.12.0"
  2934. vhd-format-lwt
  2935. vif
  2936. vifu
  2937. virtual_dom
  2938. virtual_dom_toplayer
  2939. visitors >= "20200207"
  2940. vlq >= "0.2.1"
  2941. vlt
  2942. vmnet
  2943. vocal
  2944. volgo
  2945. volgo-base
  2946. volgo-git-backend
  2947. volgo-git-eio
  2948. volgo-git-unix
  2949. volgo-hg-backend
  2950. volgo-hg-eio
  2951. volgo-hg-unix
  2952. volgo-vcs
  2953. voqc
  2954. vorbis
  2955. vpt >= "5.0.0"
  2956. vscoq-language-server < "2.3.3"
  2957. vsrocq-language-server
  2958. vue-jsoo
  2959. vue-ppx
  2960. wall >= "0.4"
  2961. wasm >= "2.0.2"
  2962. wasm_of_ocaml-compiler < "6.1.0"
  2963. wasmer
  2964. wasmtime
  2965. wayland
  2966. waylaunch
  2967. wcwidth
  2968. webauthn
  2969. weberizer >= "0.8"
  2970. webmachine >= "0.6.2"
  2971. websocket >= "2.12"
  2972. websocket-async
  2973. websocket-lwt
  2974. websocket-lwt-unix
  2975. websocketaf
  2976. webtest
  2977. webtest-js
  2978. why3find
  2979. wikitext
  2980. win-error >= "1.0"
  2981. win-eventlog >= "0.3"
  2982. winsvc
  2983. ws
  2984. ws-server
  2985. wseg
  2986. wtf8 >= "1.0.2"
  2987. wtr
  2988. wtr-ppx
  2989. wu-manber-fuzzy-search
  2990. x509
  2991. x86_64-esperanto >= "0.0.6"
  2992. xapi-backtrace
  2993. xapi-inventory
  2994. xapi-rrd
  2995. xapi-stdext-date
  2996. xapi-stdext-encodings
  2997. xapi-stdext-pervasives
  2998. xapi-stdext-std
  2999. xapi-stdext-threads
  3000. xapi-stdext-unix
  3001. xapi-stdext-zerocheck
  3002. xcursor
  3003. xdg < "3.19.0"
  3004. xdg-basedir
  3005. xedbindings
  3006. xen-evtchn
  3007. xen-evtchn-unix
  3008. xen-gnt
  3009. xen-gnt-unix
  3010. xenstore
  3011. xenstore-tool
  3012. xenstore_transport >= "1.1.0"
  3013. xkbcommon
  3014. xlsx2csv
  3015. xmelly
  3016. xml-light >= "2.5"
  3017. xmldiff >= "0.7.0"
  3018. xmldiff_js
  3019. xmlplaylist >= "0.1.5"
  3020. xoshiro
  3021. xtmpl >= "0.19.0" & < "1.1.0"
  3022. xtmpl_js < "1.1.0"
  3023. xtmpl_ppx < "1.1.0"
  3024. yaml >= "1.0.0"
  3025. yaml-sexp
  3026. yara >= "0.2"
  3027. yocaml < "2.6.0"
  3028. yocaml_cmark
  3029. yocaml_cmarkit < "2.6.0"
  3030. yocaml_eio < "2.6.0"
  3031. yocaml_git < "2.6.0"
  3032. yocaml_jingoo < "2.6.0"
  3033. yocaml_markdown < "2.6.0"
  3034. yocaml_mustache < "2.6.0"
  3035. yocaml_omd < "2.6.0"
  3036. yocaml_otoml < "2.6.0"
  3037. yocaml_runtime < "2.6.0"
  3038. yocaml_syndication < "2.6.0"
  3039. yocaml_unix < "2.6.0"
  3040. yocaml_yaml < "2.6.0"
  3041. yojson >= "1.5.0"
  3042. yojson-bench
  3043. yojson-five
  3044. yosqlite
  3045. yultracer
  3046. yurt >= "0.6"
  3047. yuscii >= "0.2.1"
  3048. yuujinchou
  3049. zanuda
  3050. zar
  3051. zarith-ppx
  3052. zarith_stubs_js
  3053. zarr
  3054. zarr-eio
  3055. zarr-lwt
  3056. zarr-sync
  3057. zdd
  3058. zed >= "2.0.6"
  3059. zeit
  3060. zelus
  3061. zelus-gtk
  3062. zipperposition
  3063. zipperposition-tools
  3064. zlib
  3065. zlist >= "0.4.0"
  3066. zmq >= "5.1.0"
  3067. zmq-async >= "5.1.0"
  3068. zmq-eio
  3069. zmq-lwt >= "5.1.0"
  3070. zstandard >= "v0.12.1"
  3071. zstd >= "0.3"
  3072. 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"