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