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.1.tar.gz" 26 checksum: [ 27 "sha256=119afc924564f8f8424267863f8abdbfa5eda981e96bc76f3a16ffedd6514fdd" 28 "md5=a42aec970774acd4353e09484504cd40" 29 ] 30}