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