package dune

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

Install

Dune Dependency

Authors

Maintainers

Sources

dune-1.9.1.tbz
sha256=c9a1e258a14d96fd95fb525e7659c371e8b1d253905e3d39c5b2efa280b4927c
sha512=842d0aa7fbe97bc5a0fde974fa9ddd95d8e2f60a7018b60779cf782282e2bc362f4ae347cd7795b857a8e05ebb9d82f1236c0e4d1e7ec10d3b210028bc2058c1

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

Conflicts (2)

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

Innovation. Community. Security.