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. ockt
  1881. ocluster != "0.2"
  1882. ocluster-api
  1883. ocluster-worker
  1884. ocolor
  1885. ocp-browser >= "1.1.9"
  1886. ocp-indent >= "1.7.0"
  1887. ocp-indent-nlfork
  1888. ocp-index >= "1.1.9"
  1889. ocp-search
  1890. ocp_reveal
  1891. ocplib-endian >= "1.1"
  1892. ocplib-json-typed-browser
  1893. ocplib-json-typed-bson
  1894. ocplib-simplex >= "0.5"
  1895. ocplib_stuff >= "0.4.0"
  1896. ocsigen-i18n >= "4.0.0"
  1897. ocsigen-ppx-rpc
  1898. ocsigenserver >= "4.0.1"
  1899. ocsipersist
  1900. ocsipersist-dbm
  1901. ocsipersist-dbm-config
  1902. ocsipersist-lib
  1903. ocsipersist-pgsql
  1904. ocsipersist-pgsql-config
  1905. ocsipersist-sqlite
  1906. ocsipersist-sqlite-config
  1907. octavius >= "1.2.2"
  1908. ocue
  1909. odash
  1910. odate
  1911. odds >= "1.1"
  1912. odep
  1913. odepack >= "0.6.9"
  1914. odnnr
  1915. odoc
  1916. odoc-driver
  1917. odoc-md
  1918. odoc-parser
  1919. oenv
  1920. oepub
  1921. of_json
  1922. offheap
  1923. oframl
  1924. ogg >= "1.0.0"
  1925. oglsl
  1926. ohex
  1927. oidc
  1928. ojo
  1929. ojs
  1930. ojs_base
  1931. ojs_base_all
  1932. ojs_base_ppx
  1933. ojs_ed
  1934. ojs_filetree
  1935. ojs_list
  1936. oktree
  1937. olinq >= "0.3"
  1938. olint
  1939. oma
  1940. omd >= "1.3.2"
  1941. ometrics
  1942. omg
  1943. omigrate
  1944. omlr >= "1.0.3"
  1945. omtl
  1946. oneffs
  1947. oniguruma
  1948. ooh
  1949. opam-0install
  1950. opam-0install-cudf
  1951. opam-bin >= "1.0.0"
  1952. opam-build
  1953. opam-check-npm-deps
  1954. opam-ci-check-lint
  1955. opam-client >= "2.0.2"
  1956. opam-compiler
  1957. opam-core >= "2.0.2"
  1958. opam-custom-install
  1959. opam-devel >= "2.0.2"
  1960. opam-ed >= "0.4"
  1961. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1962. opam-format >= "2.0.2"
  1963. opam-graph
  1964. opam-grep >= "0.2.0"
  1965. opam-installer >= "2.0.2"
  1966. opam-monorepo
  1967. opam-package-upgrade >= "0.2"
  1968. opam-publish >= "2.0.2"
  1969. opam-repomin
  1970. opam-repository >= "2.0.2"
  1971. opam-solver >= "2.0.2"
  1972. opam-spin
  1973. opam-state >= "2.0.2"
  1974. opam-test
  1975. opam_bin_lib != "0.9.5"
  1976. opasswd
  1977. opatch
  1978. opazl
  1979. openai
  1980. openai-gym
  1981. openapi
  1982. openapi-opium
  1983. openapi_router
  1984. openbsd
  1985. opencage
  1986. opencc0
  1987. opencc1
  1988. opencc1_1
  1989. openQASM
  1990. openstellina
  1991. opentelemetry
  1992. opentelemetry-client
  1993. opentelemetry-client-cohttp-eio
  1994. opentelemetry-client-cohttp-lwt
  1995. opentelemetry-client-ocurl
  1996. opentelemetry-client-ocurl-lwt
  1997. opentelemetry-cohttp-lwt
  1998. opentelemetry-logs
  1999. opentelemetry-lwt
  2000. opine
  2001. opium
  2002. opium-graphql
  2003. opium-testing
  2004. opium_kernel >= "0.17.0"
  2005. oplot
  2006. oplsr
  2007. opomodoro
  2008. opsian
  2009. optal
  2010. opti
  2011. optimization1d >= "0.6.1"
  2012. optiml-transport
  2013. optint
  2014. opus
  2015. oq
  2016. oraft
  2017. oranger >= "2.0.1"
  2018. orb
  2019. order-i3-xfce
  2020. ordering
  2021. ordinal
  2022. ordinal_abbreviation
  2023. ordma >= "0.0.5"
  2024. orec >= "1.0.1"
  2025. orewa
  2026. orf
  2027. orgeat
  2028. orpie
  2029. orrandomForest
  2030. orsvm_e1071 >= "4.0.0"
  2031. ortac-core
  2032. ortac-dune
  2033. ortac-qcheck-stm
  2034. ortac-runtime
  2035. ortac-runtime-qcheck-stm
  2036. ortac-wrapper
  2037. orthologic-coq
  2038. ortools
  2039. ortools_solvers
  2040. orxgboost >= "1.1.0"
  2041. osc >= "0.2.0"
  2042. osc-lwt
  2043. osc-unix
  2044. osdp >= "1.1.1"
  2045. oseq >= "0.2"
  2046. osh
  2047. oskel
  2048. osnap
  2049. ostap >= "0.6"
  2050. osx-secure-transport
  2051. otaglibc
  2052. otf
  2053. otoggl
  2054. otoml
  2055. otp
  2056. otr
  2057. oui
  2058. ounit = "2.1.2"
  2059. ounit-lwt < "2.2.0"
  2060. ounit2
  2061. ounit2-lwt
  2062. out-channel-redirect
  2063. override
  2064. owee
  2065. owi
  2066. owl >= "0.4.0"
  2067. owl-base >= "0.4.0"
  2068. owl-jupyter
  2069. owl-ode
  2070. owl-ode-base
  2071. owl-ode-odepack
  2072. owl-ode-sundials
  2073. owl-opt
  2074. owl-opt-lbfgs
  2075. owl-plplot
  2076. owl-symbolic
  2077. owl-top >= "0.4.0"
  2078. owl-zoo >= "0.4.0"
  2079. owork
  2080. ozulip
  2081. p4pp
  2082. p5scm
  2083. packstream
  2084. pacomb
  2085. paf
  2086. paf-cohttp
  2087. pageantty
  2088. pam
  2089. pancake
  2090. pandoc
  2091. pandoc-abbreviations
  2092. pandoc-comment
  2093. pandoc-crossref
  2094. pandoc-include
  2095. pandoc-inspect
  2096. pandoc-pdf2png
  2097. pandoc-replace
  2098. papi >= "0.1.1"
  2099. par_incr
  2100. parany >= "9.0.0"
  2101. pardi >= "2.0.2"
  2102. pari
  2103. pari-bindings
  2104. parmap >= "1.1.1"
  2105. parseff
  2106. parsexp >= "v0.12.0"
  2107. parsexp_io
  2108. parsite
  2109. parsley
  2110. passage
  2111. passe
  2112. patch
  2113. patdiff >= "v0.12.1"
  2114. path_glob
  2115. patience_diff
  2116. patricia-tree
  2117. pattern
  2118. pb
  2119. pb-plugin
  2120. pbkdf
  2121. pbrt
  2122. pbrt_services
  2123. pbrt_yojson
  2124. pcap-format >= "0.5.2"
  2125. pcrc
  2126. pcre >= "7.3.5"
  2127. pcre2
  2128. pds-reachability >= "0.2.2"
  2129. pecu >= "0.2"
  2130. petr4
  2131. petrol
  2132. pf-qubes
  2133. pg_query
  2134. pgn_parser
  2135. pgocaml >= "4.0"
  2136. pgocaml_ppx
  2137. pgsolver >= "4.4"
  2138. pgx >= "1.0"
  2139. pgx_async >= "1.0"
  2140. pgx_lwt >= "1.0"
  2141. pgx_lwt_mirage
  2142. pgx_lwt_unix
  2143. pgx_unix >= "1.0"
  2144. pgx_value_core
  2145. pgx_value_ptime
  2146. phantom-algebra >= "1.0.1"
  2147. phonetic
  2148. phylogenetics
  2149. piaf
  2150. picasso
  2151. picos
  2152. picos_aux
  2153. picos_io
  2154. picos_io_cohttp
  2155. picos_lwt
  2156. picos_meta
  2157. picos_mux
  2158. picos_std
  2159. piece_rope
  2160. piqi >= "0.7.8"
  2161. piqilib >= "0.6.16"
  2162. pixel_pusher
  2163. pkcs11 >= "0.18.0"
  2164. pkcs11-cli
  2165. pkcs11-driver
  2166. pkcs11-rev
  2167. pla >= "1.3"
  2168. plateau
  2169. plato
  2170. plebeia
  2171. plist-xml
  2172. plist-xml-lwt
  2173. plotkicadsch
  2174. plotly
  2175. plplot >= "5.11.0-1"
  2176. polars
  2177. polars_async
  2178. polka
  2179. poll
  2180. polling_state_rpc
  2181. polly
  2182. polymarket
  2183. polynomial
  2184. pomap
  2185. popper
  2186. portaudio >= "0.2.2"
  2187. portaudio_c_bindings
  2188. posix-base
  2189. posix-bindings
  2190. posix-errno
  2191. posix-getopt >= "2.0.0"
  2192. posix-math2
  2193. posix-resource
  2194. posix-signal
  2195. posix-socket
  2196. posix-socket-unix
  2197. posix-stat
  2198. posix-time2
  2199. posix-types >= "2.0.0"
  2200. posix-uname
  2201. posix-unistd
  2202. posixat
  2203. postgres_async
  2204. postgresql >= "4.4.1"
  2205. pp
  2206. pp-binary-ints
  2207. pp_loc
  2208. pplumbing
  2209. pplumbing-err
  2210. pplumbing-log
  2211. pplumbing-log-cli
  2212. pplumbing-pp-tty
  2213. pprint >= "20200226"
  2214. ppx-owl-opt
  2215. ppx_accessor
  2216. ppx_assert
  2217. ppx_bap
  2218. ppx_base
  2219. ppx_bench
  2220. ppx_bin_prot
  2221. ppx_bitstring
  2222. ppx_blob >= "0.6.0"
  2223. ppx_camlrack
  2224. ppx_catch
  2225. ppx_cold
  2226. ppx_compare
  2227. ppx_compose >= "0.1.0"
  2228. ppx_const >= "2.0"
  2229. ppx_conv_func
  2230. ppx_counters
  2231. ppx_css
  2232. ppx_cstruct
  2233. ppx_cstubs
  2234. ppx_csv_conv
  2235. ppx_custom_printf
  2236. ppx_decimal
  2237. ppx_default
  2238. ppx_defer >= "0.4.0"
  2239. ppx_demo
  2240. ppx_derive_at_runtime
  2241. ppx_derivers >= "1.2.1"
  2242. ppx_deriving >= "4.5-1"
  2243. ppx_deriving_cad
  2244. ppx_deriving_cmdliner >= "0.5.1"
  2245. ppx_deriving_decoders
  2246. ppx_deriving_encoding
  2247. ppx_deriving_ezjsonm
  2248. ppx_deriving_hardcaml
  2249. ppx_deriving_hash
  2250. ppx_deriving_json_schema
  2251. ppx_deriving_jsonschema
  2252. ppx_deriving_jsont
  2253. ppx_deriving_jsoo
  2254. ppx_deriving_madcast >= "0.2"
  2255. ppx_deriving_popper
  2256. ppx_deriving_protobuf
  2257. ppx_deriving_qcheck
  2258. ppx_deriving_rpc
  2259. ppx_deriving_scad
  2260. ppx_deriving_variant_string
  2261. ppx_deriving_yaml
  2262. ppx_deriving_yojson
  2263. ppx_diff
  2264. ppx_disable_unused_warnings
  2265. ppx_distr_guards >= "0.2"
  2266. ppx_dream_eml
  2267. ppx_embed_file
  2268. ppx_enumerate
  2269. ppx_expect
  2270. ppx_expect_nobase
  2271. ppx_ezlua
  2272. ppx_factory
  2273. ppx_fail
  2274. ppx_fields_conv
  2275. ppx_fixed_literal
  2276. ppx_format
  2277. ppx_fun
  2278. ppx_gen_rec >= "1.1.0"
  2279. ppx_getenv >= "2.0"
  2280. ppx_globalize
  2281. ppx_hardcaml
  2282. ppx_hash
  2283. ppx_here
  2284. ppx_ignore_instrumentation
  2285. ppx_import
  2286. ppx_inline_alcotest
  2287. ppx_inline_test
  2288. ppx_inline_test_nobase
  2289. ppx_interact
  2290. ppx_irmin
  2291. ppx_jane
  2292. ppx_js_style
  2293. ppx_jsobject_conv
  2294. ppx_jsonaf_conv
  2295. ppx_let
  2296. ppx_log
  2297. ppx_lun
  2298. ppx_make
  2299. ppx_map
  2300. ppx_marshal
  2301. ppx_marshal_ext
  2302. ppx_matches
  2303. ppx_meta_conv
  2304. ppx_mica
  2305. ppx_mikmatch
  2306. ppx_minidebug
  2307. ppx_module_timer
  2308. ppx_monad
  2309. ppx_monoid >= "0.3.2"
  2310. ppx_mysql
  2311. ppx_mysql_identity
  2312. ppx_open
  2313. ppx_optcomp
  2314. ppx_optint
  2315. ppx_optional
  2316. ppx_parser
  2317. ppx_partial
  2318. ppx_pattern_bind
  2319. ppx_pbt
  2320. ppx_pipebang >= "v0.12.0"
  2321. ppx_protocol_conv
  2322. ppx_protocol_conv_json
  2323. ppx_protocol_conv_jsonm
  2324. ppx_protocol_conv_msgpack
  2325. ppx_protocol_conv_xml_light
  2326. ppx_protocol_conv_xmlm
  2327. ppx_protocol_conv_yaml
  2328. ppx_pyformat
  2329. ppx_python
  2330. ppx_quick_test
  2331. ppx_rapper
  2332. ppx_rapper_async
  2333. ppx_rapper_lwt
  2334. ppx_regexp >= "0.4.0"
  2335. ppx_repr
  2336. ppx_seq
  2337. ppx_sexp_conv
  2338. ppx_sexp_message
  2339. ppx_sexp_value
  2340. ppx_show
  2341. ppx_stable
  2342. ppx_stable_witness
  2343. ppx_string
  2344. ppx_string_conv
  2345. ppx_string_interpolation
  2346. ppx_subliner
  2347. ppx_system
  2348. ppx_test
  2349. ppx_there
  2350. ppx_tools >= "6.0+4.08.0"
  2351. ppx_tools_versioned
  2352. ppx_trace
  2353. ppx_ts
  2354. ppx_tydi
  2355. ppx_type_directed_value
  2356. ppx_typed_fields
  2357. ppx_typerep_conv
  2358. ppx_tyre
  2359. ppx_units
  2360. ppx_unreachable
  2361. ppx_update
  2362. ppx_variants_conv
  2363. ppx_viewpattern
  2364. ppx_wideopen
  2365. ppx_windtrap
  2366. ppx_xml_conv
  2367. ppx_yojson
  2368. ppx_yojson_conv
  2369. ppx_yojson_conv_lib
  2370. ppxfind >= "1.3"
  2371. ppxlib
  2372. ppxlib-tools
  2373. ppxlib_jane
  2374. ppxx
  2375. pratter
  2376. prbnmcn-basic-structures
  2377. prbnmcn-cgrph
  2378. prbnmcn-clustering
  2379. prbnmcn-dagger
  2380. prbnmcn-dagger-gsl
  2381. prbnmcn-dagger-stats
  2382. prbnmcn-dagger-test
  2383. prbnmcn-gnuplot
  2384. prbnmcn-linalg
  2385. prbnmcn-mcts
  2386. prbnmcn-proptest
  2387. prbnmcn-stats
  2388. prbnmcn-ucb1
  2389. prc
  2390. preface
  2391. prelude
  2392. pretty_expressive
  2393. prettym
  2394. primavera
  2395. print-table
  2396. printbox >= "0.3"
  2397. printbox-ext-plot
  2398. printbox-html
  2399. printbox-md
  2400. printbox-text >= "0.6.1"
  2401. proc-smaps
  2402. process_limits
  2403. processor
  2404. producer
  2405. prof_spacetime
  2406. profiling
  2407. profunctor
  2408. progress
  2409. prolect
  2410. prom
  2411. prometheus >= "0.6"
  2412. prometheus-app >= "0.6"
  2413. prometheus-liquidsoap >= "2"
  2414. promise
  2415. promise_jsoo
  2416. promise_jsoo_lwt
  2417. protocell
  2418. protocol-9p >= "1.0.0"
  2419. protocol-9p-tool >= "1.0.0"
  2420. protocol-9p-unix >= "1.0.0"
  2421. protocol_version_header
  2422. proton
  2423. provider
  2424. prr
  2425. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2426. psq >= "0.1.1"
  2427. ptmap >= "2.0.5"
  2428. ptset
  2429. public-suffix
  2430. pulseaudio >= "0.1.4"
  2431. pure-html
  2432. pure-splitmix >= "0.3"
  2433. purl
  2434. pvec
  2435. pxshot
  2436. py >= "1.1"
  2437. pyast
  2438. pyml >= "20210924"
  2439. pyml_bindgen >= "0.3.0"
  2440. pyre-ast
  2441. pythonlib
  2442. qbf >= "0.3"
  2443. qcaml
  2444. qcheck >= "0.13"
  2445. qcheck-alcotest
  2446. qcheck-core
  2447. qcheck-lin
  2448. qcheck-multicoretests-util
  2449. qcheck-ounit
  2450. qcheck-stm
  2451. qcow >= "0.12.1"
  2452. qcow-stream
  2453. qcow-tool >= "0.12.1"
  2454. qcow-types
  2455. qdrant
  2456. qinap
  2457. qiskit
  2458. qmp >= "0.19.0"
  2459. qrencode
  2460. qtest >= "2.10.1"
  2461. queenshead
  2462. query-json
  2463. quests
  2464. quick_print
  2465. quickjs
  2466. quickterface
  2467. quill
  2468. radamsa
  2469. radare2 >= "0.0.3"
  2470. raga
  2471. randii
  2472. random
  2473. randomconv
  2474. randoml
  2475. range >= "0.8"
  2476. rangeSet
  2477. rankers
  2478. raven
  2479. rawlink
  2480. rawlink-eio
  2481. rawlink-lwt
  2482. raygui
  2483. raylib
  2484. raylib-callbacks
  2485. rdbg >= "1.196.12"
  2486. rdf >= "0.13.0"
  2487. rdf_impls
  2488. rdf_json_ld
  2489. rdf_lwt
  2490. rdf_mysql
  2491. rdf_postgresql
  2492. rdf_ppx
  2493. re >= "1.9.0"
  2494. re2 >= "v0.12.1"
  2495. re2_stable
  2496. re_parser
  2497. rea
  2498. react-rules-of-hooks-ppx
  2499. reactiveData >= "0.2.4"
  2500. reactjs-jsx-ppx
  2501. readline
  2502. reanalyze
  2503. reason
  2504. reason-react
  2505. reason-react-day-picker
  2506. reason-react-ppx
  2507. reason-standard
  2508. received
  2509. record_builder
  2510. records >= "1.0.0"
  2511. red-black-tree
  2512. reddit_api_async
  2513. reddit_api_kernel
  2514. redirect
  2515. redis >= "0.4"
  2516. redis-async
  2517. redis-lwt >= "0.4"
  2518. redis-sync >= "0.4"
  2519. reed-solomon-erasure >= "1.0.2"
  2520. reedsolomon
  2521. refl
  2522. regenerate
  2523. regex_parser_intf
  2524. regl
  2525. regrade
  2526. relude
  2527. remu_ts
  2528. reparse
  2529. reparse-lwt
  2530. reparse-lwt-unix
  2531. reparse-unix
  2532. repr
  2533. repr-bench
  2534. repr-fuzz
  2535. res >= "5.0.1"
  2536. res_tailwindcss
  2537. rescript-syntax
  2538. reshowcase
  2539. resource-pooling >= "1.1"
  2540. resource_cache
  2541. resp
  2542. resp-client
  2543. resp-mirage
  2544. resp-server >= "0.9"
  2545. resp-unix
  2546. resto
  2547. resto-acl
  2548. resto-cohttp
  2549. resto-cohttp-client
  2550. resto-cohttp-self-serving-client
  2551. resto-cohttp-server
  2552. resto-directory
  2553. resto-json
  2554. restricted
  2555. result
  2556. rfc1951 >= "0.8.1" & != "1.0.0"
  2557. rfc6287 >= "1.0.4"
  2558. rfc7748
  2559. rfsm >= "1.6-alpha-3"
  2560. rhythm
  2561. rich-string
  2562. ringo
  2563. ringo-lwt
  2564. rio
  2565. riot
  2566. river
  2567. rizzo
  2568. rock
  2569. rocq-core
  2570. rocq-devtools
  2571. rocq-runtime
  2572. rocqide
  2573. roman
  2574. root1d >= "0.5.1"
  2575. rope >= "0.6.2"
  2576. rosa
  2577. rosetta >= "0.2.0"
  2578. routes
  2579. rowex
  2580. rpc
  2581. rpc_parallel
  2582. rpclib
  2583. rpclib-async
  2584. rpclib-html
  2585. rpclib-js
  2586. rpclib-lwt
  2587. rpmfile
  2588. rpmfile-cli
  2589. rpmfile-eio
  2590. rpmfile-unix
  2591. rsdd
  2592. rss
  2593. rtop
  2594. rtree
  2595. rune
  2596. rungen
  2597. runtime_events_tools
  2598. runtime_events_tools_bare
  2599. rusage
  2600. rust-staticlib-gen
  2601. rust-staticlib-virtual
  2602. SZXX
  2603. safemoney
  2604. safepass >= "3.1"
  2605. saga
  2606. sail >= "0.15"
  2607. sail_c_backend
  2608. sail_coq_backend
  2609. sail_doc_backend
  2610. sail_latex_backend
  2611. sail_lean_backend
  2612. sail_lem_backend
  2613. sail_maker
  2614. sail_manifest
  2615. sail_ocaml_backend
  2616. sail_output
  2617. sail_smt_backend
  2618. sail_sv_backend
  2619. salsa20 >= "1.0.0"
  2620. salsa20-core >= "1.0.0"
  2621. salto-analyzer
  2622. saltoIL
  2623. samplerate >= "0.1.6"
  2624. sanddb >= "0.2"
  2625. sarek
  2626. sarif
  2627. satex
  2628. saturn
  2629. saturn_lockfree
  2630. satyrographos
  2631. savvy
  2632. scad_ml
  2633. scfg
  2634. scgi
  2635. scipy
  2636. scope
  2637. scrypt-kdf
  2638. sd_logic
  2639. sdl-liquidsoap >= "3"
  2640. search
  2641. searchTree
  2642. secp256k1 >= "0.4.1"
  2643. secp256k1-internal
  2644. sedlex >= "2.0"
  2645. sek
  2646. sel
  2647. semantic_version
  2648. semaphore-compat
  2649. semv
  2650. semver >= "0.2.1"
  2651. semver2
  2652. sendmail
  2653. sendmail-lwt
  2654. sendmail-miou-unix
  2655. sendmail-mirage
  2656. sentry
  2657. seq < "base"
  2658. seqes
  2659. sequencer_table
  2660. serde
  2661. serde_debug
  2662. serde_derive
  2663. serde_json
  2664. serde_sexpr
  2665. serde_xml
  2666. serial
  2667. serialport
  2668. server-reason-react
  2669. session >= "0.4.1"
  2670. session-cohttp >= "0.4.1"
  2671. session-cohttp-async >= "0.4.1"
  2672. session-cohttp-lwt >= "0.4.1"
  2673. session-cookie
  2674. session-cookie-async
  2675. session-cookie-lwt
  2676. session-postgresql >= "0.4.1"
  2677. session-postgresql-async
  2678. session-postgresql-lwt
  2679. session-redis-lwt >= "0.4.1"
  2680. session-webmachine >= "0.4.1"
  2681. setcore >= "1.0.2"
  2682. sexp
  2683. sexp_decode
  2684. sexp_diff
  2685. sexp_diff_kernel
  2686. sexp_grammar
  2687. sexp_macro
  2688. sexp_pretty
  2689. sexp_select
  2690. sexp_string_quickcheck
  2691. sexplib >= "v0.12.0"
  2692. sexplib0 >= "v0.12.0"
  2693. sexps-rewriter
  2694. sgf >= "1.0.1"
  2695. sha >= "1.13"
  2696. shades
  2697. shakuhachi
  2698. shapefile
  2699. shared-block-ring
  2700. shared-memory-ring
  2701. shared-memory-ring-lwt
  2702. shared-secret >= "0.4"
  2703. shell
  2704. shellwords
  2705. sherlodoc
  2706. shexp
  2707. shine >= "0.2.2"
  2708. shuttle
  2709. shuttle_http
  2710. shuttle_ssl
  2711. shuttle_websocket
  2712. sifun
  2713. signal
  2714. sihl
  2715. sihl-cache
  2716. sihl-contract
  2717. sihl-core
  2718. sihl-email
  2719. sihl-facade
  2720. sihl-persistence
  2721. sihl-queue
  2722. sihl-session
  2723. sihl-storage
  2724. sihl-token
  2725. sihl-type
  2726. sihl-user
  2727. sihl-web
  2728. simlog
  2729. simple63
  2730. simple_httpd
  2731. simple_httpd_caqti
  2732. sitemap
  2733. sklearn
  2734. slack
  2735. slacko
  2736. slice
  2737. slipshow
  2738. slug
  2739. sm
  2740. smart-print >= "0.3.0"
  2741. smaws-clients
  2742. smaws-lib
  2743. smbc
  2744. smol
  2745. smol-helpers
  2746. smtlib-utils
  2747. smtml
  2748. snappy >= "0.1.2"
  2749. snf_mcp
  2750. snkv
  2751. so
  2752. sodium-fmt
  2753. solid
  2754. solid_server
  2755. solid_tools
  2756. solidity-alcotest
  2757. solidity-common
  2758. solidity-parser
  2759. solidity-test
  2760. solidity-typechecker
  2761. solo5-elftool
  2762. sortedseq_intersect
  2763. soundtouch >= "0.1.9"
  2764. soupault
  2765. sowilo
  2766. spacetime_lib
  2767. spatial-shell
  2768. spawn < "v0.9.0" | >= "v0.13.0"
  2769. spdx_licenses
  2770. spectrum
  2771. spectrum_capabilities
  2772. spectrum_palette_ppx
  2773. spectrum_palettes
  2774. spectrum_tools
  2775. speed
  2776. speex
  2777. spelll >= "0.4"
  2778. spices
  2779. spin
  2780. splay_tree
  2781. splittable_random
  2782. spoc
  2783. spoc_ppx
  2784. spoke
  2785. spotify-web-api
  2786. spotify_ml
  2787. spotlib >= "4.1.0"
  2788. spurs
  2789. sqids
  2790. sqlgg >= "20200521"
  2791. sqlite3 >= "4.4.1"
  2792. sqlite3_utils
  2793. srt
  2794. ssh-agent >= "0.2.0"
  2795. ssl >= "0.5.6"
  2796. starpath
  2797. starred_ml
  2798. statocaml
  2799. statocaml_changelog
  2800. statocaml_community
  2801. statocaml_db
  2802. statocaml_github
  2803. statocaml_go
  2804. statocaml_gui
  2805. statocaml_html
  2806. statocaml_plots
  2807. statocaml_profile
  2808. stdcompat >= "19"
  2809. stdint >= "0.6.0"
  2810. stdint-literals
  2811. stdio
  2812. stdlib-diff
  2813. stdlib-random
  2814. stdlib-shims
  2815. stdune
  2816. stitch
  2817. stk
  2818. stk_iconv
  2819. stk_ocf
  2820. stk_ppx
  2821. stk_rdf
  2822. stk_xml
  2823. stog >= "0.20.0"
  2824. stog_all
  2825. stog_asy
  2826. stog_dot
  2827. stog_extern
  2828. stog_markdown
  2829. stog_multi_doc
  2830. stog_nocaml
  2831. stog_noexec
  2832. stog_plugins
  2833. stog_rdf
  2834. stog_rel_href
  2835. stog_server
  2836. stog_server_multi
  2837. stog_sitemap
  2838. stog_writing
  2839. stone >= "0.5.2"
  2840. store
  2841. stored_reversed
  2842. stramon-lib
  2843. streamable
  2844. streaming
  2845. string_dict
  2846. stringCodepointSplitter
  2847. stringext >= "1.6.0"
  2848. stringx
  2849. sturgeon >= "0.4.2"
  2850. styled-ppx
  2851. subprocess
  2852. subscriptions-transport-ws
  2853. subtype-refinement >= "0.2"
  2854. sun
  2855. svmwrap
  2856. swagger >= "0.2.0"
  2857. swapfs
  2858. swhid
  2859. swhid_compute
  2860. swhid_core
  2861. swhid_types
  2862. swipl
  2863. syguslib-utils
  2864. symex
  2865. synchronizer
  2866. syncweb
  2867. syndic >= "1.6.0"
  2868. synopsis
  2869. sys-socket
  2870. sys-socket-unix
  2871. syslog >= "2.0.1"
  2872. syslog-message >= "1.0.0"
  2873. syslog-rfc5424
  2874. systemverilog >= "0.0.2"
  2875. tablecloth-base
  2876. tablecloth-melange
  2877. tablecloth-native < "transition"
  2878. tabr
  2879. tacit
  2880. taglib >= "0.3.7"
  2881. talaria-bibtex
  2882. talon
  2883. tar
  2884. tar-eio
  2885. tar-mirage
  2886. tar-unix
  2887. tcalc
  2888. tcpip
  2889. tcs-lib
  2890. tdigest
  2891. telemetry
  2892. telltime
  2893. tensorboard
  2894. term-indexing
  2895. term-tools
  2896. terminal
  2897. terminal_size >= "0.1.4"
  2898. terminus
  2899. terminus-cohttp
  2900. terminus-hlc
  2901. terml
  2902. testcontainers
  2903. testcontainers-elasticsearch
  2904. testcontainers-kafka
  2905. testcontainers-localstack
  2906. testcontainers-memcached
  2907. testcontainers-mockserver
  2908. testcontainers-mongo
  2909. testcontainers-mysql
  2910. testcontainers-postgres
  2911. testcontainers-rabbitmq
  2912. testcontainers-redis
  2913. testo
  2914. testo-diff
  2915. testo-lwt
  2916. testo-util
  2917. testu01
  2918. textmate-language
  2919. textrazor
  2920. textutils
  2921. textutils_kernel
  2922. textwrap >= "0.2.1"
  2923. tezos-base58
  2924. tezos-context-hash
  2925. tezt < "3.1.0" | >= "4.3.0"
  2926. tezt-bam
  2927. theora
  2928. thread-local-storage
  2929. thread-table
  2930. thrift
  2931. tidy >= "5-0.2"
  2932. tidy_email
  2933. tidy_email_mailgun
  2934. tidy_email_sendgrid
  2935. tidy_email_smtp
  2936. tilde_f
  2937. time_now
  2938. timed >= "1.1"
  2939. timedesc
  2940. timedesc-json
  2941. timedesc-sexp
  2942. timedesc-tzdb
  2943. timedesc-tzlocal
  2944. timedesc-tzlocal-js
  2945. timere
  2946. timere-parse
  2947. timezone
  2948. timmy
  2949. timmy-jsoo
  2950. timmy-lwt
  2951. timmy-unix
  2952. tiny_httpd
  2953. tiny_httpd_camlzip
  2954. tiny_httpd_eio
  2955. tinyfiledialogs
  2956. tip-parser >= "0.4"
  2957. tldr
  2958. tls >= "0.12.8"
  2959. tls-async
  2960. tls-eio
  2961. tls-liquidsoap
  2962. tls-lwt
  2963. tls-miou-unix
  2964. tls-mirage
  2965. tm-grammars
  2966. toc
  2967. toffee
  2968. tofn
  2969. togglelog
  2970. toml
  2971. toml-cconv
  2972. toml_cconv
  2973. top-closure
  2974. toplevel_backend
  2975. toplevel_expect_test
  2976. topojson
  2977. topojsone
  2978. topological_sort
  2979. torch
  2980. tqdm
  2981. trace
  2982. trace-fuchsia
  2983. trace-runtime-events
  2984. trace-tef
  2985. tracing
  2986. tracy-client
  2987. trail
  2988. traits
  2989. trampoline
  2990. transept
  2991. traverse
  2992. travesty != "0.6.1"
  2993. trax >= "0.4.0"
  2994. tree-sitter
  2995. tree_layout >= "0.2"
  2996. treeprint >= "2.3.0"
  2997. trexio
  2998. trie
  2999. trs
  3000. tsdl-image >= "0.3.0"
  3001. tsdl-mixer
  3002. tsdl-ttf >= "0.3"
  3003. tsort
  3004. tty
  3005. tube >= "4.4.0"
  3006. tuntap
  3007. twirp_cohttp_lwt_unix
  3008. twirp_core
  3009. twirp_ezcurl
  3010. twirp_tiny_httpd
  3011. twostep
  3012. tyabt
  3013. type_eq
  3014. type_id
  3015. typed_list
  3016. typeid
  3017. typerep >= "v0.12.0"
  3018. typeset
  3019. tyre >= "0.5"
  3020. tyxml >= "4.3.0"
  3021. tyxml-jsx
  3022. tyxml-lwd
  3023. tyxml-ppx >= "4.3.0"
  3024. tyxml-syntax
  3025. ubase
  3026. ubpf >= "0.2"
  3027. uecc >= "0.3"
  3028. ufind
  3029. uint >= "2.0.1"
  3030. ulid
  3031. um-abt
  3032. unidecode
  3033. unionFind
  3034. unisim_archisec
  3035. unison >= "2.51.4" & < "2.53.4"
  3036. universal-portal
  3037. universo
  3038. unix-errno >= "0.6.0"
  3039. unstrctrd
  3040. uopt
  3041. uri >= "2.2.1"
  3042. uri-bench
  3043. uri-re
  3044. uri-sexp
  3045. uring
  3046. uring-trace
  3047. uritemplate
  3048. urn
  3049. user-agent-parser
  3050. username_kernel
  3051. uspf
  3052. uspf-lwt
  3053. uspf-mirage
  3054. uspf-unix
  3055. utcp
  3056. utop
  3057. uuuu >= "0.1.1"
  3058. validate
  3059. validator
  3060. variantslib >= "v0.12.0"
  3061. varray
  3062. vcaml
  3063. vcardgen >= "1.2"
  3064. vchan
  3065. vchan-unix
  3066. vchan-xen
  3067. vdom
  3068. vec
  3069. vector
  3070. vector3 >= "1.0.0"
  3071. vendredi
  3072. vercel
  3073. versioned_polling_state_rpc
  3074. vhd-format >= "0.12.0"
  3075. vhd-format-lwt
  3076. vif
  3077. vifu
  3078. virtfs
  3079. virtual_dom
  3080. virtual_dom_toplayer
  3081. visitors >= "20200207"
  3082. vlq >= "0.2.1"
  3083. vlt
  3084. vmnet
  3085. vocal
  3086. volgo
  3087. volgo-base
  3088. volgo-git-backend
  3089. volgo-git-eio
  3090. volgo-git-unix
  3091. volgo-hg-backend
  3092. volgo-hg-eio
  3093. volgo-hg-unix
  3094. volgo-vcs
  3095. voqc
  3096. vorbis
  3097. vpt >= "5.0.0"
  3098. vscoq-language-server < "2.3.3"
  3099. vsrocq-language-server
  3100. vue-jsoo
  3101. vue-ppx
  3102. wall >= "0.4"
  3103. wasm >= "2.0.2"
  3104. wasm_of_ocaml-compiler
  3105. wasmer
  3106. wasmtime
  3107. wayland
  3108. waylaunch
  3109. wcwidth
  3110. webauthn
  3111. weberizer >= "0.8"
  3112. webmachine >= "0.6.2"
  3113. websocket >= "2.12"
  3114. websocket-async
  3115. websocket-lwt
  3116. websocket-lwt-unix
  3117. websocketaf
  3118. webtest
  3119. webtest-js
  3120. why3find
  3121. wikitext
  3122. win-error >= "1.0"
  3123. win-eventlog >= "0.3"
  3124. windtrap
  3125. winsvc
  3126. ws
  3127. ws-server
  3128. wseg
  3129. wtf8 >= "1.0.2"
  3130. wtr
  3131. wtr-ppx
  3132. wu-manber-fuzzy-search
  3133. x509
  3134. x86_64-esperanto >= "0.0.6"
  3135. xapi-backtrace
  3136. xapi-inventory
  3137. xapi-rrd
  3138. xapi-stdext-date
  3139. xapi-stdext-encodings
  3140. xapi-stdext-pervasives
  3141. xapi-stdext-std
  3142. xapi-stdext-threads
  3143. xapi-stdext-unix
  3144. xapi-stdext-zerocheck
  3145. xcursor
  3146. xdg
  3147. xdg-basedir
  3148. xdge
  3149. xedbindings
  3150. xen-evtchn
  3151. xen-evtchn-unix
  3152. xen-gnt
  3153. xen-gnt-unix
  3154. xenstore
  3155. xenstore-tool
  3156. xenstore_transport >= "1.1.0"
  3157. xkbcommon
  3158. xlsx2csv
  3159. xmelly
  3160. xml-light >= "2.5"
  3161. xmldiff >= "0.7.0"
  3162. xmldiff_js
  3163. xmlplaylist >= "0.1.5"
  3164. xoshiro
  3165. xtmpl >= "0.19.0"
  3166. xtmpl_js
  3167. xtmpl_ppx
  3168. yaml >= "1.0.0"
  3169. yaml-sexp
  3170. yamlx
  3171. yara >= "0.2"
  3172. yocaml
  3173. yocaml_cmark
  3174. yocaml_cmarkit
  3175. yocaml_eio
  3176. yocaml_git
  3177. yocaml_jingoo
  3178. yocaml_liquid
  3179. yocaml_markdown
  3180. yocaml_mustache
  3181. yocaml_omd
  3182. yocaml_otoml
  3183. yocaml_runtime
  3184. yocaml_syndication
  3185. yocaml_unix
  3186. yocaml_yaml
  3187. yojson >= "1.5.0"
  3188. yojson-bench
  3189. yojson-five
  3190. yosqlite
  3191. yultracer
  3192. yurt >= "0.6"
  3193. yuscii >= "0.2.1"
  3194. yuujinchou
  3195. zanuda
  3196. zar
  3197. zarith-ppx
  3198. zarith_stubs_js
  3199. zarr
  3200. zarr-eio
  3201. zarr-lwt
  3202. zarr-sync
  3203. zdd
  3204. zed >= "2.0.6"
  3205. zeit
  3206. zelus
  3207. zelus-gtk
  3208. zipperposition
  3209. zipperposition-tools
  3210. zlib
  3211. zlist >= "0.4.0"
  3212. zmq >= "5.1.0"
  3213. zmq-async >= "5.1.0"
  3214. zmq-eio
  3215. zmq-lwt >= "5.1.0"
  3216. zstandard >= "v0.12.1"
  3217. zstd >= "0.3"
  3218. 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"