package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.4.1.tbz
sha256=299fa33cffc108cc26ff59d5fc9d09f6cb0ab3ac280bf23a0114cfdc0b40c6c5
sha512=cb425d08c989fd27e1a87a6c72f37494866b508b0fe4ec05070adad995a99710b223a9047b6649776f63943dafb61903eefe4d5efde4c439103a89e2d6ff5337

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: 26 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. fred
  791. freetds >= "0.7"
  792. frei0r >= "0.1.2"
  793. frenetic >= "5.0.5"
  794. fromager
  795. fsevents
  796. fsevents-lwt
  797. fsml
  798. fswatch
  799. fswatch_async
  800. fswatch_lwt
  801. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  802. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  803. fuseau
  804. fuseau-lwt
  805. fuzzy_compare
  806. fuzzy_match
  807. fzf
  808. General >= "0.6.0"
  809. GT
  810. gapi-ocaml >= "0.3.7"
  811. gbddml
  812. gd >= "1.1"
  813. gdbprofiler >= "0.4"
  814. gemini >= "0.3.0"
  815. gen >= "0.5.2"
  816. gen_js_api >= "1.0.6"
  817. genprint
  818. genspio >= "0.0.3"
  819. genspir >= "1.0.1"
  820. geojson
  821. geojsone
  822. geoml
  823. get_line >= "7.0.0"
  824. gettext >= "0.4.1"
  825. gettext-camomile
  826. gettext-stub
  827. git >= "2.0.0"
  828. git-cohttp
  829. git-cohttp-mirage
  830. git-cohttp-unix
  831. git-http >= "2.0.0"
  832. git-kv
  833. git-mirage >= "2.0.0"
  834. git-paf
  835. git-unix >= "2.0.0"
  836. github >= "4.0.0"
  837. github-data
  838. github-hooks >= "0.4.0"
  839. github-hooks-unix >= "0.4.0"
  840. github-jsoo >= "4.0.0"
  841. github-unix >= "4.0.0"
  842. gitlab
  843. gitlab-jsoo
  844. gitlab-unix
  845. gitlab_pipeline_notifier
  846. glfw-ocaml
  847. globlon
  848. gluten
  849. gluten-async
  850. gluten-eio
  851. gluten-lwt
  852. gluten-lwt-unix
  853. gluten-mirage
  854. gmap >= "0.2.1"
  855. gmp
  856. gnuplot >= "0.6"
  857. gobba
  858. gobject-introspection
  859. goblint >= "1.1.1" & < "2.2.1"
  860. goblint-cil >= "1.8.0"
  861. google-drive-ocamlfuse >= "0.6.26"
  862. gopcaml-mode >= "0.0.2"
  863. gopcaml-mode-merlin
  864. gospel
  865. gotd
  866. gperftools >= "0.4"
  867. gpiod
  868. gpr >= "1.4.0"
  869. gr
  870. grace
  871. graphics >= "5.0.0"
  872. graphql >= "0.8.0"
  873. graphql-async >= "0.8.0"
  874. graphql-cohttp >= "0.9.0"
  875. graphql-lwt >= "0.8.0"
  876. graphql_parser >= "0.9.0"
  877. graphql_ppx >= "0.7.1"
  878. graphv
  879. graphv_core
  880. graphv_core_lib
  881. graphv_font
  882. graphv_font_js
  883. graphv_font_stb_truetype
  884. graphv_gles2
  885. graphv_gles2_native
  886. graphv_gles2_native_impl
  887. graphv_webgl
  888. graphv_webgl_impl
  889. gremlin
  890. grenier >= "0.8"
  891. grid
  892. grpc < "0.2.0"
  893. grpc-async < "0.2.0"
  894. grpc-lwt < "0.2.0"
  895. gsl >= "1.24.0"
  896. gstreamer >= "0.3.1"
  897. guardian
  898. guile
  899. h1_parser
  900. h2
  901. h2-async
  902. h2-eio
  903. h2-lwt
  904. h2-lwt-unix
  905. h2-mirage
  906. hack_parallel >= "1.0.0"
  907. hacl-star
  908. hacl-star-raw >= "0.5.0"
  909. hacl_x25519
  910. happy-eyeballs
  911. happy-eyeballs-lwt
  912. happy-eyeballs-mirage
  913. hardcaml >= "v0.12.0"
  914. hardcaml_axi
  915. hardcaml_c
  916. hardcaml_circuits
  917. hardcaml_fixed_point
  918. hardcaml_handshake
  919. hardcaml_of_verilog
  920. hardcaml_step_testbench
  921. hardcaml_verify
  922. hardcaml_verilator
  923. hardcaml_waveterm
  924. hardcaml_xilinx
  925. hardcaml_xilinx_components
  926. hardcaml_xilinx_reports
  927. hashcons >= "1.4.0"
  928. hashids >= "1.0.1"
  929. haxe >= "4.1.1"
  930. hc
  931. hdf5 >= "0.1.5"
  932. hdr_histogram < "0.0.3"
  933. headache >= "1.04"
  934. header-check
  935. herdtools7 >= "7.55"
  936. hex >= "1.3.0"
  937. hex_encode
  938. hexstring
  939. hg_lib
  940. hidapi >= "1.1"
  941. hidapi-lwt
  942. higher_kinded
  943. higlo >= "0.8"
  944. hilite
  945. hkdf >= "1.0.3"
  946. hl_yaml
  947. hockmd
  948. horned_worm >= "0.3.4"
  949. hpack
  950. htmlfromtexbooks
  951. hts_shrink >= "2.1.2"
  952. http
  953. http-cookie < "4.3.0"
  954. http-lwt-client
  955. http-mirage-client
  956. http-multipart-formdata
  957. http_async
  958. httpaf >= "0.6.0"
  959. httpaf-async >= "0.6.0"
  960. httpaf-lwt-unix
  961. httpaf_caged
  962. httph
  963. huffman
  964. hvsock >= "2.0.0"
  965. hxd
  966. hyper
  967. ISO3166
  968. ISO8601 >= "0.2.6"
  969. i3ipc >= "0.1.4"
  970. icalendar
  971. idd
  972. idds
  973. imagelib >= "20200929"
  974. incr_dom >= "v0.12.0"
  975. incr_dom_interactive
  976. incr_dom_keyboard
  977. incr_dom_partial_render
  978. incr_dom_sexp_form
  979. incr_dom_widgets >= "v0.12.0"
  980. incr_map >= "v0.12.0"
  981. incr_select >= "v0.12.0"
  982. incremental >= "v0.12.0"
  983. indentation_buffer
  984. index
  985. index-bench
  986. inferno >= "20190924"
  987. influxdb
  988. influxdb-async
  989. influxdb-lwt
  990. inotify >= "2.4"
  991. inquire
  992. int_repr
  993. integers >= "0.3.0"
  994. integers_stubs_js
  995. integration1d >= "0.5.1"
  996. interface-prime
  997. interface-prime-lwt
  998. interval >= "1.5" & < "1.6"
  999. interval-map
  1000. interval_base
  1001. interval_crlibm
  1002. interval_intel
  1003. io-page >= "2.1.0"
  1004. io-page-unix >= "2.1.0"
  1005. io-page-xen >= "2.1.0"
  1006. iostream
  1007. iostream-camlzip
  1008. ip2location
  1009. ip2locationio
  1010. ipaddr >= "2.9.0"
  1011. ipaddr-cstruct
  1012. ipaddr-sexp
  1013. irc-client >= "0.6.2"
  1014. irc-client-lwt >= "0.6.2"
  1015. irc-client-lwt-ssl
  1016. irc-client-tls >= "0.6.2"
  1017. irc-client-unix >= "0.6.2"
  1018. iri >= "0.6.0"
  1019. irmin >= "2.0.0"
  1020. irmin-bench
  1021. irmin-chunk >= "2.0.0"
  1022. irmin-cli
  1023. irmin-client
  1024. irmin-containers
  1025. irmin-fs >= "2.0.0"
  1026. irmin-git >= "2.0.0"
  1027. irmin-graphql
  1028. irmin-http >= "2.0.0"
  1029. irmin-indexeddb >= "2.0"
  1030. irmin-layers
  1031. irmin-mem >= "2.0.0"
  1032. irmin-mirage >= "2.0.0"
  1033. irmin-mirage-git
  1034. irmin-mirage-graphql
  1035. irmin-pack
  1036. irmin-pack-tools
  1037. irmin-server
  1038. irmin-test
  1039. irmin-tezos
  1040. irmin-tezos-utils
  1041. irmin-unix >= "2.0.0"
  1042. irmin-watcher >= "0.5.0"
  1043. iso639
  1044. iter >= "1.4"
  1045. itv-tree >= "2.2"
  1046. JsOfOCairo >= "2.0.0"
  1047. jane-street-headers >= "v0.12.0"
  1048. jane_rope
  1049. janestreet_cpuid
  1050. janestreet_csv
  1051. janestreet_lru_cache
  1052. jasmin >= "2023.06.0"
  1053. jekyll-format >= "0.2.0"
  1054. jemalloc >= "0.2"
  1055. jerboa
  1056. jhupllib >= "0.2.1"
  1057. jingoo >= "1.3.0"
  1058. jose
  1059. js_of_ocaml >= "3.3.0" & < "5.1.0"
  1060. js_of_ocaml-compiler >= "3.3.0" & < "5.1.0"
  1061. js_of_ocaml-lwt >= "3.3.0" & < "5.1.0"
  1062. js_of_ocaml-ocamlbuild >= "3.5.0"
  1063. js_of_ocaml-ppx >= "3.3.0" & < "5.1.0"
  1064. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "5.1.0"
  1065. js_of_ocaml-toplevel >= "3.3.0" & < "5.1.0"
  1066. js_of_ocaml-tyxml >= "3.3.0" & < "5.1.0"
  1067. js_of_ocaml-webgpu
  1068. js_of_ocaml-webidl
  1069. js_of_ocaml_patches
  1070. json-data-encoding
  1071. json-data-encoding-browser
  1072. json-data-encoding-bson
  1073. json_decoder
  1074. jsonaf
  1075. jsonoo
  1076. jsonrpc
  1077. jsonschema2atd
  1078. jsonxt
  1079. jsoo-react
  1080. jsoo_broadcastchannel >= "2.0.0"
  1081. jsoo_storage >= "1.0.1"
  1082. jst-config
  1083. junit >= "2.0.1"
  1084. junit_alcotest >= "2.0.1"
  1085. junit_ounit >= "2.0.1"
  1086. jupyter >= "2.3.2"
  1087. jupyter-archimedes >= "2.3.2"
  1088. jupyter-kernel >= "0.4"
  1089. jwto
  1090. kafka >= "0.5"
  1091. kafka_async
  1092. kafka_lwt
  1093. kappa-agents
  1094. kappa-binaries
  1095. kappa-library
  1096. kappa-server
  1097. kcas < "0.7.0"
  1098. kcas_data < "0.7.0"
  1099. kdl
  1100. ke
  1101. key-parsers >= "0.10.0"
  1102. kicadsch >= "0.4.0"
  1103. kind2
  1104. kinetic-client >= "0.0.11"
  1105. kittyimg
  1106. kmt
  1107. knights_tour
  1108. kqueue
  1109. krb
  1110. lab
  1111. lablgtk3 >= "3.0.beta4"
  1112. lablgtk3-extras >= "3.0.1"
  1113. lablgtk3-goocanvas2
  1114. lablgtk3-gtkspell3
  1115. lablgtk3-rsvg2
  1116. lablgtk3-sourceview3
  1117. lablqml >= "0.6"
  1118. labrys
  1119. lacaml >= "11.0.2"
  1120. ladspa >= "0.2.0"
  1121. lambda
  1122. lambda-runtime
  1123. lambda-term >= "2.0"
  1124. lambda_streams
  1125. lambda_streams_async
  1126. lambda_streams_lwt
  1127. lambdapi >= "2.0.0" & < "2.3.1"
  1128. lambdasoup >= "0.6.4"
  1129. lame >= "0.3.4"
  1130. landmarks >= "1.4"
  1131. landmarks-ppx
  1132. lascar >= "0.6-alpha"
  1133. lastfm = "0.3.3"
  1134. launchd >= "1.3"
  1135. lazy-trie >= "1.2.0"
  1136. lbfgs >= "0.9.1"
  1137. lbvs_consent >= "2.1.0"
  1138. ldap >= "2.4.1"
  1139. ldp
  1140. ldp_curl
  1141. ldp_js
  1142. ldp_tls
  1143. leaflet
  1144. learn-ocaml
  1145. learn-ocaml-client
  1146. ledgerwallet
  1147. ledgerwallet-tezos
  1148. lens >= "1.2.3"
  1149. let-if >= "0.2.0"
  1150. letsencrypt
  1151. letsencrypt-app
  1152. letsencrypt-dns
  1153. letsencrypt-mirage
  1154. letters
  1155. leveldb >= "1.3.0"
  1156. lib_parsing
  1157. libabsolute
  1158. libbinaryen < "105.1.0" | >= "107.0.1"
  1159. libirmin
  1160. libsail
  1161. libsvm >= "0.10.0"
  1162. libzipperposition
  1163. lilac
  1164. lilv
  1165. line-up-words >= "v0.12.0"
  1166. line_oriented
  1167. linenoise >= "1.2.0"
  1168. links >= "0.9"
  1169. links-mysql
  1170. links-postgresql >= "0.9"
  1171. links-sqlite3
  1172. linol
  1173. linol-lwt
  1174. lintcstubs
  1175. lintcstubs-arity
  1176. lintcstubs-gen
  1177. linwrap
  1178. liquid_interpreter
  1179. liquid_ml
  1180. liquid_parser
  1181. liquid_std
  1182. liquid_syntax
  1183. little_logger
  1184. llama
  1185. llama-cpp-ocaml
  1186. llama_core
  1187. llama_interactive
  1188. llama_midi
  1189. llvm >= "15.0.7+nnp-2"
  1190. lmdb >= "1.0"
  1191. lo >= "0.2.0"
  1192. lockfree
  1193. loga >= "0.0.5"
  1194. logical
  1195. logs-async < "1.3"
  1196. logs-async-reporter < "1.3"
  1197. logs-ppx
  1198. logs-syslog >= "0.2.0"
  1199. logtk >= "1.5.1"
  1200. lp
  1201. lp-glpk
  1202. lp-glpk-js
  1203. lp-gurobi
  1204. lpd >= "1.2.2"
  1205. lreplay
  1206. lru >= "0.3.0"
  1207. lru_cache
  1208. lsp
  1209. lt-code
  1210. lua-ml >= "0.9.3"
  1211. lua_parser
  1212. lucid
  1213. lun
  1214. lustre-v6 >= "6.103.3"
  1215. lutils >= "1.51.2"
  1216. lutin >= "2.71.10"
  1217. luv
  1218. luv_unix
  1219. lwd
  1220. lwt >= "4.2.0"
  1221. lwt-canceler >= "0.2"
  1222. lwt-dllist
  1223. lwt-exit
  1224. lwt-parallel >= "1.0.0"
  1225. lwt-watcher >= "0.2"
  1226. lwt_domain
  1227. lwt_eio < "0.4"
  1228. lwt_glib >= "1.1.1"
  1229. lwt_log >= "1.1.1"
  1230. lwt_ppx >= "1.2.2"
  1231. lwt_ppx_let
  1232. lwt_react >= "1.1.2"
  1233. lwt_ssl >= "1.1.3"
  1234. lz4 >= "1.2.0"
  1235. lz4_chans >= "3.0.1"
  1236. m_tree
  1237. macaddr
  1238. macaddr-cstruct
  1239. macaddr-sexp
  1240. mad >= "0.5.0"
  1241. magic-mime >= "1.1.2"
  1242. magic-trace
  1243. make-random
  1244. malfunction >= "0.3"
  1245. man_in_the_middle_debugger
  1246. markdown
  1247. markup >= "0.8.0"
  1248. markup-lwt
  1249. mastodon-archive-viewer >= "0.2"
  1250. matplotlib
  1251. mbr-format >= "1.0.0"
  1252. mc2
  1253. mccs >= "1.1+10"
  1254. md2mld < "0.7.0"
  1255. mdx != "1.7.0" & < "2.2.0"
  1256. mec
  1257. mechaml >= "1.1.0"
  1258. mehari
  1259. mehari-eio
  1260. mehari-eio-unix
  1261. mehari-lwt-unix
  1262. mehari-mirage
  1263. melange-compiler-libs
  1264. mem_usage
  1265. memcad >= "1.1.0"
  1266. memgraph
  1267. memgraph_kitty
  1268. memo
  1269. memprof-limits
  1270. memtrace
  1271. memtrace-mirage
  1272. memtrace_viewer
  1273. menhir >= "20200123"
  1274. menhirCST
  1275. menhirLib
  1276. menhirSdk
  1277. merge-fmt
  1278. merlin >= "3.2.1"
  1279. merlin-extend >= "0.4"
  1280. merlin-lib
  1281. mesh >= "0.9.5"
  1282. mesh-easymesh >= "0.9.5"
  1283. mesh-graphics >= "0.9.5"
  1284. mesh-triangle >= "0.9.5"
  1285. metadb
  1286. metapp
  1287. metaquot
  1288. metrics
  1289. metrics-influx
  1290. metrics-lwt
  1291. metrics-mirage
  1292. metrics-rusage
  1293. metrics-unix
  1294. mew
  1295. mew_vi
  1296. middleware
  1297. mimic
  1298. mimic-happy-eyeballs
  1299. mindstorm >= "0.8"
  1300. mindstorm-lwt
  1301. minicaml
  1302. minicli >= "5.0.2"
  1303. minisat >= "0.3"
  1304. miou
  1305. mirage >= "3.3.0"
  1306. mirage-block >= "1.2.0"
  1307. mirage-block-ccm >= "1.1.0"
  1308. mirage-block-combinators
  1309. mirage-block-lwt >= "1.2.0"
  1310. mirage-block-partition
  1311. mirage-block-ramdisk >= "0.4"
  1312. mirage-block-solo5 >= "0.6.0"
  1313. mirage-block-unix >= "2.11.0"
  1314. mirage-block-xen >= "1.6.0"
  1315. mirage-bootvar-solo5 >= "0.6.0"
  1316. mirage-bootvar-unix
  1317. mirage-bootvar-xen >= "0.6.0"
  1318. mirage-channel >= "3.2.0"
  1319. mirage-channel-lwt >= "3.2.0"
  1320. mirage-clock >= "2.0.0"
  1321. mirage-clock-freestanding >= "2.0.0"
  1322. mirage-clock-lwt >= "2.0.0"
  1323. mirage-clock-solo5
  1324. mirage-clock-unix >= "2.0.0"
  1325. mirage-conduit = "1.3.0" | >= "3.1.0"
  1326. mirage-console >= "2.4.0"
  1327. mirage-console-lwt >= "2.4.0"
  1328. mirage-console-solo5 >= "0.6.0"
  1329. mirage-console-unix >= "2.4.1"
  1330. mirage-console-xen >= "2.4.0"
  1331. mirage-console-xen-backend >= "2.4.0"
  1332. mirage-console-xen-proto >= "2.4.0"
  1333. mirage-crypto
  1334. mirage-crypto-ec
  1335. mirage-crypto-entropy
  1336. mirage-crypto-pk
  1337. mirage-crypto-rng
  1338. mirage-crypto-rng-async
  1339. mirage-crypto-rng-eio
  1340. mirage-crypto-rng-lwt
  1341. mirage-crypto-rng-mirage
  1342. mirage-device >= "1.2.0"
  1343. mirage-dns >= "3.1.0"
  1344. mirage-entropy >= "0.5.1"
  1345. mirage-flow >= "1.6.0"
  1346. mirage-flow-combinators
  1347. mirage-flow-lwt >= "1.6.0"
  1348. mirage-flow-rawlink >= "1.1.0"
  1349. mirage-flow-unix >= "1.6.0"
  1350. mirage-fs >= "1.2.0"
  1351. mirage-fs-lwt >= "1.2.0"
  1352. mirage-fs-mem
  1353. mirage-fs-unix >= "1.6.0"
  1354. mirage-kv >= "2.0.0"
  1355. mirage-kv-lwt >= "2.0.0"
  1356. mirage-kv-mem
  1357. mirage-kv-unix < "3.0.0"
  1358. mirage-logs >= "1.0.0"
  1359. mirage-monitoring
  1360. mirage-nat >= "1.1.0"
  1361. mirage-net >= "2.0.0"
  1362. mirage-net-lwt >= "2.0.0"
  1363. mirage-net-macosx >= "1.5.0"
  1364. mirage-net-solo5 >= "0.4.3"
  1365. mirage-net-unix >= "2.5.0"
  1366. mirage-net-xen >= "1.9.0"
  1367. mirage-profile >= "0.9.0"
  1368. mirage-profile-unix >= "0.9.0"
  1369. mirage-profile-xen >= "0.9.0"
  1370. mirage-protocols >= "2.0.0"
  1371. mirage-protocols-lwt >= "2.0.0"
  1372. mirage-qubes >= "0.7.0"
  1373. mirage-qubes-ipv4 >= "0.7.0"
  1374. mirage-random >= "1.2.0"
  1375. mirage-random-stdlib
  1376. mirage-random-test
  1377. mirage-runtime >= "3.3.0"
  1378. mirage-solo5 >= "0.6.2"
  1379. mirage-stack >= "1.4.0"
  1380. mirage-stack-lwt >= "1.4.0"
  1381. mirage-time >= "1.3.0"
  1382. mirage-time-lwt >= "1.3.0"
  1383. mirage-time-unix >= "1.3.0"
  1384. mirage-types >= "3.3.0"
  1385. mirage-types-lwt >= "3.3.0"
  1386. mirage-unix >= "3.2.0"
  1387. mirage-vnetif >= "0.4.2"
  1388. mirage-vnetif-stack
  1389. mirage-xen >= "3.2.0"
  1390. mkaudio >= "1.1.0"
  1391. mkocaml
  1392. mlbdd >= "0.7.2"
  1393. mlfenv
  1394. mlmpfr >= "4.0.2+dune"
  1395. mlpost >= "0.9"
  1396. mlpost-lablgtk
  1397. mlt_parser >= "v0.12.0"
  1398. mm >= "0.7.0" & < "0.8.2"
  1399. mmap
  1400. mmdb
  1401. mnd
  1402. mock >= "0.1.1"
  1403. mock-ounit >= "0.1.1"
  1404. module-graph
  1405. molenc >= "5.0.0"
  1406. monaco_jsoo
  1407. monocypher
  1408. monolith
  1409. monomorphic >= "2.0"
  1410. monorobot
  1411. moonpool
  1412. moonpool-lwt
  1413. morbig >= "0.10.3"
  1414. morsmall
  1415. moss >= "0.1.1"
  1416. mparser >= "1.3"
  1417. mparser-pcre
  1418. mparser-re
  1419. mperf
  1420. mpg123
  1421. mpp >= "0.3.4"
  1422. mpris >= "0.2.0"
  1423. mpris-clients
  1424. mrmime
  1425. mrt-format >= "0.3.1"
  1426. msat >= "0.8"
  1427. msat-bin
  1428. msgpck >= "1.5"
  1429. msgpck-repr
  1430. mssql
  1431. mugen
  1432. mula
  1433. multibase
  1434. multicodec
  1435. multicore-magic
  1436. multihash
  1437. multihash-digestif
  1438. multipart-form-data >= "0.3.0"
  1439. multipart_form
  1440. multipart_form-cohttp-lwt
  1441. multipart_form-eio
  1442. multipart_form-lwt
  1443. murmur3 >= "0.3"
  1444. mustache >= "3.1.0"
  1445. mustache-cli
  1446. mutaml
  1447. mutf8
  1448. mwt
  1449. mysql8
  1450. mysql_protocol >= "3.0.1"
  1451. n_ary
  1452. naboris
  1453. nacc
  1454. nanoid
  1455. nanosvg
  1456. nanosvg_text
  1457. nbd >= "4.0.3"
  1458. nbd-tool
  1459. nbd-unix
  1460. netchannel >= "1.9.0"
  1461. netkat
  1462. netlink >= "0.3.4"
  1463. netsnmp
  1464. nice_parser
  1465. ninja_utils
  1466. niru
  1467. nlopt
  1468. nmea
  1469. noCanren >= "0.3.0~alpha1"
  1470. nocoiner
  1471. node_of_ocaml
  1472. noise
  1473. non_empty_list
  1474. nottui
  1475. nottui-lwt
  1476. nottui-pretty
  1477. notty >= "0.2.3"
  1478. notty_async >= "v0.12.0"
  1479. np
  1480. npy >= "0.0.9"
  1481. nsq >= "0.4.0"
  1482. numeric_string
  1483. nuscr
  1484. OCADml < "0.6.0"
  1485. OCanren
  1486. OCanren-ppx
  1487. OSCADml < "0.2.1"
  1488. obeam
  1489. obelisk >= "0.5.0"
  1490. obuilder < "0.6.0"
  1491. obuilder-spec < "0.6.0"
  1492. obus >= "1.2.0"
  1493. ocal >= "0.2.2"
  1494. ocaml-canvas
  1495. ocaml-compiler-libs >= "v0.12.0"
  1496. ocaml-embed-file
  1497. ocaml-in-python
  1498. ocaml-lsp-server
  1499. ocaml-lua >= "1.8"
  1500. ocaml-migrate-parsetree >= "1.2.0"
  1501. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1502. ocaml-monadic >= "0.4.1"
  1503. ocaml-print-intf
  1504. ocaml-probes
  1505. ocaml-protoc >= "2.0.1"
  1506. ocaml-protoc-plugin
  1507. ocaml-r >= "0.1.1"
  1508. ocaml-syntax-shims
  1509. ocaml-systemd >= "1.3"
  1510. ocaml-top >= "1.2.0"
  1511. ocaml-vdom < "transition"
  1512. ocaml-version >= "1.0.0" & < "3.6.0"
  1513. ocaml_db_model
  1514. ocaml_intrinsics
  1515. ocaml_pgsql_model
  1516. ocaml_plugin >= "v0.12.0"
  1517. ocamlapi
  1518. ocamlapi_async
  1519. ocamlapi_lwt_unix
  1520. ocamlapi_ppx
  1521. ocamlc-loc < "3.6.0"
  1522. ocamlcodoc
  1523. ocamldiff >= "1.2"
  1524. ocamlformat >= "0.24.1"
  1525. ocamlformat-lib
  1526. ocamlformat-rpc < "removed"
  1527. ocamlformat-rpc-lib
  1528. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1529. ocamlgraph >= "2.0.0"
  1530. ocamlgraph_gtk
  1531. ocamline
  1532. ocamlog
  1533. ocamlregextkit
  1534. ocb
  1535. ocf >= "0.8.0"
  1536. ocf_ppx
  1537. ockt
  1538. ocluster < "0.3.0"
  1539. ocluster-api < "0.3.0"
  1540. ocluster-worker < "0.3.0"
  1541. ocolor
  1542. ocp-browser >= "1.1.9"
  1543. ocp-indent >= "1.7.0"
  1544. ocp-indent-nlfork >= "1.5.4"
  1545. ocp-index >= "1.1.9"
  1546. ocp-search
  1547. ocp_reveal
  1548. ocplib-endian >= "1.1"
  1549. ocplib-json-typed-browser
  1550. ocplib-json-typed-bson
  1551. ocplib-simplex >= "0.5"
  1552. ocplib_stuff >= "0.4.0"
  1553. ocsigen-i18n >= "4.0.0"
  1554. ocsigen-ppx-rpc
  1555. ocsigenserver >= "4.0.1"
  1556. ocsipersist
  1557. ocsipersist-dbm
  1558. ocsipersist-lib
  1559. ocsipersist-pgsql
  1560. ocsipersist-sqlite
  1561. octavius >= "1.2.2"
  1562. octez-accuser-Proxford < "19.0"
  1563. octez-accuser-PtKathma
  1564. octez-accuser-PtLimaPt
  1565. octez-accuser-PtMumbai
  1566. octez-accuser-PtNairob < "19.0"
  1567. octez-alcotezt < "19.0"
  1568. octez-baker-Proxford < "19.0"
  1569. octez-baker-PtKathma
  1570. octez-baker-PtLimaPt
  1571. octez-baker-PtMumbai
  1572. octez-baker-PtNairob < "19.0"
  1573. octez-bls12-381-hash
  1574. octez-bls12-381-polynomial
  1575. octez-bls12-381-signature
  1576. octez-client < "19.0"
  1577. octez-codec < "19.0"
  1578. octez-crawler < "19.0"
  1579. octez-dac-client < "19.0"
  1580. octez-dac-node < "19.0"
  1581. octez-distributed-internal < "19.0"
  1582. octez-distributed-lwt-internal < "19.0"
  1583. octez-injector < "19.0"
  1584. octez-l2-libs < "19.0"
  1585. octez-libs < "19.0"
  1586. octez-mec
  1587. octez-node < "19.0"
  1588. octez-node-config < "19.0"
  1589. octez-plompiler
  1590. octez-plonk
  1591. octez-polynomial
  1592. octez-proto-libs < "19.0"
  1593. octez-protocol-000-Ps9mPmXa-libs < "19.0"
  1594. octez-protocol-001-PtCJ7pwo-libs < "19.0"
  1595. octez-protocol-002-PsYLVpVv-libs < "19.0"
  1596. octez-protocol-003-PsddFKi3-libs < "19.0"
  1597. octez-protocol-004-Pt24m4xi-libs < "19.0"
  1598. octez-protocol-005-PsBabyM1-libs < "19.0"
  1599. octez-protocol-006-PsCARTHA-libs < "19.0"
  1600. octez-protocol-007-PsDELPH1-libs < "19.0"
  1601. octez-protocol-008-PtEdo2Zk-libs < "19.0"
  1602. octez-protocol-009-PsFLoren-libs < "19.0"
  1603. octez-protocol-010-PtGRANAD-libs < "19.0"
  1604. octez-protocol-011-PtHangz2-libs < "19.0"
  1605. octez-protocol-012-Psithaca-libs < "19.0"
  1606. octez-protocol-013-PtJakart-libs < "19.0"
  1607. octez-protocol-014-PtKathma-libs < "19.0"
  1608. octez-protocol-015-PtLimaPt-libs < "19.0"
  1609. octez-protocol-016-PtMumbai-libs < "19.0"
  1610. octez-protocol-017-PtNairob-libs < "19.0"
  1611. octez-protocol-018-Proxford-libs < "19.0"
  1612. octez-protocol-alpha-libs < "19.0"
  1613. octez-protocol-compiler < "19.0"
  1614. octez-proxy-server < "19.0"
  1615. octez-shell-libs < "19.0"
  1616. octez-signer < "19.0"
  1617. octez-smart-rollup-client-Proxford
  1618. octez-smart-rollup-client-PtMumbai
  1619. octez-smart-rollup-client-PtNairob
  1620. octez-smart-rollup-node < "19.0"
  1621. octez-smart-rollup-node-alpha < "19.0"
  1622. octez-smart-rollup-node-lib < "19.0"
  1623. octez-smart-rollup-node-Proxford < "19.0"
  1624. octez-smart-rollup-node-PtMumbai
  1625. octez-smart-rollup-node-PtNairob < "19.0"
  1626. octez-smart-rollup-wasm-benchmark-lib
  1627. octez-smart-rollup-wasm-debugger < "19.0"
  1628. octez-tx-rollup-client-PtKathma
  1629. octez-tx-rollup-client-PtLimaPt
  1630. octez-tx-rollup-node-PtKathma
  1631. octez-tx-rollup-node-PtLimaPt
  1632. octez-validator
  1633. octez-version < "19.0"
  1634. odash
  1635. odate >= "0.6"
  1636. odds >= "1.1"
  1637. odep
  1638. odepack >= "0.6.9"
  1639. odnnr
  1640. odoc >= "1.4.0" & < "2.3.0"
  1641. odoc-parser < "2.3.0"
  1642. of_json
  1643. offheap
  1644. ogg = "0.6.0" | >= "0.7.0"
  1645. ohex
  1646. oidc
  1647. ojs
  1648. ojs_base
  1649. ojs_base_all
  1650. ojs_base_ppx
  1651. ojs_ed
  1652. ojs_filetree
  1653. ojs_list
  1654. olinq >= "0.3"
  1655. omd >= "1.3.2"
  1656. ometrics
  1657. omg
  1658. omigrate
  1659. omlr >= "1.0.3"
  1660. omtl
  1661. oneffs
  1662. oniguruma
  1663. opam-0install
  1664. opam-0install-cudf
  1665. opam-bin >= "1.0.0"
  1666. opam-build
  1667. opam-client >= "2.0.2"
  1668. opam-compiler
  1669. opam-core >= "2.0.2"
  1670. opam-custom-install
  1671. opam-devel >= "2.0.2"
  1672. opam-ed >= "0.4"
  1673. opam-file-format >= "2.1.0" & < "2.1.5"
  1674. opam-format >= "2.0.2"
  1675. opam-graph
  1676. opam-grep >= "0.2.0"
  1677. opam-installer >= "2.0.2"
  1678. opam-monorepo < "0.3.4"
  1679. opam-package-upgrade >= "0.2"
  1680. opam-publish >= "2.0.2"
  1681. opam-repository >= "2.0.2"
  1682. opam-solver >= "2.0.2"
  1683. opam-spin
  1684. opam-state >= "2.0.2"
  1685. opam-test
  1686. opam2web >= "2.0"
  1687. opam_bin_lib != "0.9.5"
  1688. opasswd >= "1.3.1"
  1689. opazl
  1690. openai-gym
  1691. openapi
  1692. openapi_router
  1693. opencc0
  1694. opencc1
  1695. opencc1_1
  1696. openQASM
  1697. openstellina
  1698. opentelemetry
  1699. opentelemetry-client-cohttp-lwt
  1700. opentelemetry-client-ocurl
  1701. opentelemetry-cohttp-lwt
  1702. opentelemetry-lwt
  1703. opium >= "0.17.0"
  1704. opium-graphql
  1705. opium-testing
  1706. opium_kernel >= "0.17.0"
  1707. oplot
  1708. oplsr
  1709. opomodoro
  1710. opsian
  1711. optal
  1712. opti
  1713. optimization1d >= "0.6.1"
  1714. optiml-transport
  1715. optint >= "0.0.2"
  1716. opus >= "0.2.0"
  1717. oraft < "0.3.0"
  1718. oranger >= "2.0.1"
  1719. order-i3-xfce
  1720. ordering < "3.6.0"
  1721. ordinal
  1722. ordinal_abbreviation
  1723. ordma >= "0.0.5"
  1724. orec >= "1.0.1"
  1725. orewa
  1726. orf
  1727. orgeat
  1728. orpie
  1729. orrandomForest
  1730. orsvm_e1071 >= "4.0.0"
  1731. orun
  1732. orxgboost >= "1.1.0"
  1733. osc >= "0.2.0"
  1734. osc-lwt
  1735. osc-unix
  1736. oseq >= "0.2"
  1737. osh
  1738. oskel
  1739. osnap
  1740. osx-secure-transport >= "0.1.1"
  1741. otf
  1742. otoggl
  1743. otoml
  1744. otr >= "0.3.6"
  1745. ounit = "2.1.2"
  1746. ounit-lwt < "2.2.0"
  1747. ounit2
  1748. ounit2-lwt
  1749. override
  1750. owee >= "0.3"
  1751. owi
  1752. owl >= "0.4.0"
  1753. owl-base >= "0.4.0"
  1754. owl-jupyter
  1755. owl-ode
  1756. owl-ode-base
  1757. owl-ode-odepack
  1758. owl-ode-sundials
  1759. owl-opt
  1760. owl-opt-lbfgs
  1761. owl-plplot
  1762. owl-symbolic
  1763. owl-top >= "0.4.0"
  1764. owl-zoo >= "0.4.0"
  1765. owork
  1766. ozulip
  1767. p4pp
  1768. p5scm
  1769. packstream
  1770. pacomb
  1771. paf
  1772. paf-cohttp
  1773. paf-le
  1774. pam
  1775. pandoc
  1776. pandoc-abbreviations
  1777. pandoc-comment
  1778. pandoc-crossref
  1779. pandoc-include
  1780. pandoc-inspect
  1781. pandoc-pdf2png
  1782. pandoc-replace
  1783. papi >= "0.1.1"
  1784. parany >= "7.0.2"
  1785. pardi >= "2.0.2"
  1786. parmap >= "1.1.1"
  1787. parse-argv >= "0.2.0"
  1788. parsexp >= "v0.12.0"
  1789. parsexp_io >= "v0.12.0"
  1790. parsley
  1791. patch
  1792. patdiff >= "v0.12.1"
  1793. path_glob
  1794. patience_diff >= "v0.12.0"
  1795. patoline >= "0.2"
  1796. patricia-tree
  1797. pattern
  1798. pb
  1799. pb-plugin
  1800. pbkdf >= "1.0.0"
  1801. pbrt
  1802. pbrt_services
  1803. pbrt_yojson
  1804. pcap-format >= "0.5.2"
  1805. pcre >= "7.3.5"
  1806. pcre2
  1807. pds-reachability >= "0.2.2"
  1808. pecu >= "0.2"
  1809. petr4
  1810. petrol
  1811. pf-qubes
  1812. pg_query
  1813. pgocaml >= "4.0"
  1814. pgocaml_ppx
  1815. pgx >= "1.0"
  1816. pgx_async >= "1.0"
  1817. pgx_lwt >= "1.0"
  1818. pgx_lwt_mirage
  1819. pgx_lwt_unix
  1820. pgx_unix >= "1.0"
  1821. pgx_value_core
  1822. pgx_value_ptime
  1823. phantom-algebra >= "1.0.1"
  1824. phonetic
  1825. phylogenetics < "0.2.0"
  1826. piaf
  1827. picasso
  1828. piqi >= "0.7.8"
  1829. piqilib >= "0.6.16"
  1830. pixel_pusher
  1831. pkcs11 >= "0.18.0"
  1832. pkcs11-cli
  1833. pkcs11-driver
  1834. pkcs11-rev
  1835. pla >= "1.3"
  1836. plateau
  1837. plato
  1838. plebeia
  1839. plist-xml
  1840. plist-xml-lwt
  1841. plotkicadsch >= "0.4.0"
  1842. plplot >= "5.11.0-1"
  1843. polka
  1844. poll
  1845. polling_state_rpc
  1846. polly
  1847. polynomial
  1848. pomap >= "4.1.0"
  1849. popper
  1850. portaudio >= "0.2.2"
  1851. portaudio_c_bindings
  1852. portmidi
  1853. posix-base
  1854. posix-bindings
  1855. posix-getopt >= "2.0.0"
  1856. posix-signal
  1857. posix-socket
  1858. posix-socket-unix
  1859. posix-time2
  1860. posix-types >= "2.0.0"
  1861. posix-uname
  1862. posixat >= "v0.12.0"
  1863. postgres_async
  1864. postgresql >= "4.4.1"
  1865. pp
  1866. pp-binary-ints
  1867. pp_loc
  1868. pprint >= "20200226"
  1869. ppx-owl-opt
  1870. ppx_accessor
  1871. ppx_assert >= "v0.12.0"
  1872. ppx_bap
  1873. ppx_base >= "v0.12.0"
  1874. ppx_bench >= "v0.12.0"
  1875. ppx_bigarray >= "3.0.0"
  1876. ppx_bin_prot >= "v0.12.0"
  1877. ppx_bitstring >= "4.0.0"
  1878. ppx_blob >= "0.6.0"
  1879. ppx_bsx
  1880. ppx_camlrack
  1881. ppx_catch
  1882. ppx_cold
  1883. ppx_compare >= "v0.12.0"
  1884. ppx_compose >= "0.1.0"
  1885. ppx_const >= "2.0"
  1886. ppx_conv_func >= "v0.12.0"
  1887. ppx_counters
  1888. ppx_css
  1889. ppx_cstruct >= "3.3.0"
  1890. ppx_cstubs
  1891. ppx_csv_conv >= "v0.12.0"
  1892. ppx_custom_printf >= "v0.12.0"
  1893. ppx_decimal
  1894. ppx_defer >= "0.4.0"
  1895. ppx_demo
  1896. ppx_derive_at_runtime
  1897. ppx_derivers >= "1.2.1"
  1898. ppx_deriving = "4.3" | >= "4.5-1"
  1899. ppx_deriving_cad
  1900. ppx_deriving_cmdliner >= "0.5.1"
  1901. ppx_deriving_encoding
  1902. ppx_deriving_hardcaml >= "v0.12.0"
  1903. ppx_deriving_hash
  1904. ppx_deriving_jsoo
  1905. ppx_deriving_madcast >= "0.2"
  1906. ppx_deriving_popper
  1907. ppx_deriving_protobuf >= "2.7"
  1908. ppx_deriving_qcheck
  1909. ppx_deriving_rpc >= "6.1.0"
  1910. ppx_deriving_scad
  1911. ppx_deriving_yaml
  1912. ppx_deriving_yojson >= "3.3"
  1913. ppx_disable_unused_warnings
  1914. ppx_distr_guards >= "0.2"
  1915. ppx_enum
  1916. ppx_enumerate >= "v0.12.0"
  1917. ppx_expect >= "v0.12.0"
  1918. ppx_factory
  1919. ppx_fail >= "v0.12.0"
  1920. ppx_fast_pipe
  1921. ppx_fields_conv >= "v0.12.0"
  1922. ppx_fixed_literal
  1923. ppx_gen_rec >= "1.1.0"
  1924. ppx_getenv >= "2.0"
  1925. ppx_globalize
  1926. ppx_hash >= "v0.12.0"
  1927. ppx_here >= "v0.12.0"
  1928. ppx_ignore_instrumentation
  1929. ppx_import >= "1.5-3-gbd627d5"
  1930. ppx_inline_alcotest
  1931. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1932. ppx_irmin
  1933. ppx_jane >= "v0.12.0"
  1934. ppx_js_style >= "v0.12.0"
  1935. ppx_jsobject_conv >= "0.6.0"
  1936. ppx_jsonaf_conv
  1937. ppx_let >= "v0.12.0"
  1938. ppx_log
  1939. ppx_make
  1940. ppx_map
  1941. ppx_matches
  1942. ppx_meta_conv >= "4.0.1"
  1943. ppx_module_timer
  1944. ppx_monad
  1945. ppx_monoid >= "0.3.2"
  1946. ppx_mysql
  1947. ppx_mysql_identity
  1948. ppx_open
  1949. ppx_optcomp >= "v0.12.0"
  1950. ppx_optional >= "v0.12.0"
  1951. ppx_parser
  1952. ppx_pattern_bind
  1953. ppx_pbt
  1954. ppx_pipebang >= "v0.12.0"
  1955. ppx_protocol_conv >= "3.1.0"
  1956. ppx_protocol_conv_json >= "3.1.0"
  1957. ppx_protocol_conv_jsonm
  1958. ppx_protocol_conv_msgpack >= "3.1.0"
  1959. ppx_protocol_conv_xml_light >= "3.1.0"
  1960. ppx_protocol_conv_xmlm
  1961. ppx_protocol_conv_yaml >= "3.1.0"
  1962. ppx_pyformat
  1963. ppx_python
  1964. ppx_rapper
  1965. ppx_rapper_async
  1966. ppx_rapper_lwt
  1967. ppx_regexp >= "0.4.0"
  1968. ppx_relit
  1969. ppx_repr
  1970. ppx_seq
  1971. ppx_sexp_conv >= "v0.12.0"
  1972. ppx_sexp_message >= "v0.12.0"
  1973. ppx_sexp_value >= "v0.12.0"
  1974. ppx_show
  1975. ppx_stable
  1976. ppx_stable_witness
  1977. ppx_string
  1978. ppx_string_interpolation
  1979. ppx_subliner
  1980. ppx_system
  1981. ppx_test >= "1.7.0"
  1982. ppx_there
  1983. ppx_tools >= "6.0+4.08.0"
  1984. ppx_tools_versioned >= "5.2.2"
  1985. ppx_trace
  1986. ppx_ts
  1987. ppx_tydi
  1988. ppx_type_directed_value
  1989. ppx_typed_fields
  1990. ppx_typerep_conv >= "v0.12.0"
  1991. ppx_tyre
  1992. ppx_units
  1993. ppx_variants_conv >= "v0.12.0"
  1994. ppx_viewpattern
  1995. ppx_wideopen
  1996. ppx_xml_conv >= "v0.12.0"
  1997. ppx_yojson
  1998. ppx_yojson_conv
  1999. ppx_yojson_conv_lib
  2000. ppxfind >= "1.3"
  2001. ppxlib >= "0.4.0"
  2002. ppxx >= "2.4.0"
  2003. pratter
  2004. prbnmcn-basic-structures
  2005. prbnmcn-cgrph
  2006. prbnmcn-clustering
  2007. prbnmcn-dagger
  2008. prbnmcn-dagger-gsl
  2009. prbnmcn-dagger-stats
  2010. prbnmcn-dagger-test
  2011. prbnmcn-gnuplot
  2012. prbnmcn-linalg
  2013. prbnmcn-mcts
  2014. prbnmcn-proptest
  2015. prbnmcn-stats
  2016. prbnmcn-ucb1
  2017. prc
  2018. preface
  2019. prettym
  2020. printbox >= "0.3"
  2021. printbox-html
  2022. printbox-md
  2023. printbox-text >= "0.6.1"
  2024. proc-smaps
  2025. process_limits
  2026. processor
  2027. prof_spacetime >= "0.3.0"
  2028. profiling
  2029. profunctor
  2030. progress
  2031. prom
  2032. prometheus >= "0.6"
  2033. prometheus-app >= "0.6"
  2034. promise
  2035. promise_jsoo
  2036. promise_jsoo_lwt
  2037. protocell
  2038. protocol-9p >= "1.0.0"
  2039. protocol-9p-tool >= "1.0.0"
  2040. protocol-9p-unix >= "1.0.0"
  2041. protocol_version_header >= "v0.12.0"
  2042. prr
  2043. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2044. psq >= "0.1.1"
  2045. ptmap >= "2.0.5"
  2046. ptset >= "1.0.1"
  2047. pulseaudio >= "0.1.4"
  2048. pure-splitmix >= "0.3"
  2049. pvec
  2050. py >= "1.1"
  2051. pyast
  2052. pyml >= "20210924"
  2053. pyml_bindgen >= "0.3.0"
  2054. pyre-ast
  2055. pythonlib
  2056. qbf >= "0.3"
  2057. qcheck >= "0.9"
  2058. qcheck-alcotest
  2059. qcheck-core
  2060. qcheck-lin
  2061. qcheck-multicoretests-util
  2062. qcheck-ounit
  2063. qcheck-stm
  2064. qinap
  2065. qiskit < "0.44.0"
  2066. qmp >= "0.19.0"
  2067. qrencode >= "0.2"
  2068. qtest >= "2.10.1"
  2069. queenshead
  2070. quests
  2071. radamsa
  2072. radare2 >= "0.0.3"
  2073. randii
  2074. randomconv >= "0.1.1"
  2075. randoml
  2076. range >= "0.8"
  2077. rangeSet
  2078. rankers
  2079. rawlink >= "1.0"
  2080. rawlink-eio
  2081. rawlink-lwt
  2082. raygui
  2083. raylib
  2084. rdbg >= "1.196.12"
  2085. rdf >= "0.13.0"
  2086. rdf_impls
  2087. rdf_json_ld
  2088. rdf_lwt
  2089. rdf_mysql
  2090. rdf_postgresql
  2091. rdf_ppx
  2092. re >= "1.9.0"
  2093. re2 >= "v0.12.1"
  2094. re2_stable
  2095. re_parser
  2096. rea
  2097. reactiveData >= "0.3.0"
  2098. reanalyze
  2099. reason >= "3.5.0"
  2100. reason-standard
  2101. received
  2102. record_builder >= "v0.12.0"
  2103. records >= "1.0.0"
  2104. reddit_api_async
  2105. reddit_api_kernel
  2106. redirect
  2107. redis >= "0.4"
  2108. redis-async
  2109. redis-lwt >= "0.4"
  2110. redis-sync >= "0.4"
  2111. reed-solomon-erasure >= "1.0.2"
  2112. reedsolomon >= "0.3"
  2113. refl
  2114. regenerate >= "0.2"
  2115. regex_parser_intf
  2116. relit_helper
  2117. remu_ts
  2118. reparse
  2119. reparse-lwt
  2120. reparse-lwt-unix
  2121. reparse-unix
  2122. repr
  2123. repr-bench
  2124. repr-fuzz
  2125. res >= "5.0.1"
  2126. res_tailwindcss
  2127. resource-pooling >= "1.1"
  2128. resource_cache >= "v0.12.0"
  2129. resp
  2130. resp-client
  2131. resp-mirage
  2132. resp-server >= "0.9"
  2133. resp-unix
  2134. resto
  2135. resto-acl
  2136. resto-cohttp
  2137. resto-cohttp-client
  2138. resto-cohttp-self-serving-client
  2139. resto-cohttp-server
  2140. resto-directory
  2141. resto-json
  2142. result >= "1.4"
  2143. rfc1951 >= "0.8.1" & != "1.0.0"
  2144. rfc6287 >= "1.0.4"
  2145. rfc7748
  2146. rfsm >= "1.6-alpha-3" & < "2.0"
  2147. rhythm
  2148. ringo
  2149. ringo-lwt
  2150. river >= "0.2"
  2151. rock
  2152. roman
  2153. root1d >= "0.5.1"
  2154. rope >= "0.6.2"
  2155. rosa
  2156. rosetta >= "0.2.0"
  2157. routes
  2158. rpc >= "6.1.0"
  2159. rpc_parallel >= "v0.12.0"
  2160. rpclib >= "6.1.0"
  2161. rpclib-async >= "6.1.0"
  2162. rpclib-html
  2163. rpclib-js
  2164. rpclib-lwt >= "6.1.0"
  2165. rsdd
  2166. rss
  2167. rtop >= "3.5.0"
  2168. rungen
  2169. runtime_events_tools
  2170. rusage
  2171. SZXX
  2172. safemoney
  2173. safepass >= "3.1"
  2174. sail >= "0.15"
  2175. sail_c_backend
  2176. sail_coq_backend
  2177. sail_doc_backend
  2178. sail_latex_backend
  2179. sail_lem_backend
  2180. sail_manifest
  2181. sail_ocaml_backend
  2182. sail_output
  2183. sail_smt_backend
  2184. sail_sv_backend
  2185. salsa20 >= "1.0.0"
  2186. salsa20-core >= "1.0.0"
  2187. samplerate >= "0.1.5"
  2188. sanddb >= "0.2"
  2189. sarek >= "20210823"
  2190. satex
  2191. saturn
  2192. saturn_lockfree
  2193. satyrographos
  2194. scad_ml
  2195. scaml
  2196. scfg
  2197. scgi
  2198. scipy
  2199. scrypt-kdf >= "1.0.0"
  2200. sd_logic
  2201. search
  2202. searchTree
  2203. secp256k1 >= "0.4.1"
  2204. secp256k1-internal
  2205. sedlex >= "2.0"
  2206. sek
  2207. selective
  2208. semantic_version
  2209. semaphore-compat
  2210. semver >= "0.2.1"
  2211. semver2
  2212. sendmail
  2213. sendmail-lwt
  2214. sentry
  2215. seq >= "0.2" & < "base"
  2216. seqes
  2217. sequencer_table >= "v0.12.0"
  2218. serial
  2219. session >= "0.4.1"
  2220. session-cohttp >= "0.4.1"
  2221. session-cohttp-async >= "0.4.1"
  2222. session-cohttp-lwt >= "0.4.1"
  2223. session-cookie
  2224. session-cookie-async
  2225. session-cookie-lwt
  2226. session-postgresql >= "0.4.1"
  2227. session-postgresql-async >= "0.4.1"
  2228. session-postgresql-lwt >= "0.4.1"
  2229. session-redis-lwt >= "0.4.1"
  2230. session-webmachine >= "0.4.1"
  2231. setcore >= "1.0.2"
  2232. sexp
  2233. sexp_decode
  2234. sexp_diff
  2235. sexp_diff_kernel
  2236. sexp_grammar
  2237. sexp_macro
  2238. sexp_pretty >= "v0.12.0"
  2239. sexp_select
  2240. sexp_string_quickcheck
  2241. sexplib >= "v0.12.0"
  2242. sexplib0 >= "v0.12.0"
  2243. sgf >= "1.0.1"
  2244. sha >= "1.13"
  2245. shapefile
  2246. shared-block-ring >= "3.0.0"
  2247. shared-memory-ring >= "3.1.0"
  2248. shared-memory-ring-lwt >= "3.1.0"
  2249. shared-secret >= "0.4"
  2250. shell
  2251. shexp >= "v0.12.0"
  2252. shine >= "0.2.2"
  2253. shuttle
  2254. shuttle_http
  2255. shuttle_ssl
  2256. shuttle_websocket
  2257. sifun
  2258. sihl
  2259. sihl-cache
  2260. sihl-contract
  2261. sihl-core
  2262. sihl-email
  2263. sihl-facade
  2264. sihl-persistence
  2265. sihl-queue
  2266. sihl-session
  2267. sihl-storage
  2268. sihl-token
  2269. sihl-type
  2270. sihl-user
  2271. sihl-web
  2272. simple63
  2273. sklearn
  2274. slack
  2275. slacko >= "0.14.1"
  2276. slug
  2277. smart-print >= "0.3.0"
  2278. smbc >= "0.5"
  2279. smol
  2280. smol-helpers
  2281. smtlib-utils
  2282. smtml
  2283. snappy >= "0.1.2"
  2284. snoke
  2285. so
  2286. sodium-fmt
  2287. solid
  2288. solid_server
  2289. solid_tools
  2290. solidity-alcotest
  2291. solidity-common
  2292. solidity-parser
  2293. solidity-test
  2294. solidity-typechecker
  2295. solo5-elftool
  2296. sortedseq_intersect
  2297. soundtouch >= "0.1.9"
  2298. soupault
  2299. spacetime_lib >= "0.3.0"
  2300. spatial-shell
  2301. spawn < "v0.9.0" | >= "v0.13.0"
  2302. spdx_licenses
  2303. spectrum
  2304. speex >= "0.4.0"
  2305. spelll >= "0.4"
  2306. spin
  2307. splay_tree >= "v0.12.0"
  2308. splittable_random >= "v0.12.0"
  2309. spoc >= "20210823"
  2310. spoc_ppx
  2311. spoke
  2312. spotify-web-api >= "0.2.1"
  2313. spotlib >= "4.1.0"
  2314. sqlgg >= "20200521"
  2315. sqlite3 >= "4.4.1"
  2316. sqlite3_utils
  2317. srt
  2318. ssh-agent >= "0.2.0"
  2319. ssh-agent-unix
  2320. ssl >= "0.5.6"
  2321. stdcompat >= "19"
  2322. stdint >= "0.6.0"
  2323. stdint-literals
  2324. stdio >= "v0.12.0"
  2325. stdlib-diff
  2326. stdlib-random
  2327. stdlib-shims
  2328. stdune < "3.6.0"
  2329. stitch
  2330. stk
  2331. stk_iconv
  2332. stog >= "0.20.0"
  2333. stog_all
  2334. stog_asy
  2335. stog_dot
  2336. stog_extern
  2337. stog_markdown
  2338. stog_multi_doc
  2339. stog_nocaml
  2340. stog_noexec
  2341. stog_plugins
  2342. stog_rdf
  2343. stog_rel_href
  2344. stog_server
  2345. stog_server_multi
  2346. stog_sitemap
  2347. stog_writing
  2348. stored_reversed
  2349. stramon-lib
  2350. streamable
  2351. streaming
  2352. string_dict >= "v0.12.0"
  2353. stringext >= "1.6.0"
  2354. sturgeon >= "0.4.2"
  2355. subscriptions-transport-ws
  2356. subtype-refinement >= "0.2"
  2357. sun
  2358. svmwrap
  2359. swagger >= "0.2.0"
  2360. swhid
  2361. swhid_compute
  2362. swhid_core
  2363. swhid_types
  2364. swipl
  2365. syguslib-utils
  2366. syncweb
  2367. syndic >= "1.6.0"
  2368. sys-socket
  2369. sys-socket-unix
  2370. syslog >= "2.0.1"
  2371. syslog-message >= "1.0.0"
  2372. syslog-rfc5424
  2373. systemverilog >= "0.0.2"
  2374. tablecloth-base
  2375. tablecloth-native < "transition"
  2376. taglib >= "0.3.7"
  2377. talaria-bibtex
  2378. tar >= "1.0.0"
  2379. tar-eio
  2380. tar-mirage >= "1.0.0"
  2381. tar-unix >= "1.0.0"
  2382. tcalc
  2383. tcpip >= "3.7.0"
  2384. tdigest
  2385. teash
  2386. telltime
  2387. tensorboard
  2388. terminal
  2389. terminal_size >= "0.1.4"
  2390. terminus
  2391. terminus-cohttp
  2392. terminus-hlc
  2393. testu01
  2394. textmate-language
  2395. textrazor
  2396. textutils >= "v0.12.0"
  2397. textutils_kernel >= "v0.12.0"
  2398. textwrap >= "0.2.1"
  2399. tezos-008-PtEdo2Zk-test-helpers
  2400. tezos-009-PsFLoren-test-helpers
  2401. tezos-010-PtGRANAD-test-helpers
  2402. tezos-011-PtHangz2-test-helpers
  2403. tezos-012-Psithaca-test-helpers
  2404. tezos-013-PtJakart-test-helpers
  2405. tezos-014-PtKathma-test-helpers
  2406. tezos-accuser-006-PsCARTHA
  2407. tezos-accuser-007-PsDELPH1
  2408. tezos-accuser-008-PtEdo2Zk
  2409. tezos-accuser-008-PtEdoTez
  2410. tezos-accuser-009-PsFLoren
  2411. tezos-accuser-010-PtGRANAD
  2412. tezos-accuser-011-PtHangz2
  2413. tezos-accuser-012-Psithaca
  2414. tezos-accuser-013-PtJakart
  2415. tezos-accuser-014-PtKathma
  2416. tezos-accuser-alpha
  2417. tezos-alpha-test-helpers
  2418. tezos-baker-006-PsCARTHA
  2419. tezos-baker-007-PsDELPH1
  2420. tezos-baker-008-PtEdo2Zk
  2421. tezos-baker-008-PtEdoTez
  2422. tezos-baker-009-PsFLoren
  2423. tezos-baker-010-PtGRANAD
  2424. tezos-baker-011-PtHangz2
  2425. tezos-baker-012-Psithaca
  2426. tezos-baker-013-PtJakart
  2427. tezos-baker-014-PtKathma
  2428. tezos-baker-alpha
  2429. tezos-baking-006-PsCARTHA
  2430. tezos-baking-006-PsCARTHA-commands
  2431. tezos-baking-007-PsDELPH1
  2432. tezos-baking-007-PsDELPH1-commands
  2433. tezos-baking-008-PtEdo2Zk
  2434. tezos-baking-008-PtEdo2Zk-commands
  2435. tezos-baking-008-PtEdoTez
  2436. tezos-baking-008-PtEdoTez-commands
  2437. tezos-baking-009-PsFLoren
  2438. tezos-baking-009-PsFLoren-commands
  2439. tezos-baking-010-PtGRANAD
  2440. tezos-baking-010-PtGRANAD-commands
  2441. tezos-baking-011-PtHangz2
  2442. tezos-baking-011-PtHangz2-commands
  2443. tezos-baking-012-Psithaca
  2444. tezos-baking-012-Psithaca-commands
  2445. tezos-baking-013-PtJakart
  2446. tezos-baking-013-PtJakart-commands
  2447. tezos-baking-014-PtKathma
  2448. tezos-baking-014-PtKathma-commands
  2449. tezos-baking-015-PtLimaPt
  2450. tezos-baking-015-PtLimaPt-commands
  2451. tezos-baking-016-PtMumbai
  2452. tezos-baking-016-PtMumbai-commands
  2453. tezos-baking-017-PtNairob
  2454. tezos-baking-017-PtNairob-commands
  2455. tezos-baking-alpha
  2456. tezos-baking-alpha-commands
  2457. tezos-base
  2458. tezos-base-test-helpers
  2459. tezos-base58
  2460. tezos-benchmark < "19.0"
  2461. tezos-bls12-381-polynomial
  2462. tezos-clic
  2463. tezos-client
  2464. tezos-client-000-Ps9mPmXa
  2465. tezos-client-001-PtCJ7pwo
  2466. tezos-client-001-PtCJ7pwo-commands
  2467. tezos-client-002-PsYLVpVv
  2468. tezos-client-002-PsYLVpVv-commands
  2469. tezos-client-003-PsddFKi3
  2470. tezos-client-003-PsddFKi3-commands
  2471. tezos-client-004-Pt24m4xi
  2472. tezos-client-004-Pt24m4xi-commands
  2473. tezos-client-005-PsBabyM1
  2474. tezos-client-005-PsBabyM1-commands
  2475. tezos-client-006-PsCARTHA
  2476. tezos-client-006-PsCARTHA-commands
  2477. tezos-client-007-PsDELPH1
  2478. tezos-client-007-PsDELPH1-commands
  2479. tezos-client-007-PsDELPH1-commands-registration
  2480. tezos-client-008-PtEdo2Zk
  2481. tezos-client-008-PtEdo2Zk-commands
  2482. tezos-client-008-PtEdo2Zk-commands-registration
  2483. tezos-client-008-PtEdoTez
  2484. tezos-client-008-PtEdoTez-commands
  2485. tezos-client-008-PtEdoTez-commands-registration
  2486. tezos-client-009-PsFLoren
  2487. tezos-client-009-PsFLoren-commands
  2488. tezos-client-009-PsFLoren-commands-registration
  2489. tezos-client-010-PtGRANAD
  2490. tezos-client-010-PtGRANAD-commands
  2491. tezos-client-010-PtGRANAD-commands-registration
  2492. tezos-client-011-PtHangz2
  2493. tezos-client-011-PtHangz2-commands
  2494. tezos-client-011-PtHangz2-commands-registration
  2495. tezos-client-012-Psithaca
  2496. tezos-client-012-Psithaca-commands
  2497. tezos-client-012-Psithaca-commands-registration
  2498. tezos-client-013-PtJakart
  2499. tezos-client-013-PtJakart-commands
  2500. tezos-client-013-PtJakart-commands-registration
  2501. tezos-client-014-PtKathma
  2502. tezos-client-015-PtLimaPt
  2503. tezos-client-016-PtMumbai
  2504. tezos-client-017-PtNairob
  2505. tezos-client-alpha
  2506. tezos-client-alpha-commands
  2507. tezos-client-alpha-commands-registration
  2508. tezos-client-base
  2509. tezos-client-base-unix
  2510. tezos-client-commands
  2511. tezos-client-demo-counter < "19.0"
  2512. tezos-client-genesis < "19.0"
  2513. tezos-client-genesis-carthagenet
  2514. tezos-client-sapling-008-PtEdo2Zk
  2515. tezos-client-sapling-008-PtEdoTez
  2516. tezos-client-sapling-009-PsFLoren
  2517. tezos-client-sapling-010-PtGRANAD
  2518. tezos-client-sapling-011-PtHangz2
  2519. tezos-client-sapling-012-Psithaca
  2520. tezos-client-sapling-013-PtJakart
  2521. tezos-client-sapling-alpha
  2522. tezos-codec
  2523. tezos-context
  2524. tezos-context-hash
  2525. tezos-context-hash-irmin
  2526. tezos-context-ops
  2527. tezos-crypto
  2528. tezos-crypto-dal
  2529. tezos-dac-client-lib < "19.0"
  2530. tezos-dac-lib < "19.0"
  2531. tezos-dac-node-lib < "19.0"
  2532. tezos-dal-node-lib < "19.0"
  2533. tezos-dal-node-services < "19.0"
  2534. tezos-embedded-protocol-000-Ps9mPmXa
  2535. tezos-embedded-protocol-001-PtCJ7pwo
  2536. tezos-embedded-protocol-002-PsYLVpVv
  2537. tezos-embedded-protocol-003-PsddFKi3
  2538. tezos-embedded-protocol-004-Pt24m4xi
  2539. tezos-embedded-protocol-005-PsBABY5H
  2540. tezos-embedded-protocol-005-PsBabyM1
  2541. tezos-embedded-protocol-006-PsCARTHA
  2542. tezos-embedded-protocol-007-PsDELPH1
  2543. tezos-embedded-protocol-008-PtEdo2Zk
  2544. tezos-embedded-protocol-008-PtEdoTez
  2545. tezos-embedded-protocol-009-PsFLoren
  2546. tezos-embedded-protocol-010-PtGRANAD
  2547. tezos-embedded-protocol-011-PtHangz2
  2548. tezos-embedded-protocol-012-Psithaca
  2549. tezos-embedded-protocol-013-PtJakart
  2550. tezos-embedded-protocol-014-PtKathma
  2551. tezos-embedded-protocol-015-PtLimaPt
  2552. tezos-embedded-protocol-016-PtMumbai
  2553. tezos-embedded-protocol-017-PtNairob
  2554. tezos-embedded-protocol-alpha
  2555. tezos-embedded-protocol-demo-counter
  2556. tezos-embedded-protocol-demo-noops
  2557. tezos-embedded-protocol-genesis
  2558. tezos-embedded-protocol-genesis-carthagenet
  2559. tezos-endorser-006-PsCARTHA
  2560. tezos-endorser-007-PsDELPH1
  2561. tezos-endorser-008-PtEdo2Zk
  2562. tezos-endorser-008-PtEdoTez
  2563. tezos-endorser-009-PsFLoren
  2564. tezos-endorser-010-PtGRANAD
  2565. tezos-endorser-011-PtHangz2
  2566. tezos-endorser-alpha
  2567. tezos-error-monad
  2568. tezos-event-logging
  2569. tezos-event-logging-test-helpers
  2570. tezos-hacl
  2571. tezos-hacl-glue
  2572. tezos-hacl-glue-unix
  2573. tezos-injector-013-PtJakart
  2574. tezos-injector-014-PtKathma
  2575. tezos-injector-015-PtLimaPt
  2576. tezos-injector-016-PtMumbai
  2577. tezos-injector-alpha
  2578. tezos-layer2-store
  2579. tezos-layer2-utils-016-PtMumbai
  2580. tezos-layer2-utils-017-PtNairob
  2581. tezos-lazy-containers
  2582. tezos-legacy-store
  2583. tezos-lmdb
  2584. tezos-lwt-result-stdlib
  2585. tezos-mempool-006-PsCARTHA
  2586. tezos-mempool-007-PsDELPH1
  2587. tezos-mempool-008-PtEdoTez
  2588. tezos-micheline
  2589. tezos-micheline-rewriting
  2590. tezos-mockup
  2591. tezos-mockup-commands
  2592. tezos-mockup-proxy
  2593. tezos-mockup-registration
  2594. tezos-node
  2595. tezos-openapi
  2596. tezos-p2p
  2597. tezos-p2p-services
  2598. tezos-plompiler
  2599. tezos-plonk
  2600. tezos-protocol-000-Ps9mPmXa < "19.0"
  2601. tezos-protocol-001-PtCJ7pwo < "19.0"
  2602. tezos-protocol-002-PsYLVpVv < "19.0"
  2603. tezos-protocol-003-PsddFKi3 < "19.0"
  2604. tezos-protocol-004-Pt24m4xi < "19.0"
  2605. tezos-protocol-005-PsBABY5H < "19.0"
  2606. tezos-protocol-005-PsBabyM1 < "19.0"
  2607. tezos-protocol-006-PsCARTHA < "19.0"
  2608. tezos-protocol-006-PsCARTHA-parameters
  2609. tezos-protocol-007-PsDELPH1 < "19.0"
  2610. tezos-protocol-007-PsDELPH1-parameters
  2611. tezos-protocol-008-PtEdo2Zk < "19.0"
  2612. tezos-protocol-008-PtEdo2Zk-parameters
  2613. tezos-protocol-008-PtEdoTez < "19.0"
  2614. tezos-protocol-008-PtEdoTez-parameters
  2615. tezos-protocol-009-PsFLoren < "19.0"
  2616. tezos-protocol-009-PsFLoren-parameters
  2617. tezos-protocol-010-PtGRANAD < "19.0"
  2618. tezos-protocol-010-PtGRANAD-parameters
  2619. tezos-protocol-011-PtHangz2 < "19.0"
  2620. tezos-protocol-011-PtHangz2-parameters
  2621. tezos-protocol-012-Psithaca < "19.0"
  2622. tezos-protocol-012-Psithaca-parameters
  2623. tezos-protocol-013-PtJakart < "19.0"
  2624. tezos-protocol-013-PtJakart-parameters
  2625. tezos-protocol-014-PtKathma < "19.0"
  2626. tezos-protocol-015-PtLimaPt < "19.0"
  2627. tezos-protocol-016-PtMumbai < "19.0"
  2628. tezos-protocol-017-PtNairob < "19.0"
  2629. tezos-protocol-018-Proxford < "19.0"
  2630. tezos-protocol-alpha < "19.0"
  2631. tezos-protocol-alpha-parameters
  2632. tezos-protocol-compiler
  2633. tezos-protocol-demo-counter < "19.0"
  2634. tezos-protocol-demo-noops < "19.0"
  2635. tezos-protocol-environment
  2636. tezos-protocol-environment-packer
  2637. tezos-protocol-environment-sigs
  2638. tezos-protocol-environment-structs
  2639. tezos-protocol-genesis < "19.0"
  2640. tezos-protocol-genesis-carthagenet
  2641. tezos-protocol-plugin-007-PsDELPH1
  2642. tezos-protocol-plugin-007-PsDELPH1-registerer
  2643. tezos-protocol-plugin-008-PtEdo2Zk
  2644. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2645. tezos-protocol-plugin-009-PsFLoren
  2646. tezos-protocol-plugin-009-PsFLoren-registerer
  2647. tezos-protocol-plugin-010-PtGRANAD
  2648. tezos-protocol-plugin-010-PtGRANAD-registerer
  2649. tezos-protocol-plugin-011-PtHangz2
  2650. tezos-protocol-plugin-011-PtHangz2-registerer
  2651. tezos-protocol-plugin-012-Psithaca
  2652. tezos-protocol-plugin-012-Psithaca-registerer
  2653. tezos-protocol-plugin-012-Psithaca-tests
  2654. tezos-protocol-plugin-013-PtJakart
  2655. tezos-protocol-plugin-013-PtJakart-registerer
  2656. tezos-protocol-plugin-013-PtJakart-tests
  2657. tezos-protocol-plugin-014-PtKathma
  2658. tezos-protocol-plugin-014-PtKathma-registerer
  2659. tezos-protocol-plugin-015-PtLimaPt
  2660. tezos-protocol-plugin-015-PtLimaPt-registerer
  2661. tezos-protocol-plugin-016-PtMumbai
  2662. tezos-protocol-plugin-016-PtMumbai-registerer
  2663. tezos-protocol-plugin-017-PtNairob
  2664. tezos-protocol-plugin-017-PtNairob-registerer
  2665. tezos-protocol-plugin-alpha
  2666. tezos-protocol-plugin-alpha-registerer
  2667. tezos-protocol-plugin-alpha-tests
  2668. tezos-protocol-updater
  2669. tezos-proxy
  2670. tezos-proxy-server
  2671. tezos-proxy-server-config < "19.0"
  2672. tezos-requester
  2673. tezos-rpc
  2674. tezos-rpc-http
  2675. tezos-rpc-http-client
  2676. tezos-rpc-http-client-unix
  2677. tezos-rpc-http-server
  2678. tezos-sapling
  2679. tezos-scoru-wasm
  2680. tezos-scoru-wasm-fast
  2681. tezos-scoru-wasm-helpers
  2682. tezos-shell
  2683. tezos-shell-benchmarks
  2684. tezos-shell-context
  2685. tezos-shell-context-test
  2686. tezos-shell-services
  2687. tezos-shell-services-test-helpers
  2688. tezos-signer
  2689. tezos-signer-backends
  2690. tezos-signer-services
  2691. tezos-smart-rollup-016-PtMumbai
  2692. tezos-smart-rollup-017-PtNairob
  2693. tezos-smart-rollup-alpha
  2694. tezos-smart-rollup-layer2-016-PtMumbai
  2695. tezos-smart-rollup-layer2-017-PtNairob
  2696. tezos-stdlib >= "13.0"
  2697. tezos-stdlib-unix
  2698. tezos-storage
  2699. tezos-store
  2700. tezos-test-helpers
  2701. tezos-test-helpers-extra
  2702. tezos-test-services
  2703. tezos-tooling
  2704. tezos-tree-encoding
  2705. tezos-tx-rollup-013-PtJakart
  2706. tezos-tx-rollup-014-PtKathma
  2707. tezos-tx-rollup-015-PtLimaPt
  2708. tezos-tx-rollup-alpha
  2709. tezos-tx-rollup-client-013-PtJakart
  2710. tezos-tx-rollup-client-014-PtKathma
  2711. tezos-tx-rollup-client-alpha
  2712. tezos-tx-rollup-node-013-PtJakart
  2713. tezos-tx-rollup-node-014-PtKathma
  2714. tezos-tx-rollup-node-alpha
  2715. tezos-validation
  2716. tezos-validator
  2717. tezos-version
  2718. tezos-wasmer
  2719. tezos-webassembly-interpreter
  2720. tezos-webassembly-interpreter-extra
  2721. tezos-workers
  2722. tezt
  2723. tezt-performance-regression
  2724. tezt-tezos < "19.0"
  2725. theora >= "0.4.0"
  2726. thread-local-storage
  2727. thread-table
  2728. thrift >= "0.10.0"
  2729. tidy >= "5-0.2"
  2730. tidy_email
  2731. tidy_email_mailgun
  2732. tidy_email_sendgrid
  2733. tidy_email_smtp
  2734. tilde_f
  2735. time_now
  2736. timed >= "1.1"
  2737. timedesc
  2738. timedesc-json
  2739. timedesc-sexp
  2740. timedesc-tzdb
  2741. timedesc-tzlocal
  2742. timedesc-tzlocal-js
  2743. timere
  2744. timere-parse
  2745. timezone
  2746. timmy
  2747. timmy-jsoo
  2748. timmy-unix
  2749. tiny_httpd
  2750. tiny_httpd_camlzip
  2751. tip-parser >= "0.4"
  2752. tldr
  2753. tls >= "0.11.0"
  2754. tls-async
  2755. tls-eio
  2756. tls-lwt
  2757. tls-mirage
  2758. tofn
  2759. toml >= "5.0.0"
  2760. toml-cconv
  2761. toml_cconv
  2762. toplevel_backend
  2763. toplevel_expect_test >= "v0.12.0"
  2764. topojson
  2765. topojsone
  2766. topological_sort >= "v0.12.0"
  2767. torch
  2768. tqdm
  2769. trace
  2770. trace-fuchsia
  2771. trace-tef
  2772. tracing
  2773. tracy-client
  2774. traits
  2775. trampoline
  2776. transept
  2777. traverse
  2778. travesty != "0.6.1" & < "0.8.0"
  2779. travis-opam >= "1.5.0"
  2780. trax >= "0.4.0"
  2781. tree_layout >= "0.2"
  2782. treeprint >= "2.3.0"
  2783. trexio
  2784. trie >= "1.0.0"
  2785. tsdl-image >= "0.3.0"
  2786. tsdl-mixer >= "0.3.0"
  2787. tsdl-ttf >= "0.3"
  2788. tsort
  2789. tube >= "4.4.0"
  2790. tuntap >= "1.7.0"
  2791. twostep
  2792. tyabt
  2793. type_eq
  2794. typerep >= "v0.12.0"
  2795. typeset
  2796. tyre >= "0.5"
  2797. tyxml >= "4.3.0"
  2798. tyxml-jsx
  2799. tyxml-lwd
  2800. tyxml-ppx >= "4.3.0"
  2801. tyxml-syntax
  2802. u2f
  2803. ubase
  2804. ubpf >= "0.2"
  2805. uecc >= "0.3"
  2806. uint >= "2.0.1"
  2807. ulid
  2808. um-abt
  2809. unidecode
  2810. unionFind
  2811. unisim_archisec
  2812. unison >= "2.51.4" & < "2.53.4"
  2813. universo
  2814. unix-errno >= "0.6.0"
  2815. unstrctrd
  2816. uri >= "2.2.0"
  2817. uri-bench
  2818. uri-re
  2819. uri-sexp
  2820. uring
  2821. uritemplate
  2822. user-agent-parser
  2823. username_kernel
  2824. uspf
  2825. uspf-lwt
  2826. uspf-unix
  2827. utop >= "2.3.0"
  2828. uuuu >= "0.1.1"
  2829. validator
  2830. variantslib >= "v0.12.0"
  2831. varray
  2832. vcaml
  2833. vcardgen >= "1.2"
  2834. vchan >= "4.0.0"
  2835. vchan-unix >= "4.0.0"
  2836. vchan-xen >= "4.0.0"
  2837. vdom
  2838. vec
  2839. vector
  2840. vector3 >= "1.0.0"
  2841. vercel
  2842. vhd-format >= "0.12.0"
  2843. vhd-format-lwt >= "0.12.0"
  2844. virtual_dom >= "v0.12.0"
  2845. visitors >= "20200207"
  2846. vlq >= "0.2.1"
  2847. vmnet >= "1.3.2"
  2848. vocal
  2849. voqc
  2850. vorbis >= "0.8.0"
  2851. vpt >= "5.0.0"
  2852. vscoq-language-server < "2.1.0+coq8.19"
  2853. vue-jsoo
  2854. wall >= "0.4"
  2855. wasmer
  2856. wasmtime
  2857. wayland
  2858. waylaunch
  2859. wcwidth
  2860. webauthn
  2861. weberizer >= "0.8"
  2862. webmachine >= "0.6.2"
  2863. websocket >= "2.12"
  2864. websocket-async >= "2.12"
  2865. websocket-lwt >= "2.12"
  2866. websocket-lwt-unix
  2867. websocketaf
  2868. webtest >= "2.0.0"
  2869. webtest-js
  2870. weevil
  2871. wikitext
  2872. win-error >= "1.0"
  2873. win-eventlog >= "0.3"
  2874. winsvc
  2875. ws
  2876. ws-server
  2877. wseg
  2878. wtf8 >= "1.0.2"
  2879. wtr
  2880. wtr-ppx
  2881. wu-manber-fuzzy-search
  2882. x509 >= "0.6.3"
  2883. xapi-backtrace >= "0.7"
  2884. xapi-inventory >= "1.2.1"
  2885. xapi-rrd >= "1.8.2"
  2886. xapi-stdext-date
  2887. xapi-stdext-encodings
  2888. xapi-stdext-pervasives
  2889. xapi-stdext-std
  2890. xapi-stdext-threads
  2891. xapi-stdext-unix
  2892. xapi-stdext-zerocheck
  2893. xdg < "3.6.0"
  2894. xdg-basedir
  2895. xen-evtchn >= "2.1.0"
  2896. xen-evtchn-unix >= "2.1.0"
  2897. xen-gnt >= "3.1.0"
  2898. xen-gnt-unix >= "3.1.0"
  2899. xenstore >= "2.1.0"
  2900. xenstore_transport >= "1.1.0"
  2901. xmelly
  2902. xml-light >= "2.5"
  2903. xmldiff >= "0.7.0"
  2904. xmldiff_js
  2905. xmlplaylist >= "0.1.5"
  2906. xoshiro
  2907. xtmpl >= "0.19.0"
  2908. xtmpl_js
  2909. xtmpl_ppx
  2910. yaml >= "1.0.0"
  2911. yaml-sexp
  2912. yara >= "0.2"
  2913. yocaml
  2914. yocaml_cmark
  2915. yocaml_git
  2916. yocaml_jingoo
  2917. yocaml_markdown
  2918. yocaml_mustache
  2919. yocaml_syndication
  2920. yocaml_unix
  2921. yocaml_yaml
  2922. yojson >= "1.5.0"
  2923. yojson-bench
  2924. yurt >= "0.6"
  2925. yuscii >= "0.2.1"
  2926. yuujinchou
  2927. zanuda
  2928. zarith-ppx
  2929. zarith_stubs_js
  2930. zed >= "2.0"
  2931. zeit
  2932. zelus
  2933. zelus-gtk
  2934. zipperposition >= "1.5.1"
  2935. zipperposition-tools
  2936. zlib >= "0.6"
  2937. zlist >= "0.4.0"
  2938. zmq >= "5.1.0"
  2939. zmq-async >= "5.1.0"
  2940. zmq-eio
  2941. zmq-lwt >= "5.1.0"
  2942. zstandard >= "v0.12.1"
  2943. zstd = "0.3"
  2944. 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"