this repo has no description
1opam-version: "2.0" 2maintainer: "ygrek@autistici.org" 3authors: "ygrek <ygrek@autistici.org>" 4homepage: "https://github.com/ygrek/mybuild" 5bug-reports: "https://github.com/ygrek/mybuild/issues" 6dev-repo: "git+https://github.com/ygrek/mybuild.git" 7build: [ 8 [make] 9 [make "doc"] {with-doc} 10] 11install: [ 12 [make "install"] 13] 14remove: [ 15 ["ocamlfind" "remove" "mybuild"] 16] 17depends: [ 18 "ocaml" 19 "ocamlfind" {build} 20 "base-unix" 21 "ocamlbuild" 22] 23synopsis: "Collection of ocamlbuild plugins (extprot, atdgen, ragel, etc)" 24conflicts: [ 25 "ocaml-option-bytecode-only" 26] 27flags: light-uninstall 28url { 29 src: "https://github.com/ygrek/mybuild/archive/v2.tar.gz" 30 checksum: [ 31 "sha256=93f53f7935bb810e9deebb9e93ff1363d8aa2d98811c92810357d6591ca4ee15" 32 "md5=b0afa351ba4f09775c23df91fa9e10bf" 33 ] 34}