package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.2.tbz
sha256=e8aa5f01fee83efac8733df0bec3e23aaecdb4524bc58b8065cd18cc07295fb3
sha512=ae6039c67a1eca9f946b67bdc84433cafe0648d51d22600b1b108fa5712db34524958137cb3a0d82b5a965c66dae7dc4c9619796eda8f72246178885e460f601

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.

Added to opam-repository:

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.3"

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