package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.2.0.tbz
sha256=ab5eb970c21641a6f3034448218cdc1c138512b906c7d2f67fea41ecd98d8bf4
sha512=b48812a478ad1b75992a0c53dbdfac34841e3d5e97c559d63e2dd41d1724c21736cc3159743f3d95d85e1060ee5aa88a0abb46f5b0e778f533b40dead20af95c

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: 09 Feb 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

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

Conflicts (3)

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

Innovation. Community. Security.