package jenga

  1. Overview
  2. No Docs
Industrial strength, full-featured build system

Install

Dune Dependency

Authors

Maintainers

Sources

jenga-v0.9.0.tar.gz
md5=d8f85f5a1dd8f73710f539593edb5d22

Description

Jenga is an executable and library for building build systems. It is fast, extremely incremental and massively scalable. It is the build system used at Jane Street on a daily basis to build huge repositories containing millions of lines of OCaml code.

It offers many features to make OCaml development more confortable and productive, such as excelent Emacs integration and a server mode for very quick feedback even with massive repositories. Although some parts of this infrastructure are not yet publicly released, so currently the Emacs integration is not available outiside of Jane Street.

To do all this jenga has a lot of dependencies, which doesn't make it suitable as a dependency for released packages. Moreover it is not fully portable and the only set of build rules available for jenga is aimed at a particular configuration.

To fill this gap, jbuilder was develop. It is a modern, portable and dependency free build system that takes the hassle out of OCaml development. Hopefully soon, there will be a bridge between jbuilder and jenga, allowing jbuilder projects to build with jenga out of the box.

Published: 21 May 2017

Dependencies (12)

  1. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  2. sexplib >= "v0.9" & < "v0.10"
  3. ppx_jane >= "v0.9" & < "v0.10"
  4. ppx_driver >= "v0.9" & < "v0.10"
  5. ocaml_plugin >= "v0.9" & < "v0.10"
  6. jbuilder >= "1.0+beta7"
  7. fieldslib >= "v0.9" & < "v0.10"
  8. core >= "v0.9" & < "v0.10"
  9. command_rpc >= "v0.9" & < "v0.10"
  10. async_inotify >= "v0.9" & < "v0.10"
  11. async >= "v0.9" & < "v0.10"
  12. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None