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