package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-2.1.2.tbz
sha256=9c3278ebb3ec14dc4b1880671371985edcd6cbb979260dd403f28acabbcc5faf
sha512=ab2d4a3817fbbe80de6a1fd8052c607e6f08489dd8f3b1f18f2a79260c8793472b4dfbfec232fc517d473f1d893ac3f797fdf35366c2d031c899a7db07097ee6

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

Conflicts (3)

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

Innovation. Community. Security.