this repo has no description

Merge pull request #24722 from jeromemaloberti/add-pkg-obuild-0.1.11

Add obuild-0.1.11.

Changed files
+27
packages
obuild
obuild.0.1.11
+27
packages/obuild/obuild.0.1.11/opam
···
+
opam-version: "2.0"
+
homepage: "https://github.com/ocaml-obuild/obuild"
+
bug-reports: "https://github.com/ocaml-obuild/obuild/issues"
+
dev-repo: "git+https://github.com/ocaml-obuild/obuild.git"
+
authors: ["Vincent Hanquez" "Jerome Maloberti"]
+
synopsis: "Simple package build system for OCaml"
+
license: "BSD-2-Clause"
+
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."""
+
+
maintainer: "jmaloberti@gmail.com"
+
build: [
+
["./bootstrap"]
+
]
+
depends: ["ocaml" "ocamlfind" {build}]
+
url {
+
src: "https://github.com/ocaml-obuild/obuild/archive/obuild-v0.1.11.tar.gz"
+
checksum: "md5=0df5359e3103ee2b52aa90eedc9c045e"
+
}