package obuild

  1. Overview
  2. Docs
Simple package build system for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.3.0.tar.gz
sha256=9e3ea5227fed9df88805ff2b8466768c1bc28a737148316264481b4c9723c9ea

Description

The goal is to make a very simple build system for users and developers of OCaml libraries and programs.

Obuild acts as a building black box: users only declare what they want to build and with which sources; the build system will consistently build it.

The design is based on Haskell's Cabal and borrows most of the layout and way of working, adapting parts where necessary to fully support OCaml.

Added to opam-repository:

Dependencies (2)

  1. ocamlfind build
  2. ocaml

Dev Dependencies

None

Used by (14)

  1. acpc < "2.0.0"
  2. bdd < "0.5"
  3. bheap < "2.0.0"
  4. cdrom < "0.9.3"
  5. cpm < "4.0.0"
  6. daft < "0.0.4"
  7. get_line < "4.0.0"
  8. hashset < "1.0.1"
  9. lbvs_consent < "2.0.0"
  10. minicli < "5.0.0"
  11. minivpt
  12. mtl
  13. ptmap < "2.0.5"
  14. qmp < "0.19.0"

Conflicts

None