Skip to content

Commit

Permalink
Merge pull request #6149 from UnixJunkie/latest_obuild
Browse files Browse the repository at this point in the history
added packages/obuild/obuild.0.1.8
  • Loading branch information
yallop committed Mar 30, 2016
2 parents c507d80 + f85b41d commit d382e8a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/obuild/obuild.0.1.8/descr
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 11 additions & 0 deletions packages/obuild/obuild.0.1.8/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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"
authors: ["Vincent Hanquez" "Jerome Maloberti"]

maintainer: "[email protected]"
build: [
["./bootstrap"]
]
2 changes: 2 additions & 0 deletions packages/obuild/obuild.0.1.8/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/ocaml-obuild/obuild/archive/obuild-v0.1.8.tar.gz"
checksum: "5178265fec699c2c7da1cd7bd739996c"

0 comments on commit d382e8a

Please sign in to comment.