package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

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

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

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

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

Published: 30 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies

None

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