this repo has no description
1opam-version: "2.0" 2synopsis: "Conjury library for OMake" 3maintainer: "james woodyatt <jhw@conjury.org>" 4authors: "james woodyatt <jhw@conjury.org>" 5license: "BSD-2-Clause" 6homepage: "https://bitbucket.org/jhw/conjury/" 7bug-reports: "https://bitbucket.org/jhw/conjury/issues" 8dev-repo: "git+https://bitbucket.org/jhw/conjury" 9tags: [ "org:conjury.org" ] 10depends: [ 11 "ocaml" {< "4.13"} 12 "ocaml" { with-test & >= "4.04" } 13 "ocamlfind" { with-test & >= "1.7.3" } 14 "omake" { = "0.10.3" } 15] 16build: [ 17 [ "omake" "--configure" ] 18 [ "omake" "test" ] { with-test } 19] 20install: [ "omake" "install" ] 21url { 22 src: "https://bitbucket.org/jhw/conjury/get/r2.0.tar.gz" 23 checksum: [ 24 "sha256=000f9856ec17c17d6d4bbfcdb51dda7eddfc8821506d83c88d2f30470362c215" 25 "md5=515624798f90fe6ec07a03e7cd5aa726" 26 ] 27}