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" {>= "4.02.1"} "ocamlfind" {build} "ocamlbuild" {build} "yojson" {< "2.0.0"} ] 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: [ "sha256=2a3830fe5c07981246a4b608ec68396e360d5b1bf849246ad1ba5ac797ebf79f" "md5=e9a6d639022cd201bdcf2bc6a6ede835" ] }