Skip to content

Commit

Permalink
Merge pull request #4330 from UnixJunkie/obuild_0.1.4
Browse files Browse the repository at this point in the history
latest version of obuild
  • Loading branch information
samoht committed Jun 30, 2015
2 parents 9c4f7a4 + 33c1962 commit 9d7b473
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/obuild/obuild.0.1.4/descr
@@ -0,0 +1,11 @@
simple package build system for OCaml

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.
10 changes: 10 additions & 0 deletions packages/obuild/obuild.0.1.4/opam
@@ -0,0 +1,10 @@
opam-version: "1.2"

homepage: "https://github.com/ocaml-obuild/obuild"
bug-reports: "https://github.com/ocaml-obuild/obuild/issues"
dev-repo: "https://github.com/ocaml-obuild/obuild.git"

maintainer: "jmaloberti@gmail.com"
build: [
["./bootstrap"]
]
2 changes: 2 additions & 0 deletions packages/obuild/obuild.0.1.4/url
@@ -0,0 +1,2 @@
archive: "https://github.com/ocaml-obuild/obuild/archive/obuild-v0.1.4.tar.gz"
checksum: "b323f202f29f05eec5a6aee6679f0047"

0 comments on commit 9d7b473

Please sign in to comment.