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