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. imagelib
  1109. imguiml
  1110. incr_dom
  1111. incr_dom_interactive
  1112. incr_dom_keyboard
  1113. incr_dom_partial_render
  1114. incr_dom_sexp_form
  1115. incr_dom_widgets
  1116. incr_map
  1117. incr_select
  1118. incremental
  1119. incremental_cycles
  1120. indentation_buffer
  1121. index
  1122. index-bench
  1123. inferno >= "20190924"
  1124. influxdb
  1125. influxdb-async
  1126. influxdb-lwt
  1127. inifiles
  1128. inotify >= "2.4"
  1129. inotify-eio
  1130. inquire
  1131. inquirer_oc
  1132. int_repr
  1133. integers >= "0.3.0"
  1134. integers_stubs_js
  1135. integration1d >= "0.5.1"
  1136. intel_hex
  1137. interface-prime
  1138. interface-prime-lwt
  1139. interval >= "1.5" & < "1.6"
  1140. interval-map
  1141. interval_base
  1142. interval_crlibm
  1143. interval_intel
  1144. intPQueue < "20250925"
  1145. io-page
  1146. io-page-unix
  1147. iomux < "0.4"
  1148. iostream
  1149. iostream-camlzip
  1150. ip2location
  1151. ip2locationio >= "1.0.1"
  1152. ip2proxy
  1153. ip2whois
  1154. ipaddr >= "2.9.0"
  1155. ipaddr-cstruct
  1156. ipaddr-sexp
  1157. irc-client >= "0.6.2"
  1158. irc-client-lwt >= "0.6.2"
  1159. irc-client-lwt-ssl
  1160. irc-client-tls >= "0.6.2"
  1161. irc-client-unix >= "0.6.2"
  1162. iri >= "0.6.0" & < "1.1.0"
  1163. irky
  1164. irky-eio
  1165. irmin
  1166. irmin-bench
  1167. irmin-chunk
  1168. irmin-cli
  1169. irmin-client
  1170. irmin-containers
  1171. irmin-fs
  1172. irmin-git
  1173. irmin-graphql
  1174. irmin-http
  1175. irmin-indexeddb
  1176. irmin-layers
  1177. irmin-mirage
  1178. irmin-mirage-git
  1179. irmin-mirage-graphql
  1180. irmin-pack
  1181. irmin-pack-tools
  1182. irmin-server
  1183. irmin-test
  1184. irmin-tezos
  1185. irmin-unix
  1186. irmin-watcher
  1187. iso639
  1188. iter >= "1.4"
  1189. itv-tree >= "2.2"
  1190. jane-street-headers >= "v0.12.0"
  1191. jane_rope
  1192. janestreet_cpuid
  1193. janestreet_csv
  1194. janestreet_lru_cache
  1195. jasmin >= "2023.06.0"
  1196. jekyll-format >= "0.2.0"
  1197. jemalloc >= "0.2"
  1198. jext
  1199. jhupllib
  1200. jingoo >= "1.3.0"
  1201. jose
  1202. js_of_ocaml < "6.0.1"
  1203. js_of_ocaml-compiler < "6.0.1"
  1204. js_of_ocaml-lwt < "6.0.1"
  1205. js_of_ocaml-ocamlbuild >= "3.5.0"
  1206. js_of_ocaml-ppx < "6.0.1"
  1207. js_of_ocaml-ppx_deriving_json < "6.0.1"
  1208. js_of_ocaml-toplevel < "6.0.1"
  1209. js_of_ocaml-tyxml < "6.0.1"
  1210. js_of_ocaml-webgpu
  1211. js_of_ocaml-webidl
  1212. js_of_ocaml_patches
  1213. json-data-encoding < "1.1.1"
  1214. json-data-encoding-browser < "1.1.1"
  1215. json-data-encoding-bson < "1.1.1"
  1216. json_decoder
  1217. jsonaf
  1218. jsonoo
  1219. jsonrpc
  1220. jsonschema2atd
  1221. jsonxt
  1222. jsoo-react
  1223. jsoo_broadcastchannel
  1224. jsoo_storage
  1225. jst-config
  1226. junit >= "2.0.1"
  1227. junit_alcotest >= "2.0.1"
  1228. junit_ounit >= "2.0.1"
  1229. jupyter
  1230. jupyter-archimedes
  1231. jupyter-kernel
  1232. jws
  1233. jwto
  1234. kafka >= "0.5"
  1235. kafka_async
  1236. kafka_lwt
  1237. kappa-agents
  1238. kappa-binaries
  1239. kappa-library
  1240. kappa-server
  1241. kcas
  1242. kcas_data
  1243. kdf
  1244. kdl
  1245. ke
  1246. key-parsers >= "0.10.1"
  1247. keyseq
  1248. kicadsch >= "0.4.0"
  1249. kind2
  1250. kinetic-client >= "0.0.11"
  1251. kittyimg
  1252. kkmarkdown
  1253. kmt
  1254. knights_tour
  1255. kot
  1256. kqueue < "0.5.0"
  1257. krb
  1258. lab
  1259. lablgtk3
  1260. lablgtk3-extras >= "3.0.1"
  1261. lablgtk3-goocanvas2
  1262. lablgtk3-gtkspell3
  1263. lablgtk3-rsvg2
  1264. lablgtk3-sourceview3
  1265. lablqml
  1266. lacaml >= "11.0.2"
  1267. ladspa >= "0.2.0"
  1268. lambda
  1269. lambda-runtime
  1270. lambda-term >= "2.0"
  1271. lambda_streams
  1272. lambda_streams_async
  1273. lambda_streams_lwt
  1274. lambdapi
  1275. lambdasoup >= "0.6.4"
  1276. lame >= "0.3.4"
  1277. landmarks = "1.4"
  1278. landmarks-ppx < "1.5"
  1279. lascar >= "0.6-alpha"
  1280. lastfm >= "0.3.3"
  1281. launchd >= "1.3"
  1282. layoutz
  1283. lazy-trie
  1284. lbfgs >= "0.9.1"
  1285. lbvs_consent >= "2.1.0"
  1286. ldap >= "2.4.1"
  1287. ldp < "0.5.0"
  1288. ldp_curl < "0.5.0"
  1289. ldp_js < "0.5.0"
  1290. ldp_tls < "0.5.0"
  1291. leaflet
  1292. learn-ocaml
  1293. learn-ocaml-client
  1294. leaves
  1295. ledgerwallet
  1296. legacy_diffable
  1297. lens >= "1.2.4"
  1298. letsencrypt
  1299. letsencrypt-app
  1300. letsencrypt-dns
  1301. letsencrypt-mirage
  1302. letters
  1303. leveldb
  1304. lib_parsing
  1305. libabsolute
  1306. libbinaryen < "105.1.0" | >= "107.0.1"
  1307. libbpf
  1308. libbpf_maps
  1309. libc
  1310. libdash >= "0.4.1"
  1311. libirmin
  1312. libsail < "0.20.2"
  1313. libsvm >= "0.10.0"
  1314. libzipperposition
  1315. lilac
  1316. lilv
  1317. line-up-words
  1318. line_oriented
  1319. linenoise >= "1.3.1"
  1320. links
  1321. links-mysql
  1322. links-postgresql
  1323. links-sqlite3
  1324. linol
  1325. linol-eio
  1326. linol-lwt
  1327. lintcstubs
  1328. lintcstubs-arity < "0.5.2"
  1329. lintcstubs-gen
  1330. linwrap
  1331. liquid_interpreter
  1332. liquid_ml
  1333. liquid_parser
  1334. liquid_std
  1335. liquid_syntax
  1336. liquidsoap-core
  1337. liquidsoap-lang < "2.3.3"
  1338. liquidsoap-libs
  1339. liquidsoap-libs-extra
  1340. little_logger
  1341. llama
  1342. llama-cpp-ocaml
  1343. llama_core
  1344. llama_interactive
  1345. llama_midi
  1346. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1347. lmdb >= "1.0"
  1348. lo >= "0.2.0"
  1349. lockfree
  1350. loga
  1351. logical
  1352. logs-async
  1353. logs-async-reporter
  1354. logs-ppx
  1355. logs-syslog
  1356. logtk
  1357. loop
  1358. lp
  1359. lp-glpk
  1360. lp-glpk-js
  1361. lp-gurobi
  1362. lp-highs
  1363. lpd
  1364. lreplay
  1365. lrgrep
  1366. lru >= "0.3.0"
  1367. lru_cache
  1368. lsp
  1369. lt-code
  1370. lua-ml >= "0.9.3"
  1371. lua_parser
  1372. lucid
  1373. lun
  1374. lustre-v6 >= "6.103.3"
  1375. lutils >= "1.51.2"
  1376. lutin >= "2.71.10"
  1377. luv
  1378. luv_unix
  1379. lwd
  1380. lwt < "6.0.0"
  1381. lwt-canceler >= "0.2"
  1382. lwt-dllist
  1383. lwt-exit
  1384. lwt-parallel
  1385. lwt-watcher >= "0.2"
  1386. lwt_direct < "6.0.0"
  1387. lwt_domain
  1388. lwt_eio
  1389. lwt_glib >= "1.1.1"
  1390. lwt_log >= "1.1.1"
  1391. lwt_ppx >= "1.2.2" & < "6.0.0"
  1392. lwt_react >= "1.1.2"
  1393. lwt_retry
  1394. lwt_runtime_events < "6.0.0"
  1395. lwt_ssl >= "1.1.3"
  1396. lz4 >= "1.2.0"
  1397. lz4_chans >= "3.0.1"
  1398. lzo >= "0.0.3"
  1399. MlFront_Cache < "2.4.2.30"
  1400. MlFront_Cli < "2.4.2.30"
  1401. MlFront_Config < "2.4.2.30"
  1402. MlFront_Core < "2.4.2.30"
  1403. MlFront_Errors < "2.4.2.30"
  1404. MlFront_Logs < "2.4.2.30"
  1405. MlFront_Manip < "2.4.2.30"
  1406. MlFront_Signify < "2.4.2.30"
  1407. MlFront_ZipFile < "2.4.2.30"
  1408. m_tree
  1409. macaddr
  1410. macaddr-cstruct
  1411. macaddr-sexp
  1412. mad >= "0.5.0"
  1413. magic-mime >= "1.1.2"
  1414. magic-trace
  1415. make-random
  1416. malfunction
  1417. man_in_the_middle_debugger
  1418. mariadb >= "1.2.0"
  1419. markdown
  1420. markup >= "0.8.0"
  1421. markup-lwt
  1422. mastodon-archive-viewer >= "0.2"
  1423. matcha
  1424. matita
  1425. matplotlib
  1426. mazeppa
  1427. mbr-format
  1428. mc2
  1429. mccs
  1430. mcrunch
  1431. md2mld
  1432. mdx >= "1.8.0"
  1433. mec
  1434. mechaml
  1435. mehari
  1436. mehari-eio
  1437. mehari-eio-unix
  1438. mehari-lwt-unix
  1439. mehari-mirage
  1440. mel
  1441. melange < "6.0.1-51"
  1442. melange-atdgen-codec-runtime
  1443. melange-compiler-libs
  1444. melange-fest
  1445. melange-fetch
  1446. melange-jest
  1447. melange-json < "2.0.0"
  1448. melange-json-native < "2.0.0"
  1449. melange-moment
  1450. melange-numeral
  1451. melange-radix-icons
  1452. melange-react-dates
  1453. melange-react-query
  1454. melange-recharts
  1455. melange-str
  1456. melange-testing-library
  1457. melange-webapi
  1458. meldep
  1459. mem_usage < "0.2.0"
  1460. memcad
  1461. memfd
  1462. memgraph
  1463. memgraph_kitty
  1464. memo
  1465. memprof-limits
  1466. memtrace
  1467. memtrace-mirage
  1468. memtrace_viewer
  1469. menhir >= "20200123"
  1470. menhirCST
  1471. menhirGLR
  1472. menhirLib
  1473. menhirSdk
  1474. merge-fmt
  1475. merlin
  1476. merlin-extend
  1477. merlin-lib
  1478. mesh >= "0.9.5"
  1479. mesh-easymesh >= "0.9.5"
  1480. mesh-graphics >= "0.9.5"
  1481. mesh-triangle >= "0.9.5"
  1482. metadata
  1483. metadb
  1484. metapp
  1485. metaquot
  1486. metrics
  1487. metrics-influx
  1488. metrics-lwt
  1489. metrics-rusage
  1490. metrics-unix
  1491. mew
  1492. mew_vi
  1493. mhttp
  1494. mhttp-client
  1495. mhttp-server
  1496. miaou
  1497. miaou-core
  1498. miaou-driver-matrix
  1499. miaou-driver-sdl
  1500. miaou-driver-term
  1501. miaou-driver-web
  1502. miaou-registry
  1503. miaou-runner
  1504. miaou-tui
  1505. miaou-widgets-display-sdl
  1506. micro_httpd
  1507. middleware
  1508. migra
  1509. mimic
  1510. mimic-happy-eyeballs
  1511. mindstorm >= "0.8"
  1512. mindstorm-lwt
  1513. minicaml
  1514. minicli >= "5.0.2"
  1515. minisat >= "0.3"
  1516. minttea
  1517. miou
  1518. mirage >= "4.0.0"
  1519. mirage-block
  1520. mirage-block-ccm
  1521. mirage-block-combinators
  1522. mirage-block-lwt
  1523. mirage-block-partition
  1524. mirage-block-ramdisk
  1525. mirage-block-solo5
  1526. mirage-block-unikraft
  1527. mirage-block-unix
  1528. mirage-block-xen
  1529. mirage-bootvar
  1530. mirage-channel >= "3.2.0"
  1531. mirage-channel-lwt
  1532. mirage-clock
  1533. mirage-clock-lwt
  1534. mirage-clock-unix
  1535. mirage-conduit
  1536. mirage-console
  1537. mirage-console-lwt
  1538. mirage-crypto
  1539. mirage-crypto-ec
  1540. mirage-crypto-pk
  1541. mirage-crypto-rng
  1542. mirage-crypto-rng-async
  1543. mirage-crypto-rng-eio
  1544. mirage-crypto-rng-lwt
  1545. mirage-crypto-rng-miou-unix
  1546. mirage-crypto-rng-mirage
  1547. mirage-crypto-rng-mkernel
  1548. mirage-device
  1549. mirage-dns
  1550. mirage-flow
  1551. mirage-flow-combinators
  1552. mirage-flow-lwt
  1553. mirage-flow-unix
  1554. mirage-fs
  1555. mirage-fs-lwt
  1556. mirage-kv >= "2.0.0"
  1557. mirage-kv-lwt >= "2.0.0"
  1558. mirage-kv-mem
  1559. mirage-kv-unix
  1560. mirage-logs
  1561. mirage-monitoring
  1562. mirage-mtime
  1563. mirage-nat
  1564. mirage-net
  1565. mirage-net-lwt
  1566. mirage-net-macosx >= "1.6.0"
  1567. mirage-net-solo5
  1568. mirage-net-unikraft
  1569. mirage-net-unix
  1570. mirage-net-xen
  1571. mirage-profile
  1572. mirage-protocols
  1573. mirage-protocols-lwt
  1574. mirage-ptime
  1575. mirage-qubes
  1576. mirage-qubes-ipv4
  1577. mirage-random
  1578. mirage-runtime
  1579. mirage-sleep
  1580. mirage-solo5
  1581. mirage-stack
  1582. mirage-stack-lwt
  1583. mirage-time
  1584. mirage-time-lwt
  1585. mirage-time-unix
  1586. mirage-types >= "3.6.0"
  1587. mirage-types-lwt >= "3.6.0"
  1588. mirage-unix
  1589. mirage-vnetif
  1590. mirage-xen
  1591. mjson
  1592. mkaudio >= "1.1.0"
  1593. mkernel
  1594. mkocaml
  1595. mlbdd >= "0.7.2"
  1596. mlfenv
  1597. mlmpfr >= "4.0.2+dune"
  1598. mlpost
  1599. mlpost-lablgtk
  1600. mlt_parser
  1601. mlx < "0.10"
  1602. mm >= "0.7.0"
  1603. mmap
  1604. mmdb
  1605. mmo
  1606. mnd
  1607. mnet
  1608. mnet-cli
  1609. mnet-dns
  1610. mnet-happy-eyeballs
  1611. mnet-ssh
  1612. mnet-tls
  1613. mnottui
  1614. mnotty
  1615. mock >= "0.1.1"
  1616. mock-ounit >= "0.1.1"
  1617. module-graph
  1618. molenc >= "5.0.0"
  1619. monaco_jsoo
  1620. monolith
  1621. monomorphic >= "2.0"
  1622. monorobot
  1623. moonpool
  1624. moonpool-io
  1625. moonpool-lwt
  1626. mopsa
  1627. morbig >= "0.10.3"
  1628. morsmall
  1629. moss >= "0.1.1"
  1630. mparser >= "1.3"
  1631. mparser-pcre
  1632. mparser-re
  1633. mperf
  1634. mpg123
  1635. mpp >= "0.3.4"
  1636. mpris
  1637. mpris-clients
  1638. mqtt
  1639. mrmime
  1640. msat >= "0.8"
  1641. msat-bin
  1642. msendmail
  1643. mset
  1644. msgpck >= "1.5"
  1645. msgpck-repr
  1646. mssql
  1647. mtbox
  1648. mugen
  1649. mula
  1650. multibase
  1651. multicodec
  1652. multicont >= "1.0.1"
  1653. multicore-bench
  1654. multicore-magic
  1655. multicore-magic-dscheck
  1656. multihash
  1657. multihash-digestif
  1658. multipart-form-data >= "0.3.0"
  1659. multipart_form
  1660. multipart_form-cohttp-lwt
  1661. multipart_form-eio
  1662. multipart_form-lwt
  1663. multipart_form-miou
  1664. murmur3 >= "0.3"
  1665. mustache >= "3.1.0"
  1666. mustache-cli
  1667. mutaml
  1668. mutf8
  1669. mwt
  1670. mybuild >= "7"
  1671. mysql8
  1672. mysql_protocol
  1673. n_ary
  1674. naboris
  1675. nacc
  1676. nanoev
  1677. nanoev-picos
  1678. nanoev-posix
  1679. nanoev_tiny_httpd
  1680. nanoid
  1681. nanosvg
  1682. nanosvg_text
  1683. nbd >= "4.0.3"
  1684. nbd-tool
  1685. nbd-unix
  1686. nel
  1687. neo4j_bolt
  1688. netkat
  1689. netlink >= "0.3.4"
  1690. netsnmp
  1691. neural_nets_lib < "0.5.2"
  1692. nice_parser
  1693. ninja_utils
  1694. niru
  1695. nloge
  1696. nlopt
  1697. nmea
  1698. noCanren
  1699. nocoiner
  1700. node_of_ocaml
  1701. nomad
  1702. non_empty_list
  1703. nottui
  1704. nottui-lwt
  1705. nottui-miou
  1706. nottui-pretty
  1707. nottui-unix
  1708. notty >= "0.2.3"
  1709. notty-community
  1710. notty-miou
  1711. notty_async >= "v0.13.0"
  1712. np
  1713. npy >= "0.0.9"
  1714. nsq
  1715. numeric_string
  1716. nuscr
  1717. OCADml
  1718. OCanren
  1719. OCanren-ppx
  1720. OSCADml
  1721. obatcher
  1722. obeam
  1723. obelisk >= "0.5.0"
  1724. obuilder < "0.7.0"
  1725. obuilder-spec < "0.7.0"
  1726. obus >= "1.2.1"
  1727. ocal >= "0.2.2"
  1728. ocaml-canvas
  1729. ocaml-compiler-libs >= "v0.12.0"
  1730. ocaml-embed-file
  1731. ocaml-in-python
  1732. ocaml-index
  1733. ocaml-lsp-server
  1734. ocaml-lua
  1735. ocaml-migrate-parsetree
  1736. ocaml-migrate-parsetree-ocamlbuild
  1737. ocaml-monadic >= "0.4.1"
  1738. ocaml-print-intf
  1739. ocaml-probes
  1740. ocaml-protoc >= "2.0.1"
  1741. ocaml-protoc-plugin
  1742. ocaml-r >= "0.1.1"
  1743. ocaml-sat-solvers >= "0.8"
  1744. ocaml-syntax-shims
  1745. ocaml-systemd >= "1.3"
  1746. ocaml-top
  1747. ocaml-vdom < "transition"
  1748. ocaml-version >= "3.5.0"
  1749. ocaml_db_model
  1750. ocaml_intrinsics
  1751. ocaml_intrinsics_kernel
  1752. ocaml_openapi_generator
  1753. ocaml_pgsql_model
  1754. ocaml_plugin
  1755. ocamlc-loc < "3.19.0"
  1756. ocamlcodoc
  1757. ocamldiff >= "1.2"
  1758. ocamlformat >= "0.24.1"
  1759. ocamlformat-lib
  1760. ocamlformat-mlx
  1761. ocamlformat-mlx-lib
  1762. ocamlformat-rpc < "removed"
  1763. ocamlformat-rpc-lib
  1764. ocamlfuse
  1765. ocamlgraph >= "2.0.0"
  1766. ocamlgraph_gtk
  1767. ocamline
  1768. ocamlmerlin-mlx < "0.10"
  1769. ocamlmig
  1770. ocamlog
  1771. ocamlregextkit
  1772. ocannl_npy
  1773. ocb
  1774. ocf >= "0.8.0" & < "1.0.0"
  1775. ocf_ppx < "1.0.0"
  1776. ocgtk
  1777. ockt
  1778. ocluster != "0.2"
  1779. ocluster-api
  1780. ocluster-worker
  1781. ocolor
  1782. ocp-browser >= "1.2.1"
  1783. ocp-indent >= "1.7.0" & < "1.9.0"
  1784. ocp-indent-nlfork
  1785. ocp-index
  1786. ocp-search
  1787. ocp_reveal
  1788. ocplib-endian >= "1.1"
  1789. ocplib-json-typed-browser
  1790. ocplib-json-typed-bson
  1791. ocplib-simplex >= "0.5"
  1792. ocplib_stuff >= "0.4.0"
  1793. ocsigen-i18n >= "4.0.0"
  1794. ocsigen-ppx-rpc
  1795. ocsigenserver >= "4.0.1" & < "7.0.0"
  1796. ocsipersist < "2.1.0"
  1797. ocsipersist-dbm < "2.1.0"
  1798. ocsipersist-dbm-config < "2.1.0"
  1799. ocsipersist-lib < "2.1.0"
  1800. ocsipersist-pgsql < "2.1.0"
  1801. ocsipersist-pgsql-config < "2.1.0"
  1802. ocsipersist-sqlite < "2.1.0"
  1803. ocsipersist-sqlite-config < "2.1.0"
  1804. octavius >= "1.2.2"
  1805. ocue
  1806. odate
  1807. odds >= "1.1"
  1808. odep
  1809. odepack >= "0.6.9"
  1810. odnnr
  1811. odoc < "3.1.0"
  1812. odoc-driver < "3.1.0"
  1813. odoc-md < "3.1.0"
  1814. odoc-parser < "3.1.0"
  1815. oepub
  1816. of_json
  1817. offheap
  1818. oframl
  1819. ogg >= "1.0.0"
  1820. ohex
  1821. oidc
  1822. ojo
  1823. ojs < "1.1.7"
  1824. ojs_base
  1825. ojs_base_all
  1826. ojs_base_ppx
  1827. ojs_ed
  1828. ojs_filetree
  1829. ojs_list
  1830. oktree
  1831. olinq >= "0.3"
  1832. oma
  1833. omd >= "1.3.2"
  1834. ometrics
  1835. omg
  1836. omigrate
  1837. omlr >= "1.0.3"
  1838. omtl
  1839. oneffs
  1840. oniguruma
  1841. opam-0install
  1842. opam-0install-cudf
  1843. opam-bin >= "1.0.0"
  1844. opam-build
  1845. opam-check-npm-deps
  1846. opam-client >= "2.0.2"
  1847. opam-compiler
  1848. opam-core >= "2.0.2"
  1849. opam-custom-install
  1850. opam-devel >= "2.0.2"
  1851. opam-dune-lint
  1852. opam-ed >= "0.4"
  1853. opam-file-format >= "2.1.0" & < "2.1.5" | >= "2.2.0"
  1854. opam-format >= "2.0.2"
  1855. opam-graph
  1856. opam-grep >= "0.2.0"
  1857. opam-installer >= "2.0.2"
  1858. opam-minver
  1859. opam-monorepo
  1860. opam-package-upgrade >= "0.2"
  1861. opam-publish >= "2.0.2"
  1862. opam-repository >= "2.0.2"
  1863. opam-solver >= "2.0.2"
  1864. opam-spin
  1865. opam-state >= "2.0.2"
  1866. opam-test
  1867. opam_bin_lib != "0.9.5"
  1868. opasswd
  1869. opatch
  1870. opazl
  1871. openai
  1872. openai-gym
  1873. openapi
  1874. openapi-opium
  1875. openapi_router
  1876. opencc0
  1877. opencc1
  1878. opencc1_1
  1879. openQASM
  1880. openstellina
  1881. opentelemetry
  1882. opentelemetry-client
  1883. opentelemetry-client-cohttp-eio
  1884. opentelemetry-client-cohttp-lwt
  1885. opentelemetry-client-ocurl
  1886. opentelemetry-client-ocurl-lwt
  1887. opentelemetry-cohttp-lwt
  1888. opentelemetry-logs
  1889. opentelemetry-lwt
  1890. opine
  1891. opium
  1892. opium-graphql
  1893. opium-testing
  1894. opium_kernel >= "0.17.0"
  1895. oplot
  1896. oplsr
  1897. opomodoro
  1898. opsian
  1899. optal
  1900. opti
  1901. optimization1d >= "0.6.1"
  1902. optiml-transport
  1903. optint
  1904. opus
  1905. oq
  1906. oraft
  1907. oranger >= "2.0.1"
  1908. orb
  1909. order-i3-xfce
  1910. ordering < "3.19.0"
  1911. ordinal
  1912. ordinal_abbreviation
  1913. ordma >= "0.0.5"
  1914. orec >= "1.0.1"
  1915. orewa
  1916. orf
  1917. orgeat
  1918. orpie
  1919. orrandomForest
  1920. orsvm_e1071 >= "4.0.0"
  1921. ortac-core
  1922. ortac-dune
  1923. ortac-qcheck-stm
  1924. ortac-runtime
  1925. ortac-runtime-qcheck-stm
  1926. ortac-wrapper
  1927. orthologic-coq
  1928. orxgboost >= "1.1.0"
  1929. osc >= "0.2.0"
  1930. osc-lwt
  1931. osc-unix
  1932. osdp >= "1.1.1"
  1933. oseq >= "0.2"
  1934. osh
  1935. oskel
  1936. osnap
  1937. ostap >= "0.6"
  1938. osx-keychain
  1939. osx-secure-transport
  1940. otaglibc
  1941. otf
  1942. otoggl
  1943. otoml
  1944. otr
  1945. oui
  1946. ounit = "2.1.2"
  1947. ounit-lwt < "2.2.0"
  1948. ounit2
  1949. ounit2-lwt
  1950. override
  1951. owee
  1952. owi
  1953. owl >= "0.4.0" & < "1.2"
  1954. owl-base >= "0.4.0" & < "1.2"
  1955. owl-jupyter
  1956. owl-ode
  1957. owl-ode-base
  1958. owl-ode-odepack
  1959. owl-ode-sundials
  1960. owl-opt
  1961. owl-opt-lbfgs
  1962. owl-plplot < "1.1"
  1963. owl-symbolic
  1964. owl-top >= "0.4.0" & < "1.2"
  1965. owl-zoo >= "0.4.0"
  1966. owork
  1967. ozulip
  1968. p4pp
  1969. p5scm
  1970. packstream
  1971. pacomb
  1972. paf
  1973. paf-cohttp
  1974. pam
  1975. pancake
  1976. pandoc
  1977. pandoc-abbreviations
  1978. pandoc-comment
  1979. pandoc-crossref
  1980. pandoc-include
  1981. pandoc-inspect
  1982. pandoc-pdf2png
  1983. pandoc-replace
  1984. papi >= "0.1.1"
  1985. par_incr
  1986. parany >= "9.0.0"
  1987. pardi >= "2.0.2"
  1988. pari
  1989. pari-bindings
  1990. parmap >= "1.1.1"
  1991. parsexp >= "v0.13.0"
  1992. parsexp_io
  1993. parsite
  1994. parsley
  1995. passage
  1996. patch
  1997. patdiff
  1998. path_glob
  1999. patience_diff
  2000. patricia-tree
  2001. pattern
  2002. pb
  2003. pb-plugin
  2004. pbkdf
  2005. pbrt
  2006. pbrt_services
  2007. pbrt_yojson
  2008. pcap-format >= "0.5.2"
  2009. pcrc
  2010. pcre >= "7.3.5"
  2011. pcre2
  2012. pds-reachability >= "0.2.2"
  2013. pecu >= "0.2"
  2014. petrol
  2015. pf-qubes
  2016. pg_query
  2017. pgocaml >= "4.0"
  2018. pgocaml_ppx
  2019. pgx
  2020. pgx_async
  2021. pgx_lwt
  2022. pgx_lwt_mirage
  2023. pgx_lwt_unix
  2024. pgx_unix
  2025. pgx_value_core
  2026. pgx_value_ptime
  2027. phantom-algebra >= "1.0.1"
  2028. phonetic
  2029. phylogenetics
  2030. piaf
  2031. picasso
  2032. picos
  2033. picos_aux
  2034. picos_io
  2035. picos_io_cohttp
  2036. picos_lwt
  2037. picos_meta
  2038. picos_mux
  2039. picos_std
  2040. piece_rope
  2041. piqi >= "0.7.8"
  2042. piqilib >= "0.6.16"
  2043. pixel_pusher
  2044. pkcs11 >= "0.18.0"
  2045. pkcs11-cli
  2046. pkcs11-driver
  2047. pkcs11-rev
  2048. pla >= "1.3"
  2049. plateau
  2050. plato
  2051. playwright
  2052. plebeia
  2053. plist-xml
  2054. plist-xml-lwt
  2055. plotkicadsch
  2056. plotly
  2057. plplot >= "5.11.0-1"
  2058. polars
  2059. polars_async
  2060. polka
  2061. poll
  2062. polling_state_rpc
  2063. polly < "0.5.0"
  2064. polynomial
  2065. pomap
  2066. popper
  2067. portaudio >= "0.2.2"
  2068. portaudio_c_bindings
  2069. posix-base < "4.0.1"
  2070. posix-bindings < "4.0.1"
  2071. posix-getopt >= "2.0.0" & < "4.0.1"
  2072. posix-math2 < "4.0.1"
  2073. posix-signal < "4.0.1"
  2074. posix-socket < "4.0.1"
  2075. posix-socket-unix < "4.0.1"
  2076. posix-time2 < "4.0.1"
  2077. posix-types >= "2.0.0" & < "4.0.1"
  2078. posix-uname < "4.0.1"
  2079. posixat
  2080. postgres_async
  2081. postgresql >= "4.4.1"
  2082. pp
  2083. pp-binary-ints
  2084. pp_loc
  2085. pprint >= "20200226"
  2086. ppx-owl-opt
  2087. ppx_accessor
  2088. ppx_assert
  2089. ppx_bap
  2090. ppx_base
  2091. ppx_bench
  2092. ppx_bin_prot
  2093. ppx_bitstring < "5.0.2"
  2094. ppx_blob >= "0.6.0"
  2095. ppx_camlrack
  2096. ppx_catch
  2097. ppx_cold
  2098. ppx_compare
  2099. ppx_compose >= "0.1.0"
  2100. ppx_const
  2101. ppx_conv_func
  2102. ppx_counters
  2103. ppx_css
  2104. ppx_cstruct
  2105. ppx_cstubs
  2106. ppx_csv_conv
  2107. ppx_custom_printf
  2108. ppx_decimal
  2109. ppx_default
  2110. ppx_defer >= "0.4.0"
  2111. ppx_demo
  2112. ppx_derive_at_runtime
  2113. ppx_derivers >= "1.2.1"
  2114. ppx_deriving >= "4.5-1"
  2115. ppx_deriving_cad
  2116. ppx_deriving_cmdliner
  2117. ppx_deriving_decoders
  2118. ppx_deriving_encoding
  2119. ppx_deriving_ezjsonm
  2120. ppx_deriving_hardcaml
  2121. ppx_deriving_hash < "0.1.4"
  2122. ppx_deriving_json_schema
  2123. ppx_deriving_jsoo
  2124. ppx_deriving_madcast >= "0.2"
  2125. ppx_deriving_popper
  2126. ppx_deriving_protobuf
  2127. ppx_deriving_qcheck
  2128. ppx_deriving_rpc
  2129. ppx_deriving_scad
  2130. ppx_deriving_variant_string
  2131. ppx_deriving_yaml
  2132. ppx_deriving_yojson
  2133. ppx_diff
  2134. ppx_disable_unused_warnings
  2135. ppx_distr_guards >= "0.2"
  2136. ppx_dream_eml
  2137. ppx_embed_file
  2138. ppx_enforce
  2139. ppx_enumerate
  2140. ppx_expect
  2141. ppx_expect_nobase >= "v0.17.2.2"
  2142. ppx_ezlua
  2143. ppx_factory
  2144. ppx_fail
  2145. ppx_fields_conv
  2146. ppx_fixed_literal
  2147. ppx_forbid
  2148. ppx_format
  2149. ppx_fun
  2150. ppx_gen_rec >= "1.1.0"
  2151. ppx_getenv
  2152. ppx_globalize
  2153. ppx_hardcaml
  2154. ppx_hash
  2155. ppx_here
  2156. ppx_ignore_instrumentation
  2157. ppx_import
  2158. ppx_inline_alcotest
  2159. ppx_inline_test
  2160. ppx_inline_test_nobase
  2161. ppx_interact
  2162. ppx_irmin
  2163. ppx_jane
  2164. ppx_js_style
  2165. ppx_jsobject_conv
  2166. ppx_jsonaf_conv
  2167. ppx_let
  2168. ppx_log
  2169. ppx_lun
  2170. ppx_make
  2171. ppx_map
  2172. ppx_marshal < "0.4.1"
  2173. ppx_marshal_ext < "0.4.1"
  2174. ppx_matches < "0.2.0"
  2175. ppx_meta_conv
  2176. ppx_mica
  2177. ppx_mikmatch
  2178. ppx_minidebug
  2179. ppx_module_timer
  2180. ppx_monad
  2181. ppx_monoid >= "0.3.2"
  2182. ppx_mysql
  2183. ppx_open
  2184. ppx_optcomp
  2185. ppx_optint
  2186. ppx_optional
  2187. ppx_parser
  2188. ppx_partial
  2189. ppx_pattern_bind
  2190. ppx_pbt
  2191. ppx_pipebang
  2192. ppx_protocol_conv
  2193. ppx_protocol_conv_json
  2194. ppx_protocol_conv_jsonm
  2195. ppx_protocol_conv_msgpack
  2196. ppx_protocol_conv_xml_light
  2197. ppx_protocol_conv_xmlm
  2198. ppx_protocol_conv_yaml
  2199. ppx_pyformat
  2200. ppx_python
  2201. ppx_quick_test
  2202. ppx_rapper
  2203. ppx_rapper_async
  2204. ppx_rapper_lwt
  2205. ppx_regexp >= "0.4.0"
  2206. ppx_repr
  2207. ppx_seq
  2208. ppx_sexp_conv
  2209. ppx_sexp_message
  2210. ppx_sexp_value
  2211. ppx_show
  2212. ppx_stable
  2213. ppx_stable_witness
  2214. ppx_string
  2215. ppx_string_conv
  2216. ppx_string_interpolation
  2217. ppx_subliner
  2218. ppx_system
  2219. ppx_test
  2220. ppx_tools
  2221. ppx_tools_versioned
  2222. ppx_trace
  2223. ppx_ts
  2224. ppx_tydi
  2225. ppx_type_directed_value
  2226. ppx_typed_fields
  2227. ppx_typerep_conv
  2228. ppx_tyre
  2229. ppx_units
  2230. ppx_unreachable
  2231. ppx_update
  2232. ppx_variants_conv
  2233. ppx_viewpattern
  2234. ppx_wideopen
  2235. ppx_xml_conv
  2236. ppx_yojson
  2237. ppx_yojson_conv
  2238. ppx_yojson_conv_lib
  2239. ppxfind
  2240. ppxlib
  2241. ppxlib-tools
  2242. ppxlib_jane
  2243. ppxx
  2244. pratter
  2245. prbnmcn-basic-structures
  2246. prbnmcn-cgrph
  2247. prbnmcn-clustering
  2248. prbnmcn-dagger
  2249. prbnmcn-dagger-gsl
  2250. prbnmcn-dagger-stats
  2251. prbnmcn-dagger-test
  2252. prbnmcn-gnuplot
  2253. prbnmcn-linalg
  2254. prbnmcn-mcts
  2255. prbnmcn-proptest
  2256. prbnmcn-stats
  2257. prbnmcn-ucb1
  2258. prc
  2259. preface
  2260. prelude
  2261. pretty_expressive
  2262. prettym
  2263. printbox >= "0.3"
  2264. printbox-ext-plot
  2265. printbox-html
  2266. printbox-md
  2267. printbox-text >= "0.6.1"
  2268. proc-smaps
  2269. process_limits
  2270. processor
  2271. producer
  2272. prof_spacetime
  2273. profiling
  2274. profunctor
  2275. progress < "0.5.0"
  2276. prom
  2277. prometheus >= "0.6"
  2278. prometheus-app >= "0.6"
  2279. prometheus-liquidsoap >= "2"
  2280. promise
  2281. promise_jsoo
  2282. promise_jsoo_lwt
  2283. protocell
  2284. protocol-9p >= "1.0.0"
  2285. protocol-9p-tool >= "1.0.0"
  2286. protocol-9p-unix >= "1.0.0"
  2287. protocol_version_header
  2288. prr
  2289. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2290. psq >= "0.1.1"
  2291. ptmap >= "2.0.5"
  2292. ptset
  2293. pulseaudio >= "0.1.4"
  2294. pure-html
  2295. pure-splitmix >= "0.3"
  2296. purl
  2297. pvec
  2298. pxshot
  2299. py >= "1.1"
  2300. pyast
  2301. pyml >= "20210924"
  2302. pyml_bindgen >= "0.3.0"
  2303. pyre-ast
  2304. pythonlib
  2305. qbf >= "0.3"
  2306. qcheck >= "0.13"
  2307. qcheck-alcotest
  2308. qcheck-core
  2309. qcheck-lin < "0.10"
  2310. qcheck-multicoretests-util < "0.10"
  2311. qcheck-ounit
  2312. qcheck-stm < "0.10"
  2313. qdrant
  2314. qinap
  2315. qiskit
  2316. qmp >= "0.19.0"
  2317. qrencode
  2318. qtest >= "2.10.1"
  2319. queenshead
  2320. quests
  2321. quick_print
  2322. quickjs
  2323. radamsa
  2324. radare2 >= "0.0.3"
  2325. randii
  2326. random
  2327. randomconv
  2328. randoml
  2329. range >= "0.8"
  2330. rangeSet
  2331. rankers
  2332. rawlink
  2333. rawlink-eio
  2334. rawlink-lwt
  2335. raygui < "1.4.0"
  2336. raylib < "1.4.0"
  2337. rdbg >= "1.196.12"
  2338. rdf >= "0.13.0" & < "1.1.0"
  2339. rdf_impls < "1.1.0"
  2340. rdf_json_ld < "1.1.0"
  2341. rdf_lwt < "1.1.0"
  2342. rdf_mysql < "1.1.0"
  2343. rdf_postgresql < "1.1.0"
  2344. rdf_ppx < "1.1.0"
  2345. re >= "1.9.0" & < "1.14.0"
  2346. re2
  2347. re2_stable
  2348. re_parser
  2349. rea
  2350. reactiveData = "0.3.0"
  2351. reactjs-jsx-ppx
  2352. readline
  2353. reanalyze
  2354. reason < "3.17.2"
  2355. reason-react
  2356. reason-react-ppx
  2357. reason-standard
  2358. received
  2359. record_builder
  2360. records >= "1.0.0"
  2361. reddit_api_async
  2362. reddit_api_kernel
  2363. redirect
  2364. redis >= "0.4"
  2365. redis-async
  2366. redis-lwt >= "0.4"
  2367. redis-sync >= "0.4"
  2368. reed-solomon-erasure >= "1.0.2"
  2369. reedsolomon
  2370. refl
  2371. regex_parser_intf
  2372. regrade
  2373. relude
  2374. remu_ts
  2375. reparse
  2376. reparse-lwt
  2377. reparse-lwt-unix
  2378. reparse-unix
  2379. repr
  2380. repr-bench
  2381. repr-fuzz
  2382. res >= "5.0.1"
  2383. res_tailwindcss
  2384. rescript-syntax
  2385. reshowcase
  2386. resource-pooling >= "1.1"
  2387. resource_cache
  2388. resp
  2389. resp-client
  2390. resp-mirage
  2391. resp-server >= "0.9"
  2392. resp-unix
  2393. resto
  2394. resto-acl
  2395. resto-cohttp
  2396. resto-cohttp-client
  2397. resto-cohttp-self-serving-client
  2398. resto-cohttp-server
  2399. resto-directory
  2400. resto-json
  2401. result
  2402. rfc1951 >= "0.8.1" & != "1.0.0"
  2403. rfc6287 >= "1.0.4"
  2404. rfc7748
  2405. rfsm >= "1.6-alpha-3"
  2406. rhythm
  2407. ringo
  2408. ringo-lwt
  2409. rio
  2410. riot
  2411. river
  2412. robotstxt
  2413. rock
  2414. rocq-core
  2415. rocq-devtools
  2416. rocq-runtime
  2417. rocqide
  2418. roman
  2419. root1d >= "0.5.1"
  2420. rope >= "0.6.2"
  2421. rosa
  2422. rosetta >= "0.2.0"
  2423. routes
  2424. rowex
  2425. rpc
  2426. rpc_parallel
  2427. rpclib
  2428. rpclib-async
  2429. rpclib-html
  2430. rpclib-js
  2431. rpclib-lwt
  2432. rsdd
  2433. rss
  2434. rtop < "3.17.2"
  2435. rtree
  2436. rungen
  2437. runtime_events_tools < "0.5.2"
  2438. rusage
  2439. rust-staticlib-gen
  2440. rust-staticlib-virtual
  2441. SZXX
  2442. safemoney
  2443. safepass >= "3.1"
  2444. sail >= "0.15" & < "0.20.2"
  2445. sail_c_backend < "0.20.2"
  2446. sail_coq_backend < "0.20.2"
  2447. sail_doc_backend < "0.20.2"
  2448. sail_latex_backend < "0.20.2"
  2449. sail_lean_backend < "0.20.2"
  2450. sail_lem_backend < "0.20.2"
  2451. sail_maker < "0.20.2"
  2452. sail_manifest
  2453. sail_ocaml_backend < "0.20.2"
  2454. sail_output < "0.20.2"
  2455. sail_smt_backend < "0.20.2"
  2456. sail_sv_backend < "0.20.2"
  2457. salsa20 >= "1.0.0"
  2458. salsa20-core >= "1.0.0"
  2459. samplerate >= "0.1.6"
  2460. sanddb >= "0.2"
  2461. sarek
  2462. sarif
  2463. satex
  2464. saturn
  2465. saturn_lockfree
  2466. satyrographos
  2467. scad_ml
  2468. scfg
  2469. scgi
  2470. scipy
  2471. scrypt-kdf
  2472. sd_logic
  2473. sdl-liquidsoap >= "3"
  2474. search
  2475. searchTree
  2476. secp256k1 >= "0.4.1"
  2477. secp256k1-internal
  2478. sedlex
  2479. sek
  2480. sel
  2481. semantic_version
  2482. semaphore-compat
  2483. semv
  2484. semver >= "0.2.1"
  2485. semver2
  2486. sendmail
  2487. sendmail-lwt
  2488. sendmail-miou-unix
  2489. sendmail-mirage
  2490. sentry
  2491. seq < "base"
  2492. seqes
  2493. sequencer_table
  2494. serde
  2495. serde_debug
  2496. serde_derive
  2497. serde_json
  2498. serde_sexpr
  2499. serde_xml
  2500. serial
  2501. server-reason-react
  2502. session >= "0.4.1"
  2503. session-cohttp >= "0.4.1"
  2504. session-cohttp-async >= "0.4.1"
  2505. session-cohttp-lwt >= "0.4.1"
  2506. session-cookie
  2507. session-cookie-async
  2508. session-cookie-lwt
  2509. session-postgresql >= "0.4.1"
  2510. session-postgresql-async
  2511. session-postgresql-lwt
  2512. session-redis-lwt >= "0.4.1"
  2513. session-webmachine >= "0.4.1"
  2514. setcore >= "1.0.2"
  2515. sexp
  2516. sexp_decode
  2517. sexp_diff
  2518. sexp_diff_kernel
  2519. sexp_grammar
  2520. sexp_macro
  2521. sexp_pretty
  2522. sexp_select
  2523. sexp_string_quickcheck
  2524. sexplib >= "v0.13.0"
  2525. sexplib0 >= "v0.12.0"
  2526. sgf
  2527. sha >= "1.13"
  2528. shades
  2529. shapefile
  2530. shared-block-ring
  2531. shared-memory-ring
  2532. shared-memory-ring-lwt
  2533. shared-secret >= "0.4"
  2534. shell
  2535. sherlodoc < "3.1.0"
  2536. shexp
  2537. shine >= "0.2.2"
  2538. shuttle
  2539. shuttle_http
  2540. shuttle_ssl
  2541. shuttle_websocket
  2542. sifun
  2543. signal
  2544. sihl
  2545. sihl-cache
  2546. sihl-contract
  2547. sihl-core
  2548. sihl-email
  2549. sihl-facade
  2550. sihl-persistence
  2551. sihl-queue
  2552. sihl-session
  2553. sihl-storage
  2554. sihl-token
  2555. sihl-type
  2556. sihl-user
  2557. sihl-web
  2558. simlog
  2559. simple63
  2560. simple_httpd
  2561. simple_httpd_caqti
  2562. sitemap
  2563. sklearn
  2564. slack
  2565. slacko
  2566. slice
  2567. slipshow != "0.5.0"
  2568. slug
  2569. smart-print >= "0.3.0"
  2570. smaws-clients
  2571. smaws-lib
  2572. smol
  2573. smol-helpers
  2574. smtlib-utils
  2575. smtml < "0.10.0"
  2576. snappy
  2577. so
  2578. sodium-fmt
  2579. solid < "0.5.0"
  2580. solid_server < "0.5.0"
  2581. solid_tools < "0.5.0"
  2582. solidity-alcotest
  2583. solidity-common
  2584. solidity-parser
  2585. solidity-test
  2586. solidity-typechecker
  2587. solo5-elftool
  2588. sortedseq_intersect
  2589. soundtouch >= "0.1.9"
  2590. soupault
  2591. spacetime_lib
  2592. spatial-shell
  2593. spawn < "v0.9.0" | >= "v0.13.0"
  2594. spdx_licenses
  2595. spectrum
  2596. spectrum_capabilities
  2597. spectrum_palette_ppx
  2598. spectrum_palettes
  2599. spectrum_tools
  2600. speed
  2601. speex
  2602. spelll >= "0.4"
  2603. spices
  2604. spin
  2605. splay_tree
  2606. splittable_random
  2607. spoc
  2608. spoc_ppx
  2609. spoke
  2610. spotify-web-api
  2611. spotlib >= "4.1.0"
  2612. sqids
  2613. sqlgg >= "20200521"
  2614. sqlite3 >= "4.4.1"
  2615. sqlite3_utils
  2616. srt
  2617. ssh-agent >= "0.2.0"
  2618. ssl >= "0.5.6"
  2619. starpath
  2620. starred_ml < "0.0.8"
  2621. stdcompat >= "19"
  2622. stdint >= "0.6.0"
  2623. stdint-literals
  2624. stdio
  2625. stdlib-diff
  2626. stdlib-random
  2627. stdlib-shims
  2628. stdune < "3.19.0"
  2629. stitch
  2630. stk < "0.5.0"
  2631. stk_iconv < "0.5.0"
  2632. stk_ocf < "0.5.0"
  2633. stk_ppx < "0.5.0"
  2634. stk_rdf < "0.5.0"
  2635. stk_xml < "0.5.0"
  2636. stog >= "0.20.0"
  2637. stog_all
  2638. stog_asy
  2639. stog_dot
  2640. stog_extern
  2641. stog_markdown
  2642. stog_multi_doc
  2643. stog_nocaml
  2644. stog_noexec
  2645. stog_plugins
  2646. stog_rdf
  2647. stog_rel_href
  2648. stog_server
  2649. stog_server_multi
  2650. stog_sitemap
  2651. stog_writing
  2652. stone >= "0.5.2"
  2653. store
  2654. store-dict
  2655. store-pushqueue
  2656. stored_reversed
  2657. stramon-lib
  2658. streamable
  2659. streaming
  2660. string_dict
  2661. stringCodepointSplitter
  2662. stringext >= "1.6.0"
  2663. stringx
  2664. sturgeon >= "0.4.2"
  2665. styled-ppx < "0.61.0"
  2666. subprocess
  2667. subscriptions-transport-ws
  2668. subtype-refinement >= "0.2"
  2669. sun
  2670. svmwrap
  2671. swagger >= "0.2.0"
  2672. swhid
  2673. swhid_compute
  2674. swhid_core
  2675. swhid_types
  2676. swipl
  2677. syguslib-utils
  2678. symex
  2679. synchronizer
  2680. syncweb
  2681. syndic >= "1.6.0"
  2682. synopsis
  2683. sys-socket
  2684. sys-socket-unix
  2685. syslog >= "2.0.1"
  2686. syslog-message >= "1.0.0"
  2687. syslog-rfc5424 < "0.2"
  2688. systemverilog >= "0.0.2"
  2689. syto
  2690. tablecloth-base
  2691. tablecloth-melange
  2692. tablecloth-native < "transition"
  2693. tabr
  2694. taglib >= "0.3.7"
  2695. talaria-bibtex
  2696. tar
  2697. tar-eio
  2698. tar-mirage
  2699. tar-unix
  2700. tcalc
  2701. tcpip
  2702. tdigest
  2703. telemetry
  2704. telltime
  2705. tensorboard
  2706. term-indexing
  2707. term-tools
  2708. termaid
  2709. terminal < "0.5.0"
  2710. terminal_size >= "0.1.4"
  2711. terminus
  2712. terminus-cohttp
  2713. terminus-hlc
  2714. terml
  2715. testo < "0.3.4"
  2716. testo-diff < "0.3.4"
  2717. testo-lwt < "0.3.4"
  2718. testo-util < "0.3.4"
  2719. testu01
  2720. textmate-language
  2721. textrazor
  2722. textutils
  2723. textutils_kernel
  2724. textwrap >= "0.2.1"
  2725. tezos-base58
  2726. tezos-context-hash
  2727. tezt < "4.3.0"
  2728. tezt-bam
  2729. theora
  2730. thread-local-storage
  2731. thread-table
  2732. thrift
  2733. tidy
  2734. tidy_email
  2735. tidy_email_mailgun
  2736. tidy_email_sendgrid
  2737. tidy_email_smtp
  2738. tilde_f
  2739. time_now
  2740. timed >= "1.1"
  2741. timedesc
  2742. timedesc-json
  2743. timedesc-sexp
  2744. timedesc-tzdb
  2745. timedesc-tzlocal
  2746. timedesc-tzlocal-js
  2747. timere
  2748. timere-parse
  2749. timezone
  2750. timmy
  2751. timmy-jsoo
  2752. timmy-lwt
  2753. timmy-unix
  2754. tiny_httpd
  2755. tiny_httpd_camlzip
  2756. tiny_httpd_eio
  2757. tip-parser >= "0.4"
  2758. tldr
  2759. tls >= "0.12.8"
  2760. tls-async
  2761. tls-eio
  2762. tls-liquidsoap
  2763. tls-lwt
  2764. tls-miou-unix
  2765. tls-mirage
  2766. toc
  2767. tofn
  2768. togglelog
  2769. toml
  2770. toml-cconv
  2771. toml_cconv
  2772. toplevel_backend
  2773. toplevel_expect_test
  2774. topojson
  2775. topojsone
  2776. topological_sort
  2777. torch
  2778. tqdm
  2779. trace
  2780. trace-fuchsia
  2781. trace-runtime-events
  2782. trace-tef
  2783. tracing
  2784. tracy-client
  2785. trail
  2786. traits
  2787. trampoline
  2788. transept
  2789. transom
  2790. traverse
  2791. travesty
  2792. trax >= "0.4.0"
  2793. tree_layout >= "0.2"
  2794. treeprint >= "2.3.0"
  2795. trexio
  2796. trie
  2797. trs
  2798. tsdl-image >= "0.3.0"
  2799. tsdl-mixer
  2800. tsdl-ttf >= "0.3"
  2801. tsort
  2802. tty
  2803. tube >= "4.4.0"
  2804. tuntap
  2805. twirp_cohttp_lwt_unix
  2806. twirp_core
  2807. twirp_ezcurl
  2808. twirp_tiny_httpd
  2809. twostep
  2810. tyabt
  2811. type_eq
  2812. type_id
  2813. typed_list
  2814. typeid
  2815. typerep >= "v0.13.0"
  2816. typeset
  2817. tyre >= "0.5"
  2818. tyxml >= "4.3.0"
  2819. tyxml-jsx
  2820. tyxml-lwd
  2821. tyxml-ppx >= "4.3.0"
  2822. tyxml-syntax
  2823. ubase
  2824. ubpf >= "0.2"
  2825. uecc >= "0.3"
  2826. ufind
  2827. uint >= "2.0.1"
  2828. ulid
  2829. um-abt
  2830. unidecode
  2831. unionFind
  2832. unisim_archisec < "0.0.14"
  2833. unison < "2.53.4"
  2834. universal-portal
  2835. universo
  2836. unix-errno >= "0.6.0"
  2837. unix-type-representations >= "0.1.3"
  2838. unstrctrd
  2839. uopt
  2840. uri >= "2.2.1"
  2841. uri-bench
  2842. uri-re
  2843. uri-sexp
  2844. uring
  2845. uring-trace
  2846. uritemplate
  2847. urn
  2848. user-agent-parser
  2849. username_kernel
  2850. uspf
  2851. uspf-lwt
  2852. uspf-mirage
  2853. uspf-unix
  2854. utcp
  2855. utop
  2856. uuuu >= "0.1.1"
  2857. validate
  2858. validator
  2859. variantslib >= "v0.13.0"
  2860. varray
  2861. vcaml
  2862. vcardgen >= "1.2"
  2863. vchan
  2864. vchan-unix
  2865. vchan-xen
  2866. vdom
  2867. vec
  2868. vector
  2869. vector3 >= "1.0.0"
  2870. vendredi
  2871. vercel
  2872. versioned_polling_state_rpc
  2873. vhd-format >= "0.12.0"
  2874. vhd-format-lwt
  2875. vif
  2876. vifu
  2877. virtual_dom
  2878. virtual_dom_toplayer
  2879. visitors >= "20200207"
  2880. vlq >= "0.2.1"
  2881. vlt
  2882. vmnet
  2883. vocal
  2884. voqc
  2885. vorbis
  2886. vpt >= "5.0.0"
  2887. vscoq-language-server < "2.3.3"
  2888. vsrocq-language-server
  2889. vue-jsoo
  2890. vue-ppx
  2891. wall
  2892. wasm >= "2.0.2"
  2893. wasmer
  2894. wasmtime
  2895. wayland
  2896. waylaunch
  2897. wcwidth
  2898. webauthn
  2899. weberizer >= "0.8"
  2900. webmachine >= "0.6.2"
  2901. websocket >= "2.12"
  2902. websocket-async
  2903. websocket-lwt
  2904. websocket-lwt-unix
  2905. websocketaf
  2906. webtest
  2907. webtest-js
  2908. why3find
  2909. wikitext
  2910. win-error >= "1.0"
  2911. win-eventlog >= "0.3"
  2912. winsvc
  2913. wol
  2914. wol-eio
  2915. wol-mirage
  2916. ws
  2917. ws-server
  2918. wseg
  2919. wtf8 >= "1.0.2"
  2920. wtr
  2921. wtr-ppx
  2922. wu-manber-fuzzy-search
  2923. x509
  2924. x86_64-esperanto >= "0.0.6"
  2925. xapi-backtrace
  2926. xapi-inventory
  2927. xapi-rrd
  2928. xapi-stdext-date
  2929. xapi-stdext-encodings
  2930. xapi-stdext-pervasives
  2931. xapi-stdext-std
  2932. xapi-stdext-threads
  2933. xapi-stdext-unix
  2934. xapi-stdext-zerocheck
  2935. xcursor
  2936. xdg < "3.19.0"
  2937. xdg-basedir
  2938. xedbindings
  2939. xen-evtchn
  2940. xen-evtchn-unix
  2941. xen-gnt
  2942. xen-gnt-unix
  2943. xenstore
  2944. xenstore-tool
  2945. xenstore_transport >= "1.1.0"
  2946. xkbcommon
  2947. xlsx2csv
  2948. xmelly
  2949. xml-light >= "2.5"
  2950. xmldiff >= "0.7.0"
  2951. xmldiff_js
  2952. xmlplaylist >= "0.1.5"
  2953. xoshiro
  2954. xtmpl >= "0.19.0" & < "1.1.0"
  2955. xtmpl_js < "1.1.0"
  2956. xtmpl_ppx < "1.1.0"
  2957. yaml >= "1.0.0"
  2958. yaml-sexp
  2959. yara >= "0.2"
  2960. yocaml < "2.6.0"
  2961. yocaml_cmark
  2962. yocaml_cmarkit < "2.6.0"
  2963. yocaml_eio < "2.6.0"
  2964. yocaml_git < "2.6.0"
  2965. yocaml_jingoo < "2.6.0"
  2966. yocaml_markdown < "2.6.0"
  2967. yocaml_mustache < "2.6.0"
  2968. yocaml_omd < "2.6.0"
  2969. yocaml_otoml < "2.6.0"
  2970. yocaml_runtime < "2.6.0"
  2971. yocaml_syndication < "2.6.0"
  2972. yocaml_unix < "2.6.0"
  2973. yocaml_yaml < "2.6.0"
  2974. yojson >= "1.5.0"
  2975. yojson-bench
  2976. yojson-five
  2977. yultracer
  2978. yurt >= "0.6"
  2979. yuscii >= "0.2.1"
  2980. yuujinchou
  2981. zanuda
  2982. zar
  2983. zarith-ppx
  2984. zarith_stubs_js
  2985. zarr
  2986. zarr-eio
  2987. zarr-lwt
  2988. zarr-sync
  2989. zed >= "2.0.6"
  2990. zeit
  2991. zelus
  2992. zelus-gtk
  2993. zipperposition
  2994. zipperposition-tools
  2995. zlib
  2996. zlist >= "0.4.0"
  2997. zmq >= "5.1.0"
  2998. zmq-async >= "5.1.0"
  2999. zmq-eio
  3000. zmq-lwt >= "5.1.0"
  3001. zstandard
  3002. zstd >= "0.3"
  3003. 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"