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