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