package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.1.1.tbz
sha256=02484454ab1b998840c7873509ec6b2301eb92662c132ef8f5f4f569b35a6b60
sha512=c92199924af75f801d264d3b3e98497757c9932d8e03fa100fca2df16315b87d595a3e0cbbc3ce9b8d86adb2a8b6d3a7cef0f88c7654f15f6b6a4d10d523fad1

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: 20 Apr 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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 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 about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

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

Dev Dependencies

None

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