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