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.1.tar.gz" checksum: [ "sha256=82cfd3757c277410245c87403fead5e4ad6f1fb4c3db06d7cfa6d5aaee6e75ff" "md5=24090e112d5a8baf3b4f85c24bce48f2" ] }