package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-1.7.2.tbz
md5=41d273840f1edd9c4585e9e45d07c129

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, it has very low-overhead and support 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 or 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: 21 Feb 2019

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.

Especially, 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.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

Running simply make will build dune using the development settings.

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./boot.exe
$ ./_boot/default/bin/main_dune.exe install dune

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 (3)

  1. base-threads
  2. base-unix
  3. ocaml >= "4.02" & < "4.09.0"

Dev Dependencies

None

  1. 0install >= "2.14" & < "2.15.1"
  2. ANSITerminal >= "0.8.1" & < "0.8.4"
  3. absolute < "0.2"
  4. acgtk >= "1.4.0" & < "2.0.0"
  5. aches
  6. aches-lwt
  7. ahrocksdb
  8. aifad >= "2.2.1" & < "2.3.0"
  9. albatross < "1.5.0"
  10. alcotest = "0.8.5"
  11. alcotest-async = "0.8.5"
  12. alcotest-lwt = "0.8.5"
  13. alt-ergo >= "2.3.0" & < "2.4.0"
  14. alt-ergo-free >= "2.3.3"
  15. alt-ergo-lib < "2.4.0"
  16. alt-ergo-lib-free
  17. alt-ergo-parsers < "2.4.0"
  18. alt-ergo-parsers-free
  19. altgr-ergo >= "2.3.0" & < "2.4.0"
  20. amf >= "0.1.2"
  21. amqp-client >= "2.0.3" & < "2.3.0"
  22. amqp-client-async >= "2.0.3" & < "2.3.0"
  23. amqp-client-lwt >= "2.0.3" & < "2.3.0"
  24. angstrom >= "0.11.1" & < "0.15.0"
  25. angstrom-async >= "0.11.1" & < "0.15.0"
  26. angstrom-lwt-unix >= "0.11.1" & < "0.15.0"
  27. angstrom-unix >= "0.11.1" & < "0.15.0"
  28. anthill
  29. archi < "0.2.0"
  30. archi-async < "0.2.0"
  31. archi-lwt < "0.2.0"
  32. arp >= "1.0.0" & < "2.3.1"
  33. arp-mirage
  34. asak
  35. asn1-combinators >= "0.2.2"
  36. async >= "v0.12.0" & < "v0.14.0"
  37. async_durable >= "v0.12.0" & < "v0.14.0"
  38. async_extra >= "v0.12.0" & < "v0.14.0"
  39. async_find >= "v0.12.0" & < "v0.14.0"
  40. async_graphics >= "0.7.0"
  41. async_inotify >= "v0.12.0" & < "v0.14.0"
  42. async_interactive >= "v0.12.0" & < "v0.14.0"
  43. async_js >= "v0.12.0" & < "v0.14.0"
  44. async_kernel >= "v0.12.0" & < "v0.14.0"
  45. async_rpc_kernel >= "v0.12.0" & < "v0.14.0"
  46. async_sendfile >= "v0.12.0" & < "v0.14.0"
  47. async_shell >= "v0.12.0" & < "v0.14.0"
  48. async_smtp >= "v0.12.0" & < "v0.14.0"
  49. async_ssl >= "v0.12.0" & < "v0.14.0"
  50. async_udp < "v0.14.0"
  51. async_unix >= "v0.12.0" & < "v0.14.0"
  52. async_websocket < "v0.14.0"
  53. atomic < "base"
  54. awa < "0.1.0"
  55. awa-lwt < "0.1.0"
  56. awa-mirage < "0.1.0"
  57. aws-s3 >= "4.0.0" & < "4.6.0"
  58. aws-s3-async >= "4.0.0" & < "4.6.0"
  59. aws-s3-lwt >= "4.0.0" & < "4.6.0"
  60. azure-cosmos-db < "0.2.0"
  61. base >= "v0.12.0" & < "v0.14.0"
  62. base64 >= "2.3.0" & < "3.3.0"
  63. base_bigstring < "v0.14.0"
  64. base_quickcheck < "v0.14.0"
  65. batsat < "0.7"
  66. beluga = "1.0"
  67. benchmark >= "1.6"
  68. bencode >= "2.0"
  69. bigarray-compat
  70. bignum >= "v0.12.0" & < "v0.14.0"
  71. bigstring >= "0.3"
  72. bigstring-unix >= "0.3"
  73. bigstringaf >= "0.5.0" & < "0.7.0"
  74. bimage < "0.2.1"
  75. bimage-gtk < "0.2.1"
  76. bimage-sdl < "0.2.1"
  77. bimage-unix < "0.2.1"
  78. bin_prot >= "v0.12.0" & < "v0.14.0"
  79. biocaml >= "0.9.0" & < "0.11.2"
  80. bisect_ppx >= "1.4.0" & < "2.5.0"
  81. bitcoinml >= "0.4.1"
  82. bitmasks >= "1.2.0"
  83. bitstring = "3.1.1"
  84. blake2 < "0.3"
  85. bloomf < "0.2.0"
  86. bonsai < "v0.14.0"
  87. bst >= "6.0.0" & < "7.0.1"
  88. bun = "0.3.3"
  89. bwrap
  90. bytearray
  91. bytepdf
  92. cairo2 >= "0.6" & < "0.6.3"
  93. cairo2-gtk < "0.6.3"
  94. cairo2-pango < "0.6.3"
  95. calculon >= "0.4"
  96. calculon-redis
  97. calculon-redis-lib
  98. calculon-web >= "0.4"
  99. caldav < "0.2.2"
  100. calendar >= "3.0.0"
  101. callipyge >= "0.2"
  102. camelsnakekebab
  103. camltc >= "0.9.8"
  104. capnp >= "3.3.0" & < "3.5.0"
  105. capnp-rpc >= "0.3.2" & < "0.8.0"
  106. capnp-rpc-lwt >= "0.3.2" & < "0.8.0"
  107. capnp-rpc-mirage >= "0.3.2" & < "0.8.0"
  108. capnp-rpc-net < "0.8.0"
  109. capnp-rpc-unix >= "0.3.2" & < "0.8.0"
  110. caqti >= "1.0.0" & < "1.2.0"
  111. caqti-async = "1.0.0"
  112. caqti-driver-mariadb >= "1.0.0" & < "1.2.0"
  113. caqti-driver-postgresql >= "1.0.0" & < "1.2.0"
  114. caqti-driver-sqlite3 = "1.0.0"
  115. caqti-dynload = "1.0.0"
  116. caqti-lwt = "1.0.0"
  117. caqti-type-calendar = "1.0.0"
  118. cbor >= "0.3"
  119. cconv >= "0.5"
  120. cconv-ppx
  121. cdrom >= "0.9.4"
  122. certify >= "0.3.0"
  123. cfg >= "2.2.0" & < "2.3.0"
  124. cfstream >= "1.3.1"
  125. charInfo_width
  126. charrua
  127. charrua-client >= "0.11.2"
  128. charrua-client-lwt >= "0.11.2"
  129. charrua-client-mirage >= "0.11.2"
  130. charrua-core >= "0.11.2"
  131. charrua-server
  132. charrua-unix >= "0.11.2"
  133. chase
  134. checkseum = "0.0.3"
  135. choice >= "0.4"
  136. cinaps = "v0.12.0" | = "v0.13.0"
  137. clangml = "4.0.0beta1"
  138. clap < "0.2.0"
  139. clarity >= "0.4.0"
  140. codept = "0.10.3"
  141. cohttp >= "1.1.1" & < "4.0.0"
  142. cohttp-async >= "1.1.1" & < "4.1.1"
  143. cohttp-lwt >= "1.1.1" & < "4.1.1"
  144. cohttp-lwt-jsoo >= "1.1.1" & < "4.1.1"
  145. cohttp-lwt-unix >= "1.1.1" & < "4.0.0"
  146. cohttp-lwt-unix-nossl
  147. cohttp-lwt-unix-ssl
  148. cohttp-mirage >= "1.1.1" & < "4.1.1"
  149. cohttp-top >= "1.1.1" & < "4.1.1"
  150. coin >= "0.1.1"
  151. colombe < "0.2.0"
  152. color >= "0.2.0"
  153. color-brewery < "0.2"
  154. combinat < "3.0"
  155. command_rpc >= "v0.12.0" & < "v0.14.0"
  156. conduit >= "1.3.0" & < "2.3.0"
  157. conduit-async >= "1.3.0" & < "2.3.0" | = "4.0.0"
  158. conduit-lwt >= "1.3.0" & < "2.3.0" | = "4.0.0"
  159. conduit-lwt-unix >= "1.3.0" & != "2.3.0" & < "4.0.1"
  160. conduit-mirage < "2.3.0"
  161. conduit-tls
  162. conex >= "0.10.0"
  163. conex-mirage-crypto
  164. conex-nocrypto
  165. containers >= "2.4" & < "3.7"
  166. containers-data < "3.7"
  167. containers-thread < "3.7"
  168. coq-serapi >= "8.9.0+0.6.0" & < "8.11.0+0.11.1"
  169. core >= "v0.12.0" & < "v0.14.0"
  170. core_bench >= "v0.12.0" & < "v0.14.0"
  171. core_extended >= "v0.12.0" & < "v0.14.0"
  172. core_kernel >= "v0.12.0" & < "v0.14.0"
  173. core_profiler >= "v0.12.0" & < "v0.14.0"
  174. cow = "2.4.0"
  175. cowabloga >= "0.5.0"
  176. cpm >= "5.0.0" & < "12.1.2"
  177. cppo >= "1.6.6" & < "1.6.9"
  178. cppo_ocamlbuild >= "1.6.6" & < "1.6.9"
  179. cpuid >= "0.1.2"
  180. crc >= "2.1.0"
  181. crlibm >= "0.3" & < "0.5"
  182. crontab
  183. crowbar = "0.2"
  184. crunch >= "2.2.0" & < "3.3.0"
  185. cstruct >= "3.3.0" & < "5.2.0"
  186. cstruct-async >= "3.3.0" & < "5.2.0"
  187. cstruct-lwt >= "3.3.0" & < "5.2.0"
  188. cstruct-sexp < "5.2.0"
  189. cstruct-unix >= "3.3.0" & < "5.2.0"
  190. csv >= "2.1"
  191. csv-lwt >= "2.1"
  192. csvfields >= "v0.12.0" & < "v0.14.0"
  193. csvtool
  194. ctypes-zarith
  195. cuid >= "0.2"
  196. curve-sampling
  197. cviode < "0.0.4"
  198. cwe_checker
  199. DrawGrammar >= "0.2.2"
  200. daft >= "0.0.4"
  201. data-encoding = "0.2"
  202. dataframe
  203. datakit >= "0.12.2"
  204. datakit-bridge-github >= "0.12.2"
  205. datakit-bridge-local-git >= "0.12.2"
  206. datakit-ci >= "0.12.2"
  207. datakit-client >= "0.12.2"
  208. datakit-client-9p >= "0.12.2"
  209. datakit-client-git >= "0.12.2"
  210. datakit-github >= "0.12.2"
  211. datakit-server >= "0.12.2"
  212. datakit-server-9p >= "0.12.2"
  213. datalog >= "0.6"
  214. decoders >= "0.1.2" & < "0.5.0"
  215. decoders-bencode < "0.5.0"
  216. decoders-cbor < "0.5.0"
  217. decoders-ezjsonm >= "0.1.2" & < "0.5.0"
  218. decoders-jsonm < "0.5.0"
  219. decoders-sexplib < "0.5.0"
  220. decoders-yojson >= "0.1.2" & < "0.5.0"
  221. decompress >= "0.8.1" & < "1.3.0"
  222. delimited_parsing >= "v0.12.0" & < "v0.14.0"
  223. depyt >= "0.3.0"
  224. devkit >= "1.0" & < "1.20210120"
  225. diet >= "0.2"
  226. digestif >= "0.7" & < "0.7.2"
  227. disml
  228. dispatch >= "0.4.1"
  229. dispatch-js >= "0.4.1"
  230. dlm >= "0.3.1"
  231. dns >= "1.1.0" & < "6.4.1"
  232. dns-async >= "1.1.0"
  233. dns-certify < "6.4.1"
  234. dns-cli < "6.4.1"
  235. dns-client < "6.4.1"
  236. dns-lwt >= "1.1.0"
  237. dns-lwt-unix >= "1.1.0"
  238. dns-mirage < "6.4.1"
  239. dns-resolver < "6.4.1"
  240. dns-server < "6.4.1"
  241. dns-stub < "6.4.1"
  242. dns-tsig < "6.4.1"
  243. dnssec < "6.4.1"
  244. docker-api >= "0.2" & < "0.2.2"
  245. dockerfile >= "6.0.0" & < "6.6.0"
  246. dockerfile-cmd >= "6.0.0" & < "6.6.0"
  247. dockerfile-opam >= "6.0.0" & < "6.6.0"
  248. dokeysto >= "3.0.0" & < "3.0.2"
  249. dokeysto_camltc < "3.0.2"
  250. dokeysto_lz4 >= "3.0.0" & < "3.0.2"
  251. dolmen >= "0.4" & < "0.5"
  252. domain-name >= "0.1.2"
  253. dotenv
  254. dropbox >= "0.2"
  255. dropbox_lwt_unix
  256. dtoa = "0.3.2"
  257. duff = "0.2"
  258. dune-configurator < "1.11.4"
  259. dune-release >= "1.0.0" & < "1.4.0"
  260. duration >= "0.1.2"
  261. earley = "2.0.0"
  262. earlybird < "1.0.0"
  263. easy_logging < "0.5"
  264. easy_logging_yojson < "0.5"
  265. ecaml >= "v0.12.0" & < "v0.14.0"
  266. edn = "0.1.6-1-gff9db95"
  267. eigen >= "0.1.0" & < "0.1.6"
  268. elasticsearch-cli >= "0.5"
  269. electrod >= "0.2.1" & < "0.3.2"
  270. elpi >= "1.3.1" & < "1.11.0"
  271. email_message >= "v0.12.0" & < "v0.14.0"
  272. emile >= "0.4"
  273. encore >= "0.2" & < "0.5"
  274. epictetus
  275. eqaf >= "0.2" & < "0.8"
  276. esgg
  277. ethernet
  278. exenum >= "0.86"
  279. expect_test_helpers >= "v0.12.0"
  280. expect_test_helpers_kernel >= "v0.12.0"
  281. extlib >= "1.7.9"
  282. ezcurl
  283. ezcurl-lwt
  284. ezgzip >= "0.2.3"
  285. ezjsonm >= "1.0.0" & < "1.2.0"
  286. ezjsonm-lwt >= "1.0.0" & < "1.3.0"
  287. ezresto < "0.6"
  288. ezresto-directory < "0.6"
  289. ezsqlite >= "0.4"
  290. ezxenstore >= "0.4.1"
  291. ezxmlm >= "1.1.0"
  292. facteur
  293. fat-filesystem >= "0.13.0"
  294. fd-send-recv >= "2.0.1"
  295. feat
  296. feat-core
  297. feat-num
  298. fftw3 >= "0.8.2"
  299. fiat-p256 < "0.2.1"
  300. fieldslib >= "v0.12.0" & < "v0.14.0"
  301. fix >= "20181206"
  302. fluent-logger >= "1.1.0"
  303. freetds >= "0.7"
  304. fswatch
  305. fswatch_async
  306. fswatch_lwt
  307. functoria >= "2.2.2" & < "4.0.0~beta1"
  308. functoria-runtime >= "2.2.2" & != "2.2.5" & < "4.0.0~beta1"
  309. General >= "0.6.0"
  310. gapi-ocaml >= "0.3.7" & < "0.4.5"
  311. gemini
  312. gen >= "0.5.2"
  313. genprint < "0.3"
  314. genspir >= "1.0.0"
  315. get_line >= "4.0.1" & < "7.0.0"
  316. git >= "2.0.0" & < "3.0.0"
  317. git-http >= "2.0.0"
  318. git-mirage >= "2.0.0" & < "3.0.0"
  319. git-unix >= "2.0.0" & < "3.0.0"
  320. github >= "4.0.0" & < "4.2.0"
  321. github-hooks >= "0.4.0"
  322. github-hooks-unix >= "0.4.0"
  323. github-jsoo >= "4.0.0" & < "4.2.0"
  324. github-unix >= "4.0.0" & < "4.2.0"
  325. glfw-ocaml < "3.3.1"
  326. gluten < "0.4.0"
  327. gluten-async < "0.4.0"
  328. gluten-lwt < "0.4.0"
  329. gluten-lwt-unix < "0.4.0"
  330. gluten-mirage < "0.4.0"
  331. gmap >= "0.2.1"
  332. gnuplot >= "0.6"
  333. gobject-introspection
  334. google-drive-ocamlfuse >= "0.6.26"
  335. gperftools >= "0.4"
  336. gpr >= "1.4.0" & < "1.5.0"
  337. graphql >= "0.8.0" & < "0.14.0"
  338. graphql-async >= "0.8.0" & < "0.14.0"
  339. graphql-cohttp >= "0.9.0" & < "0.14.0"
  340. graphql-lwt >= "0.8.0" & < "0.14.0"
  341. graphql_parser >= "0.9.0" & < "0.14.0"
  342. graphql_ppx = "0.7.1"
  343. grenier >= "0.8" & < "0.15"
  344. gsl >= "1.24.0" & < "1.24.2"
  345. h2 < "0.10.0"
  346. h2-async < "0.10.0"
  347. h2-lwt < "0.10.0"
  348. h2-lwt-unix < "0.10.0"
  349. h2-mirage < "0.10.0"
  350. hacl < "0.3"
  351. hacl-star
  352. hacl-star-raw >= "0.5.0"
  353. hacl_x25519 < "0.1.1"
  354. hardcaml >= "v0.12.0" & < "v0.14.0"
  355. hardcaml_waveterm < "v0.14.0"
  356. hashids >= "1.0.1"
  357. hdf5 >= "0.1.5"
  358. headache >= "1.04" & < "1.07"
  359. herdtools7 >= "7.54" & < "7.57"
  360. hex >= "1.3.0"
  361. hkdf >= "1.0.3"
  362. horned_worm >= "0.3.4"
  363. hpack < "0.10.0"
  364. hts_shrink < "2.1.2"
  365. httpaf >= "0.6.0"
  366. httpaf-async >= "0.6.0"
  367. httpaf-lwt-unix
  368. hvsock >= "2.0.0"
  369. ISO8601 >= "0.2.6"
  370. i3ipc >= "0.1.4"
  371. icalendar
  372. idd
  373. incr_dom >= "v0.12.0" & < "v0.14.0"
  374. incr_dom_keyboard < "v0.14.0"
  375. incr_dom_partial_render < "v0.14.0"
  376. incr_dom_widgets >= "v0.12.0"
  377. incr_map >= "v0.12.0" & < "v0.14.0"
  378. incr_select >= "v0.12.0" & < "v0.14.0"
  379. incremental >= "v0.12.0" & < "v0.14.0"
  380. influxdb < "0.3.0"
  381. influxdb-async < "0.3.0"
  382. influxdb-lwt < "0.3.0"
  383. integers >= "0.3.0"
  384. integers_stubs_js
  385. integration1d >= "0.5.1"
  386. interface-prime
  387. interface-prime-lwt
  388. interval >= "1.5" & < "1.6"
  389. interval_base < "1.6"
  390. interval_crlibm
  391. interval_intel
  392. io-page >= "2.1.0" & < "2.4.0"
  393. io-page-unix >= "2.1.0"
  394. io-page-xen >= "2.1.0"
  395. ipaddr >= "2.9.0" & < "4.0.0"
  396. irc-client >= "0.6.2"
  397. irc-client-lwt >= "0.6.2"
  398. irc-client-lwt-ssl
  399. irc-client-tls >= "0.6.2"
  400. irc-client-unix >= "0.6.2"
  401. irmin = "2.0.0"
  402. irmin-chunk = "2.0.0"
  403. irmin-fs = "2.0.0"
  404. irmin-git = "2.0.0"
  405. irmin-graphql < "2.1.0"
  406. irmin-http = "2.0.0"
  407. irmin-mem = "2.0.0"
  408. irmin-mirage = "2.0.0"
  409. irmin-mirage-git < "2.2.0"
  410. irmin-mirage-graphql < "2.2.0"
  411. irmin-pack < "2.1.0"
  412. irmin-test < "2.2.0"
  413. irmin-unix = "2.0.0"
  414. irmin-watcher >= "0.4.0" & < "0.5.0"
  415. iso639
  416. iter < "1.6"
  417. JsOfOCairo >= "2.0.0"
  418. jane-street-headers >= "v0.12.0" & < "v0.14.0"
  419. jbuilder >= "transition"
  420. jemalloc >= "0.2"
  421. jerboa
  422. jhupllib >= "0.2.1"
  423. jingoo >= "1.3.0"
  424. js_of_ocaml >= "3.3.0" & < "3.5.0"
  425. js_of_ocaml-compiler >= "3.3.0" & < "3.5.0"
  426. js_of_ocaml-lwt >= "3.3.0" & < "3.5.0"
  427. js_of_ocaml-ppx >= "3.3.0" & < "3.5.0"
  428. js_of_ocaml-ppx_deriving_json >= "3.3.0" & < "3.5.0"
  429. js_of_ocaml-toplevel >= "3.3.0" & < "3.5.0"
  430. js_of_ocaml-tyxml >= "3.3.0" & < "3.5.0"
  431. json-data-encoding >= "0.9" & < "0.12"
  432. json-data-encoding-browser < "0.12"
  433. json-data-encoding-bson < "0.12"
  434. json_decoder
  435. jst-config < "v0.14.0"
  436. junit >= "2.0.1"
  437. junit_alcotest >= "2.0.1"
  438. junit_ounit >= "2.0.1"
  439. jupyter >= "2.3.2"
  440. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  441. jupyter-kernel >= "0.4"
  442. jwto < "0.4.0"
  443. kappa-agents
  444. kappa-binaries
  445. kappa-library
  446. kappa-server
  447. ke < "0.5"
  448. key-parsers >= "0.10.0" & < "1.0.1"
  449. kicadsch >= "0.4.0"
  450. kinetic-client >= "0.0.11"
  451. lablgtk3 >= "3.0.beta4" & != "3.0.beta5-1" & < "3.0.beta8"
  452. lablgtk3-gtkspell3 < "3.0.beta8"
  453. lablgtk3-sourceview3 < "3.0.beta8"
  454. lablqml >= "0.6" & < "0.7"
  455. lacaml >= "11.0.2" & < "11.0.6"
  456. lambda-runtime
  457. lambda-term >= "2.0" & < "3.3.0"
  458. lambdasoup >= "0.6.4" & < "0.7.3"
  459. launchd >= "1.3"
  460. lazy-trie >= "1.2.0"
  461. lbfgs >= "0.9.1"
  462. lbvs_consent >= "2.0.0"
  463. ldap = "2.4.1"
  464. learn-ocaml < "0.13.0"
  465. learn-ocaml-client < "0.13.0"
  466. lens >= "1.2.3"
  467. let-if >= "0.2.0"
  468. letsencrypt
  469. letsencrypt-app
  470. letsencrypt-dns
  471. letsencrypt-mirage
  472. libzipperposition < "2.0"
  473. line-up-words >= "v0.12.0" & < "v0.14.0"
  474. linenoise >= "1.2.0"
  475. links = "0.8"
  476. links-postgresql = "0.8"
  477. lmdb >= "1.0"
  478. logical
  479. logs-async < "1.3"
  480. logs-async-reporter < "1.3"
  481. logs-syslog >= "0.2.0"
  482. logtk >= "1.5.1" & < "2.0"
  483. lpd >= "1.2.2"
  484. lru >= "0.3.0"
  485. lwt >= "4.2.0" & < "5.3.0"
  486. lwt-canceler < "0.2"
  487. lwt-dllist
  488. lwt-parallel >= "1.0.0"
  489. lwt-pipe
  490. lwt-pipeline
  491. lwt-watcher < "0.2"
  492. lwt_glib >= "1.1.1"
  493. lwt_log >= "1.1.1"
  494. lwt_ppx >= "1.2.2" & < "2.0.2"
  495. lwt_react >= "1.1.2" & < "1.1.4"
  496. lwt_ssl >= "1.1.3"
  497. lz4_chans
  498. macaddr < "4.0.0"
  499. magic-mime >= "1.1.1"
  500. malfunction >= "0.3" & < "0.5"
  501. markup >= "0.8.0" & < "1.0.0-1"
  502. markup-lwt
  503. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  504. matplotlib
  505. mccs >= "1.1+5"
  506. md2mld < "0.4.0"
  507. mdx < "1.5.0"
  508. mechaml = "1.1.0"
  509. memcad >= "1.1.0"
  510. memprof-limits
  511. merge-fmt
  512. merlin >= "3.2.1" & < "3.3.0"
  513. merlin-extend >= "0.4"
  514. mesh >= "0.9.5"
  515. mesh-easymesh >= "0.9.5"
  516. mesh-graphics >= "0.9.5"
  517. mesh-triangle >= "0.9.5"
  518. metrics
  519. metrics-influx
  520. metrics-lwt
  521. metrics-mirage
  522. metrics-rusage
  523. metrics-unix
  524. mew
  525. mew_vi
  526. mindstorm >= "0.8.1"
  527. mindstorm-lwt
  528. minicli >= "5.0.0"
  529. minisat >= "0.2" & < "0.6"
  530. mirage >= "3.3.0" & < "3.10.2"
  531. mirage-block >= "1.2.0"
  532. mirage-block-combinators
  533. mirage-block-lwt >= "1.2.0"
  534. mirage-block-ramdisk >= "0.4"
  535. mirage-block-solo5 >= "0.6.0" & < "0.7.0"
  536. mirage-block-unix >= "2.11.0"
  537. mirage-block-xen >= "1.6.0"
  538. mirage-bootvar-solo5 >= "0.6.0"
  539. mirage-bootvar-unix
  540. mirage-bootvar-xen >= "0.6.0"
  541. mirage-channel >= "3.2.0"
  542. mirage-channel-lwt >= "3.2.0"
  543. mirage-clock >= "2.0.0" & < "4.1.0"
  544. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  545. mirage-clock-lwt >= "2.0.0"
  546. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  547. mirage-conduit = "1.3.0" | >= "3.1.0"
  548. mirage-console >= "2.4.0"
  549. mirage-console-lwt >= "2.4.0"
  550. mirage-console-solo5 >= "0.6.0" & < "0.7.0"
  551. mirage-console-unix >= "2.4.1"
  552. mirage-console-xen >= "2.4.0"
  553. mirage-console-xen-backend >= "2.4.0"
  554. mirage-console-xen-proto >= "2.4.0"
  555. mirage-crypto < "0.8.6"
  556. mirage-crypto-entropy
  557. mirage-crypto-pk < "0.8.6"
  558. mirage-crypto-rng < "0.8.6"
  559. mirage-crypto-rng-mirage < "0.8.6"
  560. mirage-device >= "1.2.0"
  561. mirage-dns >= "3.1.0"
  562. mirage-entropy >= "0.5.1"
  563. mirage-flow >= "1.6.0"
  564. mirage-flow-combinators
  565. mirage-flow-lwt >= "1.6.0"
  566. mirage-flow-rawlink >= "1.1.0"
  567. mirage-flow-unix >= "1.6.0"
  568. mirage-fs >= "1.2.0"
  569. mirage-fs-lwt >= "1.2.0"
  570. mirage-fs-mem
  571. mirage-fs-unix >= "1.6.0"
  572. mirage-kv >= "2.0.0"
  573. mirage-kv-lwt >= "2.0.0"
  574. mirage-kv-mem
  575. mirage-kv-unix < "3.0.0"
  576. mirage-logs >= "1.0.0" & < "2.0.0"
  577. mirage-monitoring
  578. mirage-nat >= "1.1.0"
  579. mirage-net >= "2.0.0"
  580. mirage-net-lwt >= "2.0.0"
  581. mirage-net-macosx >= "1.5.0"
  582. mirage-net-solo5 >= "0.4.3" & < "0.7.0"
  583. mirage-net-unix >= "2.5.0"
  584. mirage-net-xen >= "1.9.0"
  585. mirage-profile >= "0.9.0"
  586. mirage-profile-unix >= "0.9.0"
  587. mirage-profile-xen >= "0.9.0"
  588. mirage-protocols >= "2.0.0"
  589. mirage-protocols-lwt >= "2.0.0"
  590. mirage-qubes >= "0.7.0"
  591. mirage-qubes-ipv4 >= "0.7.0"
  592. mirage-random >= "1.2.0"
  593. mirage-random-stdlib
  594. mirage-random-test
  595. mirage-runtime >= "3.3.0" & < "3.10.2"
  596. mirage-stack >= "1.4.0"
  597. mirage-stack-lwt >= "1.4.0"
  598. mirage-time >= "1.3.0"
  599. mirage-time-lwt >= "1.3.0"
  600. mirage-time-unix >= "1.3.0"
  601. mirage-types >= "3.3.0" & < "3.10.2"
  602. mirage-types-lwt >= "3.3.0" & < "3.10.2"
  603. mirage-unix >= "3.2.0" & < "4.0.1"
  604. mirage-vnetif >= "0.4.2" & < "0.6.0"
  605. mirage-xen >= "3.2.0" & < "6.0.0"
  606. mkaudio = "1.1.0"
  607. mlpost-lablgtk
  608. mlt_parser >= "v0.12.0" & < "v0.14.0"
  609. mmap
  610. mmdb
  611. mock >= "0.1.1"
  612. mock-ounit >= "0.1.1"
  613. molenc < "5.0.0"
  614. morbig >= "0.10.3" & < "0.11.0"
  615. morsmall
  616. moss >= "0.1.1"
  617. mpris >= "0.2.0"
  618. mpris-clients
  619. mrmime < "0.4.0"
  620. mrt-format >= "0.3.1"
  621. msat >= "0.8"
  622. msat-bin
  623. mssql < "2.0.3"
  624. multipart-form-data >= "0.3.0"
  625. mustache = "3.1.0"
  626. mutf8
  627. mwt
  628. naboris
  629. nbd = "4.0.3"
  630. netchannel >= "1.9.0"
  631. netlink >= "0.3.4"
  632. netsnmp < "v0.14.0"
  633. noise
  634. notty >= "0.2.3"
  635. notty_async >= "v0.12.0" & < "v0.14.0"
  636. npy >= "0.0.8"
  637. nsq >= "0.4.0" & < "0.5.2"
  638. obeam
  639. obus >= "1.2.0"
  640. ocal >= "0.2.2"
  641. ocaml-compiler-libs >= "v0.12.0" & != "v0.12.4"
  642. ocaml-migrate-parsetree >= "1.0.11" & < "1.4.0"
  643. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  644. ocaml-monadic = "0.4.1"
  645. ocaml-r >= "0.1.1" & < "0.4.0"
  646. ocaml-version >= "1.0.0" & < "3.6.0"
  647. ocaml_plugin >= "v0.12.0" & < "v0.14.0"
  648. ocamlapi
  649. ocamlapi_async
  650. ocamlapi_lwt_unix
  651. ocamlapi_ppx
  652. ocamlcodoc < "1.0.1"
  653. ocamlformat >= "0.7" & < "0.12"
  654. ocamlfuse >= "2.7.1-cvs6" & < "2.7.1-cvs8"
  655. ocolor
  656. ocp-browser >= "1.1.9"
  657. ocp-indent >= "1.7.0"
  658. ocp-indent-nlfork >= "1.5.4"
  659. ocp-index >= "1.1.9"
  660. ocplib-endian >= "1.1"
  661. ocplib-json-typed >= "0.7"
  662. ocplib-json-typed-browser
  663. ocplib-json-typed-bson
  664. odepack >= "0.6.9"
  665. odoc >= "1.3.0" & < "2.0.0"
  666. offheap
  667. olinq >= "0.3"
  668. opam-client >= "2.0.2" & < "2.1.0~rc"
  669. opam-core >= "2.0.2" & < "2.1.0~rc"
  670. opam-custom-install
  671. opam-devel >= "2.0.2" & < "2.1.0~rc"
  672. opam-file-format = "2.1.0" | >= "2.1.2" & < "2.1.5"
  673. opam-format >= "2.0.2" & < "2.1.0~rc"
  674. opam-installer >= "2.0.2" & < "2.1.0~rc"
  675. opam-package-upgrade >= "0.2"
  676. opam-publish >= "2.0.2"
  677. opam-repository >= "2.0.2" & < "2.1.0~rc"
  678. opam-solver >= "2.0.2" & < "2.1.0~rc"
  679. opam-state >= "2.0.2" & < "2.1.0~rc"
  680. opam2web >= "2.0"
  681. opasswd >= "1.3.1"
  682. open >= "0.2.2"
  683. openai-gym
  684. opencc0
  685. opencc1
  686. opencc1_1
  687. opium >= "0.17.0" & < "0.18.0"
  688. opium_kernel >= "0.17.0" & < "0.18.0"
  689. oplsr
  690. opti
  691. optimization1d >= "0.6.1"
  692. optint >= "0.0.2"
  693. oranger >= "2.0.1"
  694. ordma >= "0.0.5"
  695. orec >= "1.0.1"
  696. orewa
  697. orpie
  698. orrandomForest
  699. orsvm_e1071 >= "3.0.2"
  700. orun
  701. orxgboost >= "1.1.0"
  702. oseq >= "0.2"
  703. osx-secure-transport >= "0.1.1"
  704. otf
  705. otr >= "0.3.6"
  706. override < "0.2.0"
  707. owee >= "0.3" & < "0.5"
  708. owl >= "0.4.0" & < "0.8.0"
  709. owl-base >= "0.4.0" & < "0.8.0"
  710. owl-jupyter
  711. owl-ode < "0.3.0"
  712. owl-ode-base < "0.3.0"
  713. owl-ode-odepack < "0.3.0"
  714. owl-ode-sundials < "0.3.0"
  715. owl-opt
  716. owl-opt-lbfgs
  717. owl-plplot < "0.8.0"
  718. owl-top >= "0.4.0" & < "0.8.0"
  719. owl-zoo >= "0.4.0" & < "0.8.0"
  720. p4pp
  721. pam < "v0.14.0"
  722. papi >= "0.1.1"
  723. parany >= "5.0.0"
  724. pardi < "2.0.2"
  725. parse-argv >= "0.2.0"
  726. parsexp >= "v0.12.0" & < "v0.14.0"
  727. parsexp_io >= "v0.12.0" & < "v0.14.0"
  728. patch < "2.0.0"
  729. patdiff >= "v0.12.0" & < "v0.14.0"
  730. patience_diff >= "v0.12.0" & < "v0.14.0"
  731. pcap-format >= "0.5.2"
  732. pcre >= "7.3.5" & < "7.4.2"
  733. pds-reachability >= "0.2.2"
  734. pecu >= "0.2"
  735. petr4
  736. pf-qubes
  737. pkcs11 >= "0.18.0" & < "1.0.1"
  738. pkcs11-cli < "1.0.1"
  739. pkcs11-driver < "1.0.1"
  740. pkcs11-rev < "1.0.1"
  741. pla = "1.3"
  742. plotkicadsch >= "0.4.0"
  743. pomap >= "4.1.0"
  744. posixat >= "v0.12.0" & < "v0.14.0"
  745. postgres_async < "v0.14.0"
  746. postgresql >= "4.4.1" & < "4.5.2"
  747. pprint >= "20200226"
  748. ppx-owl-opt
  749. ppx_assert >= "v0.12.0" & < "v0.14.0"
  750. ppx_base >= "v0.12.0" & < "v0.14.0"
  751. ppx_bench >= "v0.12.0" & < "v0.14.0"
  752. ppx_bigarray >= "3.0.0"
  753. ppx_bin_prot >= "v0.12.0" & < "v0.14.0"
  754. ppx_blob >= "0.6.0" & < "0.8.0"
  755. ppx_cold < "v0.14.0"
  756. ppx_compare >= "v0.12.0" & < "v0.14.0"
  757. ppx_compose >= "0.1.0"
  758. ppx_conv_func >= "v0.12.0" & < "v0.14.0"
  759. ppx_cstruct >= "3.3.0" & < "5.2.0"
  760. ppx_cstubs
  761. ppx_csv_conv >= "v0.12.0" & < "v0.14.0"
  762. ppx_custom_printf >= "v0.12.0" & < "v0.14.0"
  763. ppx_derivers >= "1.2.1"
  764. ppx_deriving >= "4.3"
  765. ppx_deriving_cmdliner >= "0.4.1"
  766. ppx_deriving_hardcaml >= "v0.12.0" & < "v0.14.0"
  767. ppx_deriving_protobuf >= "2.7"
  768. ppx_deriving_rpc >= "6.1.0" & < "7.1.0"
  769. ppx_deriving_yojson >= "3.3"
  770. ppx_enum
  771. ppx_enumerate >= "v0.12.0" & < "v0.14.0"
  772. ppx_expect >= "v0.12.0" & < "v0.14.0"
  773. ppx_factory
  774. ppx_fail >= "v0.12.0" & < "v0.14.0"
  775. ppx_fast_pipe
  776. ppx_fields_conv >= "v0.12.0" & < "v0.14.0"
  777. ppx_gen_rec = "1.1.0"
  778. ppx_hash >= "v0.12.0" & < "v0.14.0"
  779. ppx_here >= "v0.12.0" & < "v0.14.0"
  780. ppx_import >= "1.5-3-gbd627d5" & < "1.9.0"
  781. ppx_inline_test >= "v0.12.0" & < "v0.13.1"
  782. ppx_jane >= "v0.12.0" & < "v0.14.0"
  783. ppx_js_style >= "v0.12.0" & < "v0.14.0"
  784. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  785. ppx_let >= "v0.12.0" & < "v0.14.0"
  786. ppx_module_timer < "v0.14.0"
  787. ppx_mysql
  788. ppx_mysql_identity
  789. ppx_optcomp >= "v0.12.0" & < "v0.14.0"
  790. ppx_optional >= "v0.12.0" & < "v0.14.0"
  791. ppx_pattern_bind < "v0.14.0"
  792. ppx_pipebang >= "v0.12.0" & < "v0.14.0"
  793. ppx_protocol_conv >= "3.1.0"
  794. ppx_protocol_conv_json >= "3.1.0"
  795. ppx_protocol_conv_jsonm
  796. ppx_protocol_conv_msgpack >= "3.1.0"
  797. ppx_protocol_conv_xml_light >= "3.1.0"
  798. ppx_protocol_conv_xmlm
  799. ppx_protocol_conv_yaml >= "3.1.0"
  800. ppx_python < "v0.14.0"
  801. ppx_regexp >= "0.4.0" & < "0.4.3"
  802. ppx_relit
  803. ppx_sexp_conv >= "v0.12.0" & < "v0.14.0"
  804. ppx_sexp_message >= "v0.12.0" & < "v0.14.0"
  805. ppx_sexp_value >= "v0.12.0" & < "v0.14.0"
  806. ppx_stable < "v0.14.0"
  807. ppx_string_interpolation
  808. ppx_there
  809. ppx_tools >= "6.0+4.08.0"
  810. ppx_tools_versioned >= "5.2.2"
  811. ppx_typerep_conv >= "v0.12.0" & < "v0.14.0"
  812. ppx_tyre < "0.4.3"
  813. ppx_variants_conv >= "v0.12.0" & < "v0.14.0"
  814. ppx_wideopen
  815. ppx_xml_conv >= "v0.12.0" & < "v0.14.0"
  816. ppx_yojson < "1.0.0"
  817. ppx_yojson_conv < "v0.14.0"
  818. ppx_yojson_conv_lib < "v0.14.0"
  819. ppxfind = "1.3"
  820. ppxlib = "0.2.1" | = "0.3.0" | >= "0.4.0" & < "0.10.0"
  821. printbox >= "0.2" & < "0.6"
  822. prof_spacetime >= "0.3.0"
  823. prometheus >= "0.6" & < "1.2"
  824. prometheus-app >= "0.6" & < "1.2"
  825. promise
  826. protocol-9p >= "1.0.0"
  827. protocol-9p-tool >= "1.0.0"
  828. protocol-9p-unix >= "1.0.0"
  829. protocol_version_header >= "v0.12.0" & < "v0.14.0"
  830. psq >= "0.1.1"
  831. pure-splitmix >= "0.3"
  832. py >= "1.1" & < "1.3"
  833. pythonlib < "v0.14.0"
  834. qcheck >= "0.9" & < "0.18"
  835. qcheck-alcotest < "0.18"
  836. qcheck-core < "0.18"
  837. qcheck-ounit < "0.18"
  838. qmp >= "0.19.0"
  839. qtest >= "2.10"
  840. radare2 = "0.0.3"
  841. randomconv >= "0.1.1"
  842. range < "0.7"
  843. rangeSet
  844. rankers
  845. rawlink >= "1.0" & < "2.1"
  846. re = "1.9.0"
  847. re2 >= "v0.12.0" & < "v0.14.0"
  848. reactiveData >= "0.3.0"
  849. reanalyze < "2.23.0"
  850. reason >= "3.3.5" & < "3.8.1"
  851. record_builder >= "v0.12.0" & < "v0.14.0"
  852. redis >= "0.4"
  853. redis-lwt >= "0.4"
  854. redis-sync >= "0.4"
  855. reed-solomon-erasure >= "1.0.2"
  856. reedsolomon >= "0.3"
  857. regenerate >= "0.2"
  858. relit-reason
  859. relit_helper
  860. res >= "5.0.1"
  861. resource_cache >= "v0.12.0" & < "v0.14.0"
  862. resp < "0.10.0"
  863. resp-client < "0.10.0"
  864. resp-mirage < "0.10.0"
  865. resp-server >= "0.9" & < "0.10.0"
  866. resp-unix < "0.10.0"
  867. resto-cohttp < "0.6"
  868. resto-cohttp-client < "0.6"
  869. resto-cohttp-server < "0.5"
  870. resto-directory < "0.6"
  871. resto-json < "0.6"
  872. result >= "1.4"
  873. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  874. rfc6287 >= "1.0.4"
  875. rfc7748
  876. rhythm
  877. ringo
  878. ringo-lwt
  879. root1d >= "0.5.1"
  880. rope >= "0.6.2"
  881. rosetta
  882. routes >= "0.5.1" & != "0.7.0" & < "1.0.0"
  883. rpc >= "6.1.0" & < "7.1.0" | >= "8.0.0" & < "8.1.1"
  884. rpc_parallel >= "v0.12.0" & < "v0.14.0"
  885. rpclib >= "6.1.0" & < "7.1.0"
  886. rpclib-async >= "6.1.0" & < "7.1.0" | >= "8.0.0" & < "8.1.1"
  887. rpclib-html < "7.1.0" | >= "8.0.0" & < "8.1.1"
  888. rpclib-js < "7.1.0" | >= "8.0.0" & < "8.1.1"
  889. rpclib-lwt >= "6.1.0" & < "7.1.0" | >= "8.0.0" & < "8.1.1"
  890. rtop >= "3.3.5" & < "3.8.1"
  891. rungen
  892. salsa20-core >= "1.0.0"
  893. sanddb = "0.2"
  894. satyrographos < "0.0.2.7"
  895. scgi
  896. searchTree
  897. secp256k1 >= "0.4.1"
  898. secp256k1-internal < "0.2.0"
  899. sedlex = "2.0"
  900. selective
  901. semver2
  902. sendmail < "0.2.0"
  903. sendmail-lwt < "0.2.0"
  904. seq >= "0.2" & < "0.3"
  905. sequencer_table >= "v0.12.0" & < "v0.14.0"
  906. session >= "0.4.1"
  907. session-cohttp >= "0.4.1"
  908. session-cohttp-async >= "0.4.1"
  909. session-cohttp-lwt >= "0.4.1"
  910. session-postgresql >= "0.4.1"
  911. session-postgresql-async >= "0.4.1"
  912. session-postgresql-lwt >= "0.4.1"
  913. session-redis-lwt >= "0.4.1"
  914. session-webmachine >= "0.4.1"
  915. setcore < "1.0.2"
  916. sexp < "v0.14.0"
  917. sexp_diff_kernel < "v0.14.0"
  918. sexp_macro < "v0.14.0"
  919. sexp_pretty >= "v0.12.0" & < "v0.14.0"
  920. sexp_select < "v0.14.0"
  921. sexplib >= "v0.12.0" & < "v0.14.0"
  922. sexplib0 >= "v0.12.0" & < "v0.14.0"
  923. sgf >= "1.0.1"
  924. shapefile
  925. shared-memory-ring >= "3.1.0"
  926. shared-memory-ring-lwt >= "3.1.0"
  927. shell < "v0.14.0"
  928. shexp >= "v0.12.0" & < "v0.14.0"
  929. slacko >= "0.14.1"
  930. smbc >= "0.5"
  931. smtlib-utils < "0.4"
  932. snappy >= "0.1.2"
  933. spacetime_lib >= "0.3.0"
  934. spawn = "v0.13.0"
  935. spelll >= "0.3"
  936. splay_tree >= "v0.12.0" & < "v0.14.0"
  937. splittable_random >= "v0.12.0" & < "v0.14.0"
  938. spotify-web-api >= "0.2.1"
  939. sqlite3 = "4.4.1"
  940. sqlite3_utils
  941. ssh-agent >= "0.2.0"
  942. ssh-agent-unix
  943. ssl >= "0.5.6" & < "0.5.10"
  944. stdio >= "v0.12.0" & < "v0.14.0"
  945. stdlib-diff
  946. stdlib-shims
  947. stitch
  948. string_dict >= "v0.12.0" & < "v0.14.0"
  949. stringext >= "1.6.0"
  950. sturgeon >= "0.4.2"
  951. subscriptions-transport-ws
  952. swagger >= "0.2.0"
  953. syndic >= "1.6.0"
  954. syslog = "2.0.0"
  955. syslog-message >= "1.0.0" & < "1.2.0"
  956. tablecloth-native < "0.0.8"
  957. tar >= "1.0.0" & < "2.0.0"
  958. tar-mirage >= "1.0.0" & < "2.0.0"
  959. tar-unix >= "1.0.0" & < "2.0.0"
  960. tcpip >= "3.7.0" & < "6.0.0"
  961. teash
  962. tensorboard
  963. tensorflow >= "0.0.11"
  964. textrazor
  965. textutils >= "v0.12.0" & < "v0.14.0"
  966. textutils_kernel >= "v0.12.0" & < "v0.14.0"
  967. textwrap >= "0.2.1"
  968. tezos-mockup < "8.0"
  969. tezos-mockup-commands < "8.0"
  970. tezos-mockup-registration < "8.0"
  971. thrift >= "0.10.0"
  972. tidy >= "5-0.2"
  973. time_now < "v0.14.0"
  974. timezone < "v0.14.0"
  975. tiny_httpd < "0.8"
  976. tiny_httpd_camlzip < "0.8"
  977. tip-parser >= "0.4"
  978. tldr
  979. tls >= "0.11.0" & < "0.15.4"
  980. tls-async < "0.15.4"
  981. tls-mirage < "0.15.4"
  982. toml >= "5.0.0" & < "7.0.0"
  983. toml-cconv
  984. toml_cconv < "7.0.0"
  985. toplevel_backend < "v0.14.0"
  986. toplevel_expect_test >= "v0.12.0" & < "v0.14.0"
  987. topological_sort >= "v0.12.0" & < "v0.14.0"
  988. torch < "v0.16.0"
  989. tqdm
  990. travesty < "0.5.1"
  991. travis-opam >= "1.5.0"
  992. tree_layout >= "0.2"
  993. trie >= "1.0.0"
  994. tube >= "4.4.0"
  995. tuntap >= "1.7.0"
  996. twostep
  997. typerep >= "v0.12.0" & < "v0.14.0"
  998. tyre >= "0.5"
  999. tyxml >= "4.3.0" & < "4.5.0"
  1000. tyxml-jsx < "4.5.0"
  1001. tyxml-ppx >= "4.3.0" & < "4.5.0"
  1002. tyxml-syntax < "4.5.0"
  1003. ubpf < "0.2"
  1004. uecc < "0.2"
  1005. ulid
  1006. unionFind
  1007. unison = "2.51.4"
  1008. uri >= "2.0.0"
  1009. uri-bench
  1010. uri-re
  1011. uri-sexp
  1012. uritemplate
  1013. user-agent-parser
  1014. utop >= "2.3.0" & < "2.13.0"
  1015. uuuu >= "0.1.1"
  1016. variantslib >= "v0.12.0" & < "v0.14.0"
  1017. vchan >= "4.0.0"
  1018. vchan-unix >= "4.0.0"
  1019. vchan-xen >= "4.0.0"
  1020. vercel
  1021. vhd-format >= "0.12.0"
  1022. vhd-format-lwt >= "0.12.0"
  1023. virtual_dom >= "v0.12.0" & < "v0.14.0"
  1024. vmnet >= "1.3.2"
  1025. vocal
  1026. weberizer >= "0.8"
  1027. webmachine >= "0.6.2"
  1028. websocket >= "2.12" & < "2.15"
  1029. websocket-async >= "2.12" & < "2.15"
  1030. websocket-lwt >= "2.12"
  1031. websocket-lwt-unix < "2.15"
  1032. websocketaf
  1033. webtest >= "2.0.0"
  1034. webtest-js
  1035. wikitext
  1036. win-error >= "1.0"
  1037. win-eventlog = "0.3"
  1038. ws
  1039. wseg
  1040. wtf8 >= "1.0.2"
  1041. x509 >= "0.6.3"
  1042. xapi-backtrace >= "0.7"
  1043. xapi-inventory >= "1.2.1"
  1044. xapi-rrd = "1.8.2"
  1045. xdg-basedir
  1046. xen-evtchn >= "2.1.0"
  1047. xen-evtchn-unix >= "2.1.0"
  1048. xen-gnt >= "3.1.0"
  1049. xen-gnt-unix >= "3.1.0"
  1050. xenstore >= "2.1.0"
  1051. xenstore_transport >= "1.1.0"
  1052. yaml >= "1.0.0" & < "3.1.0"
  1053. yaml-sexp < "3.1.0"
  1054. yara >= "0.2"
  1055. yojson >= "1.5.0" & < "2.0.1"
  1056. yojson-bench
  1057. yurt >= "0.6"
  1058. yuscii >= "0.2.0"
  1059. zarith_stubs_js < "v0.14.0"
  1060. zed >= "2.0" & < "3.2.0"
  1061. zeit
  1062. zipperposition >= "1.5.1" & < "2.0"
  1063. zipperposition-tools < "2.0"
  1064. zlib >= "0.6"
  1065. zmq >= "5.1.0" & < "5.1.4"
  1066. zmq-async >= "5.1.0" & < "5.1.4"
  1067. zmq-lwt >= "5.1.0" & < "5.1.4"
  1068. zstandard < "v0.14.0"
  1069. zxcvbn >= "2.3+2"

Conflicts (2)

  1. odoc < "1.3.0"
  2. jbuilder != "transition"
OCaml

Innovation. Community. Security.