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