package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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: 30 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies

None

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

Conflicts (7)

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