package jbuilder

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

Install

Dune Dependency

Authors

Maintainers

Sources

jbuilder-1.0.beta20.tbz
md5=09b8a90c6e3333aef2cac947424c1d66

Description

jbuilder is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "jbuild" files following a very simple s-expression syntax.

jbuilder is fast, it has very low-overhead and support parallel builds on all platforms. It has no system dependencies, all you need to build jbuilder and packages using jbuilder is OCaml. You don't need or make or bash as long as the packages themselves don't use bash explicitely.

jbuilder 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: 12 Apr 2018

README

Dune (Jbuilder) - A composable build system

Jbuilder has been renamed to Dune. A full renaming of the documentation and the tool will be done as part of the 1.0 release.

Jbuilder 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 Jbuilder 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.

Jbuilder 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 jbuilder.

Overview

Jbuilder reads project metadata from jbuild 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...

Jbuilder itself is fast, has very low overhead and supports parallel builds on all platforms. It has no system dependencies: all you need to build jbuilder and packages using jbuilder 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 Jbuilder and packages using Jbuilder.

Strengths

Composable

Take n repositories that use Jbuilder, arrange them in any way on the file system and the result is still a single repository that Jbuilder knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully handles multi-package repositories

Jbuilder 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:

$ jbuilder build --only-packages <package-name> @install

Building against several configurations at once

Jbuilder 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 tests 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 Jbuilder project can build with Jenga using this bridge.

Requirements

Jbuilder requires OCaml version 4.02.3 or greater.

installation

The recommended way to install jbuilder is via the opam package manager:

$ opam install jbuilder

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 jbuilder 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 jbuilder, you can send an email to ocaml-core@googlegroups.com or open a ticket on github.

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 compatiblity with Jbuilder, in particular existing Jbuilder projects will continue to be buildable with Dune. Additionally, Dune will be able to automatically convert a Jbuilder project into a Dune project.

Dependencies (1)

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

Dev Dependencies

