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