package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.13.0.tbz
sha256=f1801257e01c846bd71017ec5d4b2b75fd31b20a0d5979b933b37cc8453678de
sha512=850667439ecc75b3a94ee99d5894e0fb0cc03378cec9101f960045004b15143a7e245f5ed938dc1226695fd7fedf875ff10528db2a35935fdcbc0d7f0c959847

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: 19 Jan 2024

README

README.md

A Composable Build System for OCaml

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

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"

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

Innovation. Community. Security.