package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-1.1.1.tbz
md5=d1da3d5a9cd9f450bb35724d16fbcaf2

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

Conflicts (1)

  1. jbuilder != "transition"
OCaml

Innovation. Community. Security.