package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.3.0.tbz
sha256=14a4321e38e8f6508f0d522649c6c580efd5e87805a370a66cc8aafcc46d5cff
sha512=6db9eed508e59b832a80b24c62e1de4d8bcf2bff2ef75eb3a396dbe9f899f351875027b0a7d7156ac1a7f6eb7bdfdcb09a933cb4f81d5ca3174c8f74356aeda9

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