opam-version: "2.0" maintainer: "Louis Roché " authors: "Louis Roché " homepage: "https://github.com/Khady/ocamlbuild-protoc" bug-reports: "https://github.com/Khady/ocamlbuild-protoc/issues" license: "MIT" dev-repo: "git+https://github.com/Khady/ocamlbuild-protoc.git" build: [make "all"] install: [make "install"] remove: ["ocamlfind" "remove" "ocamlbuild_protoc"] depends: [ "ocaml" {>= "4.01.0"} "ocamlfind" {build} "ocamlbuild" "ocaml-protoc" ] synopsis: "ocaml-protoc plugin for Ocamlbuild" description: "Automatically generates `_pb.ml*` files from a `.proto`." flags: light-uninstall url { src: "https://github.com/Khady/ocamlbuild-protoc/archive/v0.1.zip" checksum: [ "sha256=d10d10ebe118595513b67b28c530e2fde66b3cd6b96b44aba2335518c0931ad9" "md5=ed20fb2bb19189ff4f89296b48b89670" ] }