package jbuilder

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

Conflicts

None

OCaml

Innovation. Community. Security.