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