this repo has no description
at main 1.6 kB view raw
1opam-version: "2.0" 2synopsis: "Software construction and deployment kit" 3description: """\ 4WARNING this package is unstable and work in progress, do not depend on it. 5 6B0 describes software construction and deployments using modular and 7customizable definitions written in OCaml. 8 9B0 describes: 10 11* Build environments. 12* Software configuration, build and testing. 13* Source and binary deployments. 14* Software life-cycle procedures. 15 16B0 also provides the B00 build library which provides abitrary build 17abstraction with reliable and efficient incremental rebuilds. The B00 18library can be – and has been – used on its own to devise domain 19specific build systems. 20 21B0 is distributed under the ISC license. It depends on [cmdliner][cmdliner]. 22 23[cmdliner]: https://erratique.ch/software/cmdliner""" 24maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 25authors: "The b0 programmers" 26license: ["ISC" "BSD-2-Clause"] 27tags: ["dev" "org:erratique" "org:b0-system" "build"] 28homepage: "https://erratique.ch/software/b0" 29doc: "https://erratique.ch/software/b0/doc" 30bug-reports: "https://github.com/b0-system/b0/issues" 31depends: [ 32 "ocaml" {>= "4.08.0" & < "5.0"} 33 "ocamlfind" {build} 34 "ocamlbuild" {build} 35 "topkg" {build & >= "1.0.3"} 36 "cmdliner" {>= "1.1.0"} 37] 38build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] 39dev-repo: "git+https://erratique.ch/repos/b0.git" 40url { 41 src: "https://erratique.ch/software/b0/releases/b0-0.0.4.tbz" 42 checksum: 43 "sha512=665735c8b7a8674201be765bdd676a18d1e38eff35de9d44c3dc15e2bfed2247e8963c9a32ae62d9ca2d6cd1edebd849aac29fdd5a846c14a30feea3edfc0601" 44}