opam-version: "2.0" license: "MIT" maintainer: "Kate " authors: "Kate " homepage: "https://github.com/kit-ty-kate/ocamlbuild-pkg" dev-repo: "git+https://github.com/kit-ty-kate/ocamlbuild-pkg.git" bug-reports: "https://github.com/kit-ty-kate/ocamlbuild-pkg/issues" build: [ [make] ] depends: [ "ocaml" {>= "4.01" & < "5.0"} "ocamlfind" {build & >= "1.6.1"} "ocamlbuild" ] tags: [ "ocamlbuild" "package" "plugin" "build" "build-system" ] synopsis: "An ocamlbuild plugin that helps packaging softwares." url { src: "https://github.com/kit-ty-kate/ocamlbuild-pkg/archive/0.2.tar.gz" checksum: [ "sha256=fb88a1a530ef0eafe35323869a14548f2669f97e8985cf9658925418b1449b7b" "md5=8034ccaa257096b7e35ce58915b1b35c" ] }