package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.22.2.tbz
sha256=c2ccf8bc6b17afa47c450297357496303aa7c8680e329b79d98c68e35013a118
sha512=26d3df56a509c6e8937a9333944303bdd8800a41e1b869c3adfb76d1e1fe615b6ec41491d596bd5982e338dcf70b97c18f963f37bfbf2bd581cbd356f3d5f4e5

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: 14 Apr 2026

README

Dune

A Composable Build System for OCaml

Main Workflow Release 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 (3)

  1. base-threads
  2. base-unix
  3. ocaml >= "4.08"

Dev Dependencies (17)

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

Conflicts (7)

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