this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package ninja_utils.0.9.0

+39
+39
packages/ninja_utils/ninja_utils.0.9.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Small library used to generate Ninja build files" 4 + description: 5 + "This library contains the implementations of utility functions used to generate Ninja build files -- see https://ninja-build.org. It's currently used by the Catala build system (see https://github.com/CatalaLang/catala/tree/master/build_system)" 6 + maintainer: ["contact@catala-lang.org"] 7 + authors: ["Emile Rolley"] 8 + license: "Apache-2.0" 9 + homepage: "https://github.com/CatalaLang/ninja_utils" 10 + bug-reports: "https://github.com/CatalaLang/ninja_utils/issues" 11 + depends: [ 12 + "dune" {>= "2.8"} 13 + "ocaml" {>= "4.12.0"} 14 + "re" {>= "1.10.3"} 15 + "odoc" {with-doc} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ] 31 + dev-repo: "git+https://github.com/CatalaLang/ninja_utils.git" 32 + url { 33 + src: 34 + "https://github.com/CatalaLang/ninja_utils/archive/refs/tags/0.9.0.tar.gz" 35 + checksum: [ 36 + "md5=5ff92d56b3ad2e34fd0f23e0fedeb470" 37 + "sha512=a0c113a68aacf9cbf8f9570ec4c9ab9263902d34a0b16ff78e67632903a114855d0d2daf48a0ebc1e725ba4d7a49b44111df23ae61840dc47ae9fe2948071818" 38 + ] 39 + }