opam-version: "2.0" maintainer: "Maxime Ransan " authors: "Maxime Ransan " 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.0.0" & < "1.2.0"} "yojson" {< "2.0.0"} ] 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: [ "sha256=f88fb28fe0b4a309fcc2499076015083df43db876412006ed808b43bb8e111fc" "md5=5d0cde185935df31ff839a88315423f4" ] }