opam-version: "2.0"
synopsis: "Protocol Buffers, JSON and XML serialization system for OCaml"
authors: "Anton Lavrik <alavrik@piqi.org>"
maintainer: "Anton Lavrik <alavrik@piqi.org>"
homepage: "https://github.com/alavrik/piqi-ocaml"
bug-reports: "https://github.com/alavrik/piqi-ocaml/issues"
build: [
  [make]
  [make "test"] {with-test}
]
install: [
  [make "DESTDIR=%{prefix}%" "install"]
]
conflicts: [
    "kinetic-client" {<= "0.0.9"}
]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "piqilib" {>= "0.6.14"}
  "stdlib-shims"
  "num" {with-test}
]
dev-repo: "git://github.com/alavrik/piqi-ocaml"
url {
  src: "https://github.com/alavrik/piqi-ocaml/archive/v0.7.7.tar.gz"
  checksum: "md5=f79756ddf70de6b828ee2639b4de4d42"
}
