package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.11.1.tbz
sha256=866f2307adadaf7604f3bf9d98bb4098792baa046953a6726c96c40fc5ed3f71
sha512=c888153b204a16bcfed2636de776bbd5f9ca84484e716cc1e9ef3ba3c904e9dd15a2609ae943cddb6097912623ec54618c58386d6730ff742d746850400fb3cc

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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: 12 Oct 2023

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