package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.5.1.tbz
sha256=8f77d3a87f208e0d7cccaa1c48c4bb1bb87d62d07c3f25e9b8ba298e028ce52b
sha512=f209f12ced10c1abf8782bdb0143f4cec77795f7174d2cc75130afb1e01550b01f2f77b9e3ec4888efdad83d2f9878d179b39126f824f4e522f3ef4da34bf27e

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: 20 Apr 2020

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 of the low-level details of OCaml compilation. All you have to do is provide a description of your project and dune will do the rest.

The scheme it implements is 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, which means that it is highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, you can 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: all you need to build dune and packages using dune is OCaml. 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, arrange them in any way on the file system and 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 is able to 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.07.0 to build itself and can build OCaml projects using ocaml 4.02.3 or greater.

Installation

The recommended way to install dune is 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 that are installed by dune, such as the man pages, and the last simply installs all of that on the system.

Note that 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 now fairly stable and is 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.07~~"
  5. ocaml >= "4.07" & < "4.12"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. absolute
  6. abstract_algebra < "v0.17.0"
  7. accessor < "v0.17.0"
  8. accessor_async < "v0.17.0"
  9. accessor_base < "v0.17.0"
  10. accessor_core < "v0.17.0"
  11. acgtk >= "1.4.0" & < "2.0.0"
  12. aches
  13. aches-lwt
  14. acpc >= "2.0.0"
  15. advi
  16. ahrocksdb
  17. aifad >= "2.2.1" & < "2.3.0"
  18. alba >= "0.4.1"
  19. albatross < "1.5.0"
  20. alcotest >= "0.8.5" & < "1.5.0"
  21. alcotest-async >= "0.8.5" & < "1.5.0"
  22. alcotest-lwt >= "0.8.5" & < "1.5.0"
  23. alcotest-mirage < "1.5.0"
  24. alg_structs
  25. alg_structs_qcheck
  26. algaeff
  27. alsa >= "0.3.0"
  28. alt-ergo >= "2.3.0" & < "2.4.3"
  29. alt-ergo-free >= "2.3.3"
  30. alt-ergo-lib < "2.4.3"
  31. alt-ergo-lib-free
  32. alt-ergo-parsers < "2.4.3"
  33. alt-ergo-parsers-free
  34. altgr-ergo >= "2.3.0" & < "2.4.3"
  35. amf >= "0.1.2"
  36. amqp-client >= "2.0.3"
  37. amqp-client-async >= "2.0.3"
  38. amqp-client-lwt >= "2.0.3"
  39. anders
  40. angstrom >= "0.11.1"
  41. angstrom-async >= "0.11.1"
  42. angstrom-lwt-unix >= "0.11.1"
  43. angstrom-unix >= "0.11.1"
  44. ansi < "0.6.0"
  45. anthill
  46. ao >= "0.2.2" & < "0.2.4"
  47. apronext
  48. archetype < "1.2.3"
  49. archi
  50. archi-async
  51. archi-lwt
  52. argon2 >= "1.0.0"
  53. arp >= "1.0.0" & < "2.3.1"
  54. arp-mirage
  55. asak
  56. asli >= "0.2.0"
  57. asn1-combinators >= "0.2.2"
  58. async >= "v0.12.0" & < "v0.17.0"
  59. async-uri < "0.4.0"
  60. async_durable >= "v0.12.0" & < "v0.17.0"
  61. async_extra >= "v0.12.0" & < "v0.17.0"
  62. async_find >= "v0.12.0" & < "v0.17.0"
  63. async_graphics >= "0.7.0"
  64. async_inotify >= "v0.12.0" & < "v0.17.0"
  65. async_interactive >= "v0.12.0" & < "v0.17.0"
  66. async_js >= "v0.12.0" & < "v0.17.0"
  67. async_kernel >= "v0.12.0" & < "v0.17.0"
  68. async_rpc_kernel >= "v0.12.0" & < "v0.17.0"
  69. async_rpc_websocket < "v0.17.0"
  70. async_sendfile >= "v0.12.0" & < "v0.17.0"
  71. async_shell >= "v0.12.0" & < "v0.17.0"
  72. async_smtp >= "v0.12.0" & < "v0.17.0"
  73. async_ssl >= "v0.12.0" & < "v0.17.0"
  74. async_udp < "v0.17.0"
  75. async_unix >= "v0.12.0" & < "v0.17.0"
  76. async_websocket < "v0.17.0"
  77. atd = "2.2.1"
  78. atdgen = "2.2.1"
  79. atdgen-codec-runtime < "2.3.3"
  80. atdgen-runtime = "2.2.1"
  81. atdj = "2.2.1"
  82. atds < "2.3.3"
  83. atomic < "base"
  84. avro
  85. avro-compiler
  86. awa < "0.1.0"
  87. awa-lwt < "0.1.0"
  88. awa-mirage < "0.1.0"
  89. aws-s3 >= "4.0.0"
  90. aws-s3-async >= "4.0.0"
  91. aws-s3-lwt >= "4.0.0"
  92. azblob
  93. azblob-async
  94. azure-cosmos-db < "0.2.0"
  95. babel < "v0.17.0"
  96. bag
  97. bark
  98. base >= "v0.12.0" & < "v0.17.0"
  99. base64 >= "2.3.0"
  100. base_bigstring < "v0.17.0"
  101. base_quickcheck >= "v0.12.1" & < "v0.17.0"
  102. base_trie < "v0.17.0"
  103. bastet
  104. bastet_async
  105. bastet_lwt
  106. batch_jaro_winkler
  107. batsat < "0.7"
  108. bddrand
  109. bech32
  110. bechamel
  111. bechamel-js
  112. bechamel-notty
  113. bechamel-perf
  114. beluga = "1.0"
  115. benchmark >= "1.6"
  116. benchpress
  117. benchpress-server
  118. bencode >= "2.0"
  119. bentov
  120. bheap >= "2.0.0"
  121. bidirectional_map < "v0.17.0"
  122. bigarray-compat
  123. bigarray-overlap < "0.2.1"
  124. bigdecimal < "v0.17.0"
  125. bignum >= "v0.12.0" & < "v0.17.0"
  126. bigstring >= "0.3"
  127. bigstring-unix >= "0.3"
  128. bigstringaf >= "0.5.0" & < "0.7.0"
  129. bimage
  130. bimage-display
  131. bimage-gtk
  132. bimage-io
  133. bimage-lwt
  134. bimage-sdl
  135. bimage-unix
  136. bimap
  137. bin_prot >= "v0.12.0" & < "v0.17.0"
  138. biniou >= "1.2.1"
  139. binning
  140. biocaml >= "0.9.0"
  141. bisect_ppx >= "1.4.0" & < "2.5.0"
  142. bistro >= "0.5.0"
  143. bistro-bio
  144. bitcoinml >= "0.4.1"
  145. bitlib
  146. bitmasks >= "1.2.0"
  147. bitstring >= "3.1.1"
  148. bitv >= "1.4"
  149. bjack >= "0.1.6"
  150. blake2 >= "0.3"
  151. bloomf
  152. bls12-381 < "0.4.1"
  153. bnfgen
  154. bogue < "20210917"
  155. bonsai < "v0.17.0"
  156. bson2
  157. bst >= "6.0.0"
  158. buffer-pool
  159. build_path_prefix_map >= "0.3"
  160. builder
  161. bun >= "0.3.4"
  162. bwd
  163. bwrap
  164. bytearray >= "1.0.1"
  165. bytepdf
  166. ca-certs
  167. ca-certs-nss < "3.64.0.1"
  168. cairo2 >= "0.6" & < "0.6.3"
  169. cairo2-gtk
  170. cairo2-pango < "0.6.3"
  171. calculon >= "0.4"
  172. calculon-redis
  173. calculon-redis-lib
  174. calculon-web >= "0.4"
  175. caldav < "0.2.2"
  176. calendar >= "3.0.0"
  177. calendars
  178. callipyge >= "0.2"
  179. camelot
  180. camels
  181. camelsnakekebab
  182. camlimages >= "5.0.2" & < "5.0.5"
  183. camlon >= "3.0.0"
  184. camlp-streams < "5.0.1"
  185. camltc >= "0.9.8"
  186. camomile = "1.0.2"
  187. capnp >= "3.3.0"
  188. capnp-rpc >= "0.3.2" & < "1.2.3"
  189. capnp-rpc-lwt >= "0.3.2" & < "1.2.3"
  190. capnp-rpc-mirage >= "0.3.2" & < "1.2.3"
  191. capnp-rpc-net < "1.2.3"
  192. capnp-rpc-unix >= "0.3.2" & < "1.2.3"
  193. caqti >= "1.0.0" & < "2.1.1"
  194. caqti-async >= "1.0.0" & < "2.1.1"
  195. caqti-driver-mariadb >= "1.0.0" & < "2.0.1"
  196. caqti-driver-pgx < "2.1.1"
  197. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  198. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  199. caqti-dynload >= "1.0.0"
  200. caqti-eio < "2.1.1"
  201. caqti-lwt >= "1.0.0" & < "2.1.1"
  202. caqti-mirage < "2.1.1"
  203. caqti-type-calendar >= "1.0.0"
  204. catala < "0.5.0"
  205. catapult
  206. catapult-client
  207. catapult-daemon
  208. catapult-file
  209. catapult-sqlite
  210. cbor >= "0.3"
  211. cconv >= "0.5"
  212. cconv-ppx
  213. cdrom >= "0.9.4"
  214. certify >= "0.3.0"
  215. cfg >= "2.2.0" & < "2.3.0"
  216. cfml
  217. cfstream >= "1.3.1"
  218. chacha
  219. charInfo_width
  220. charrua
  221. charrua-client >= "0.11.2"
  222. charrua-client-lwt >= "0.11.2"
  223. charrua-client-mirage >= "0.11.2"
  224. charrua-core >= "0.11.2"
  225. charrua-server
  226. charrua-unix >= "0.11.2"
  227. charset
  228. chartjs
  229. chartjs-annotation
  230. chartjs-colorschemes
  231. chartjs-datalabels
  232. chartjs-streaming
  233. chase
  234. checkseum >= "0.0.3" & < "0.2.1"
  235. choice >= "0.4"
  236. cinaps >= "v0.12.0"
  237. clangml >= "4.0.0" & < "4.8.0"
  238. clangml-transforms >= "0.24"
  239. clap < "0.2.0"
  240. clarity >= "0.4.0"
  241. clz
  242. cmarker
  243. codept >= "0.10.3"
  244. cohttp >= "1.1.1" & < "6.0.0~alpha0"
  245. cohttp-async >= "1.1.1" & < "6.0.0~alpha0"
  246. cohttp-lwt >= "1.1.1" & < "6.0.0~alpha0"
  247. cohttp-lwt-jsoo >= "1.1.1" & < "6.0.0~alpha0"
  248. cohttp-lwt-unix >= "1.1.1" & < "6.0.0~alpha0"
  249. cohttp-lwt-unix-nossl
  250. cohttp-lwt-unix-ssl
  251. cohttp-mirage >= "1.1.1" & < "6.0.0~alpha0"
  252. cohttp-top >= "1.1.1" & < "6.0.0~alpha0"
  253. cohttp_async_websocket < "v0.17.0"
  254. cohttp_static_handler < "v0.17.0"
  255. coin >= "0.1.1"
  256. colombe
  257. color >= "0.2.0"
  258. color-brewery
  259. combinat < "3.0"
  260. command_rpc >= "v0.12.0" & < "v0.17.0"
  261. conduit >= "1.3.0"
  262. conduit-async >= "1.3.0"
  263. conduit-async-ssl
  264. conduit-async-tls
  265. conduit-lwt >= "1.3.0"
  266. conduit-lwt-ssl
  267. conduit-lwt-tls
  268. conduit-lwt-unix >= "1.3.0"
  269. conduit-mirage
  270. conduit-tls
  271. conex >= "0.10.0"
  272. conex-mirage-crypto
  273. conex-nocrypto
  274. conformist < "0.8.1"
  275. containers >= "2.4" & < "3.13"
  276. containers-data < "3.13"
  277. containers-thread
  278. content_security_policy < "v0.17.0"
  279. cookie
  280. coq >= "8.14.0" & < "8.17.0"
  281. coq-of-ocaml < "2.4.1"
  282. coq-serapi >= "8.9.0+0.6.0"
  283. coqide >= "8.14.0" & < "8.17.0"
  284. core >= "v0.12.0" & < "v0.17.0"
  285. core_bench >= "v0.12.0" & < "v0.17.0"
  286. core_compat
  287. core_extended >= "v0.12.0" & < "v0.17.0"
  288. core_kernel >= "v0.12.3" & < "v0.17.0"
  289. core_profiler >= "v0.12.0" & < "v0.17.0"
  290. core_unix < "v0.17.0"
  291. cosovo
  292. cow = "2.4.0"
  293. cowabloga >= "0.5.0"
  294. cpm >= "5.0.0" & < "12.1.2"
  295. cppo >= "1.6.6"
  296. cppo_ocamlbuild >= "1.6.6"
  297. cpu
  298. cpuid >= "0.1.2"
  299. crc >= "2.1.0"
  300. crlibm >= "0.3"
  301. crontab
  302. crowbar = "0.2"
  303. crunch >= "2.2.0"
  304. cry = "0.6.5"
  305. cryptokit >= "1.16.1"
  306. csexp < "1.5.2"
  307. css-parser
  308. cstruct >= "3.3.0"
  309. cstruct-async >= "3.3.0"
  310. cstruct-lwt >= "3.3.0"
  311. cstruct-sexp
  312. cstruct-unix >= "3.3.0"
  313. csv >= "2.2"
  314. csv-lwt >= "2.1"
  315. csvfields >= "v0.12.0" & < "v0.17.0"
  316. csvtool
  317. ctypes-zarith
  318. cudf >= "0.10"
  319. cuid >= "0.2"
  320. cumulus
  321. curly = "0.2.0"
  322. current < "0.6"
  323. current_ansi
  324. current_docker < "0.6"
  325. current_examples < "0.6"
  326. current_git < "0.6"
  327. current_github < "0.6"
  328. current_incr < "0.6.0"
  329. current_ocluster < "0.2"
  330. current_rpc < "0.6"
  331. current_slack < "0.6"
  332. current_web < "0.6"
  333. curses = "1.0.9"
  334. curve-sampling
  335. cviode
  336. cwe_checker
  337. DrawGrammar >= "0.2.2"
  338. daft >= "0.0.4"
  339. data-encoding < "1.0.0"
  340. dataframe
  341. datakit >= "0.12.2"
  342. datakit-bridge-github >= "0.12.2"
  343. datakit-bridge-local-git >= "0.12.2"
  344. datakit-ci >= "0.12.2"
  345. datakit-client >= "0.12.2"
  346. datakit-client-9p >= "0.12.2"
  347. datakit-client-git >= "0.12.2"
  348. datakit-github >= "0.12.2"
  349. datakit-server >= "0.12.2"
  350. datakit-server-9p >= "0.12.2"
  351. datalog >= "0.6"
  352. daypack-lib
  353. dbf < "0.1.1"
  354. debian-formats >= "0.1.2"
  355. decoders >= "0.1.2" & < "1.0.0"
  356. decoders-bencode < "1.0.0"
  357. decoders-cbor < "1.0.0"
  358. decoders-ezjsonm >= "0.1.2" & < "1.0.0"
  359. decoders-jsonm < "1.0.0"
  360. decoders-msgpck < "1.0.0"
  361. decoders-sexplib < "1.0.0"
  362. decoders-yojson >= "0.1.2" & < "1.0.0"
  363. decompress >= "0.8.1" & < "1.3.0"
  364. dedent < "v0.17.0"
  365. dedukti >= "2.7"
  366. delimited_parsing >= "v0.12.0" & < "v0.17.0"
  367. depyt >= "0.3.0"
  368. devkit >= "1.0"
  369. diet >= "0.2"
  370. diffable
  371. digestif >= "0.7" & < "0.8.1"
  372. directories
  373. disml
  374. dispatch >= "0.4.1"
  375. dispatch-js >= "0.4.1"
  376. distributed >= "0.6.0"
  377. distributed-lwt >= "0.2.0"
  378. distributed-uwt >= "0.2.0"
  379. dkim
  380. dkim-bin
  381. dkim-mirage
  382. dlm >= "0.3.1"
  383. dns >= "1.1.0"
  384. dns-async >= "1.1.0"
  385. dns-certify
  386. dns-cli
  387. dns-client
  388. dns-client-lwt
  389. dns-client-mirage
  390. dns-lwt >= "1.1.0"
  391. dns-lwt-unix >= "1.1.0"
  392. dns-mirage
  393. dns-resolver
  394. dns-server
  395. dns-stub
  396. dns-tsig
  397. dnssec
  398. docker-api >= "0.2" & < "0.2.2"
  399. docker_hub
  400. dockerfile >= "6.0.0" & < "8.1.0"
  401. dockerfile-cmd >= "6.0.0" & < "8.1.0"
  402. dockerfile-opam >= "6.0.0" & < "8.1.0"
  403. dokeysto >= "3.0.1"
  404. dokeysto_camltc >= "3.0.1"
  405. dokeysto_lz4 >= "3.0.2"
  406. dolmen = "0.4.1"
  407. dolog >= "4.0.0"
  408. domain-name >= "0.1.2"
  409. domainslib < "0.5.0"
  410. dot-merlin-reader < "3.5.0"
  411. dotenv
  412. dream-cli < "0.2.0"
  413. dream-encoding < "0.2.0"
  414. dream-livereload < "0.2.0"
  415. dream-serve
  416. dropbox >= "0.2"
  417. dropbox_lwt_unix
  418. dssi = "0.1.3"
  419. dtoa >= "0.3.2"
  420. dtools = "0.4.2"
  421. duff >= "0.2"
  422. dum >= "1.0.2"
  423. dune-action-plugin != "2.6.0" & < "2.7.0"
  424. dune-build-info != "2.6.0" & < "2.7.0"
  425. dune-configurator >= "1.11.4" & < "2.6.0"
  426. dune-deps
  427. dune-glob != "2.6.0" & < "2.7.0"
  428. dune-private-libs != "2.6.0" & < "2.7.0"
  429. dune-release >= "1.0.0" & < "1.5.1"
  430. duppy = "0.9.0"
  431. duration >= "0.1.2"
  432. earley = "2.0.0"
  433. earlybird < "1.0.0"
  434. easy-format = "1.3.2"
  435. easy_logging
  436. easy_logging_yojson
  437. ecaml >= "v0.12.0" & < "v0.17.0"
  438. edn >= "0.1.6-1-gff9db95"
  439. eigen >= "0.1.0"
  440. eio-ssl < "0.1.1"
  441. either
  442. elasticsearch-cli >= "0.5"
  443. electrod >= "0.2.1" & < "1.0.0"
  444. elpi >= "1.3.1" & < "1.15.2"
  445. email_message >= "v0.12.0" & < "v0.17.0"
  446. embedded_ocaml_templates < "0.6"
  447. emile >= "0.4"
  448. encore >= "0.3"
  449. env_config < "v0.17.0"
  450. epictetus
  451. eqaf >= "0.2"
  452. erssical >= "1.1.0"
  453. esgg
  454. ethernet
  455. euler
  456. exenum >= "0.86"
  457. exit
  458. expect_test_helpers >= "v0.12.0"
  459. expect_test_helpers_async < "v0.17.0"
  460. expect_test_helpers_core < "v0.17.0"
  461. expect_test_helpers_kernel >= "v0.12.0"
  462. extlib >= "1.7.9"
  463. extunix >= "0.3.1" & < "0.4.0"
  464. ez_pgocaml
  465. ezcurl
  466. ezcurl-lwt
  467. ezdl
  468. ezgzip >= "0.2.3"
  469. ezjs_ace
  470. ezjs_blockies
  471. ezjs_cleave
  472. ezjs_crypto
  473. ezjs_cytoscape
  474. ezjs_d3pie
  475. ezjs_extension
  476. ezjs_fetch < "0.3"
  477. ezjs_idb < "0.1.1"
  478. ezjs_jquery
  479. ezjs_min < "0.2.2"
  480. ezjs_odometer
  481. ezjs_push
  482. ezjs_qrcode
  483. ezjs_recaptcha
  484. ezjs_timeline
  485. ezjsonm >= "1.0.0"
  486. ezjsonm-lwt >= "1.0.0"
  487. ezresto
  488. ezresto-directory
  489. ezsqlite >= "0.4.2"
  490. ezxenstore >= "0.4.1"
  491. ezxmlm >= "1.1.0"
  492. faad = "0.5.0"
  493. facteur
  494. faraday >= "0.7.1"
  495. faraday-async >= "0.7.1"
  496. faraday-lwt >= "0.7.1"
  497. faraday-lwt-unix >= "0.7.1"
  498. farmhash >= "0.4"
  499. fasmifra
  500. fat-filesystem >= "0.13.0"
  501. fd-send-recv >= "2.0.1"
  502. fdkaac = "0.3.2"
  503. feat
  504. feat-core
  505. feat-num
  506. ff < "0.6.0"
  507. ff-pbt < "0.6.0"
  508. ff-sig < "0.6.0"
  509. ffmpeg = "1.0.0~beta1"
  510. ffmpeg-av < "1.0.0~beta2"
  511. ffmpeg-avcodec < "1.0.0~beta2"
  512. ffmpeg-avdevice < "1.0.0~beta2"
  513. ffmpeg-avfilter < "1.0.0~beta2"
  514. ffmpeg-avutil < "1.0.0~beta2"
  515. ffmpeg-swresample < "1.0.0~beta2"
  516. ffmpeg-swscale < "1.0.0~beta2"
  517. fftw3 >= "0.8.2"
  518. fiat-p256 < "0.2.2"
  519. fieldslib >= "v0.12.0" & < "v0.17.0"
  520. file_path < "v0.17.0"
  521. fileutils >= "0.6.1"
  522. fit
  523. fix >= "20181206"
  524. flac = "0.3.0"
  525. flex-array
  526. fmlib < "0.5.3"
  527. fmlib_js >= "0.3.0" & < "0.5.3"
  528. fmlib_parse < "0.5.3"
  529. fmlib_pretty < "0.5.3"
  530. fmlib_std < "0.5.3"
  531. freetds >= "0.7"
  532. frei0r >= "0.1.2"
  533. frenetic >= "5.0.5"
  534. fswatch
  535. fswatch_async
  536. fswatch_lwt
  537. functoria >= "2.2.2" & < "4.0.0~beta1"
  538. functoria-runtime >= "2.2.2" & != "2.2.5" & < "4.0.0~beta1"
  539. fuzzy_compare
  540. fuzzy_match < "v0.17.0"
  541. fzf < "v0.17.0"
  542. General >= "0.6.0"
  543. gapi-ocaml >= "0.3.7"
  544. gbddml
  545. gdbprofiler >= "0.4"
  546. gemini >= "0.3.0"
  547. gen >= "0.5.2"
  548. gen_js_api >= "1.0.6" & < "1.0.8"
  549. genprint
  550. genspir >= "1.0.0"
  551. geoml
  552. get_line >= "7.0.0"
  553. gettext >= "0.4.1"
  554. gettext-camomile
  555. gettext-stub
  556. git >= "2.0.0" & < "3.0.0"
  557. git-http >= "2.0.0"
  558. git-mirage >= "2.0.0" & < "3.0.0"
  559. git-unix >= "2.0.0" & < "3.0.0"
  560. github >= "4.0.0" & < "4.4.0"
  561. github-hooks >= "0.4.0"
  562. github-hooks-unix >= "0.4.0"
  563. github-jsoo >= "4.0.0" & < "4.4.0"
  564. github-unix >= "4.0.0" & < "4.4.0"
  565. glfw-ocaml
  566. gluten < "0.5.0"
  567. gluten-async < "0.5.0"
  568. gluten-eio < "0.5.0"
  569. gluten-lwt < "0.5.0"
  570. gluten-lwt-unix < "0.5.0"
  571. gluten-mirage < "0.5.0"
  572. gmap >= "0.2.1"
  573. gnuplot >= "0.6"
  574. gobba
  575. gobject-introspection
  576. google-drive-ocamlfuse >= "0.6.26"
  577. gopcaml-mode >= "0.0.2" & < "0.0.6"
  578. gospel < "0.2.0"
  579. gperftools >= "0.4"
  580. gpr >= "1.4.0"
  581. gr
  582. graphics >= "5.0.0"
  583. graphql >= "0.8.0"
  584. graphql-async >= "0.8.0"
  585. graphql-cohttp >= "0.9.0"
  586. graphql-lwt >= "0.8.0"
  587. graphql_parser >= "0.9.0"
  588. graphql_ppx >= "0.7.1"
  589. gremlin
  590. grenier >= "0.8" & < "0.15"
  591. grid
  592. gsl >= "1.24.0" & < "1.25.0"
  593. gstreamer >= "0.3.1"
  594. h2 < "0.10.0"
  595. h2-async < "0.10.0"
  596. h2-lwt < "0.10.0"
  597. h2-lwt-unix < "0.10.0"
  598. h2-mirage < "0.10.0"
  599. hack_parallel >= "1.0.0"
  600. hacl >= "0.3"
  601. hacl-star
  602. hacl-star-raw >= "0.5.0"
  603. hacl_x25519 < "0.2.1"
  604. happy-eyeballs
  605. happy-eyeballs-lwt
  606. happy-eyeballs-mirage
  607. hardcaml >= "v0.12.0" & < "v0.17.0"
  608. hardcaml_axi < "v0.17.0"
  609. hardcaml_c < "v0.17.0"
  610. hardcaml_circuits < "v0.17.0"
  611. hardcaml_fixed_point < "v0.17.0"
  612. hardcaml_handshake < "v0.17.0"
  613. hardcaml_of_verilog < "v0.17.0"
  614. hardcaml_step_testbench < "v0.17.0"
  615. hardcaml_verify < "v0.17.0"
  616. hardcaml_verilator < "v0.17.0"
  617. hardcaml_waveterm < "v0.17.0"
  618. hardcaml_xilinx < "v0.17.0"
  619. hardcaml_xilinx_components < "v0.17.0"
  620. hardcaml_xilinx_reports < "v0.17.0"
  621. hashids >= "1.0.1"
  622. haxe >= "4.1.1"
  623. hc < "0.2"
  624. hdf5 >= "0.1.5"
  625. headache >= "1.04" & < "1.07"
  626. herdtools7 >= "7.55" & < "7.57"
  627. hex >= "1.3.0"
  628. hex_encode < "v0.17.0"
  629. hg_lib < "v0.17.0"
  630. hidapi >= "1.1"
  631. hidapi-lwt
  632. higher_kinded < "v0.17.0"
  633. hkdf >= "1.0.3"
  634. hl_yaml
  635. hockmd
  636. horned_worm >= "0.3.4"
  637. hpack < "0.10.0"
  638. hts_shrink >= "2.0.0"
  639. http-lwt-client
  640. http-mirage-client
  641. httpaf >= "0.6.0"
  642. httpaf-async >= "0.6.0"
  643. httpaf-lwt-unix
  644. huffman
  645. hvsock >= "2.0.0"
  646. hxd < "0.3.0"
  647. ISO8601 >= "0.2.6"
  648. i3ipc >= "0.1.4"
  649. icalendar
  650. idd
  651. idds
  652. imagelib >= "20200929"
  653. incr_dom >= "v0.12.0" & < "v0.17.0"
  654. incr_dom_interactive < "v0.17.0"
  655. incr_dom_keyboard
  656. incr_dom_partial_render < "v0.17.0"
  657. incr_dom_sexp_form < "v0.17.0"
  658. incr_dom_widgets >= "v0.12.0"
  659. incr_map >= "v0.12.0" & < "v0.17.0"
  660. incr_select >= "v0.12.0" & < "v0.17.0"
  661. incremental >= "v0.12.0" & < "v0.17.0"
  662. indentation_buffer < "v0.17.0"
  663. index < "1.3.0"
  664. inferno >= "20190924" & < "20211222"
  665. influxdb
  666. influxdb-async
  667. influxdb-lwt
  668. inquire < "0.3.0"
  669. int_repr < "v0.17.0"
  670. integers >= "0.3.0"
  671. integers_stubs_js
  672. integration1d >= "0.5.1"
  673. interface-prime
  674. interface-prime-lwt
  675. interval >= "1.5" & < "1.6"
  676. interval-map
  677. interval_base
  678. interval_crlibm
  679. interval_intel
  680. io-page >= "2.1.0" & < "2.4.0"
  681. io-page-unix >= "2.1.0"
  682. io-page-xen >= "2.1.0"
  683. iostream
  684. iostream-camlzip
  685. ipaddr >= "2.9.0"
  686. ipaddr-cstruct
  687. ipaddr-sexp
  688. irc-client >= "0.6.2"
  689. irc-client-lwt >= "0.6.2"
  690. irc-client-lwt-ssl
  691. irc-client-tls >= "0.6.2"
  692. irc-client-unix >= "0.6.2"
  693. irmin >= "2.0.0" & < "2.3.0"
  694. irmin-chunk >= "2.0.0" & < "2.3.0"
  695. irmin-fs >= "2.0.0" & < "2.3.0"
  696. irmin-git >= "2.0.0" & < "2.3.0"
  697. irmin-graphql < "2.3.0"
  698. irmin-http >= "2.0.0" & < "2.3.0"
  699. irmin-indexeddb >= "2.0"
  700. irmin-mem >= "2.0.0" & < "2.3.0"
  701. irmin-mirage >= "2.0.0" & < "2.3.0"
  702. irmin-mirage-git < "2.3.0"
  703. irmin-mirage-graphql < "2.3.0"
  704. irmin-pack < "2.3.0"
  705. irmin-test < "2.3.0"
  706. irmin-unix >= "2.0.0" & < "2.3.0"
  707. iso639
  708. iter
  709. itv-tree >= "2.2"
  710. JsOfOCairo >= "2.0.0"
  711. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  712. jane_rope < "v0.17.0"
  713. janestreet_cpuid < "v0.17.0"
  714. janestreet_csv < "v0.17.0"
  715. janestreet_lru_cache < "v0.17.0"
  716. jemalloc >= "0.2"
  717. jerboa
  718. jhupllib >= "0.2.1"
  719. jingoo >= "1.3.0"
  720. jose < "0.6.0"
  721. js_of_ocaml >= "3.3.0" & < "3.10.0"
  722. js_of_ocaml-compiler >= "3.3.0" & < "3.10.0"
  723. js_of_ocaml-lwt >= "3.3.0" & < "3.10.0"
  724. js_of_ocaml-ocamlbuild >= "3.5.0" & < "3.10.0"
  725. js_of_ocaml-ppx >= "3.3.0" & < "3.10.0"
  726. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "3.10.0"
  727. js_of_ocaml-toplevel >= "3.3.0" & < "3.10.0"
  728. js_of_ocaml-tyxml >= "3.3.0" & < "3.10.0"
  729. js_of_ocaml-webgpu
  730. js_of_ocaml-webidl
  731. js_of_ocaml_patches < "v0.17.0"
  732. json-data-encoding < "1.0.0"
  733. json-data-encoding-browser < "1.0.0"
  734. json-data-encoding-bson < "1.0.0"
  735. json_decoder
  736. jsonaf < "v0.17.0"
  737. jsonrpc < "1.6.0"
  738. jsonxt
  739. jsoo_broadcastchannel >= "2.0.0"
  740. jsoo_storage >= "1.0.1"
  741. jst-config < "v0.17.0"
  742. junit >= "2.0.1"
  743. junit_alcotest >= "2.0.1"
  744. junit_ounit >= "2.0.1"
  745. jupyter >= "2.3.2"
  746. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  747. jupyter-kernel >= "0.4"
  748. jwto < "0.4.0"
  749. kafka >= "0.5"
  750. kafka_async
  751. kafka_lwt
  752. kappa-agents
  753. kappa-binaries
  754. kappa-library
  755. kappa-server
  756. kcas < "0.1.6"
  757. ke
  758. key-parsers >= "0.10.0"
  759. kicadsch >= "0.4.0"
  760. kind2 < "1.5.0"
  761. kinetic-client >= "0.0.11"
  762. krb
  763. lablgtk3 >= "3.0.beta4"
  764. lablgtk3-goocanvas2
  765. lablgtk3-gtkspell3
  766. lablgtk3-rsvg2
  767. lablgtk3-sourceview3
  768. lablqml >= "0.6" & < "0.7"
  769. labrys
  770. lacaml >= "11.0.2" & < "11.0.10"
  771. ladspa = "0.2.0"
  772. lambda
  773. lambda-runtime
  774. lambda-term >= "2.0" & < "3.3.0"
  775. lambda_streams
  776. lambda_streams_async
  777. lambda_streams_lwt
  778. lambdasoup >= "0.6.4" & < "0.7.3"
  779. lame >= "0.3.4" & < "0.3.6"
  780. lascar >= "0.6-alpha" & < "0.7.0"
  781. lastfm = "0.3.3"
  782. launchd >= "1.3"
  783. lazy-trie >= "1.2.0"
  784. lbfgs >= "0.9.1"
  785. lbvs_consent >= "2.1.0"
  786. ldap = "2.4.1"
  787. learn-ocaml
  788. learn-ocaml-client
  789. ledgerwallet
  790. ledgerwallet-tezos
  791. lens >= "1.2.3"
  792. let-if >= "0.2.0"
  793. letsencrypt
  794. letsencrypt-app
  795. letsencrypt-dns
  796. letsencrypt-mirage
  797. letters < "0.3.0"
  798. leveldb >= "1.3.0"
  799. libabsolute
  800. libsvm >= "0.10.0"
  801. libzipperposition
  802. line-up-words >= "v0.12.0" & < "v0.17.0"
  803. line_oriented
  804. linenoise >= "1.2.0"
  805. links >= "0.9" & < "0.9.5"
  806. links-mysql < "0.9.5"
  807. links-postgresql >= "0.9" & < "0.9.5"
  808. links-sqlite3 < "0.9.5"
  809. linol
  810. linol-lwt
  811. linwrap
  812. liquid_interpreter
  813. liquid_ml
  814. liquid_parser
  815. liquid_std
  816. liquid_syntax
  817. lmdb >= "1.0"
  818. lo >= "0.2.0"
  819. loga >= "0.0.5"
  820. logical
  821. logs-async < "1.3"
  822. logs-async-reporter < "1.3"
  823. logs-syslog >= "0.2.0"
  824. logtk >= "1.5.1"
  825. lp
  826. lp-glpk
  827. lp-glpk-js
  828. lp-gurobi
  829. lpd >= "1.2.2"
  830. lru >= "0.3.0"
  831. lru_cache >= "v0.16.0"
  832. lsp < "1.6.0"
  833. lua_parser < "1.0.2"
  834. lun
  835. lustre-v6 >= "6.103.3"
  836. lutils >= "1.51.2"
  837. lutin >= "2.71.10"
  838. luv < "0.5.13"
  839. luv_unix
  840. lwd < "0.2"
  841. lwt >= "4.2.0"
  842. lwt-canceler
  843. lwt-dllist
  844. lwt-exit
  845. lwt-parallel >= "1.0.0"
  846. lwt-pipe
  847. lwt-pipeline >= "0.2"
  848. lwt-watcher
  849. lwt_domain
  850. lwt_glib >= "1.1.1"
  851. lwt_log >= "1.1.1"
  852. lwt_ppx >= "1.2.2"
  853. lwt_ppx_let
  854. lwt_react >= "1.1.2"
  855. lwt_ssl >= "1.1.3"
  856. lz4 >= "1.2.0"
  857. lz4_chans
  858. macaddr
  859. macaddr-cstruct
  860. macaddr-sexp
  861. mad = "0.5.0"
  862. magic-mime >= "1.1.2"
  863. magic-trace
  864. malfunction >= "0.3" & < "0.5"
  865. man_in_the_middle_debugger < "v0.17.0"
  866. markdown
  867. markup >= "0.8.0" & < "1.0.0-1"
  868. markup-lwt
  869. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  870. matplotlib
  871. mc2
  872. mccs >= "1.1+10"
  873. md2mld < "0.7.0"
  874. mdx < "1.11.0"
  875. mechaml >= "1.1.0"
  876. memcad >= "1.1.0"
  877. memo
  878. memprof-limits
  879. memtrace
  880. memtrace-mirage
  881. memtrace_viewer >= "v0.15.0"
  882. menhir >= "20200123" & < "20211125"
  883. menhirLib < "20211125"
  884. menhirSdk < "20211125"
  885. merge-fmt
  886. merlin >= "3.2.1" & < "4.1-411"
  887. merlin-extend >= "0.4"
  888. mesh >= "0.9.5"
  889. mesh-easymesh >= "0.9.5"
  890. mesh-graphics >= "0.9.5"
  891. mesh-triangle >= "0.9.5"
  892. metapp < "0.4.4"
  893. metaquot < "0.5.2"
  894. metrics
  895. metrics-influx
  896. metrics-lwt
  897. metrics-mirage
  898. metrics-rusage
  899. metrics-unix
  900. mew
  901. mew_vi
  902. mindstorm >= "0.8"
  903. mindstorm-lwt
  904. minicaml
  905. minicli >= "5.0.2"
  906. minisat >= "0.3"
  907. mirage >= "3.3.0" & < "4.0.0~beta1"
  908. mirage-block >= "1.2.0"
  909. mirage-block-combinators
  910. mirage-block-lwt >= "1.2.0"
  911. mirage-block-ramdisk >= "0.4"
  912. mirage-block-solo5 >= "0.6.0"
  913. mirage-block-unix >= "2.11.0"
  914. mirage-block-xen >= "1.6.0"
  915. mirage-bootvar-solo5 >= "0.6.0"
  916. mirage-bootvar-unix
  917. mirage-bootvar-xen >= "0.6.0"
  918. mirage-channel >= "3.2.0"
  919. mirage-channel-lwt >= "3.2.0"
  920. mirage-clock >= "2.0.0" & < "4.1.0"
  921. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  922. mirage-clock-lwt >= "2.0.0"
  923. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  924. mirage-conduit = "1.3.0" | >= "3.1.0"
  925. mirage-console >= "2.4.0"
  926. mirage-console-lwt >= "2.4.0"
  927. mirage-console-solo5 >= "0.6.0"
  928. mirage-console-unix >= "2.4.1"
  929. mirage-console-xen >= "2.4.0"
  930. mirage-console-xen-backend >= "2.4.0"
  931. mirage-console-xen-proto >= "2.4.0"
  932. mirage-crypto < "0.8.6"
  933. mirage-crypto-entropy
  934. mirage-crypto-pk < "0.8.6"
  935. mirage-crypto-rng < "0.8.6"
  936. mirage-crypto-rng-mirage < "0.8.6"
  937. mirage-device >= "1.2.0"
  938. mirage-dns >= "3.1.0"
  939. mirage-entropy >= "0.5.1"
  940. mirage-flow >= "1.6.0"
  941. mirage-flow-combinators
  942. mirage-flow-lwt >= "1.6.0"
  943. mirage-flow-rawlink >= "1.1.0"
  944. mirage-flow-unix >= "1.6.0"
  945. mirage-fs >= "1.2.0"
  946. mirage-fs-lwt >= "1.2.0"
  947. mirage-fs-mem
  948. mirage-fs-unix >= "1.6.0"
  949. mirage-kv >= "2.0.0"
  950. mirage-kv-lwt >= "2.0.0"
  951. mirage-kv-mem
  952. mirage-kv-unix < "3.0.0"
  953. mirage-logs >= "1.0.0" & < "2.0.0"
  954. mirage-monitoring
  955. mirage-nat >= "1.1.0"
  956. mirage-net >= "2.0.0"
  957. mirage-net-lwt >= "2.0.0"
  958. mirage-net-macosx >= "1.5.0"
  959. mirage-net-solo5 >= "0.4.3"
  960. mirage-net-unix >= "2.5.0"
  961. mirage-net-xen >= "1.9.0"
  962. mirage-profile >= "0.9.0"
  963. mirage-profile-unix >= "0.9.0"
  964. mirage-profile-xen >= "0.9.0"
  965. mirage-protocols >= "2.0.0"
  966. mirage-protocols-lwt >= "2.0.0"
  967. mirage-qubes >= "0.7.0"
  968. mirage-qubes-ipv4 >= "0.7.0"
  969. mirage-random >= "1.2.0"
  970. mirage-random-stdlib
  971. mirage-random-test
  972. mirage-runtime >= "3.3.0" & < "4.0.0~beta1"
  973. mirage-solo5 >= "0.6.2" & < "0.6.4"
  974. mirage-stack >= "1.4.0"
  975. mirage-stack-lwt >= "1.4.0"
  976. mirage-time >= "1.3.0"
  977. mirage-time-lwt >= "1.3.0"
  978. mirage-time-unix >= "1.3.0"
  979. mirage-types >= "3.3.0"
  980. mirage-types-lwt >= "3.3.0"
  981. mirage-unix >= "3.2.0"
  982. mirage-vnetif >= "0.4.2"
  983. mirage-vnetif-stack
  984. mirage-xen >= "3.2.0" & < "6.0.0"
  985. mkaudio >= "1.1.0"
  986. mkocaml
  987. mlfenv
  988. mlmpfr >= "4.0.2+dune" & < "4.1.0+bugfix1"
  989. mlpost-lablgtk
  990. mlt_parser >= "v0.12.0" & < "v0.17.0"
  991. mm >= "0.7.0" & < "0.7.2"
  992. mmap
  993. mmdb
  994. mock >= "0.1.1"
  995. mock-ounit >= "0.1.1"
  996. molenc
  997. monaco_jsoo
  998. monolith
  999. monorobot
  1000. morbig >= "0.10.3"
  1001. morsmall
  1002. moss >= "0.1.1"
  1003. mparser >= "1.3"
  1004. mparser-pcre
  1005. mparser-re
  1006. mperf
  1007. mpg123 < "0.3"
  1008. mpp >= "0.3.4"
  1009. mpris >= "0.2.0"
  1010. mpris-clients
  1011. mrmime < "0.4.0"
  1012. mrt-format >= "0.3.1"
  1013. msat >= "0.8"
  1014. msat-bin
  1015. msgpck >= "1.5"
  1016. msgpck-repr
  1017. mssql
  1018. mugen
  1019. multipart-form-data >= "0.3.0"
  1020. multipart_form
  1021. multipart_form-cohttp-lwt
  1022. multipart_form-eio
  1023. multipart_form-lwt
  1024. murmur3 >= "0.3"
  1025. mustache = "3.1.0"
  1026. mutf8
  1027. mwt
  1028. mysql8
  1029. n_ary < "v0.17.0"
  1030. naboris
  1031. nacc
  1032. nbd = "4.0.3"
  1033. netchannel >= "1.9.0"
  1034. netkat
  1035. netlink >= "0.3.4"
  1036. netsnmp < "v0.17.0"
  1037. nice_parser
  1038. nmea
  1039. nocoiner
  1040. noise
  1041. nottui < "0.2"
  1042. nottui-lwt < "0.2"
  1043. nottui-pretty < "0.2"
  1044. notty >= "0.2.3"
  1045. notty_async >= "v0.12.0" & < "v0.17.0"
  1046. np
  1047. npy >= "0.0.9"
  1048. nsq >= "0.4.0"
  1049. numeric_string < "v0.17.0"
  1050. nuscr < "2.0.0"
  1051. OCanren < "0.3.0~alpha1"
  1052. OCanren-ppx < "0.3.0~alpha1"
  1053. obeam
  1054. obelisk >= "0.5.0"
  1055. obus >= "1.2.0"
  1056. ocal >= "0.2.2"
  1057. ocaml-canvas
  1058. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  1059. ocaml-embed-file < "v0.17.0"
  1060. ocaml-lsp-server < "1.6.0"
  1061. ocaml-lua >= "1.8"
  1062. ocaml-migrate-parsetree >= "1.2.0"
  1063. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1064. ocaml-monadic >= "0.4.1"
  1065. ocaml-print-intf
  1066. ocaml-probes < "v0.17.0"
  1067. ocaml-protoc >= "2.0.1"
  1068. ocaml-protoc-plugin < "4.3.1"
  1069. ocaml-r >= "0.1.1"
  1070. ocaml-syntax-shims
  1071. ocaml-systemd >= "1.3"
  1072. ocaml-top >= "1.2.0"
  1073. ocaml-vdom < "transition"
  1074. ocaml-version >= "1.0.0" & < "3.6.0"
  1075. ocaml_db_model
  1076. ocaml_intrinsics < "v0.17.0"
  1077. ocaml_pgsql_model
  1078. ocaml_plugin >= "v0.12.0"
  1079. ocamlapi
  1080. ocamlapi_async
  1081. ocamlapi_lwt_unix
  1082. ocamlapi_ppx
  1083. ocamlcodoc
  1084. ocamlformat >= "0.7" & < "0.16.0"
  1085. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  1086. ocamlgraph >= "2.0.0"
  1087. ocamlgraph_gtk
  1088. ocamline
  1089. ocb
  1090. ocluster < "0.2"
  1091. ocluster-api < "0.2"
  1092. ocolor
  1093. ocp-browser >= "1.1.9"
  1094. ocp-indent >= "1.7.0"
  1095. ocp-indent-nlfork >= "1.5.4"
  1096. ocp-index >= "1.1.9"
  1097. ocp_reveal
  1098. ocplib-endian >= "1.1"
  1099. ocplib-json-typed >= "0.7"
  1100. ocplib-json-typed-browser
  1101. ocplib-json-typed-bson
  1102. ocplib-simplex >= "0.5"
  1103. octavius >= "1.2.2"
  1104. odash
  1105. odate >= "0.6"
  1106. odep < "0.2.0"
  1107. odepack >= "0.6.9"
  1108. odnnr
  1109. odoc >= "1.4.0" & < "2.0.0"
  1110. of_json < "v0.17.0"
  1111. offheap
  1112. ogg = "0.6.0" | = "0.7.0"
  1113. oidc
  1114. ojs < "1.0.8"
  1115. olinq >= "0.3"
  1116. omd >= "2.0.0~alpha1" & < "2.0.0~alpha3"
  1117. omg
  1118. omigrate < "0.3.1"
  1119. omlr
  1120. opam-0install < "0.4.2"
  1121. opam-0install-cudf < "0.4.2"
  1122. opam-build
  1123. opam-client >= "2.0.2"
  1124. opam-compiler < "0.2.0"
  1125. opam-core >= "2.0.2"
  1126. opam-custom-install
  1127. opam-devel >= "2.0.2"
  1128. opam-ed >= "0.4"
  1129. opam-file-format >= "2.1.0" & < "2.1.5"
  1130. opam-format >= "2.0.2"
  1131. opam-graph
  1132. opam-grep >= "0.2.0"
  1133. opam-installer >= "2.0.2"
  1134. opam-package-upgrade >= "0.2"
  1135. opam-publish >= "2.0.2"
  1136. opam-repository >= "2.0.2"
  1137. opam-solver >= "2.0.2"
  1138. opam-state >= "2.0.2"
  1139. opam-test
  1140. opam2web >= "2.0"
  1141. opasswd >= "1.3.1"
  1142. opazl
  1143. openai-gym
  1144. opencc0
  1145. opencc1
  1146. opencc1_1
  1147. openQASM
  1148. opium >= "0.17.0"
  1149. opium-graphql
  1150. opium-testing
  1151. opium_kernel >= "0.17.0"
  1152. oplot = "0.50"
  1153. oplsr
  1154. opomodoro
  1155. optal
  1156. opti
  1157. optimization1d >= "0.6.1"
  1158. optint >= "0.0.2"
  1159. opus = "0.2.0"
  1160. oraft < "0.3.0"
  1161. oranger >= "2.0.1"
  1162. ordinal_abbreviation < "v0.17.0"
  1163. ordma >= "0.0.5"
  1164. orec >= "1.0.1"
  1165. orewa
  1166. orpie
  1167. orrandomForest
  1168. orsvm_e1071 >= "4.0.0"
  1169. orun
  1170. orxgboost >= "1.1.0"
  1171. oseq >= "0.2"
  1172. oskel
  1173. osx-secure-transport >= "0.1.1"
  1174. otf
  1175. otoml
  1176. otr >= "0.3.6"
  1177. ounit = "2.1.2"
  1178. ounit-lwt < "2.2.0"
  1179. ounit2 < "2.2.7"
  1180. ounit2-lwt < "2.2.7"
  1181. override < "0.4.0"
  1182. owee >= "0.3"
  1183. owl >= "0.4.0"
  1184. owl-base >= "0.4.0"
  1185. owl-jupyter
  1186. owl-ode
  1187. owl-ode-base
  1188. owl-ode-odepack
  1189. owl-ode-sundials
  1190. owl-opt
  1191. owl-opt-lbfgs
  1192. owl-plplot
  1193. owl-symbolic
  1194. owl-top >= "0.4.0"
  1195. owl-zoo >= "0.4.0"
  1196. owork
  1197. ozulip
  1198. p4pp
  1199. pacomb
  1200. paf
  1201. paf-cohttp
  1202. paf-le
  1203. pam < "v0.17.0"
  1204. pandoc < "0.2.1"
  1205. pandoc-abbreviations < "0.2.1"
  1206. pandoc-comment < "0.2.1"
  1207. pandoc-crossref < "0.2.1"
  1208. pandoc-include < "0.2.1"
  1209. pandoc-inspect < "0.2.1"
  1210. pandoc-pdf2png < "0.2.1"
  1211. pandoc-replace < "0.2.1"
  1212. papi >= "0.1.1"
  1213. parany >= "7.0.2"
  1214. pardi
  1215. parmap >= "1.1.1" & < "1.2.3"
  1216. parse-argv >= "0.2.0"
  1217. parsexp >= "v0.12.0" & < "v0.17.0"
  1218. parsexp_io >= "v0.12.0" & < "v0.17.0"
  1219. parsley
  1220. patch < "2.0.0"
  1221. patdiff >= "v0.12.1" & < "v0.17.0"
  1222. patience_diff >= "v0.12.0" & < "v0.17.0"
  1223. pattern
  1224. pb
  1225. pb-plugin
  1226. pbkdf >= "1.0.0"
  1227. pbrt
  1228. pbrt_services
  1229. pbrt_yojson
  1230. pcap-format >= "0.5.2"
  1231. pcre >= "7.3.5" & < "7.5.0"
  1232. pds-reachability >= "0.2.2"
  1233. pecu >= "0.2"
  1234. petr4
  1235. pf-qubes
  1236. pg_query
  1237. pgocaml >= "4.0"
  1238. pgocaml_ppx
  1239. pgx >= "1.0" & < "2.2"
  1240. pgx_async >= "1.0" & < "2.2"
  1241. pgx_lwt >= "1.0" & < "2.2"
  1242. pgx_lwt_mirage < "2.2"
  1243. pgx_lwt_unix < "2.2"
  1244. pgx_unix >= "1.0" & < "2.2"
  1245. pgx_value_core < "2.2"
  1246. pgx_value_ptime < "2.2"
  1247. phantom-algebra >= "1.0.1"
  1248. phonetic
  1249. piaf
  1250. picasso
  1251. piqi >= "0.7.8"
  1252. piqilib >= "0.6.16"
  1253. pixel_pusher
  1254. pkcs11 >= "0.18.0"
  1255. pkcs11-cli
  1256. pkcs11-driver
  1257. pkcs11-rev
  1258. pla >= "1.3"
  1259. plato
  1260. plebeia < "2.0.0"
  1261. plotkicadsch >= "0.4.0"
  1262. plplot >= "5.11.0-1"
  1263. polka
  1264. polling_state_rpc < "v0.17.0"
  1265. polly
  1266. pomap >= "4.1.0"
  1267. portaudio = "0.2.2"
  1268. portaudio_c_bindings
  1269. posix-base < "2.0.2"
  1270. posix-bindings < "2.0.2"
  1271. posix-getopt >= "2.0.0" & < "2.0.2"
  1272. posix-signal < "2.0.2"
  1273. posix-socket < "2.0.2"
  1274. posix-socket-unix < "2.0.2"
  1275. posix-time2 < "2.0.2"
  1276. posix-types >= "2.0.0" & < "2.0.2"
  1277. posix-uname < "2.0.2"
  1278. posixat >= "v0.12.0" & < "v0.17.0"
  1279. postgres_async < "v0.17.0"
  1280. postgresql >= "4.4.1"
  1281. pp < "1.2.0"
  1282. pprint >= "20200226"
  1283. ppx-owl-opt
  1284. ppx_accessor < "v0.17.0"
  1285. ppx_assert >= "v0.12.0" & < "v0.17.0"
  1286. ppx_bap
  1287. ppx_base >= "v0.12.0" & < "v0.17.0"
  1288. ppx_bench >= "v0.12.0" & < "v0.17.0"
  1289. ppx_bigarray >= "3.0.0"
  1290. ppx_bin_prot >= "v0.12.0" & < "v0.17.0"
  1291. ppx_bitstring >= "4.0.0"
  1292. ppx_blob >= "0.6.0"
  1293. ppx_bsx
  1294. ppx_cold < "v0.17.0"
  1295. ppx_compare >= "v0.12.0" & < "v0.17.0"
  1296. ppx_compose >= "0.1.0"
  1297. ppx_const >= "2.0"
  1298. ppx_conv_func >= "v0.12.0" & < "v0.17.0"
  1299. ppx_css < "v0.17.0"
  1300. ppx_cstruct >= "3.3.0"
  1301. ppx_cstubs
  1302. ppx_csv_conv >= "v0.12.0" & < "v0.17.0"
  1303. ppx_custom_printf >= "v0.12.0" & < "v0.17.0"
  1304. ppx_defer >= "0.4.0"
  1305. ppx_demo < "v0.17.0"
  1306. ppx_derive_at_runtime < "v0.17.0"
  1307. ppx_derivers >= "1.2.1"
  1308. ppx_deriving >= "4.3"
  1309. ppx_deriving_cmdliner >= "0.5.1"
  1310. ppx_deriving_encoding < "0.3.0"
  1311. ppx_deriving_hardcaml >= "v0.12.0"
  1312. ppx_deriving_jsoo
  1313. ppx_deriving_madcast >= "0.2"
  1314. ppx_deriving_protobuf >= "2.7"
  1315. ppx_deriving_rpc >= "6.1.0"
  1316. ppx_deriving_yojson >= "3.3"
  1317. ppx_disable_unused_warnings < "v0.17.0"
  1318. ppx_distr_guards = "0.2"
  1319. ppx_enum
  1320. ppx_enumerate >= "v0.12.0" & < "v0.17.0"
  1321. ppx_expect >= "v0.12.0" & < "v0.17.0"
  1322. ppx_factory
  1323. ppx_fail >= "v0.12.0"
  1324. ppx_fast_pipe
  1325. ppx_fields_conv >= "v0.12.0" & < "v0.17.0"
  1326. ppx_fixed_literal < "v0.17.0"
  1327. ppx_gen_rec >= "1.1.0"
  1328. ppx_getenv >= "2.0"
  1329. ppx_globalize < "v0.17.0"
  1330. ppx_hash >= "v0.12.0" & < "v0.17.0"
  1331. ppx_here >= "v0.12.0" & < "v0.17.0"
  1332. ppx_ignore_instrumentation < "v0.17.0"
  1333. ppx_import >= "1.5-3-gbd627d5"
  1334. ppx_inline_alcotest
  1335. ppx_inline_test >= "v0.12.0" & < "v0.16.1"
  1336. ppx_irmin < "2.3.0"
  1337. ppx_jane >= "v0.12.0" & < "v0.17.0"
  1338. ppx_js_style >= "v0.12.0" & < "v0.17.0"
  1339. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  1340. ppx_jsonaf_conv < "v0.17.0"
  1341. ppx_let >= "v0.12.0" & < "v0.17.0"
  1342. ppx_log < "v0.17.0"
  1343. ppx_meta_conv >= "4.0.1"
  1344. ppx_module_timer < "v0.17.0"
  1345. ppx_monoid = "0.3.2"
  1346. ppx_mysql
  1347. ppx_mysql_identity
  1348. ppx_optcomp >= "v0.12.0" & < "v0.17.0"
  1349. ppx_optional >= "v0.12.0" & < "v0.17.0"
  1350. ppx_pattern_bind < "v0.17.0"
  1351. ppx_pipebang >= "v0.12.0" & < "v0.17.0"
  1352. ppx_protocol_conv >= "3.1.0"
  1353. ppx_protocol_conv_json >= "3.1.0"
  1354. ppx_protocol_conv_jsonm
  1355. ppx_protocol_conv_msgpack >= "3.1.0"
  1356. ppx_protocol_conv_xml_light >= "3.1.0"
  1357. ppx_protocol_conv_xmlm
  1358. ppx_protocol_conv_yaml >= "3.1.0"
  1359. ppx_python < "v0.17.0"
  1360. ppx_rapper
  1361. ppx_rapper_async
  1362. ppx_rapper_lwt
  1363. ppx_regexp >= "0.4.0"
  1364. ppx_relit
  1365. ppx_sexp_conv >= "v0.12.0" & < "v0.17.0"
  1366. ppx_sexp_message >= "v0.12.0" & < "v0.17.0"
  1367. ppx_sexp_value >= "v0.12.0" & < "v0.17.0"
  1368. ppx_show
  1369. ppx_stable < "v0.17.0"
  1370. ppx_stable_witness < "v0.17.0"
  1371. ppx_string < "v0.17.0"
  1372. ppx_string_interpolation
  1373. ppx_test >= "1.7.0"
  1374. ppx_there
  1375. ppx_tools >= "6.0+4.08.0"
  1376. ppx_tools_versioned >= "5.2.2"
  1377. ppx_tydi < "v0.17.0"
  1378. ppx_type_directed_value
  1379. ppx_typed_fields < "v0.17.0"
  1380. ppx_typerep_conv >= "v0.12.0" & < "v0.17.0"
  1381. ppx_tyre
  1382. ppx_units
  1383. ppx_variants_conv >= "v0.12.0" & < "v0.17.0"
  1384. ppx_wideopen
  1385. ppx_xml_conv >= "v0.12.0" & < "v0.17.0"
  1386. ppx_yojson < "1.3.0"
  1387. ppx_yojson_conv < "v0.17.0"
  1388. ppx_yojson_conv_lib < "v0.17.0"
  1389. ppxfind >= "1.3"
  1390. ppxlib >= "0.4.0" & < "0.21.0"
  1391. ppxx >= "2.4.0"
  1392. prc
  1393. printbox >= "0.2" & < "0.8"
  1394. printbox-html < "0.8"
  1395. printbox-text < "0.8"
  1396. prof_spacetime >= "0.3.0"
  1397. profunctor < "v0.17.0"
  1398. prom
  1399. prometheus >= "0.6"
  1400. prometheus-app >= "0.6"
  1401. promise
  1402. protocell
  1403. protocol-9p >= "1.0.0"
  1404. protocol-9p-tool >= "1.0.0"
  1405. protocol-9p-unix >= "1.0.0"
  1406. protocol_version_header >= "v0.12.0" & < "v0.17.0"
  1407. psq >= "0.1.1"
  1408. ptmap >= "2.0.5"
  1409. ptset >= "1.0.1"
  1410. pulseaudio = "0.1.4"
  1411. pure-splitmix >= "0.3"
  1412. py >= "1.1"
  1413. pythonlib
  1414. qbf >= "0.3"
  1415. qcheck >= "0.9" & < "0.21"
  1416. qcheck-alcotest < "0.21"
  1417. qcheck-core < "0.21"
  1418. qcheck-ounit < "0.21"
  1419. qiskit < "0.44.0"
  1420. qmp >= "0.19.0"
  1421. qrencode >= "0.2"
  1422. qtest >= "2.10.1"
  1423. queenshead
  1424. quests
  1425. radare2 >= "0.0.3"
  1426. randomconv >= "0.1.1"
  1427. range
  1428. rangeSet
  1429. rankers
  1430. rawlink >= "1.0" & < "2.1"
  1431. rdbg >= "1.196.12"
  1432. re >= "1.9.0"
  1433. re2 >= "v0.12.1" & < "v0.17.0"
  1434. re2_stable
  1435. re_parser < "v0.17.0"
  1436. reactiveData >= "0.3.0"
  1437. reanalyze
  1438. reason >= "3.5.0" & < "3.9.0"
  1439. reason-standard
  1440. received
  1441. record_builder >= "v0.12.0" & < "v0.17.0"
  1442. records >= "1.0.0"
  1443. reddit_api_async < "0.2.1"
  1444. reddit_api_kernel < "0.2.1"
  1445. redirect
  1446. redis >= "0.4"
  1447. redis-async < "v0.17.0"
  1448. redis-lwt >= "0.4"
  1449. redis-sync >= "0.4"
  1450. reed-solomon-erasure >= "1.0.2"
  1451. reedsolomon >= "0.3"
  1452. refl
  1453. regenerate >= "0.2"
  1454. regex_parser_intf < "v0.17.0"
  1455. relit_helper
  1456. remu_ts
  1457. res >= "5.0.1"
  1458. resource-pooling >= "1.1"
  1459. resource_cache >= "v0.12.0" & < "v0.17.0"
  1460. resp
  1461. resp-client
  1462. resp-mirage
  1463. resp-server >= "0.9"
  1464. resp-unix
  1465. resto
  1466. resto-acl
  1467. resto-cohttp
  1468. resto-cohttp-client
  1469. resto-cohttp-self-serving-client
  1470. resto-cohttp-server
  1471. resto-directory
  1472. resto-json
  1473. result >= "1.4"
  1474. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  1475. rfc6287 >= "1.0.4"
  1476. rfc7748
  1477. rfsm >= "1.6-alpha-3" & < "1.7.0"
  1478. rhythm
  1479. ringo
  1480. ringo-lwt
  1481. rock
  1482. root1d >= "0.5.1"
  1483. rope >= "0.6.2"
  1484. rosetta >= "0.2.0"
  1485. routes < "1.0.0"
  1486. rpc >= "6.1.0"
  1487. rpc_parallel >= "v0.12.0" & < "v0.17.0"
  1488. rpclib >= "6.1.0"
  1489. rpclib-async >= "6.1.0"
  1490. rpclib-html
  1491. rpclib-js
  1492. rpclib-lwt >= "6.1.0"
  1493. rss
  1494. rtop >= "3.5.0" & < "3.9.0"
  1495. rungen
  1496. rusage
  1497. SZXX
  1498. safepass >= "3.1"
  1499. salsa20 >= "1.0.0"
  1500. salsa20-core >= "1.0.0"
  1501. samplerate = "0.1.5"
  1502. sanddb = "0.2"
  1503. satex
  1504. satyrographos < "0.0.2.7"
  1505. scaml < "1.5.0"
  1506. scgi
  1507. scipy
  1508. scrypt-kdf >= "1.0.0"
  1509. searchTree
  1510. secp256k1 >= "0.4.1"
  1511. secp256k1-internal < "0.4.0"
  1512. sedlex >= "2.0" & < "2.4"
  1513. sek
  1514. selective
  1515. semantic_version < "v0.17.0"
  1516. semaphore-compat
  1517. semver >= "0.2.1"
  1518. semver2
  1519. sendmail
  1520. sendmail-lwt
  1521. sentry
  1522. seq >= "0.2" & < "base"
  1523. sequencer_table >= "v0.12.0" & < "v0.17.0"
  1524. serial
  1525. session >= "0.4.1"
  1526. session-cohttp >= "0.4.1"
  1527. session-cohttp-async >= "0.4.1"
  1528. session-cohttp-lwt >= "0.4.1"
  1529. session-cookie
  1530. session-cookie-async
  1531. session-cookie-lwt
  1532. session-postgresql >= "0.4.1"
  1533. session-postgresql-async >= "0.4.1"
  1534. session-postgresql-lwt >= "0.4.1"
  1535. session-redis-lwt >= "0.4.1"
  1536. session-webmachine >= "0.4.1"
  1537. setcore >= "1.0.2"
  1538. sexp < "v0.17.0"
  1539. sexp_diff < "v0.17.0"
  1540. sexp_diff_kernel
  1541. sexp_grammar < "v0.17.0"
  1542. sexp_macro < "v0.17.0"
  1543. sexp_pretty >= "v0.12.0" & < "v0.17.0"
  1544. sexp_select < "v0.17.0"
  1545. sexp_string_quickcheck < "v0.17.0"
  1546. sexplib >= "v0.12.0" & < "v0.17.0"
  1547. sexplib0 >= "v0.12.0" & < "v0.17.0"
  1548. sgf >= "1.0.1"
  1549. sha >= "1.13" & < "1.15.1"
  1550. shapefile
  1551. shared-memory-ring >= "3.1.0"
  1552. shared-memory-ring-lwt >= "3.1.0"
  1553. shared-secret >= "0.4"
  1554. shell < "v0.17.0"
  1555. shexp >= "v0.12.0" & < "v0.17.0"
  1556. sihl < "0.1.5"
  1557. sklearn
  1558. slacko >= "0.14.1"
  1559. slug
  1560. smart-print >= "0.3.0"
  1561. smbc >= "0.5"
  1562. smtlib-utils
  1563. snappy >= "0.1.2"
  1564. so
  1565. sortedseq_intersect
  1566. soundtouch >= "0.1.9"
  1567. soupault
  1568. spacetime_lib >= "0.3.0"
  1569. spawn < "v0.9.0" | >= "v0.13.0" & < "v0.15.0"
  1570. spdx_licenses
  1571. speex = "0.4.0"
  1572. spelll >= "0.3"
  1573. spin < "0.7.0"
  1574. splay_tree >= "v0.12.0" & < "v0.17.0"
  1575. splittable_random >= "v0.12.0" & < "v0.17.0"
  1576. spotify-web-api >= "0.2.1"
  1577. spotlib >= "4.1.0"
  1578. sqlgg >= "20200521"
  1579. sqlite3 >= "4.4.1" & < "5.0.3"
  1580. sqlite3_utils
  1581. srt < "0.2.1"
  1582. ssh-agent >= "0.2.0"
  1583. ssh-agent-unix
  1584. ssl >= "0.5.6" & < "0.6.0"
  1585. stdcompat >= "19"
  1586. stdint >= "0.6.0" & < "0.7.2"
  1587. stdio >= "v0.12.0" & < "v0.17.0"
  1588. stdlib-diff
  1589. stdlib-shims
  1590. stitch
  1591. stored_reversed < "v0.17.0"
  1592. streamable < "v0.17.0"
  1593. streaming
  1594. string_dict >= "v0.12.0" & < "v0.17.0"
  1595. stringext >= "1.6.0"
  1596. sturgeon >= "0.4.2"
  1597. subscriptions-transport-ws
  1598. subtype-refinement >= "0.2"
  1599. swagger >= "0.2.0"
  1600. swhid_core
  1601. syndic >= "1.6.0"
  1602. sys-socket
  1603. sys-socket-unix
  1604. syslog >= "2.0.0"
  1605. syslog-message >= "1.0.0"
  1606. syslog-rfc5424
  1607. systemverilog >= "0.0.2"
  1608. tablecloth-base
  1609. tablecloth-native < "transition"
  1610. tar >= "1.0.0" & < "2.0.0"
  1611. tar-mirage >= "1.0.0" & < "2.0.0"
  1612. tar-unix >= "1.0.0" & < "2.0.0"
  1613. tcalc
  1614. tcpip >= "3.7.0" & < "6.0.0"
  1615. tdigest
  1616. teash
  1617. tensorboard
  1618. terminal_size >= "0.1.4"
  1619. textrazor
  1620. textutils >= "v0.12.0" & < "v0.17.0"
  1621. textutils_kernel >= "v0.12.0" & < "v0.17.0"
  1622. textwrap >= "0.2.1"
  1623. tezos-008-PtEdo2Zk-test-helpers
  1624. tezos-009-PsFLoren-test-helpers
  1625. tezos-010-PtGRANAD-test-helpers
  1626. tezos-accuser-006-PsCARTHA
  1627. tezos-accuser-007-PsDELPH1
  1628. tezos-accuser-008-PtEdo2Zk
  1629. tezos-accuser-008-PtEdoTez
  1630. tezos-accuser-009-PsFLoren
  1631. tezos-accuser-010-PtGRANAD < "11.0"
  1632. tezos-accuser-alpha < "11.0"
  1633. tezos-alpha-test-helpers < "12.0"
  1634. tezos-baker-006-PsCARTHA
  1635. tezos-baker-007-PsDELPH1
  1636. tezos-baker-008-PtEdo2Zk
  1637. tezos-baker-008-PtEdoTez
  1638. tezos-baker-009-PsFLoren
  1639. tezos-baker-010-PtGRANAD < "11.0"
  1640. tezos-baker-alpha < "11.0"
  1641. tezos-baking-006-PsCARTHA
  1642. tezos-baking-006-PsCARTHA-commands
  1643. tezos-baking-007-PsDELPH1
  1644. tezos-baking-007-PsDELPH1-commands
  1645. tezos-baking-008-PtEdo2Zk
  1646. tezos-baking-008-PtEdo2Zk-commands
  1647. tezos-baking-008-PtEdoTez
  1648. tezos-baking-008-PtEdoTez-commands
  1649. tezos-baking-009-PsFLoren
  1650. tezos-baking-009-PsFLoren-commands
  1651. tezos-baking-010-PtGRANAD < "11.0"
  1652. tezos-baking-010-PtGRANAD-commands < "11.0"
  1653. tezos-baking-alpha < "11.0"
  1654. tezos-baking-alpha-commands < "11.0"
  1655. tezos-base < "11.0"
  1656. tezos-clic < "11.0"
  1657. tezos-client < "11.0"
  1658. tezos-client-000-Ps9mPmXa < "11.0"
  1659. tezos-client-001-PtCJ7pwo < "11.0"
  1660. tezos-client-001-PtCJ7pwo-commands < "11.0"
  1661. tezos-client-002-PsYLVpVv < "11.0"
  1662. tezos-client-002-PsYLVpVv-commands < "11.0"
  1663. tezos-client-003-PsddFKi3 < "11.0"
  1664. tezos-client-003-PsddFKi3-commands < "11.0"
  1665. tezos-client-004-Pt24m4xi < "11.0"
  1666. tezos-client-004-Pt24m4xi-commands < "11.0"
  1667. tezos-client-005-PsBabyM1 < "11.0"
  1668. tezos-client-005-PsBabyM1-commands < "11.0"
  1669. tezos-client-006-PsCARTHA < "11.0"
  1670. tezos-client-006-PsCARTHA-commands < "11.0"
  1671. tezos-client-007-PsDELPH1 < "11.0"
  1672. tezos-client-007-PsDELPH1-commands < "11.0"
  1673. tezos-client-007-PsDELPH1-commands-registration < "11.0"
  1674. tezos-client-008-PtEdo2Zk < "11.0"
  1675. tezos-client-008-PtEdo2Zk-commands < "11.0"
  1676. tezos-client-008-PtEdo2Zk-commands-registration < "11.0"
  1677. tezos-client-008-PtEdoTez
  1678. tezos-client-008-PtEdoTez-commands
  1679. tezos-client-008-PtEdoTez-commands-registration
  1680. tezos-client-009-PsFLoren < "11.0"
  1681. tezos-client-009-PsFLoren-commands < "11.0"
  1682. tezos-client-009-PsFLoren-commands-registration < "11.0"
  1683. tezos-client-010-PtGRANAD < "11.0"
  1684. tezos-client-010-PtGRANAD-commands < "11.0"
  1685. tezos-client-010-PtGRANAD-commands-registration < "11.0"
  1686. tezos-client-alpha < "11.0"
  1687. tezos-client-alpha-commands < "11.0"
  1688. tezos-client-alpha-commands-registration < "11.0"
  1689. tezos-client-base < "11.0"
  1690. tezos-client-base-unix < "11.0"
  1691. tezos-client-commands < "11.0"
  1692. tezos-client-demo-counter < "11.0"
  1693. tezos-client-genesis < "11.0"
  1694. tezos-client-genesis-carthagenet < "11.0"
  1695. tezos-client-sapling-008-PtEdo2Zk < "11.0"
  1696. tezos-client-sapling-008-PtEdoTez
  1697. tezos-client-sapling-009-PsFLoren < "11.0"
  1698. tezos-client-sapling-010-PtGRANAD < "11.0"
  1699. tezos-client-sapling-alpha < "11.0"
  1700. tezos-codec < "11.0"
  1701. tezos-context < "11.0"
  1702. tezos-crypto < "11.0"
  1703. tezos-embedded-protocol-000-Ps9mPmXa < "11.0"
  1704. tezos-embedded-protocol-001-PtCJ7pwo < "11.0"
  1705. tezos-embedded-protocol-002-PsYLVpVv < "11.0"
  1706. tezos-embedded-protocol-003-PsddFKi3 < "11.0"
  1707. tezos-embedded-protocol-004-Pt24m4xi < "11.0"
  1708. tezos-embedded-protocol-005-PsBABY5H < "11.0"
  1709. tezos-embedded-protocol-005-PsBabyM1 < "11.0"
  1710. tezos-embedded-protocol-006-PsCARTHA < "11.0"
  1711. tezos-embedded-protocol-007-PsDELPH1 < "11.0"
  1712. tezos-embedded-protocol-008-PtEdo2Zk < "11.0"
  1713. tezos-embedded-protocol-008-PtEdoTez < "11.0"
  1714. tezos-embedded-protocol-009-PsFLoren < "11.0"
  1715. tezos-embedded-protocol-010-PtGRANAD < "11.0"
  1716. tezos-embedded-protocol-alpha < "11.0"
  1717. tezos-embedded-protocol-demo-counter < "11.0"
  1718. tezos-embedded-protocol-demo-noops < "11.0"
  1719. tezos-embedded-protocol-genesis < "11.0"
  1720. tezos-embedded-protocol-genesis-carthagenet < "11.0"
  1721. tezos-endorser-006-PsCARTHA
  1722. tezos-endorser-007-PsDELPH1
  1723. tezos-endorser-008-PtEdo2Zk
  1724. tezos-endorser-008-PtEdoTez
  1725. tezos-endorser-009-PsFLoren
  1726. tezos-endorser-010-PtGRANAD < "11.0"
  1727. tezos-endorser-alpha < "11.0"
  1728. tezos-error-monad < "11.0"
  1729. tezos-event-logging < "11.0"
  1730. tezos-hacl-glue < "11.0"
  1731. tezos-hacl-glue-unix < "11.0"
  1732. tezos-legacy-store < "11.0"
  1733. tezos-lmdb
  1734. tezos-lwt-result-stdlib < "11.0"
  1735. tezos-mempool-006-PsCARTHA
  1736. tezos-mempool-007-PsDELPH1
  1737. tezos-mempool-008-PtEdoTez
  1738. tezos-micheline < "11.0"
  1739. tezos-mockup < "11.0"
  1740. tezos-mockup-commands < "11.0"
  1741. tezos-mockup-proxy < "11.0"
  1742. tezos-mockup-registration < "11.0"
  1743. tezos-node < "11.0"
  1744. tezos-p2p < "11.0"
  1745. tezos-p2p-services < "11.0"
  1746. tezos-protocol-000-Ps9mPmXa < "11.0"
  1747. tezos-protocol-001-PtCJ7pwo < "11.0"
  1748. tezos-protocol-002-PsYLVpVv < "11.0"
  1749. tezos-protocol-003-PsddFKi3 < "11.0"
  1750. tezos-protocol-004-Pt24m4xi < "11.0"
  1751. tezos-protocol-005-PsBABY5H < "11.0"
  1752. tezos-protocol-005-PsBabyM1 < "11.0"
  1753. tezos-protocol-006-PsCARTHA < "11.0"
  1754. tezos-protocol-006-PsCARTHA-parameters
  1755. tezos-protocol-007-PsDELPH1 < "11.0"
  1756. tezos-protocol-007-PsDELPH1-parameters
  1757. tezos-protocol-008-PtEdo2Zk < "11.0"
  1758. tezos-protocol-008-PtEdo2Zk-parameters < "11.0"
  1759. tezos-protocol-008-PtEdoTez < "11.0"
  1760. tezos-protocol-008-PtEdoTez-parameters
  1761. tezos-protocol-009-PsFLoren < "11.0"
  1762. tezos-protocol-009-PsFLoren-parameters < "11.0"
  1763. tezos-protocol-010-PtGRANAD < "11.0"
  1764. tezos-protocol-010-PtGRANAD-parameters < "11.0"
  1765. tezos-protocol-alpha < "11.0"
  1766. tezos-protocol-alpha-parameters < "11.0"
  1767. tezos-protocol-compiler < "11.0"
  1768. tezos-protocol-demo-counter < "11.0"
  1769. tezos-protocol-demo-noops < "11.0"
  1770. tezos-protocol-environment < "11.0"
  1771. tezos-protocol-environment-packer < "11.0"
  1772. tezos-protocol-environment-sigs < "11.0"
  1773. tezos-protocol-environment-structs < "11.0"
  1774. tezos-protocol-genesis < "11.0"
  1775. tezos-protocol-genesis-carthagenet < "11.0"
  1776. tezos-protocol-plugin-007-PsDELPH1 < "11.0"
  1777. tezos-protocol-plugin-007-PsDELPH1-registerer < "11.0"
  1778. tezos-protocol-plugin-008-PtEdo2Zk < "11.0"
  1779. tezos-protocol-plugin-008-PtEdo2Zk-registerer < "11.0"
  1780. tezos-protocol-plugin-009-PsFLoren < "11.0"
  1781. tezos-protocol-plugin-009-PsFLoren-registerer < "11.0"
  1782. tezos-protocol-plugin-010-PtGRANAD < "11.0"
  1783. tezos-protocol-plugin-010-PtGRANAD-registerer < "11.0"
  1784. tezos-protocol-plugin-alpha < "11.0"
  1785. tezos-protocol-plugin-alpha-registerer < "11.0"
  1786. tezos-protocol-updater < "11.0"
  1787. tezos-proxy < "11.0"
  1788. tezos-requester < "11.0"
  1789. tezos-rpc < "11.0"
  1790. tezos-rpc-http < "11.0"
  1791. tezos-rpc-http-client < "11.0"
  1792. tezos-rpc-http-client-unix < "11.0"
  1793. tezos-rpc-http-server < "11.0"
  1794. tezos-sapling < "11.0"
  1795. tezos-shell < "11.0"
  1796. tezos-shell-context < "11.0"
  1797. tezos-shell-services < "11.0"
  1798. tezos-signer < "11.0"
  1799. tezos-signer-backends < "11.0"
  1800. tezos-signer-services < "11.0"
  1801. tezos-stdlib < "11.0"
  1802. tezos-stdlib-unix < "11.0"
  1803. tezos-storage
  1804. tezos-store < "11.0"
  1805. tezos-test-helpers < "11.0"
  1806. tezos-test-services
  1807. tezos-tooling < "13.0"
  1808. tezos-validation < "11.0"
  1809. tezos-validator < "11.0"
  1810. tezos-version < "11.0"
  1811. tezos-workers < "11.0"
  1812. tezt < "2.0.0"
  1813. theora >= "0.4.0"
  1814. thread-local-storage
  1815. thrift >= "0.10.0"
  1816. tidy >= "5-0.2"
  1817. tilde_f < "v0.17.0"
  1818. time_now < "v0.17.0"
  1819. timezone < "v0.17.0"
  1820. tiny_httpd < "0.15"
  1821. tiny_httpd_camlzip < "0.15"
  1822. tip-parser >= "0.4"
  1823. tldr
  1824. tls >= "0.11.0" & < "0.15.4"
  1825. tls-async < "0.15.4"
  1826. tls-mirage < "0.15.4"
  1827. toml >= "5.0.0" & < "7.0.0"
  1828. toml-cconv
  1829. toml_cconv < "7.0.0"
  1830. toplevel_backend < "v0.17.0"
  1831. toplevel_expect_test >= "v0.12.0" & < "v0.17.0"
  1832. topological_sort >= "v0.12.0" & < "v0.17.0"
  1833. torch
  1834. tqdm
  1835. tracing < "v0.17.0"
  1836. transept
  1837. traverse
  1838. travesty < "0.7.2"
  1839. travis-opam >= "1.5.0"
  1840. tree_layout >= "0.2"
  1841. treeprint >= "2.3.0"
  1842. trie >= "1.0.0"
  1843. tsort
  1844. tube >= "4.4.0"
  1845. tuntap >= "1.7.0"
  1846. twostep
  1847. typerep >= "v0.12.0" & < "v0.17.0"
  1848. tyre >= "0.5"
  1849. tyxml >= "4.3.0" & < "4.6.0"
  1850. tyxml-jsx < "4.6.0"
  1851. tyxml-lwd < "0.2"
  1852. tyxml-ppx >= "4.3.0" & < "4.6.0"
  1853. tyxml-syntax < "4.6.0"
  1854. ubase < "0.20"
  1855. ubpf < "0.2"
  1856. uecc >= "0.2"
  1857. uint >= "2.0.1"
  1858. ulid
  1859. unidecode
  1860. unionFind
  1861. unison >= "2.51.4" & < "2.53.4"
  1862. universo
  1863. unstrctrd
  1864. uri >= "2.2.0"
  1865. uri-bench
  1866. uri-re
  1867. uri-sexp
  1868. uritemplate
  1869. user-agent-parser
  1870. username_kernel < "v0.17.0"
  1871. utop >= "2.3.0"
  1872. uuuu >= "0.1.1"
  1873. variantslib >= "v0.12.0" & < "v0.17.0"
  1874. vcaml
  1875. vcardgen >= "1.2"
  1876. vchan >= "4.0.0"
  1877. vchan-unix >= "4.0.0"
  1878. vchan-xen >= "4.0.0"
  1879. vec < "0.2.0"
  1880. vector
  1881. vercel
  1882. vhd-format >= "0.12.0"
  1883. vhd-format-lwt >= "0.12.0"
  1884. virtual_dom >= "v0.12.0" & < "v0.17.0"
  1885. visitors >= "20200207"
  1886. vlq >= "0.2.1"
  1887. vmnet >= "1.3.2"
  1888. vocal
  1889. voqc < "0.2.0"
  1890. vorbis >= "0.8.0"
  1891. vue-jsoo < "0.3"
  1892. wall >= "0.4"
  1893. wasmer
  1894. weberizer >= "0.8"
  1895. webmachine >= "0.6.2"
  1896. websocket >= "2.12" & < "2.15"
  1897. websocket-async >= "2.12" & < "2.15"
  1898. websocket-lwt >= "2.12"
  1899. websocket-lwt-unix < "2.15"
  1900. websocketaf
  1901. webtest >= "2.0.0"
  1902. webtest-js
  1903. wikitext
  1904. win-error >= "1.0"
  1905. win-eventlog = "0.3"
  1906. winsvc < "1.0.1"
  1907. ws
  1908. ws-server
  1909. wseg
  1910. wtf8 >= "1.0.2"
  1911. x509 >= "0.6.3"
  1912. xapi-backtrace >= "0.7"
  1913. xapi-inventory >= "1.2.1"
  1914. xapi-rrd >= "1.8.2"
  1915. xapi-stdext-date < "4.21.0"
  1916. xapi-stdext-encodings < "4.21.0"
  1917. xapi-stdext-pervasives < "4.21.0"
  1918. xapi-stdext-std < "4.21.0"
  1919. xapi-stdext-threads < "4.21.0"
  1920. xapi-stdext-unix < "4.21.0"
  1921. xapi-stdext-zerocheck < "4.21.0"
  1922. xdg-basedir
  1923. xen-evtchn >= "2.1.0"
  1924. xen-evtchn-unix >= "2.1.0"
  1925. xen-gnt >= "3.1.0"
  1926. xen-gnt-unix >= "3.1.0"
  1927. xenstore >= "2.1.0"
  1928. xenstore_transport >= "1.1.0"
  1929. xmlplaylist >= "0.1.5"
  1930. yaml >= "1.0.0"
  1931. yaml-sexp
  1932. yara >= "0.2"
  1933. yojson >= "1.5.0" & < "2.1.0"
  1934. yojson-bench
  1935. yurt >= "0.6"
  1936. yuscii >= "0.2.1"
  1937. yuujinchou < "1.0.0" | >= "3.0.0"
  1938. zarith-ppx
  1939. zarith_stubs_js < "v0.17.0"
  1940. zed >= "2.0" & < "3.2.0"
  1941. zeit
  1942. zipperposition >= "1.5.1"
  1943. zipperposition-tools
  1944. zlib >= "0.6"
  1945. zmq >= "5.1.0" & < "5.2.1"
  1946. zmq-async >= "5.1.0" & < "5.2.1"
  1947. zmq-lwt >= "5.1.0" & < "5.2.1"
  1948. zstandard >= "v0.12.1" & < "v0.17.0"
  1949. zstd = "0.3"
  1950. zxcvbn >= "2.3+2"

Conflicts (4)

  1. jbuilder = "transition"
  2. dune-release < "1.3.0"
  3. odoc < "1.3.0"
  4. dune-configurator < "2.3.0"
OCaml

Innovation. Community. Security.