package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.4.0.tbz
sha256=0a5566c4910f193d609965a034b482085dc04e0bcdfec9756ff9957df2b67a3c
sha512=74cd3aa75fb0fcc098b6dcf69d6d904221b69b52430e910e0839e1706c453647a4d107471b55363e16ba8094e62461736a1e52eca08dd288cbb15d3d6ce0df10

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: 21 Jul 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"

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

Conflicts (9)

  1. ocaml-variants = "5.0.0~alpha0+options"
  2. ocaml-base-compiler = "5.0.0~alpha0"
  3. jbuilder = "transition"
  4. js_of_ocaml-compiler < "3.6.0"
  5. dune-release < "1.3.0"
  6. odoc < "2.0.1"
  7. dune-configurator < "2.3.0"
  8. ocaml-lsp-server < "1.3.0"
  9. merlin < "3.4.0"