package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-1.0.0.tbz
md5=7435bc09a3967bf6da01e6cb7d37ccc3

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: 11 Jul 2018

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.

This feature should make cross-compilation easy, see details in the roadmap.

This feature requires opam.

Jenga bridge

Jenga is another build system for OCaml that has more advanced features such as polling or much better editor integration. Jenga is more powerful and more complex and as a result has many more dependencies. It is planned to implement a small bridge between the two so that a dune project can build with Jenga using this bridge.

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

Note however that make install requires the opam-installer tool. 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
$ ./_build/default/bin/main.exe install

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. The package is still in beta version as we are waiting for the renaming from Jbuilder to dune before releasing version 1.0.0. Note that dune will have backward compatibility with Jbuilder, in particular existing Jbuilder projects will continue to be buildable with dune.

Dependencies (1)

  1. ocaml >= "4.02.3" & < "4.08.0"

Dev Dependencies

None

  1. ANSITerminal >= "0.8.1" & < "0.8.4"
  2. acgtk = "1.4.0" | = "1.5.1"
  3. albatross < "1.5.0"
  4. alcotest-async = "0.8.5"
  5. alcotest-lwt = "0.8.5"
  6. amf >= "0.1.2"
  7. amqp-client >= "2.0.3" & < "2.2.0"
  8. amqp-client-async >= "2.0.3" & < "2.2.0"
  9. amqp-client-lwt >= "2.0.3" & < "2.2.0"
  10. angstrom >= "0.11.1" & < "0.15.0"
  11. angstrom-async >= "0.11.1" & < "0.15.0"
  12. angstrom-lwt-unix >= "0.11.1" & < "0.15.0"
  13. angstrom-unix >= "0.11.1" & < "0.15.0"
  14. anthill
  15. archi < "0.2.0"
  16. archi-async < "0.2.0"
  17. archi-lwt < "0.2.0"
  18. arp >= "1.0.0" & < "2.3.1"
  19. arp-mirage
  20. async_graphics >= "0.7.0"
  21. awa < "0.1.0"
  22. awa-lwt < "0.1.0"
  23. awa-mirage < "0.1.0"
  24. aws-s3 >= "4.0.0" & < "4.6.0"
  25. aws-s3-async >= "4.0.0" & < "4.6.0"
  26. aws-s3-lwt >= "4.0.0" & < "4.6.0"
  27. azure-cosmos-db < "0.2.0"
  28. benchmark >= "1.6"
  29. bencode >= "2.0"
  30. bigarray-compat
  31. bigstringaf >= "0.5.0" & < "0.7.0"
  32. bimage < "0.1.1"
  33. bimage-gtk < "0.1.1"
  34. bimage-unix < "0.1.1"
  35. biocaml >= "0.9.0" & < "0.11.2"
  36. bisect_ppx >= "1.4.0" & < "2.5.0"
  37. bitmasks >= "1.2.0"
  38. bitstring = "3.1.1"
  39. bst >= "6.0.0" & < "7.0.1"
  40. bun = "0.3.3"
  41. bwrap
  42. bytearray
  43. cairo2 = "0.6.2"
  44. cairo2-gtk < "0.6.3"
  45. cairo2-pango < "0.6.3"
  46. calculon = "0.4"
  47. calculon-web = "0.4"
  48. calendar >= "3.0.0"
  49. callipyge >= "0.2"
  50. camelsnakekebab
  51. capnp >= "3.3.0" & < "3.5.0"
  52. capnp-rpc >= "0.3.2" & < "0.8.0"
  53. capnp-rpc-lwt >= "0.3.2" & < "0.8.0"
  54. capnp-rpc-mirage >= "0.3.2" & < "0.8.0"
  55. capnp-rpc-net < "0.8.0"
  56. capnp-rpc-unix >= "0.3.2" & < "0.8.0"
  57. caqti >= "1.0.0" & < "1.2.0"
  58. caqti-async = "1.0.0"
  59. caqti-driver-mariadb >= "1.0.0" & < "1.2.0"
  60. caqti-driver-postgresql >= "1.0.0" & < "1.2.0"
  61. caqti-driver-sqlite3 = "1.0.0"
  62. caqti-dynload = "1.0.0"
  63. caqti-lwt = "1.0.0"
  64. caqti-type-calendar = "1.0.0"
  65. cconv-ppx
  66. certify >= "0.3.0"
  67. cfstream >= "1.3.1"
  68. charInfo_width = "1.1.0"
  69. charrua-client >= "0.11.2" & < "1.1.0"
  70. charrua-client-lwt >= "0.11.2" & < "1.1.0"
  71. charrua-client-mirage >= "0.11.2" & < "1.1.0"
  72. charrua-core >= "0.11.2"
  73. charrua-server < "1.1.0"
  74. charrua-unix >= "0.11.2" & < "1.1.0"
  75. checkseum = "0.0.3"
  76. clap < "0.2.0"
  77. clarity >= "0.4.0"
  78. codept = "0.10.3"
  79. coin >= "0.1.1"
  80. color >= "0.2.0"
  81. color-brewery < "0.2"
  82. conduit >= "1.3.0" & < "2.3.0"
  83. conduit-async >= "1.3.0" & < "2.3.0" | = "4.0.0"
  84. conduit-lwt >= "1.3.0" & < "2.3.0" | = "4.0.0"
  85. conduit-lwt-unix >= "1.3.0" & != "2.3.0" & < "4.0.1"
  86. conduit-mirage < "2.3.0"
  87. conduit-tls
  88. conex >= "0.10.0"
  89. conex-mirage-crypto
  90. conex-nocrypto
  91. containers >= "2.4" & < "2.8"
  92. cowabloga >= "0.5.0"
  93. cpm >= "5.0.0" & < "12.1.2"
  94. cppo >= "1.6.6" & < "1.6.9"
  95. cppo_ocamlbuild >= "1.6.6" & < "1.6.9"
  96. crlibm >= "0.3" & < "0.5"
  97. crunch >= "2.2.0" & < "3.3.0"
  98. cstruct >= "3.3.0" & < "5.2.0"
  99. cstruct-async >= "3.3.0" & < "5.2.0"
  100. cstruct-lwt >= "3.3.0" & < "5.2.0"
  101. cstruct-sexp < "5.2.0"
  102. cstruct-unix >= "3.3.0" & < "5.2.0"
  103. csv >= "2.1"
  104. csv-lwt >= "2.1"
  105. csvtool
  106. cuid >= "0.2"
  107. cviode < "0.0.4"
  108. DrawGrammar >= "0.2.2"
  109. datakit >= "0.12.2"
  110. datakit-bridge-github >= "0.12.2"
  111. datakit-bridge-local-git >= "0.12.2"
  112. datakit-ci >= "0.12.2"
  113. datakit-client >= "0.12.2" & < "1.0.0"
  114. datakit-client-9p >= "0.12.2"
  115. datakit-client-git >= "0.12.2"
  116. datakit-github >= "0.12.2"
  117. datakit-server >= "0.12.2" & < "1.0.0"
  118. datakit-server-9p >= "0.12.2" & < "1.0.0"
  119. datalog >= "0.6"
  120. decoders >= "0.1.2" & < "0.5.0"
  121. decoders-bencode < "0.5.0"
  122. decoders-cbor < "0.5.0"
  123. decoders-ezjsonm >= "0.1.2" & < "0.5.0"
  124. decoders-jsonm < "0.5.0"
  125. decoders-sexplib < "0.5.0"
  126. decoders-yojson >= "0.1.2" & < "0.5.0"
  127. decompress >= "0.8.1" & < "1.3.0"
  128. depyt >= "0.3.0"
  129. diet >= "0.3"
  130. dispatch >= "0.4.1"
  131. dispatch-js >= "0.4.1"
  132. dns >= "1.1.0" & < "1.1.3"
  133. dns-async >= "1.1.0" & < "1.1.3"
  134. dns-lwt >= "1.1.0" & < "1.1.3"
  135. dns-lwt-unix >= "1.1.0" & < "1.1.3"
  136. dockerfile >= "6.0.0" & < "6.6.0"
  137. dockerfile-cmd >= "6.0.0" & < "6.6.0"
  138. dockerfile-opam >= "6.0.0" & < "6.6.0"
  139. dokeysto >= "3.0.0" & < "3.0.2"
  140. dokeysto_camltc < "3.0.2"
  141. dokeysto_lz4 >= "3.0.0" & < "3.0.2"
  142. dolmen = "0.4"
  143. domain-name >= "0.1.2"
  144. dtoa = "0.3.2"
  145. duff = "0.2"
  146. dune-configurator < "1.11.4"
  147. dune-release >= "1.0.0" & < "1.3.3"
  148. duration >= "0.1.2"
  149. earlybird < "0.1.1"
  150. easy_logging < "0.5"
  151. easy_logging_yojson < "0.5"
  152. edn = "0.1.6-1-gff9db95"
  153. elpi >= "1.3.1" & < "1.7.0"
  154. emile >= "0.4"
  155. encore >= "0.2" & < "0.4"
  156. eqaf >= "0.2" & < "0.8"
  157. ethernet
  158. exenum >= "0.86"
  159. extlib >= "1.7.9"
  160. ezcurl
  161. ezcurl-lwt
  162. ezgzip >= "0.2.3"
  163. ezjsonm >= "1.0.0" & < "1.2.0"
  164. ezjsonm-lwt >= "1.0.0" & < "1.3.0"
  165. ezsqlite >= "0.4" & < "0.4.2"
  166. ezxmlm >= "1.1.0"
  167. fat-filesystem >= "0.13.0"
  168. fftw3 = "0.8.2"
  169. fix = "20181206"
  170. fluent-logger >= "1.1.0"
  171. functoria >= "2.2.2" & < "3.0.1"
  172. functoria-runtime >= "2.2.2" & < "3.0.1"
  173. General >= "0.6.0"
  174. gapi-ocaml >= "0.3.7" & < "0.4.5"
  175. gemini < "0.3.0"
  176. gen = "0.5.2"
  177. genprint < "0.3"
  178. genspir >= "1.0.0"
  179. get_line >= "4.0.1" & < "7.0.0"
  180. git >= "2.0.0" & < "2.1.1"
  181. git-http >= "2.0.0" & < "2.1.1" | >= "2.1.3"
  182. git-mirage >= "2.0.0" & < "2.1.1"
  183. git-unix >= "2.0.0" & < "2.1.1"
  184. github >= "4.0.0" & < "4.2.0"
  185. github-hooks >= "0.4.0"
  186. github-hooks-unix >= "0.4.0"
  187. github-jsoo >= "4.0.0" & < "4.2.0"
  188. github-unix >= "4.0.0" & < "4.2.0"
  189. glfw-ocaml < "3.3.1"
  190. gluten < "0.4.0"
  191. gluten-async < "0.4.0"
  192. gluten-lwt < "0.4.0"
  193. gluten-lwt-unix < "0.4.0"
  194. gluten-mirage < "0.4.0"
  195. gmap >= "0.2.1"
  196. gnuplot >= "0.6"
  197. google-drive-ocamlfuse >= "0.6.26"
  198. gperftools >= "0.4"
  199. graphql = "0.8.0"
  200. graphql-async >= "0.8.0" & < "0.13.0"
  201. graphql-cohttp >= "0.9.0" & < "0.13.0"
  202. graphql-lwt >= "0.8.0" & < "0.13.0"
  203. h2 < "0.4.0"
  204. h2-lwt < "0.4.0"
  205. h2-lwt-unix < "0.4.0"
  206. h2-mirage < "0.4.0"
  207. hashids >= "1.0.1"
  208. herdtools7 = "7.54"
  209. hex >= "1.3.0"
  210. hkdf >= "1.0.3"
  211. hts_shrink < "2.1.2"
  212. httpaf = "0.6.0"
  213. httpaf-async = "0.6.0"
  214. ISO8601 >= "0.2.6"
  215. i3ipc >= "0.1.4"
  216. idd
  217. influxdb < "0.3.0"
  218. influxdb-async < "0.3.0"
  219. influxdb-lwt < "0.3.0"
  220. integers >= "0.3.0"
  221. integration1d >= "0.5.1"
  222. interval_crlibm >= "1.6"
  223. interval_intel >= "1.6"
  224. io-page >= "2.1.0" & < "2.4.0"
  225. io-page-unix >= "2.1.0"
  226. io-page-xen >= "2.1.0"
  227. ipaddr >= "3.0.0" & < "4.0.0"
  228. irmin-watcher >= "0.4.0" & < "0.5.0"
  229. iter < "1.3"
  230. JsOfOCairo >= "2.0.0"
  231. jbuilder >= "transition"
  232. jemalloc >= "0.2"
  233. jerboa
  234. jhupllib >= "0.2.1"
  235. junit >= "2.0.1"
  236. junit_alcotest >= "2.0.1"
  237. junit_ounit >= "2.0.1"
  238. jupyter >= "2.3.2"
  239. jupyter-archimedes >= "2.3.2" & < "2.7.3"
  240. jupyter-kernel = "0.4"
  241. jwto < "0.2.0"
  242. key-parsers >= "0.10.0" & < "1.0.1"
  243. kicadsch >= "0.4.0"
  244. lablqml >= "0.6" & < "0.7"
  245. lambda-term >= "2.0" & < "2.0.3"
  246. lambdasoup >= "0.6.4" & < "0.7.3"
  247. launchd >= "1.3"
  248. lazy-trie >= "1.2.0"
  249. lbfgs >= "0.9.1" & < "0.9.3"
  250. lbvs_consent >= "2.0.0" & < "2.1.1"
  251. ldap = "2.4.1"
  252. lens >= "1.2.3"
  253. let-if >= "0.2.0"
  254. letsencrypt < "0.2.0"
  255. links = "0.8"
  256. links-postgresql = "0.8"
  257. logical
  258. lpd >= "1.2.2"
  259. lwt >= "4.2.0" & < "4.3.0"
  260. lwt-dllist
  261. lwt-watcher < "0.2"
  262. lwt_glib >= "1.1.1"
  263. lwt_log >= "1.1.1"
  264. lwt_ppx >= "1.2.2" & < "2.0.0"
  265. lwt_react >= "1.1.2" & < "1.1.4"
  266. lwt_ssl >= "1.1.3"
  267. lz4_chans < "3.0.1"
  268. macaddr < "4.0.0"
  269. magic-mime >= "1.1.1"
  270. malfunction = "0.3"
  271. markup >= "0.8.0" & < "1.0.0-1"
  272. markup-lwt
  273. mastodon-archive-viewer >= "0.2" & < "0.4.0"
  274. mccs >= "1.1+5"
  275. mdx < "1.5.0"
  276. memprof-limits < "0.2.0"
  277. merlin >= "3.2.1" & < "3.3.0"
  278. merlin-extend >= "0.4"
  279. mesh >= "0.9.5"
  280. mesh-easymesh >= "0.9.5"
  281. mesh-graphics >= "0.9.5"
  282. mesh-triangle >= "0.9.5"
  283. mindstorm >= "0.8.1"
  284. mindstorm-lwt
  285. minicli >= "5.0.0" & < "5.0.2"
  286. minisat >= "0.2" & < "0.6"
  287. mirage-block >= "1.2.0"
  288. mirage-block-combinators
  289. mirage-block-lwt >= "1.2.0"
  290. mirage-block-ramdisk >= "0.4"
  291. mirage-block-solo5 >= "0.6.0" & < "0.7.0"
  292. mirage-block-unix >= "2.11.0"
  293. mirage-block-xen >= "1.6.0"
  294. mirage-bootvar-solo5 >= "0.6.0"
  295. mirage-bootvar-unix
  296. mirage-bootvar-xen >= "0.6.0"
  297. mirage-channel >= "3.2.0"
  298. mirage-channel-lwt >= "3.2.0"
  299. mirage-clock >= "2.0.0" & < "4.1.0"
  300. mirage-clock-freestanding >= "2.0.0" & < "4.1.0"
  301. mirage-clock-lwt >= "2.0.0"
  302. mirage-clock-unix >= "2.0.0" & < "4.1.0"
  303. mirage-conduit = "1.3.0" | >= "3.1.0"
  304. mirage-console >= "2.4.0"
  305. mirage-console-lwt >= "2.4.0"
  306. mirage-console-solo5 >= "0.6.0" & < "0.7.0"
  307. mirage-console-unix >= "2.4.1"
  308. mirage-console-xen >= "2.4.0"
  309. mirage-console-xen-backend >= "2.4.0"
  310. mirage-console-xen-proto >= "2.4.0"
  311. mirage-device >= "1.2.0"
  312. mirage-dns >= "3.1.0" & < "3.1.3"
  313. mirage-flow >= "1.6.0"
  314. mirage-flow-combinators
  315. mirage-flow-lwt >= "1.6.0"
  316. mirage-flow-rawlink >= "1.1.0"
  317. mirage-flow-unix >= "1.6.0"
  318. mirage-fs >= "1.2.0"
  319. mirage-fs-lwt >= "1.2.0"
  320. mirage-fs-mem
  321. mirage-fs-unix >= "1.6.0"
  322. mirage-kv >= "2.0.0"
  323. mirage-kv-lwt >= "2.0.0"
  324. mirage-kv-mem < "3.0.0"
  325. mirage-kv-unix < "3.0.0"
  326. mirage-logs >= "1.0.0" & < "2.0.0"
  327. mirage-monitoring
  328. mirage-nat >= "1.1.0"
  329. mirage-net >= "2.0.0"
  330. mirage-net-lwt >= "2.0.0"
  331. mirage-net-macosx >= "1.5.0"
  332. mirage-net-solo5 >= "0.4.3" & < "0.7.0"
  333. mirage-net-unix >= "2.5.0"
  334. mirage-net-xen >= "1.9.0"
  335. mirage-profile >= "0.9.0"
  336. mirage-profile-unix >= "0.9.0"
  337. mirage-profile-xen >= "0.9.0"
  338. mirage-protocols >= "2.0.0"
  339. mirage-protocols-lwt >= "2.0.0"
  340. mirage-qubes >= "0.7.0"
  341. mirage-qubes-ipv4 >= "0.7.0"
  342. mirage-stack >= "1.4.0"
  343. mirage-stack-lwt >= "1.4.0"
  344. mirage-time >= "1.3.0"
  345. mirage-time-lwt >= "1.3.0"
  346. mirage-time-unix >= "1.3.0"
  347. mirage-unix >= "3.2.0" & < "4.0.1"
  348. mirage-vnetif >= "0.4.2" & < "0.6.0"
  349. mirage-xen >= "3.2.0" & < "6.0.0"
  350. mlpost-lablgtk
  351. mock >= "0.1.1"
  352. mock-ounit >= "0.1.1"
  353. molenc < "5.0.0"
  354. morsmall
  355. moss >= "0.1.1"
  356. mpris >= "0.2.0"
  357. mpris-clients
  358. mrmime < "0.2.0"
  359. msat = "0.8"
  360. multipart-form-data >= "0.3.0"
  361. mutf8
  362. mwt
  363. naboris < "0.1.0"
  364. nbd = "4.0.3"
  365. netchannel >= "1.9.0"
  366. npy = "0.0.8"
  367. nsq = "0.4.0"
  368. obeam
  369. ocal >= "0.2.2"
  370. ocaml-compiler-libs = "v0.12.0"
  371. ocaml-migrate-parsetree >= "1.0.11" & < "1.2.0"
  372. ocaml-monadic = "0.4.1"
  373. ocaml-r >= "0.1.1" & < "0.3.0"
  374. ocaml-version >= "1.0.0" & < "3.6.0"
  375. ocamlapi
  376. ocamlapi_async
  377. ocamlapi_lwt_unix
  378. ocamlapi_ppx
  379. ocamlformat >= "0.7" & < "0.9"
  380. ocp-browser >= "1.1.9"
  381. ocp-indent >= "1.7.0"
  382. ocp-indent-nlfork >= "1.5.4"
  383. ocp-index >= "1.1.9"
  384. ocplib-endian >= "1.1"
  385. odepack >= "0.6.9" & < "0.7.1"
  386. odoc >= "1.3.0" & < "2.0.0"
  387. offheap
  388. opam-file-format = "2.1.0" | >= "2.1.2" & < "2.1.5"
  389. opam-package-upgrade >= "0.2"
  390. opam-publish >= "2.0.2"
  391. opam2web >= "2.0"
  392. open >= "0.2.2"
  393. openai-gym
  394. opium >= "0.17.0" & < "0.18.0"
  395. opium_kernel >= "0.17.0" & < "0.18.0"
  396. oplsr
  397. opti
  398. optimization1d >= "0.6.1"
  399. optint >= "0.0.2"
  400. oranger >= "2.0.1"
  401. ordma >= "0.0.5"
  402. orec >= "1.0.1"
  403. orrandomForest
  404. orsvm_e1071 >= "3.0.2"
  405. orxgboost >= "1.1.0"
  406. oseq >= "0.2"
  407. osx-secure-transport >= "0.1.1"
  408. otr >= "0.3.6"
  409. override < "0.2.0"
  410. owee >= "0.3" & < "0.5"
  411. owl = "0.4.0"
  412. owl-base >= "0.4.0" & < "0.6.0"
  413. owl-jupyter
  414. owl-plplot < "0.6.0"
  415. owl-top >= "0.4.0" & < "0.7.0"
  416. owl-zoo >= "0.4.0" & < "0.7.0"
  417. parany >= "5.0.0" & < "7.0.2"
  418. pardi < "2.0.2"
  419. parse-argv >= "0.2.0"
  420. patch < "2.0.0"
  421. pcap-format >= "0.5.2"
  422. pds-reachability = "0.2.2"
  423. petr4
  424. pf-qubes
  425. pla = "1.3"
  426. plotkicadsch >= "0.4.0"
  427. ppx_bigarray >= "3.0.0"
  428. ppx_blob >= "0.6.0" & < "0.8.0"
  429. ppx_cstruct >= "3.3.0" & < "5.2.0"
  430. ppx_derivers >= "1.2.1"
  431. ppx_deriving_cmdliner >= "0.4.1"
  432. ppx_deriving_protobuf >= "2.7"
  433. ppx_deriving_yojson >= "3.5.3"
  434. ppx_enum
  435. ppx_factory < "0.1.0"
  436. ppx_fast_pipe
  437. ppx_gen_rec = "1.1.0"
  438. ppx_jsobject_conv >= "0.6.0" & < "0.9.0"
  439. ppx_mysql < "1.1.1"
  440. ppx_mysql_identity
  441. ppx_protocol_conv >= "3.1.0" & < "5.0.0"
  442. ppx_protocol_conv_json >= "3.1.0" & < "5.0.0"
  443. ppx_protocol_conv_jsonm < "5.0.0"
  444. ppx_protocol_conv_msgpack >= "3.1.0" & < "5.0.0"
  445. ppx_protocol_conv_xml_light >= "3.1.0" & < "5.0.0"
  446. ppx_protocol_conv_yaml >= "3.1.0" & < "5.0.0"
  447. ppx_regexp >= "0.4.0" & < "0.4.3"
  448. ppx_relit
  449. ppx_there
  450. ppx_tools_versioned >= "5.2.2"
  451. ppx_tyre < "0.4.3"
  452. ppx_yojson < "1.0.0"
  453. ppxfind = "1.3"
  454. ppxlib = "0.2.1" | = "0.3.0" | = "0.4.0" | >= "0.6.0" & < "0.10.0"
  455. prof_spacetime >= "0.3.0"
  456. prometheus >= "0.6" & < "1.2"
  457. prometheus-app >= "0.6" & < "1.2"
  458. promise
  459. protocol-9p >= "1.0.0"
  460. protocol-9p-tool >= "1.0.0"
  461. protocol-9p-unix >= "1.0.0"
  462. py >= "1.1" & < "1.3"
  463. qcheck >= "0.9" & < "0.18"
  464. qcheck-alcotest < "0.18"
  465. qcheck-core < "0.18"
  466. qcheck-ounit < "0.18"
  467. randomconv >= "0.1.1"
  468. range < "0.7"
  469. rawlink >= "1.0" & < "2.1"
  470. re = "1.9.0"
  471. reactiveData >= "0.3.0"
  472. redis >= "0.4"
  473. redis-lwt >= "0.4"
  474. redis-sync >= "0.4"
  475. reed-solomon-erasure >= "1.0.2"
  476. reedsolomon >= "0.3"
  477. relit-reason
  478. relit_helper
  479. resp < "0.10.0"
  480. resp-client < "0.10.0"
  481. resp-mirage < "0.10.0"
  482. resp-server >= "0.9" & < "0.10.0"
  483. resp-unix < "0.10.0"
  484. result >= "1.4"
  485. rfc1951 >= "0.8.1" & != "1.0.0" & < "1.3.0"
  486. root1d >= "0.5.1"
  487. rope >= "0.6.2"
  488. rosetta < "0.2.0"
  489. routes >= "0.7.2" & < "1.0.0"
  490. rpc >= "8.0.0" & < "8.1.1"
  491. rpclib-async >= "8.0.0" & < "8.1.1"
  492. rpclib-html >= "8.0.0" & < "8.1.1"
  493. rpclib-js >= "8.0.0" & < "8.1.1"
  494. rpclib-lwt >= "8.0.0" & < "8.1.1"
  495. rtop >= "3.3.5" & < "3.5.0"
  496. sanddb = "0.2"
  497. satyrographos < "0.0.2.1"
  498. scgi
  499. searchTree
  500. secp256k1 >= "0.4.1"
  501. sedlex = "2.0"
  502. session >= "0.4.1"
  503. session-cohttp >= "0.4.1"
  504. session-cohttp-async >= "0.4.1"
  505. session-cohttp-lwt >= "0.4.1"
  506. session-postgresql >= "0.4.1"
  507. session-postgresql-async >= "0.4.1"
  508. session-postgresql-lwt >= "0.4.1"
  509. session-redis-lwt >= "0.4.1"
  510. session-webmachine >= "0.4.1"
  511. setcore < "1.0.2"
  512. sgf >= "1.0.1"
  513. shapefile
  514. shared-memory-ring >= "3.1.0"
  515. shared-memory-ring-lwt >= "3.1.0"
  516. smbc >= "0.5"
  517. snappy >= "0.1.2"
  518. spacetime_lib >= "0.3.0"
  519. spawn = "v0.13.0"
  520. spotify-web-api >= "0.2.1"
  521. ssh-agent >= "0.2.0"
  522. ssh-agent-unix
  523. ssl = "0.5.6"
  524. stdlib-shims
  525. stringext >= "1.6.0"
  526. sturgeon >= "0.4.2"
  527. subscriptions-transport-ws
  528. syndic >= "1.6.0"
  529. syslog = "2.0.0"
  530. tablecloth-native < "0.0.7"
  531. tar >= "1.0.0" & < "2.0.0"
  532. tar-mirage >= "1.0.0" & < "2.0.0"
  533. tar-unix >= "1.0.0" & < "2.0.0"
  534. tcpip >= "3.7.0" & < "6.0.0"
  535. teash
  536. tensorboard
  537. textwrap >= "0.2.1"
  538. tldr < "0.3.0"
  539. tls >= "0.11.0" & < "0.15.4"
  540. tls-async < "0.15.4"
  541. tls-mirage < "0.15.4"
  542. toml = "5.0.0"
  543. toml-cconv
  544. travesty < "0.5.1"
  545. travis-opam >= "1.5.0"
  546. tree_layout >= "0.2"
  547. trie >= "1.0.0"
  548. tube >= "4.4.0"
  549. tuntap >= "1.7.0"
  550. tyre >= "0.5"
  551. tyxml >= "4.3.0" & < "4.5.0"
  552. tyxml-jsx < "4.5.0"
  553. tyxml-ppx >= "4.3.0" & < "4.5.0"
  554. tyxml-syntax < "4.5.0"
  555. ubpf < "0.2"
  556. uritemplate
  557. utop >= "2.3.0" & < "2.13.0"
  558. uuuu >= "0.1.1"
  559. vchan >= "4.0.0"
  560. vchan-unix >= "4.0.0"
  561. vchan-xen >= "4.0.0"
  562. vhd-format >= "0.12.0"
  563. vhd-format-lwt >= "0.12.0"
  564. vmnet >= "1.3.2"
  565. vocal
  566. weberizer >= "0.8"
  567. webmachine >= "0.6.2"
  568. websocketaf
  569. win-error >= "1.0"
  570. win-eventlog = "0.3"
  571. wtf8 >= "1.0.2"
  572. xen-evtchn >= "2.1.0"
  573. xen-evtchn-unix >= "2.1.0"
  574. xen-gnt >= "3.1.0"
  575. xen-gnt-unix >= "3.1.0"
  576. xenstore >= "2.1.0"
  577. xenstore_transport >= "1.1.0"
  578. yara >= "0.2"
  579. yojson >= "1.5.0" & < "2.0.1"
  580. yojson-bench != "2.0.1"
  581. yurt >= "0.6"
  582. yuscii >= "0.2.1"
  583. zed >= "2.0" & < "2.0.2"
  584. zlib >= "0.6"
  585. zmq >= "5.1.0" & < "5.1.4"
  586. zmq-async >= "5.1.0" & < "5.1.4"
  587. zmq-lwt >= "5.1.0" & < "5.1.4"

Conflicts (1)

  1. jbuilder != "transition"
OCaml

Innovation. Community. Security.