opam-version: "2.0"
maintainer: "dparfitt@basho.com"
build: [
  ["./configure"]
  [make]
]
remove: [["ocamlfind" "remove" "riak-pb"]]
depends: [
  "ocaml"
  "ocamlfind"
  "piqi" {< "0.7.0"}
  "ocamlbuild" {build}
]
depexts: [
  ["protobuf-compiler"] {os-family = "debian"}
]
dev-repo: "git://github.com/metadave/riak-ocaml-pb"
install: [make "install"]
synopsis: "Riak OCaml Protobuffs library"
flags: light-uninstall
url {
  src:
    "https://github.com/metadave/riak-ocaml-pb/archive/riak-pb-1.0.0.tar.gz"
  checksum: "md5=23926ad6a39a47a1375c134cdf6f644c"
}