None

  1. ANSITerminal = "0.8"
  2. acgtk >= "1.3.2" & < "1.4.0"
  3. ago >= "0.4"
  4. aifad = "2.1.0"
  5. alcotest >= "0.8.0" & < "0.8.5"
  6. alcotest-async < "0.8.5"
  7. alcotest-lwt < "0.8.5"
  8. amqp-client = "1.1.0" | >= "1.1.2" & < "2.0.3"
  9. amqp-client-async < "2.0.3"
  10. amqp-client-lwt < "2.0.3"
  11. angstrom >= "0.6.0" & < "0.11.1"
  12. angstrom-async < "0.11.1"
  13. angstrom-lwt-unix < "0.11.1"
  14. angstrom-unix < "0.11.1"
  15. ascii85 >= "0.4"
  16. asl >= "0.11"
  17. async >= "v0.9.0" & < "v0.12.0"
  18. async_durable < "v0.12.0"
  19. async_extended >= "v0.9.0"
  20. async_extra >= "v0.9.0" & < "v0.12.0"
  21. async_find >= "v0.9.0" & < "v0.12.0"
  22. async_inotify >= "v0.9.0" & < "v0.12.0"
  23. async_interactive < "v0.12.0"
  24. async_js < "v0.12.0"
  25. async_kernel >= "v0.9.0" & < "v0.12.0"
  26. async_parallel >= "v0.9.0"
  27. async_rpc_kernel >= "v0.9.0" & < "v0.12.0"
  28. async_sendfile < "v0.12.0"
  29. async_shell >= "v0.9.0" & < "v0.12.0"
  30. async_smtp >= "v0.9.0" & < "v0.12.0"
  31. async_ssl >= "v0.9.0" & < "v0.12.0"
  32. async_unix >= "v0.9.0" & < "v0.12.0"
  33. atd >= "1.2.1" & < "2.2.1"
  34. atdgen >= "1.10.2" & < "2.2.1"
  35. atdgen-runtime < "2.2.1"
  36. atdj < "2.2.1"
  37. aws-s3 >= "1.1.0" & < "4.0.0"
  38. aws-s3-async < "4.0.0"
  39. aws-s3-lwt < "4.0.0"
  40. balancer
  41. base >= "v0.9.2" & < "v0.12.0"
  42. base64 = "2.2.0"
  43. benchmark = "1.5"
  44. bignum >= "v0.9.0" & < "v0.12.0"
  45. bigstring = "0.2"
  46. bigstring-unix < "0.3"
  47. bigstringaf < "0.5.0"
  48. bin_prot >= "v0.9.1" & < "v0.12.0"
  49. binbin
  50. biniou >= "1.1.0" & < "1.2.1"
  51. biocaml = "0.8.0"
  52. bip32
  53. bisect_ppx >= "1.3.0" & < "1.4.0"
  54. bisect_ppx-ocamlbuild
  55. bistro >= "0.3.0" & < "0.5.0"
  56. bitcoinml < "0.4.1"
  57. bitmasks = "1.1.0"
  58. bitstring >= "3.0.0" & < "3.1.1"
  59. brotli >= "2.0.3"
  60. bst < "6.0.0"
  61. build_path_prefix_map < "0.3"
  62. bun < "0.3.3"
  63. calculon >= "0.2" & < "0.4"
  64. calculon-web < "0.4"
  65. camlimages >= "5.0.0" & < "5.0.2"
  66. camlon >= "2.0.1" & < "3.0.0"
  67. camomile >= "0.8.6" & < "1.0.2"
  68. capnp >= "3.0.0" & < "3.3.0"
  69. capnp-rpc < "0.3.2"
  70. capnp-rpc-lwt < "0.3.2"
  71. capnp-rpc-mirage < "0.3.2"
  72. capnp-rpc-unix < "0.3.2"
  73. caqti < "1.0.0"
  74. caqti-async < "1.0.0"
  75. caqti-driver-mariadb < "1.0.0"
  76. caqti-driver-postgresql < "1.0.0"
  77. caqti-driver-sqlite3 < "1.0.0"
  78. caqti-dynload < "1.0.0"
  79. caqti-lwt < "1.0.0"
  80. caqti-type-calendar < "1.0.0"
  81. cdrom = "0.9.3"
  82. cfg = "2.1.0"
  83. cfstream >= "1.2.3" & < "1.3.1"
  84. charrua-client >= "0.9" & < "0.11.2"
  85. charrua-client-lwt < "0.11.2"
  86. charrua-client-mirage < "0.11.2"
  87. charrua-core >= "0.8" & < "0.11.2"
  88. charrua-unix >= "0.9" & < "0.11.2"
  89. checkseum < "0.0.3"
  90. cinaps < "v0.12.0"
  91. clarity < "0.4.0"
  92. cmdtui >= "0.4.3"
  93. cmdtui-lambda-term
  94. cohttp >= "0.99.0" & < "1.1.1"
  95. cohttp-async < "1.1.1"
  96. cohttp-lwt < "1.1.1"
  97. cohttp-lwt-jsoo < "1.1.1"
  98. cohttp-lwt-unix < "1.1.1"
  99. cohttp-mirage < "1.1.1"
  100. cohttp-top < "1.1.1"
  101. coin < "0.1.1"
  102. color < "0.2.0"
  103. command_rpc < "v0.12.0"
  104. conduit >= "1.0.0" & < "1.3.0"
  105. conduit-async < "1.3.0"
  106. conduit-lwt < "1.3.0"
  107. conduit-lwt-unix < "1.3.0"
  108. configurator
  109. containers >= "2.0" & < "2.4"
  110. core >= "v0.9.0" & < "v0.12.0"
  111. core_bench >= "v0.9.0" & < "v0.12.0"
  112. core_extended >= "v0.9.0" & < "v0.12.0"
  113. core_kernel >= "v0.9.0" & < "v0.12.0"
  114. core_profiler >= "v0.9.0" & < "v0.12.0"
  115. cow = "2.3.0"
  116. cowabloga >= "0.3.0" & < "0.5.0"
  117. cpm = "4.0.0"
  118. cppo >= "1.6.0" & < "1.6.6"
  119. cppo_ocamlbuild < "1.6.6"
  120. craml
  121. crc = "2.0.0"
  122. crlibm < "0.3"
  123. crowbar < "0.2"
  124. crunch = "2.1.0"
  125. cryptodbm >= "0.84.2"
  126. cstruct >= "3.0.0" & < "3.3.0"
  127. cstruct-async < "3.3.0"
  128. cstruct-lwt >= "3.0.0" & < "3.3.0"
  129. cstruct-unix >= "3.0.0" & < "3.3.0"
  130. csv = "2.0"
  131. csv-lwt < "2.1"
  132. csvfields < "v0.12.0"
  133. cuid < "0.2"
  134. curly < "0.2.0"
  135. DrawGrammar = "0.2.1"
  136. datakit-bridge-github = "0.12.0"
  137. datakit-bridge-local-git = "0.12.0"
  138. datakit-ci >= "0.12.0" & < "0.12.2"
  139. datakit-client = "0.12.0"
  140. datakit-client-9p = "0.12.0"
  141. datakit-client-git = "0.12.0"
  142. datakit-github = "0.12.0"
  143. datakit-server = "0.12.0"
  144. datakit-server-9p = "0.12.0"
  145. decoders < "0.1.2"
  146. decoders-ezjsonm < "0.1.2"
  147. decoders-yojson < "0.1.2"
  148. decompress = "0.8"
  149. delimited_parsing < "v0.12.0"
  150. depyt = "0.2.0"
  151. diet < "0.2"
  152. digestif = "0.6.1"
  153. dispatch = "0.4.0"
  154. dispatch-js < "0.4.1"
  155. distributed = "0.5.0"
  156. distributed-lwt < "0.2.0"
  157. distributed-uwt < "0.2.0"
  158. dlm < "0.3.1"
  159. dns >= "1.0.0" & < "1.1.0"
  160. dns-async < "1.1.0"
  161. dns-forward >= "0.9.0"
  162. dns-forward-lwt-unix
  163. dns-lwt < "1.1.0"
  164. dns-lwt-unix < "1.1.0"
  165. dnssd
  166. doc-ock >= "1.1.0"
  167. doc-ock-html >= "1.1.0"
  168. doc-ock-xml >= "1.1.0"
  169. dockerfile >= "3.0.0" & < "6.0.0"
  170. dockerfile-cmd < "6.0.0"
  171. dockerfile-opam < "6.0.0"
  172. dokeysto < "3.0.0"
  173. dokeysto_lz4 < "3.0.0"
  174. dryunit
  175. dtoa >= "0.3.0" & < "0.3.2"
  176. duff < "0.2"
  177. dune-release < "1.0.0"
  178. dune_watch
  179. easy-format >= "1.3.0" & < "1.3.2"
  180. easy_xlsx
  181. ecaml < "v0.12.0"
  182. electrod < "0.2.1"
  183. email_message >= "v0.9.0" & < "v0.12.0"
  184. emile < "0.4"
  185. encore < "0.2"
  186. eqaf < "0.2"
  187. exenum >= "0.82.0" & < "0.86"
  188. expect_test_helpers < "v0.12.0"
  189. expect_test_helpers_kernel < "v0.12.0"
  190. ezgzip < "0.2.3"
  191. ezjsonm >= "0.5.0" & < "1.0.0"
  192. ezjsonm-lwt < "1.0.0"
  193. ezxenstore = "0.1.2"
  194. ezxmlm = "1.0.2"
  195. facile >= "1.1.4"
  196. faraday >= "0.3.0" & < "0.7.1"
  197. faraday-async < "0.7.1"
  198. faraday-lwt < "0.7.1"
  199. faraday-lwt-unix < "0.7.1"
  200. fat-filesystem >= "0.12.1" & < "0.13.0"
  201. fd-send-recv = "1.0.5"
  202. febusy
  203. fftw3 >= "0.8" & < "0.8.2"
  204. fieldslib >= "v0.9.0" & < "v0.12.0"
  205. findlib_top
  206. freetds >= "0.5.2" & < "0.7"
  207. frenetic >= "5.0.0" & < "5.0.5"
  208. functoria >= "2.1.0" & < "2.2.2"
  209. functoria-runtime >= "2.1.0" & < "2.2.2"
  210. General >= "0.4.0" & < "0.6.0"
  211. gammu >= "0.9.4"
  212. gapi-ocaml = "0.3.6"
  213. gdal >= "0.10.0"
  214. gdbprofiler >= "0.2" & < "0.4"
  215. gen = "0.5.1"
  216. genspio >= "0.0.1" & < "0.0.3"
  217. get_line = "4.0.0"
  218. git >= "1.11.0" & < "2.0.0"
  219. git-http >= "1.11.0" & < "2.0.0"
  220. git-mirage >= "1.11.0" & < "2.0.0"
  221. git-unix >= "1.11.1" & < "2.0.0"
  222. github >= "3.0.0" & < "4.0.0"
  223. github-hooks >= "0.2.0" & < "0.4.0"
  224. github-hooks-unix < "0.4.0"
  225. github-jsoo < "4.0.0"
  226. github-unix < "4.0.0"
  227. gnuplot = "0.5.3"
  228. google-drive-ocamlfuse = "0.6.23"
  229. gpr >= "1.3.0" & < "1.4.0"
  230. graphql < "0.8.0"
  231. graphql-async < "0.8.0"
  232. graphql-cohttp < "0.9.0"
  233. graphql-lwt < "0.8.0"
  234. graphql_parser < "0.9.0"
  235. grenier = "0.7"
  236. gsl >= "1.20.0" & < "1.24.0"
  237. hashids < "1.0.1"
  238. hex >= "1.1.0" & < "1.3.0"
  239. hidapi < "1.1"
  240. hiredis >= "0.8"
  241. hiredis-value
  242. horned_worm < "0.3.4"
  243. httpaf < "0.6.0"
  244. httpaf-async < "0.6.0"
  245. hvsock >= "1.0.0" & < "2.0.0"
  246. incr_dom < "v0.12.0"
  247. incr_dom_widgets < "v0.12.0"
  248. incr_map < "v0.12.0"
  249. incr_select < "v0.12.0"
  250. incremental >= "v0.9.0" & < "v0.12.0"
  251. incremental_kernel >= "v0.9.0"
  252. integration1d = "0.5"
  253. interval = "1.4"
  254. inuit >= "0.4.1"
  255. io-page >= "2.0.0" & < "2.1.0"
  256. io-page-unix >= "2.0.0" & < "2.1.0"
  257. io-page-xen >= "2.0.0" & < "2.1.0"
  258. ipaddr = "2.8.0"
  259. ipv6-multicast >= "0.9"
  260. ipv6-multicast-lwt
  261. irc-client >= "0.6.0" & < "0.6.2"
  262. irc-client-lwt < "0.6.2"
  263. irc-client-tls < "0.6.2"
  264. irc-client-unix < "0.6.2"
  265. irmin >= "1.2.0" & < "2.0.0"
  266. irmin-chunk = "1.3.0"
  267. irmin-fs < "2.0.0"
  268. irmin-git >= "1.2.0" & < "2.0.0"
  269. irmin-http >= "1.2.0" & < "2.0.0"
  270. irmin-mem < "2.0.0"
  271. irmin-mirage >= "1.2.0" & < "2.0.0"
  272. irmin-unix >= "1.2.0" & < "1.3.3"
  273. irmin-watcher = "0.3.0"
  274. JsOfOCairo >= "1.0.1" & < "2.0.0"
  275. jane-street-headers < "v0.12.0"
  276. jane-street-tests
  277. jenga >= "v0.9.0"
  278. js_of_ocaml >= "3.0" & < "3.3.0"
  279. js_of_ocaml-camlp4
  280. js_of_ocaml-compiler < "3.3.0"
  281. js_of_ocaml-lwt < "3.3.0"
  282. js_of_ocaml-ocamlbuild < "3.5.0"
  283. js_of_ocaml-ppx < "3.3.0"
  284. js_of_ocaml-ppx_deriving_json < "3.3.0"
  285. js_of_ocaml-toplevel < "3.3.0"
  286. js_of_ocaml-tyxml < "3.3.0"
  287. json-derivers
  288. json-wheel_jane_street_overlay
  289. json_of_jsonm
  290. junit >= "1.0" & < "2.0.1"
  291. junit_alcotest < "2.0.1"
  292. junit_ounit < "2.0.1"
  293. jupyter >= "2.2.2" & < "2.3.2"
  294. jupyter-archimedes < "2.3.2"
  295. jupyter-kernel < "0.4"
  296. kafka >= "0.3" & < "0.5"
  297. kicadsch < "0.4.0"
  298. kubecaml
  299. kyotocabinet
  300. lacaml >= "10.0.1" & < "11.0.2"
  301. lambda-term >= "1.11" & < "2.0"
  302. lambdasoup >= "0.6.2" & < "0.6.4"
  303. lbfgs = "0.9"
  304. ldap < "2.4.1"
  305. lens >= "1.2.1" & < "1.2.3"
  306. let-if < "0.2.0"
  307. levenshtein >= "1.1.3"
  308. libsvm = "0.9.4"
  309. line-up-words < "v0.12.0"
  310. linenoise = "1.1.0"
  311. links >= "0.7.2" & < "0.8"
  312. links-postgresql < "0.8"
  313. llopt
  314. lwt >= "3.1.0" & < "4.2.0"
  315. lwt_camlp4
  316. lwt_glib = "1.1.0"
  317. lwt_log < "1.1.1"
  318. lwt_ppx < "1.2.2"
  319. lwt_react >= "1.1.0" & < "1.1.2"
  320. lwt_ssl >= "1.1.0" & < "1.1.3"
  321. magic-mime >= "1.0.1" & < "1.1.1"
  322. malfunction < "0.3"
  323. markup >= "0.7.6" & < "0.8.0"
  324. mastodon-archive-viewer < "0.2"
  325. mccs < "1.1+5"
  326. mecab
  327. mesh >= "0.8.9" & < "0.9.5"
  328. mesh-display
  329. mesh-easymesh < "0.9.5"
  330. mesh-graphics < "0.9.5"
  331. mesh-triangle < "0.9.5"
  332. milter >= "1.0.4"
  333. minimal
  334. mirage >= "3.0.5" & < "3.3.0"
  335. mirage-block = "1.1.0"
  336. mirage-block-lwt = "1.1.0"
  337. mirage-block-unix >= "2.8.2" & < "2.11.0"
  338. mirage-block-xen >= "1.5.2" & < "1.6.0"
  339. mirage-bootvar-xen = "0.5.0"
  340. mirage-channel = "3.1.0"
  341. mirage-channel-lwt = "3.1.0"
  342. mirage-clock = "1.3.0"
  343. mirage-clock-freestanding = "1.3.0"
  344. mirage-clock-lwt = "1.3.0"
  345. mirage-clock-unix >= "1.3.0" & < "2.0.0"
  346. mirage-conduit < "1.3.0" | >= "3.0.0" & < "3.1.0"
  347. mirage-console >= "2.3.2" & < "2.4.0"
  348. mirage-console-lwt >= "2.3.2" & < "2.4.0"
  349. mirage-console-unix >= "2.3.2" & < "2.4.1"
  350. mirage-console-xen >= "2.3.2" & < "2.4.0"
  351. mirage-console-xen-backend >= "2.3.2" & < "2.4.0"
  352. mirage-console-xen-proto >= "2.3.2" & < "2.4.0"
  353. mirage-device = "1.1.0"
  354. mirage-dns >= "3.0.0" & < "3.1.0"
  355. mirage-flow >= "1.3.0" & < "1.6.0"
  356. mirage-flow-lwt >= "1.3.0" & < "1.6.0"
  357. mirage-flow-rawlink < "1.1.0"
  358. mirage-flow-unix >= "1.3.0" & < "1.6.0"
  359. mirage-fs = "1.1.1"
  360. mirage-fs-lwt = "1.1.1"
  361. mirage-fs-unix >= "1.4.0" & < "1.6.0"
  362. mirage-http >= "3.2.0"
  363. mirage-kv = "1.1.1"
  364. mirage-kv-lwt = "1.1.0"
  365. mirage-nat < "1.1.0"
  366. mirage-net >= "1.1.1" & < "2.0.0"
  367. mirage-net-fd >= "0.2.1"
  368. mirage-net-flow
  369. mirage-net-lwt >= "1.1.0" & < "2.0.0"
  370. mirage-net-macosx = "1.4.0"
  371. mirage-net-unix = "2.4.1"
  372. mirage-net-xen >= "1.7.1" & < "1.9.0"
  373. mirage-profile >= "0.8.0" & < "0.9.0"
  374. mirage-profile-unix < "0.9.0"
  375. mirage-profile-xen < "0.9.0"
  376. mirage-protocols >= "1.2.0" & < "2.0.0"
  377. mirage-protocols-lwt >= "1.2.0" & < "2.0.0"
  378. mirage-qubes >= "0.5" & < "0.7.0"
  379. mirage-qubes-ipv4 < "0.7.0"
  380. mirage-random = "1.1.0"
  381. mirage-runtime >= "3.0.5" & < "3.3.0"
  382. mirage-stack >= "1.1.0" & < "1.4.0"
  383. mirage-stack-lwt >= "1.1.0" & < "1.4.0"
  384. mirage-time = "1.1.0"
  385. mirage-time-lwt = "1.1.0"
  386. mirage-time-unix < "1.3.0"
  387. mirage-types >= "3.0.5" & < "3.3.0"
  388. mirage-types-lwt >= "3.0.5" & < "3.3.0"
  389. mirage-vnetif >= "0.4.0" & < "0.4.2"
  390. mlt_parser < "v0.12.0"
  391. mock < "0.1.1"
  392. mock-ounit < "0.1.1"
  393. modular-arithmetic
  394. monomorphic = "1.5"
  395. moss < "0.1.1"
  396. msgpck >= "1.3" & < "1.5"
  397. mstruct >= "1.3.3"
  398. multipart-form-data = "0.2.0"
  399. mustache = "3.0.2"
  400. mvar
  401. nbd = "2.2.0"
  402. netchannel < "1.9.0"
  403. nonstd >= "0.0.3"
  404. notty_async < "v0.12.0"
  405. npy >= "0.0.5" & < "0.0.8"
  406. nsq < "0.4.0"
  407. nullable-array
  408. numalib
  409. nunchaku >= "0.5.1"
  410. obi
  411. oc45
  412. ocal >= "0.1.3" & < "0.2.2"
  413. ocaml-basics >= "0.5.0"
  414. ocaml-compiler-libs < "v0.12.0"
  415. ocaml-logicalform
  416. ocaml-migrate-parsetree < "1.0.11"
  417. ocaml-migrate-parsetree-ocamlbuild < "1.2.0"
  418. ocaml-monadic = "0.4.0"
  419. ocaml-r = "0.1.0"
  420. ocaml-top >= "1.1.4" & < "1.2.0"
  421. ocaml-topexpect >= "0.3"
  422. ocaml-version < "1.0.0"
  423. ocaml-webworker
  424. ocaml_plugin >= "v0.9.0" & < "v0.12.0"
  425. ocamlformat < "0.7"
  426. ocamlformat_support
  427. ocamlspot >= "4.07.0.2.3.2"
  428. ocp-browser >= "1.1.6" & < "1.1.9"
  429. ocp-index >= "1.1.6" & < "1.1.9"
  430. octavius >= "1.1.0" & < "1.2.2"
  431. odoc >= "1.1.0" & < "1.3.0"
  432. opaca
  433. opam-ci
  434. opam-client >= "2.0.0~beta5" & < "2.0.2"
  435. opam-core >= "2.0.0~rc" & < "2.0.2"
  436. opam-devel >= "2.0.0~beta5" & < "2.0.2"
  437. opam-format >= "2.0.0~beta5" & < "2.0.2"
  438. opam-installer < "2.0.2"
  439. opam-lock
  440. opam-package-upgrade < "0.2"
  441. opam-publish >= "2.0.0~beta" & < "2.0.2"
  442. opam-repository >= "2.0.0~beta5" & < "2.0.2"
  443. opam-solver >= "2.0.0~beta5" & < "2.0.2"
  444. opam-state >= "2.0.0~beta5" & < "2.0.2"
  445. open < "0.2.2"
  446. open_packaging
  447. opium = "0.16.0"
  448. opium_kernel < "0.17.0"
  449. optimization1d = "0.6"
  450. optint < "0.0.2"
  451. orandforest
  452. oranger < "2.0.1"
  453. orec < "1.0.1"
  454. orsvm_e1071 < "3.0.2"
  455. orxgboost < "1.1.0"
  456. osbx
  457. oseq < "0.2"
  458. otetris
  459. owl >= "0.3.0" & < "0.4.0"
  460. owl-base < "0.4.0"
  461. owl-top < "0.4.0"
  462. owl-zoo < "0.4.0"
  463. pa_sqlexpr
  464. parse-argv = "0.1.0"
  465. parsexp < "v0.12.0"
  466. parsexp_io < "v0.12.0"
  467. partition_map
  468. passmaker
  469. passmakercmd
  470. patdiff >= "v0.9.0" & < "v0.12.0"
  471. patience_diff >= "v0.9.0" & < "v0.12.0"
  472. pbkdf = "0.3.0"
  473. pcap-format = "0.5.1"
  474. pcre >= "7.3.0" & < "7.3.5"
  475. pds-reachability = "0.2.2"
  476. pecu < "0.2"
  477. pgx < "1.0"
  478. phantom-algebra < "1.0.1"
  479. phashtbl
  480. pla = "1.2"
  481. plotkicadsch < "0.4.0"
  482. pomap = "4.0.0"
  483. posixat < "v0.12.0"
  484. postgresql >= "4.1.0" & < "4.4.1"
  485. ppx_assert >= "v0.9.0" & < "v0.12.0"
  486. ppx_ast
  487. ppx_base < "v0.12.0"
  488. ppx_bench >= "v0.9.1" & < "v0.12.0"
  489. ppx_bin_prot >= "v0.9.0" & < "v0.12.0"
  490. ppx_bitstring >= "2.0.0" & < "4.0.0"
  491. ppx_blob >= "0.3.0" & < "0.6.0"
  492. ppx_compare >= "v0.9.0" & < "v0.12.0"
  493. ppx_compose < "0.1.0"
  494. ppx_conv_func >= "v0.9.0" & < "v0.12.0"
  495. ppx_core >= "v0.9.0"
  496. ppx_cstruct >= "3.0.1" & < "3.3.0"
  497. ppx_csv_conv >= "v0.9.0" & < "v0.12.0"
  498. ppx_custom_printf >= "v0.9.0" & < "v0.12.0"
  499. ppx_defer = "0.3.0"
  500. ppx_derivers < "1.2.1"
  501. ppx_deriving_madcast < "0.2"
  502. ppx_deriving_protocol < "0.8.1"
  503. ppx_deriving_rpc < "6.1.0"
  504. ppx_driver >= "v0.9.1"
  505. ppx_dryunit
  506. ppx_enumerate >= "v0.9.0" & < "v0.12.0"
  507. ppx_expect >= "v0.9.0" & < "v0.12.0"
  508. ppx_fail >= "v0.9.0" & < "v0.12.0"
  509. ppx_fields_conv >= "v0.9.0" & < "v0.12.0"
  510. ppx_gen_rec < "1.1.0"
  511. ppx_graphql
  512. ppx_hardcaml >= "1.3.0"
  513. ppx_hash < "v0.12.0"
  514. ppx_here >= "v0.9.1" & < "v0.12.0"
  515. ppx_inline_test >= "v0.9.2" & < "v0.12.0"
  516. ppx_integer
  517. ppx_jane >= "v0.9.0" & < "v0.12.0"
  518. ppx_js_style < "v0.12.0"
  519. ppx_jsobject_conv >= "0.5.0" & < "0.6.0"
  520. ppx_let >= "v0.9.0" & < "v0.12.0"
  521. ppx_meta_conv = "4.0.0"
  522. ppx_metaquot
  523. ppx_monadic >= "2.3.0"
  524. ppx_nanocaml
  525. ppx_optcomp >= "v0.9.0" & < "v0.12.0"
  526. ppx_optional < "v0.12.0"
  527. ppx_orakuda >= "3.3.0"
  528. ppx_pipebang >= "v0.9.0" & < "v0.12.0"
  529. ppx_poly_record >= "1.3.0"
  530. ppx_protocol_conv < "3.1.0"
  531. ppx_protocol_conv_json < "3.1.0"
  532. ppx_protocol_conv_msgpack < "3.1.0"
  533. ppx_protocol_conv_xml_light < "3.1.0"
  534. ppx_protocol_conv_yaml < "3.1.0"
  535. ppx_regexp < "0.4.0"
  536. ppx_sexp_conv >= "v0.9.0" & < "v0.12.0"
  537. ppx_sexp_message >= "v0.9.0" & < "v0.12.0"
  538. ppx_sexp_value >= "v0.9.0" & < "v0.12.0"
  539. ppx_sqlexpr
  540. ppx_test = "1.6.0"
  541. ppx_tools_versioned >= "5.2" & < "5.2.2"
  542. ppx_traverse
  543. ppx_traverse_builtins
  544. ppx_type_conv >= "v0.9.0"
  545. ppx_typerep_conv >= "v0.9.0" & < "v0.12.0"
  546. ppx_variants_conv >= "v0.9.0" & < "v0.12.0"
  547. ppx_view
  548. ppx_xml_conv >= "v0.9.0" & < "v0.12.0"
  549. ppxfind < "1.3"
  550. ppxlib != "0.2.1" & != "0.3.0" & < "0.4.0"
  551. ppxx >= "2.3.1" & < "2.4.0"
  552. prettiest
  553. prof_spacetime = "0.2.0"
  554. prometheus >= "0.2" & < "0.6"
  555. prometheus-app >= "0.2" & < "0.6"
  556. protocol-9p >= "0.10.0" & < "1.0.0"
  557. protocol-9p-tool < "1.0.0"
  558. protocol-9p-unix < "1.0.0"
  559. protocol_version_header < "v0.12.0"
  560. pumping
  561. qcheck = "0.8"
  562. qcow >= "0.10.0" & < "0.11.0"
  563. qcow-tool < "0.11.0"
  564. qtest = "2.9"
  565. radare2 = "0.0.2"
  566. radis
  567. re >= "1.7.2" & < "1.9.0"
  568. re2 >= "v0.10.1" & < "v0.12.0"
  569. reason >= "3.0.3" & < "3.3.5"
  570. record_builder < "v0.12.0"
  571. redis >= "0.3.4" & < "0.4"
  572. redis-lwt < "0.4"
  573. redis-sync < "0.4"
  574. reed-solomon-erasure < "1.0.2"
  575. regenerate < "0.2"
  576. res = "5.0.0"
  577. resource_cache < "v0.12.0"
  578. resp-server < "0.9"
  579. result = "1.3"
  580. rfc1951 < "0.8.1"
  581. root1d = "0.5"
  582. rope >= "0.6" & < "0.6.2"
  583. rpc >= "5.9.0" & < "6.1.0"
  584. rpc_parallel >= "v0.9.0" & < "v0.12.0"
  585. rpclib < "6.1.0"
  586. rpclib-async < "6.1.0"
  587. rpclib-lwt < "6.1.0"
  588. rtop < "3.3.5"
  589. safepass = "3.0"
  590. sanddb < "0.2"
  591. secp256k1 >= "0.2.5" & < "0.4.1"
  592. sequence >= "1.0"
  593. sequencer_table < "v0.12.0"
  594. session = "0.4.0"
  595. session-cohttp < "0.4.1"
  596. session-cohttp-async < "0.4.1"
  597. session-cohttp-lwt < "0.4.1"
  598. session-postgresql < "0.4.1"
  599. session-postgresql-async < "0.4.1"
  600. session-postgresql-lwt < "0.4.1"
  601. session-redis-lwt < "0.4.1"
  602. session-webmachine < "0.4.1"
  603. sexp_pretty < "v0.12.0"
  604. sexplib >= "v0.9.2" & < "v0.12.0"
  605. sexplib0 < "v0.12.0"
  606. sha = "1.12"
  607. shared-memory-ring >= "2.0.0" & < "3.1.0"
  608. shared-memory-ring-lwt < "3.1.0"
  609. shexp < "v0.12.0"
  610. smbc = "0.4.2"
  611. socialpeek
  612. spacetime_lib = "0.2.0"
  613. spawn >= "v0.9.0" & < "v0.13.0"
  614. spf >= "2.0.2"
  615. sphinxcontrib-ocaml >= "0.3.0"
  616. splay_tree < "v0.12.0"
  617. splittable_random < "v0.12.0"
  618. spotlib = "4.0.3"
  619. spreadsheetml
  620. sqlexpr >= "0.9.0"
  621. sqlite3 >= "4.2.0" & < "4.4.1"
  622. srs >= "2.0.0"
  623. ssh-agent < "0.2.0"
  624. sslconf
  625. stdint = "0.5.1"
  626. stdio < "v0.12.0"
  627. string_dict < "v0.12.0"
  628. stringext = "1.5.0"
  629. sugar
  630. swagger < "0.2.0"
  631. tar < "1.0.0"
  632. tar-mirage < "1.0.0"
  633. tar-unix < "1.0.0"
  634. tcpip >= "3.4.1" & < "3.7.0"
  635. telegraml >= "2.2.0"
  636. tensorflow = "0.0.10"
  637. textutils >= "v0.9.0" & < "v0.12.0"
  638. textutils_kernel < "v0.12.0"
  639. tiny_json >= "1.1.5"
  640. topkg-jbuilder
  641. toplevel_expect_test >= "v0.9.1" & < "v0.12.0"
  642. topological_sort < "v0.12.0"
  643. touist >= "3.5.0"
  644. traildb
  645. travis-opam >= "1.2.0" & < "1.5.0"
  646. trax < "0.4.0"
  647. treeprint = "2.2.0"
  648. tube < "4.4.0"
  649. tuntap >= "1.5.0" & < "1.7.0"
  650. typebeat
  651. typerep >= "v0.9.0" & < "v0.12.0"
  652. typerep_extended >= "v0.9.0"
  653. typpx >= "1.4.3"
  654. tyre >= "0.4" & < "0.5"
  655. unmagic >= "1.0.4"
  656. uri >= "1.9.4" & < "2.0.0"
  657. utop >= "2.0.0" & < "2.3.0"
  658. uuuu < "0.1.1"
  659. variantslib >= "v0.9.0" & < "v0.12.0"
  660. varint
  661. vcardgen < "1.2"
  662. vchan = "3.0.0"
  663. vchan-unix < "4.0.0"
  664. vchan-xen < "4.0.0"
  665. vecosek
  666. vecosek-engine
  667. vecosek-scene
  668. vhd-format >= "0.9.1" & < "0.12.0"
  669. vhd-format-lwt < "0.12.0"
  670. vimebac
  671. virtual_dom < "v0.12.0"
  672. vlq < "0.2.1"
  673. vmnet >= "1.2.0" & < "1.3.2"
  674. vpnkit >= "0.1.1"
  675. vpt < "5.0.0"
  676. wall < "0.4"
  677. wamp >= "1.2"
  678. wamp-msgpck
  679. wamp-yojson
  680. wcs-api
  681. wcs-lib
  682. weberizer = "0.7.8"
  683. webmachine >= "0.5.0" & < "0.6.2"
  684. websocket = "2.10"
  685. win-error = "0.3"
  686. win-eventlog = "0.2"
  687. wtf8 < "1.0.2"
  688. xapi-backtrace = "0.5"
  689. xen-evtchn = "2.0.0"
  690. xen-evtchn-unix < "2.1.0"
  691. xen-gnt >= "3.0.0" & < "3.1.0"
  692. xen-gnt-unix < "3.1.0"
  693. xenstore >= "1.4.0" & < "2.1.0"
  694. xenstore_transport >= "0.9.6" & < "1.1.0"
  695. yaml < "1.0.0"
  696. yara < "0.2"
  697. yojson >= "1.4.0" & < "1.5.0"
  698. yuscii < "0.2.0"
  699. zed >= "1.5" & < "2.0"
  700. zipperposition = "1.5"
  701. zmq = "5.0.0"
  702. zmq-async < "5.1.0"
  703. zmq-lwt < "5.1.0"

Conflicts

None

OCaml

Innovation. Community. Security.