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