To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Install
Authors
Maintainers
Sources
md5=3941eaa77e876630bdae8969dc89db1f
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: 22 Mar 2018
Dependencies (11)
-
ocaml-migrate-parsetree
>= "1.0" & < "2.0.0"
-
jbuilder
>= "1.0+beta18.1"
-
sexplib
>= "v0.11" & < "v0.12"
-
ppx_jane
>= "v0.11" & < "v0.12"
-
ocaml_plugin
>= "v0.11" & < "v0.12"
-
fieldslib
>= "v0.11" & < "v0.12"
-
core
>= "v0.11" & < "v0.12"
-
command_rpc
>= "v0.11" & < "v0.12"
-
async_inotify
>= "v0.11" & < "v0.12"
-
async
>= "v0.11" & < "v0.12"
-
ocaml
>= "4.04.1"
Dev Dependencies
Used by
Conflicts (1)
-
jbuilder
= "1.0+beta19"