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