package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 30 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

Issues Discussions Discuss OCaml Discord

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.4"

Dev Dependencies

None

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