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. oui
  1913. ounit = "2.1.2"
  1914. ounit-lwt < "2.2.0"
  1915. ounit2
  1916. ounit2-lwt
  1917. override
  1918. owee
  1919. owi
  1920. owl >= "0.4.0" & < "1.2"
  1921. owl-base >= "0.4.0" & < "1.2"
  1922. owl-jupyter
  1923. owl-ode
  1924. owl-ode-base
  1925. owl-ode-odepack
  1926. owl-ode-sundials
  1927. owl-opt
  1928. owl-opt-lbfgs
  1929. owl-plplot < "1.1"
  1930. owl-symbolic
  1931. owl-top >= "0.4.0" & < "1.2"
  1932. owl-zoo >= "0.4.0"
  1933. owork
  1934. ozulip
  1935. p4pp
  1936. p5scm
  1937. packstream
  1938. pacomb
  1939. paf
  1940. paf-cohttp
  1941. pam
  1942. pancake
  1943. pandoc
  1944. pandoc-abbreviations
  1945. pandoc-comment
  1946. pandoc-crossref
  1947. pandoc-include
  1948. pandoc-inspect
  1949. pandoc-pdf2png
  1950. pandoc-replace
  1951. papi >= "0.1.1"
  1952. par_incr
  1953. parany >= "9.0.0"
  1954. pardi >= "2.0.2"
  1955. pari
  1956. pari-bindings
  1957. parmap >= "1.1.1"
  1958. parsexp >= "v0.12.0"
  1959. parsexp_io
  1960. parsite
  1961. parsley
  1962. passage
  1963. patch
  1964. patdiff >= "v0.12.1"
  1965. path_glob
  1966. patience_diff
  1967. patricia-tree
  1968. pattern
  1969. pb
  1970. pb-plugin
  1971. pbkdf
  1972. pbrt
  1973. pbrt_services
  1974. pbrt_yojson
  1975. pcap-format >= "0.5.2"
  1976. pcrc
  1977. pcre >= "7.3.5"
  1978. pcre2
  1979. pds-reachability >= "0.2.2"
  1980. pecu >= "0.2"
  1981. petr4
  1982. petrol
  1983. pf-qubes
  1984. pg_query
  1985. pgocaml >= "4.0"
  1986. pgocaml_ppx
  1987. pgx >= "1.0"
  1988. pgx_async >= "1.0"
  1989. pgx_lwt >= "1.0"
  1990. pgx_lwt_mirage
  1991. pgx_lwt_unix
  1992. pgx_unix >= "1.0"
  1993. pgx_value_core
  1994. pgx_value_ptime
  1995. phantom-algebra >= "1.0.1"
  1996. phonetic
  1997. phylogenetics
  1998. piaf
  1999. picasso
  2000. picos
  2001. picos_aux
  2002. picos_io
  2003. picos_io_cohttp
  2004. picos_lwt
  2005. picos_meta
  2006. picos_mux
  2007. picos_std
  2008. piece_rope
  2009. piqi >= "0.7.8"
  2010. piqilib >= "0.6.16"
  2011. pixel_pusher
  2012. pkcs11 >= "0.18.0"
  2013. pkcs11-cli
  2014. pkcs11-driver
  2015. pkcs11-rev
  2016. pla >= "1.3"
  2017. plateau
  2018. plato
  2019. plebeia
  2020. plist-xml
  2021. plist-xml-lwt
  2022. plotkicadsch
  2023. plotly
  2024. plplot >= "5.11.0-1"
  2025. polars
  2026. polars_async
  2027. polka
  2028. poll
  2029. polling_state_rpc
  2030. polly
  2031. polynomial
  2032. pomap
  2033. popper
  2034. portaudio >= "0.2.2"
  2035. portaudio_c_bindings
  2036. posix-base < "4.0.1"
  2037. posix-bindings < "4.0.1"
  2038. posix-getopt >= "2.0.0" & < "4.0.1"
  2039. posix-math2 < "4.0.1"
  2040. posix-signal < "4.0.1"
  2041. posix-socket < "4.0.1"
  2042. posix-socket-unix < "4.0.1"
  2043. posix-time2 < "4.0.1"
  2044. posix-types >= "2.0.0" & < "4.0.1"
  2045. posix-uname < "4.0.1"
  2046. posixat
  2047. postgres_async
  2048. postgresql >= "4.4.1"
  2049. pp
  2050. pp-binary-ints
  2051. pp_loc
  2052. pprint >= "20200226"
  2053. ppx-owl-opt
  2054. ppx_accessor
  2055. ppx_assert
  2056. ppx_bap
  2057. ppx_base
  2058. ppx_bench
  2059. ppx_bin_prot
  2060. ppx_bitstring < "5.0.2"
  2061. ppx_blob >= "0.6.0"
  2062. ppx_camlrack
  2063. ppx_catch
  2064. ppx_cold
  2065. ppx_compare
  2066. ppx_compose >= "0.1.0"
  2067. ppx_const >= "2.0"
  2068. ppx_conv_func
  2069. ppx_counters
  2070. ppx_css
  2071. ppx_cstruct
  2072. ppx_cstubs
  2073. ppx_csv_conv
  2074. ppx_custom_printf
  2075. ppx_decimal
  2076. ppx_default
  2077. ppx_defer >= "0.4.0"
  2078. ppx_demo
  2079. ppx_derive_at_runtime
  2080. ppx_derivers >= "1.2.1"
  2081. ppx_deriving >= "4.5-1"
  2082. ppx_deriving_cad
  2083. ppx_deriving_cmdliner >= "0.5.1"
  2084. ppx_deriving_decoders
  2085. ppx_deriving_encoding
  2086. ppx_deriving_ezjsonm
  2087. ppx_deriving_hardcaml
  2088. ppx_deriving_hash
  2089. ppx_deriving_json_schema
  2090. ppx_deriving_jsoo
  2091. ppx_deriving_madcast >= "0.2"
  2092. ppx_deriving_popper
  2093. ppx_deriving_protobuf
  2094. ppx_deriving_qcheck
  2095. ppx_deriving_rpc
  2096. ppx_deriving_scad
  2097. ppx_deriving_variant_string
  2098. ppx_deriving_yaml
  2099. ppx_deriving_yojson
  2100. ppx_diff
  2101. ppx_disable_unused_warnings
  2102. ppx_distr_guards >= "0.2"
  2103. ppx_dream_eml
  2104. ppx_embed_file
  2105. ppx_enumerate
  2106. ppx_expect
  2107. ppx_expect_nobase
  2108. ppx_factory
  2109. ppx_fail
  2110. ppx_fields_conv
  2111. ppx_fixed_literal
  2112. ppx_format
  2113. ppx_fun
  2114. ppx_gen_rec >= "1.1.0"
  2115. ppx_getenv >= "2.0"
  2116. ppx_globalize
  2117. ppx_hardcaml
  2118. ppx_hash
  2119. ppx_here
  2120. ppx_ignore_instrumentation
  2121. ppx_import
  2122. ppx_inline_alcotest
  2123. ppx_inline_test
  2124. ppx_inline_test_nobase
  2125. ppx_interact
  2126. ppx_irmin
  2127. ppx_jane
  2128. ppx_js_style
  2129. ppx_jsobject_conv
  2130. ppx_jsonaf_conv
  2131. ppx_let
  2132. ppx_log
  2133. ppx_lun
  2134. ppx_make
  2135. ppx_map
  2136. ppx_marshal
  2137. ppx_marshal_ext
  2138. ppx_matches
  2139. ppx_meta_conv
  2140. ppx_mica
  2141. ppx_mikmatch
  2142. ppx_minidebug
  2143. ppx_module_timer
  2144. ppx_monad
  2145. ppx_monoid >= "0.3.2"
  2146. ppx_mysql
  2147. ppx_mysql_identity
  2148. ppx_open
  2149. ppx_optcomp
  2150. ppx_optint
  2151. ppx_optional
  2152. ppx_parser
  2153. ppx_partial
  2154. ppx_pattern_bind
  2155. ppx_pbt
  2156. ppx_pipebang >= "v0.12.0"
  2157. ppx_protocol_conv
  2158. ppx_protocol_conv_json
  2159. ppx_protocol_conv_jsonm
  2160. ppx_protocol_conv_msgpack
  2161. ppx_protocol_conv_xml_light
  2162. ppx_protocol_conv_xmlm
  2163. ppx_protocol_conv_yaml
  2164. ppx_pyformat
  2165. ppx_python
  2166. ppx_quick_test
  2167. ppx_rapper
  2168. ppx_rapper_async
  2169. ppx_rapper_lwt
  2170. ppx_regexp >= "0.4.0"
  2171. ppx_repr
  2172. ppx_seq
  2173. ppx_sexp_conv
  2174. ppx_sexp_message
  2175. ppx_sexp_value
  2176. ppx_show
  2177. ppx_stable
  2178. ppx_stable_witness
  2179. ppx_string
  2180. ppx_string_conv
  2181. ppx_string_interpolation
  2182. ppx_subliner
  2183. ppx_system
  2184. ppx_test
  2185. ppx_there
  2186. ppx_tools >= "6.0+4.08.0"
  2187. ppx_tools_versioned
  2188. ppx_trace
  2189. ppx_ts
  2190. ppx_tydi
  2191. ppx_type_directed_value
  2192. ppx_typed_fields
  2193. ppx_typerep_conv
  2194. ppx_tyre
  2195. ppx_units
  2196. ppx_unreachable
  2197. ppx_update
  2198. ppx_variants_conv
  2199. ppx_viewpattern
  2200. ppx_wideopen
  2201. ppx_xml_conv
  2202. ppx_yojson
  2203. ppx_yojson_conv
  2204. ppx_yojson_conv_lib
  2205. ppxfind >= "1.3"
  2206. ppxlib
  2207. ppxlib-tools
  2208. ppxlib_jane
  2209. ppxx
  2210. pratter
  2211. prbnmcn-basic-structures
  2212. prbnmcn-cgrph
  2213. prbnmcn-clustering
  2214. prbnmcn-dagger
  2215. prbnmcn-dagger-gsl
  2216. prbnmcn-dagger-stats
  2217. prbnmcn-dagger-test
  2218. prbnmcn-gnuplot
  2219. prbnmcn-linalg
  2220. prbnmcn-mcts
  2221. prbnmcn-proptest
  2222. prbnmcn-stats
  2223. prbnmcn-ucb1
  2224. prc
  2225. preface
  2226. prelude
  2227. pretty_expressive
  2228. prettym
  2229. printbox >= "0.3"
  2230. printbox-ext-plot
  2231. printbox-html
  2232. printbox-md
  2233. printbox-text >= "0.6.1"
  2234. proc-smaps
  2235. process_limits
  2236. processor
  2237. producer
  2238. prof_spacetime
  2239. profiling
  2240. profunctor
  2241. progress < "0.5.0"
  2242. prom
  2243. prometheus >= "0.6"
  2244. prometheus-app >= "0.6"
  2245. prometheus-liquidsoap >= "2"
  2246. promise
  2247. promise_jsoo
  2248. promise_jsoo_lwt
  2249. protocell
  2250. protocol-9p >= "1.0.0"
  2251. protocol-9p-tool >= "1.0.0"
  2252. protocol-9p-unix >= "1.0.0"
  2253. protocol_version_header
  2254. prr
  2255. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2256. psq >= "0.1.1"
  2257. ptmap >= "2.0.5"
  2258. ptset
  2259. pulseaudio >= "0.1.4"
  2260. pure-html
  2261. pure-splitmix >= "0.3"
  2262. purl
  2263. pvec
  2264. pxshot
  2265. py >= "1.1"
  2266. pyast
  2267. pyml >= "20210924"
  2268. pyml_bindgen >= "0.3.0"
  2269. pyre-ast
  2270. pythonlib
  2271. qbf >= "0.3"
  2272. qcheck >= "0.13"
  2273. qcheck-alcotest
  2274. qcheck-core
  2275. qcheck-lin < "0.10"
  2276. qcheck-multicoretests-util < "0.10"
  2277. qcheck-ounit
  2278. qcheck-stm < "0.10"
  2279. qdrant
  2280. qinap
  2281. qiskit
  2282. qmp >= "0.19.0"
  2283. qrencode
  2284. qtest >= "2.10.1"
  2285. queenshead
  2286. quests
  2287. quick_print
  2288. quickjs
  2289. radamsa
  2290. radare2 >= "0.0.3"
  2291. randii
  2292. random
  2293. randomconv
  2294. randoml
  2295. range >= "0.8"
  2296. rangeSet
  2297. rankers
  2298. rawlink
  2299. rawlink-eio
  2300. rawlink-lwt
  2301. raygui < "1.4.0"
  2302. raylib < "1.4.0"
  2303. rdbg >= "1.196.12"
  2304. rdf >= "0.13.0" & < "1.1.0"
  2305. rdf_impls < "1.1.0"
  2306. rdf_json_ld < "1.1.0"
  2307. rdf_lwt < "1.1.0"
  2308. rdf_mysql < "1.1.0"
  2309. rdf_postgresql < "1.1.0"
  2310. rdf_ppx < "1.1.0"
  2311. re >= "1.9.0" & < "1.14.0"
  2312. re2 >= "v0.12.1"
  2313. re2_stable
  2314. re_parser
  2315. rea
  2316. reactiveData = "0.3.0"
  2317. reactjs-jsx-ppx
  2318. readline
  2319. reanalyze
  2320. reason < "3.17.2"
  2321. reason-react
  2322. reason-react-ppx
  2323. reason-standard
  2324. received
  2325. record_builder
  2326. records >= "1.0.0"
  2327. reddit_api_async
  2328. reddit_api_kernel
  2329. redirect
  2330. redis >= "0.4"
  2331. redis-async
  2332. redis-lwt >= "0.4"
  2333. redis-sync >= "0.4"
  2334. reed-solomon-erasure >= "1.0.2"
  2335. reedsolomon
  2336. refl
  2337. regenerate
  2338. regex_parser_intf
  2339. regrade
  2340. relude
  2341. remu_ts
  2342. reparse
  2343. reparse-lwt
  2344. reparse-lwt-unix
  2345. reparse-unix
  2346. repr
  2347. repr-bench
  2348. repr-fuzz
  2349. res >= "5.0.1"
  2350. res_tailwindcss
  2351. rescript-syntax
  2352. reshowcase
  2353. resource-pooling >= "1.1"
  2354. resource_cache
  2355. resp
  2356. resp-client
  2357. resp-mirage
  2358. resp-server >= "0.9"
  2359. resp-unix
  2360. resto
  2361. resto-acl
  2362. resto-cohttp
  2363. resto-cohttp-client
  2364. resto-cohttp-self-serving-client
  2365. resto-cohttp-server
  2366. resto-directory
  2367. resto-json
  2368. result
  2369. rfc1951 >= "0.8.1" & != "1.0.0"
  2370. rfc6287 >= "1.0.4"
  2371. rfc7748
  2372. rfsm >= "1.6-alpha-3"
  2373. rhythm
  2374. ringo
  2375. ringo-lwt
  2376. rio
  2377. riot
  2378. river
  2379. rock
  2380. rocq-core
  2381. rocq-devtools
  2382. rocq-runtime
  2383. rocqide
  2384. roman
  2385. root1d >= "0.5.1"
  2386. rope >= "0.6.2"
  2387. rosa
  2388. rosetta >= "0.2.0"
  2389. routes
  2390. rowex
  2391. rpc
  2392. rpc_parallel
  2393. rpclib
  2394. rpclib-async
  2395. rpclib-html
  2396. rpclib-js
  2397. rpclib-lwt
  2398. rsdd
  2399. rss
  2400. rtop < "3.17.2"
  2401. rtree
  2402. rungen
  2403. runtime_events_tools < "0.5.2"
  2404. rusage
  2405. rust-staticlib-gen
  2406. rust-staticlib-virtual
  2407. SZXX
  2408. safemoney
  2409. safepass >= "3.1"
  2410. sail >= "0.15"
  2411. sail_c_backend
  2412. sail_coq_backend
  2413. sail_doc_backend
  2414. sail_latex_backend
  2415. sail_lean_backend
  2416. sail_lem_backend
  2417. sail_maker
  2418. sail_manifest
  2419. sail_ocaml_backend
  2420. sail_output
  2421. sail_smt_backend
  2422. sail_sv_backend
  2423. salsa20 >= "1.0.0"
  2424. salsa20-core >= "1.0.0"
  2425. samplerate >= "0.1.6"
  2426. sanddb >= "0.2"
  2427. sarek
  2428. sarif
  2429. satex
  2430. saturn
  2431. saturn_lockfree
  2432. satyrographos
  2433. scad_ml
  2434. scfg
  2435. scgi
  2436. scipy
  2437. scrypt-kdf
  2438. sd_logic
  2439. sdl-liquidsoap >= "3"
  2440. search
  2441. searchTree
  2442. secp256k1 >= "0.4.1"
  2443. secp256k1-internal
  2444. sedlex >= "2.0"
  2445. sek
  2446. sel
  2447. semantic_version
  2448. semaphore-compat
  2449. semv
  2450. semver >= "0.2.1"
  2451. semver2
  2452. sendmail
  2453. sendmail-lwt
  2454. sendmail-miou-unix
  2455. sendmail-mirage
  2456. sentry
  2457. seq < "base"
  2458. seqes
  2459. sequencer_table
  2460. serde
  2461. serde_debug
  2462. serde_derive
  2463. serde_json
  2464. serde_sexpr
  2465. serde_xml
  2466. serial
  2467. server-reason-react
  2468. session >= "0.4.1"
  2469. session-cohttp >= "0.4.1"
  2470. session-cohttp-async >= "0.4.1"
  2471. session-cohttp-lwt >= "0.4.1"
  2472. session-cookie
  2473. session-cookie-async
  2474. session-cookie-lwt
  2475. session-postgresql >= "0.4.1"
  2476. session-postgresql-async
  2477. session-postgresql-lwt
  2478. session-redis-lwt >= "0.4.1"
  2479. session-webmachine >= "0.4.1"
  2480. setcore >= "1.0.2"
  2481. sexp
  2482. sexp_decode
  2483. sexp_diff
  2484. sexp_diff_kernel
  2485. sexp_grammar
  2486. sexp_macro
  2487. sexp_pretty
  2488. sexp_select
  2489. sexp_string_quickcheck
  2490. sexplib >= "v0.12.0"
  2491. sexplib0 >= "v0.12.0"
  2492. sgf >= "1.0.1"
  2493. sha >= "1.13"
  2494. shades
  2495. shapefile
  2496. shared-block-ring
  2497. shared-memory-ring
  2498. shared-memory-ring-lwt
  2499. shared-secret >= "0.4"
  2500. shell
  2501. sherlodoc < "3.1.0"
  2502. shexp
  2503. shine >= "0.2.2"
  2504. shuttle
  2505. shuttle_http
  2506. shuttle_ssl
  2507. shuttle_websocket
  2508. sifun
  2509. signal
  2510. sihl
  2511. sihl-cache
  2512. sihl-contract
  2513. sihl-core
  2514. sihl-email
  2515. sihl-facade
  2516. sihl-persistence
  2517. sihl-queue
  2518. sihl-session
  2519. sihl-storage
  2520. sihl-token
  2521. sihl-type
  2522. sihl-user
  2523. sihl-web
  2524. simlog
  2525. simple63
  2526. simple_httpd
  2527. simple_httpd_caqti
  2528. sitemap
  2529. sklearn
  2530. slack
  2531. slacko
  2532. slice
  2533. slipshow != "0.5.0"
  2534. slug
  2535. smart-print >= "0.3.0"
  2536. smaws-clients
  2537. smaws-lib
  2538. smbc
  2539. smol
  2540. smol-helpers
  2541. smtlib-utils
  2542. smtml < "0.10.0"
  2543. snappy >= "0.1.2"
  2544. so
  2545. sodium-fmt
  2546. solid < "0.5.0"
  2547. solid_server < "0.5.0"
  2548. solid_tools < "0.5.0"
  2549. solidity-alcotest
  2550. solidity-common
  2551. solidity-parser
  2552. solidity-test
  2553. solidity-typechecker
  2554. solo5-elftool
  2555. sortedseq_intersect
  2556. soundtouch >= "0.1.9"
  2557. soupault
  2558. spacetime_lib
  2559. spatial-shell
  2560. spawn < "v0.9.0" | >= "v0.13.0"
  2561. spdx_licenses
  2562. spectrum
  2563. spectrum_capabilities
  2564. spectrum_palette_ppx
  2565. spectrum_palettes
  2566. spectrum_tools
  2567. speed
  2568. speex
  2569. spelll >= "0.4"
  2570. spices
  2571. spin
  2572. splay_tree
  2573. splittable_random
  2574. spoc
  2575. spoc_ppx
  2576. spoke
  2577. spotify-web-api
  2578. spotlib >= "4.1.0"
  2579. sqids
  2580. sqlgg >= "20200521"
  2581. sqlite3 >= "4.4.1"
  2582. sqlite3_utils
  2583. srt
  2584. ssh-agent >= "0.2.0"
  2585. ssl >= "0.5.6"
  2586. starpath
  2587. starred_ml
  2588. stdcompat >= "19"
  2589. stdint >= "0.6.0"
  2590. stdint-literals
  2591. stdio
  2592. stdlib-diff
  2593. stdlib-random
  2594. stdlib-shims
  2595. stdune < "3.19.0"
  2596. stitch
  2597. stk < "0.5.0"
  2598. stk_iconv < "0.5.0"
  2599. stk_ocf < "0.5.0"
  2600. stk_ppx < "0.5.0"
  2601. stk_rdf < "0.5.0"
  2602. stk_xml < "0.5.0"
  2603. stog >= "0.20.0"
  2604. stog_all
  2605. stog_asy
  2606. stog_dot
  2607. stog_extern
  2608. stog_markdown
  2609. stog_multi_doc
  2610. stog_nocaml
  2611. stog_noexec
  2612. stog_plugins
  2613. stog_rdf
  2614. stog_rel_href
  2615. stog_server
  2616. stog_server_multi
  2617. stog_sitemap
  2618. stog_writing
  2619. stone >= "0.5.2"
  2620. store
  2621. stored_reversed
  2622. stramon-lib
  2623. streamable
  2624. streaming
  2625. string_dict
  2626. stringCodepointSplitter
  2627. stringext >= "1.6.0"
  2628. stringx
  2629. sturgeon >= "0.4.2"
  2630. styled-ppx < "0.61.0"
  2631. subprocess
  2632. subscriptions-transport-ws
  2633. subtype-refinement >= "0.2"
  2634. sun
  2635. svmwrap
  2636. swagger >= "0.2.0"
  2637. swhid
  2638. swhid_compute
  2639. swhid_core
  2640. swhid_types
  2641. swipl
  2642. syguslib-utils
  2643. symex
  2644. synchronizer
  2645. syncweb
  2646. syndic >= "1.6.0"
  2647. synopsis
  2648. sys-socket
  2649. sys-socket-unix
  2650. syslog >= "2.0.1"
  2651. syslog-message >= "1.0.0"
  2652. syslog-rfc5424 < "0.2"
  2653. systemverilog >= "0.0.2"
  2654. tablecloth-base
  2655. tablecloth-melange
  2656. tablecloth-native < "transition"
  2657. tabr
  2658. taglib >= "0.3.7"
  2659. talaria-bibtex
  2660. tar
  2661. tar-eio
  2662. tar-mirage
  2663. tar-unix
  2664. tcalc
  2665. tcpip
  2666. tdigest
  2667. telemetry
  2668. telltime
  2669. tensorboard
  2670. term-indexing
  2671. term-tools
  2672. terminal < "0.5.0"
  2673. terminal_size >= "0.1.4"
  2674. terminus
  2675. terminus-cohttp
  2676. terminus-hlc
  2677. terml
  2678. testo < "0.3.4"
  2679. testo-diff < "0.3.4"
  2680. testo-lwt < "0.3.4"
  2681. testo-util < "0.3.4"
  2682. testu01
  2683. textmate-language
  2684. textrazor
  2685. textutils
  2686. textutils_kernel
  2687. textwrap >= "0.2.1"
  2688. tezos-base58
  2689. tezos-context-hash
  2690. tezt < "4.3.0"
  2691. tezt-bam
  2692. theora
  2693. thread-local-storage
  2694. thread-table
  2695. thrift
  2696. tidy >= "5-0.2"
  2697. tidy_email
  2698. tidy_email_mailgun
  2699. tidy_email_sendgrid
  2700. tidy_email_smtp
  2701. tilde_f
  2702. time_now
  2703. timed >= "1.1"
  2704. timedesc
  2705. timedesc-json
  2706. timedesc-sexp
  2707. timedesc-tzdb
  2708. timedesc-tzlocal
  2709. timedesc-tzlocal-js
  2710. timere
  2711. timere-parse
  2712. timezone
  2713. timmy
  2714. timmy-jsoo
  2715. timmy-lwt
  2716. timmy-unix
  2717. tiny_httpd
  2718. tiny_httpd_camlzip
  2719. tiny_httpd_eio
  2720. tip-parser >= "0.4"
  2721. tldr
  2722. tls >= "0.12.8"
  2723. tls-async
  2724. tls-eio
  2725. tls-liquidsoap
  2726. tls-lwt
  2727. tls-miou-unix
  2728. tls-mirage
  2729. toc
  2730. tofn
  2731. togglelog
  2732. toml
  2733. toml-cconv
  2734. toml_cconv
  2735. toplevel_backend
  2736. toplevel_expect_test
  2737. topojson
  2738. topojsone
  2739. topological_sort
  2740. torch
  2741. tqdm
  2742. trace
  2743. trace-fuchsia
  2744. trace-runtime-events
  2745. trace-tef
  2746. tracing
  2747. tracy-client
  2748. trail
  2749. traits
  2750. trampoline
  2751. transept
  2752. traverse
  2753. travesty != "0.6.1"
  2754. trax >= "0.4.0"
  2755. tree_layout >= "0.2"
  2756. treeprint >= "2.3.0"
  2757. trexio
  2758. trie
  2759. trs
  2760. tsdl-image >= "0.3.0"
  2761. tsdl-mixer
  2762. tsdl-ttf >= "0.3"
  2763. tsort
  2764. tty
  2765. tube >= "4.4.0"
  2766. tuntap
  2767. twirp_cohttp_lwt_unix
  2768. twirp_core
  2769. twirp_ezcurl
  2770. twirp_tiny_httpd
  2771. twostep
  2772. tyabt
  2773. type_eq
  2774. type_id
  2775. typed_list
  2776. typeid
  2777. typerep >= "v0.12.0"
  2778. typeset
  2779. tyre >= "0.5"
  2780. tyxml >= "4.3.0"
  2781. tyxml-jsx
  2782. tyxml-lwd
  2783. tyxml-ppx >= "4.3.0"
  2784. tyxml-syntax
  2785. ubase
  2786. ubpf >= "0.2"
  2787. uecc >= "0.3"
  2788. ufind
  2789. uint >= "2.0.1"
  2790. ulid
  2791. um-abt
  2792. unidecode
  2793. unionFind
  2794. unisim_archisec
  2795. unison >= "2.51.4" & < "2.53.4"
  2796. universal-portal
  2797. universo
  2798. unix-errno >= "0.6.0"
  2799. unstrctrd
  2800. uopt
  2801. uri >= "2.2.1"
  2802. uri-bench
  2803. uri-re
  2804. uri-sexp
  2805. uring
  2806. uring-trace
  2807. uritemplate
  2808. urn
  2809. user-agent-parser
  2810. username_kernel
  2811. uspf
  2812. uspf-lwt
  2813. uspf-mirage
  2814. uspf-unix
  2815. utcp
  2816. utop
  2817. uuuu >= "0.1.1"
  2818. validate
  2819. validator
  2820. variantslib >= "v0.12.0"
  2821. varray
  2822. vcaml
  2823. vcardgen >= "1.2"
  2824. vchan
  2825. vchan-unix
  2826. vchan-xen
  2827. vdom
  2828. vec
  2829. vector
  2830. vector3 >= "1.0.0"
  2831. vendredi
  2832. vercel
  2833. versioned_polling_state_rpc
  2834. vhd-format >= "0.12.0"
  2835. vhd-format-lwt
  2836. vif
  2837. vifu
  2838. virtual_dom
  2839. virtual_dom_toplayer
  2840. visitors >= "20200207"
  2841. vlq >= "0.2.1"
  2842. vlt
  2843. vmnet
  2844. vocal
  2845. voqc
  2846. vorbis
  2847. vpt >= "5.0.0"
  2848. vscoq-language-server < "2.3.3"
  2849. vsrocq-language-server
  2850. vue-jsoo
  2851. vue-ppx
  2852. wall >= "0.4"
  2853. wasm >= "2.0.2"
  2854. wasmer
  2855. wasmtime
  2856. wayland
  2857. waylaunch
  2858. wcwidth
  2859. webauthn
  2860. weberizer >= "0.8"
  2861. webmachine >= "0.6.2"
  2862. websocket >= "2.12"
  2863. websocket-async
  2864. websocket-lwt
  2865. websocket-lwt-unix
  2866. websocketaf
  2867. webtest
  2868. webtest-js
  2869. why3find
  2870. wikitext
  2871. win-error >= "1.0"
  2872. win-eventlog >= "0.3"
  2873. winsvc
  2874. ws
  2875. ws-server
  2876. wseg
  2877. wtf8 >= "1.0.2"
  2878. wtr
  2879. wtr-ppx
  2880. wu-manber-fuzzy-search
  2881. x509
  2882. x86_64-esperanto >= "0.0.6"
  2883. xapi-backtrace
  2884. xapi-inventory
  2885. xapi-rrd
  2886. xapi-stdext-date
  2887. xapi-stdext-encodings
  2888. xapi-stdext-pervasives
  2889. xapi-stdext-std
  2890. xapi-stdext-threads
  2891. xapi-stdext-unix
  2892. xapi-stdext-zerocheck
  2893. xcursor
  2894. xdg < "3.19.0"
  2895. xdg-basedir
  2896. xedbindings
  2897. xen-evtchn
  2898. xen-evtchn-unix
  2899. xen-gnt
  2900. xen-gnt-unix
  2901. xenstore
  2902. xenstore-tool
  2903. xenstore_transport >= "1.1.0"
  2904. xkbcommon
  2905. xlsx2csv
  2906. xmelly
  2907. xml-light >= "2.5"
  2908. xmldiff >= "0.7.0"
  2909. xmldiff_js
  2910. xmlplaylist >= "0.1.5"
  2911. xoshiro
  2912. xtmpl >= "0.19.0" & < "1.1.0"
  2913. xtmpl_js < "1.1.0"
  2914. xtmpl_ppx < "1.1.0"
  2915. yaml >= "1.0.0"
  2916. yaml-sexp
  2917. yara >= "0.2"
  2918. yocaml < "2.6.0"
  2919. yocaml_cmark
  2920. yocaml_cmarkit < "2.6.0"
  2921. yocaml_eio < "2.6.0"
  2922. yocaml_git < "2.6.0"
  2923. yocaml_jingoo < "2.6.0"
  2924. yocaml_markdown < "2.6.0"
  2925. yocaml_mustache < "2.6.0"
  2926. yocaml_omd < "2.6.0"
  2927. yocaml_otoml < "2.6.0"
  2928. yocaml_runtime < "2.6.0"
  2929. yocaml_syndication < "2.6.0"
  2930. yocaml_unix < "2.6.0"
  2931. yocaml_yaml < "2.6.0"
  2932. yojson >= "1.5.0"
  2933. yojson-bench
  2934. yojson-five
  2935. yultracer
  2936. yurt >= "0.6"
  2937. yuscii >= "0.2.1"
  2938. yuujinchou
  2939. zanuda
  2940. zar
  2941. zarith-ppx
  2942. zarith_stubs_js
  2943. zarr
  2944. zarr-eio
  2945. zarr-lwt
  2946. zarr-sync
  2947. zed >= "2.0.6"
  2948. zeit
  2949. zelus
  2950. zelus-gtk
  2951. zipperposition
  2952. zipperposition-tools
  2953. zlib
  2954. zlist >= "0.4.0"
  2955. zmq >= "5.1.0"
  2956. zmq-async >= "5.1.0"
  2957. zmq-eio
  2958. zmq-lwt >= "5.1.0"
  2959. zstandard >= "v0.12.1"
  2960. zstd >= "0.3"
  2961. 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"