this repo has no description
1opam-version: "2.0" 2license: "MIT" 3maintainer: "Kate <kit.ty.kate@disroot.org>" 4authors: "Kate <kit.ty.kate@disroot.org>" 5homepage: "https://github.com/kit-ty-kate/ocamlbuild-pkg" 6dev-repo: "git+https://github.com/kit-ty-kate/ocamlbuild-pkg.git" 7bug-reports: "https://github.com/kit-ty-kate/ocamlbuild-pkg/issues" 8build: [ 9 [make] 10] 11depends: [ 12 "ocaml" {>= "4.01" & < "5.0"} 13 "ocamlfind" {build & >= "1.6.1"} 14 "ocamlbuild" 15] 16tags: [ 17 "ocamlbuild" 18 "package" 19 "plugin" 20 "build" 21 "build-system" 22] 23synopsis: "An ocamlbuild plugin that helps packaging softwares." 24url { 25 src: "https://github.com/kit-ty-kate/ocamlbuild-pkg/archive/0.2.1.tar.gz" 26 checksum: [ 27 "sha256=82cfd3757c277410245c87403fead5e4ad6f1fb4c3db06d7cfa6d5aaee6e75ff" 28 "md5=24090e112d5a8baf3b4f85c24bce48f2" 29 ] 30}