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