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"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "ocaml-protoc" {< "1.2.0"}
  "yojson"
]
synopsis:
  "JSON Runtime based on Yojson library for `ocaml-protoc` generated code"
description: """
This library provides both JSON Encoder/Decoder modules which can be used
as Functor argument to JSON serialization function generated by `ocaml-protoc`."""
url {
  src: "https://github.com/mransan/ocaml-protoc-yojson/archive/0.1.0.tar.gz"
  checksum: "md5=5d0cde185935df31ff839a88315423f4"
}
