package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

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 boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

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

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

Support

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

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.