package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.17.2.tbz
sha256=9deafeed0ecfe9e65e642cd8e6197f0864f73fcd7b94b5b199ae4d2e07a2ea64
sha512=1e85bb297a12c9571b8645541d85a719deffb619d5e4f48dbf4566ac14e9f385d8a05342698a6f9c81ba17325b1da4ad004a5772d66cd88ed135c43d43e88f9e

Description

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

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

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

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

Published: 23 Jun 2025

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

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

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

The example directory contains examples of projects using Dune.

How does it work?

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

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

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

Strengths

Composable

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

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

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

The magic invocation is:

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

Build Against Several Configurations at Once

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

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

Installation

Requirements

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

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

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

You can also build it manually with:

$ make release
$ make install

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

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

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

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

Support

Issues Discussions Discuss OCaml Discord

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

Dependencies (5)

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

Dev Dependencies (15)

  1. melange with-dev-setup & >= "4.0.0-51" & os != "win32"
  2. utop with-dev-setup & >= "2.6.0" & os != "win32"
  3. ctypes with-dev-setup & os != "win32"
  4. ppxlib with-dev-setup & os != "win32"
  5. ppx_inline_test with-dev-setup & os != "win32"
  6. ppx_expect with-dev-setup & >= "v0.17" & os != "win32"
  7. odoc with-dev-setup & >= "2.4.0" & os != "win32"
  8. ocamlfind with-dev-setup & os != "win32"
  9. menhir with-dev-setup & os != "win32"
  10. mdx with-dev-setup & >= "2.3.0" & os != "win32"
  11. js_of_ocaml-compiler with-dev-setup & os != "win32"
  12. js_of_ocaml with-dev-setup & os != "win32"
  13. csexp with-dev-setup & >= "1.3.0"
  14. cinaps with-dev-setup
  15. lwt with-dev-setup & os != "win32"

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