opam-version: "2.0"
maintainer: "mmatalka@gmail.com"
build: make
remove: [["ocamlfind" "remove" "protobuf"]]
depends: [
  "ocaml"
  "ocamlfind"
  "core" {<= "111.13.00"}
  "bitstring"
]
dev-repo: "git://github.com/orbitz/ocaml-protobuf"
install: [make "install"]
synopsis: "Protobuf implementation for Ocaml"
flags: light-uninstall
url {
  src: "https://github.com/orbitz/ocaml-protobuf/archive/1.0.0.tar.gz"
  checksum: "md5=b8c1ff122fb411808a81bca7a554e00d"
}
