opam-version: "2.0"
maintainer: "Maxime Ransan <maxime.ransan@gmail.com>"
authors: "Maxime Ransan <maxime.ransan@gmail.com>"
homepage: "https://github.com/mransan/ocaml-protoc-yojson"
bug-reports: "https://github.com/mransan/ocaml-protoc-yojson/issues"
license: "MIT"
dev-repo: "git+https://github.com/mransan/ocaml-protoc-yojson.git"
build: [
  [make "lib.byte"]
  [make "lib.native"] {ocaml:native}
]
install: [make "lib.install"]
remove: [make "lib.uninstall"]
depends: [
  "ocaml" {>= "4.02.1"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "yojson"
]
available: opam-version >= "1.2"
synopsis:
  "JSON Runtime based on Yojson library for `ocaml-protoc` generated code"
description:
  "JSON Runtime based on Yojson library for `ocaml-protoc` generated code"
url {
  src: "https://github.com/mransan/ocaml-protoc-yojson/archive/0.2.1.tar.gz"
  checksum: "md5=e9a6d639022cd201bdcf2bc6a6ede835"
}
