package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

fiber-3.0.3.tbz
sha256=d504499a1658f0d99caefbffd7386f2e31d46ceca73167157fe4686c41e5732f
sha512=aa1bdf87a00994d18ddc9d9d6ef914813c10dbc8c68c34c00467669092dde9adc95718937f8a60a2e1307b25f281196b20e913b2f82e2ee6aadd24d54dca88aa

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: 02 Mar 2022

README

Dune - A Composable Build System

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

It implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very low overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

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

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via Opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

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

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

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

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

Status

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

Dependencies (5)

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

Dev Dependencies

None

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