this repo has no description
1opam-version: "2.0" 2maintainer: "Maxime Ransan <maxime.ransan@gmail.com>" 3authors: "Maxime Ransan <maxime.ransan@gmail.com>" 4homepage: "https://github.com/mransan/ocaml-protoc-yojson" 5bug-reports: "https://github.com/mransan/ocaml-protoc-yojson/issues" 6license: "MIT" 7dev-repo: "git+https://github.com/mransan/ocaml-protoc-yojson.git" 8build: [ 9 [make "lib.byte"] 10 [make "lib.native"] {ocaml:native} 11] 12install: [make "lib.install"] 13remove: [make "lib.uninstall"] 14depends: [ 15 "ocaml" 16 "ocamlfind" {build} 17 "ocamlbuild" {build} 18 "ocaml-protoc" {>= "1.0.0" & < "1.2.0"} 19 "yojson" {< "2.0.0"} 20] 21synopsis: 22 "JSON Runtime based on Yojson library for `ocaml-protoc` generated code" 23description: """ 24This library provides both JSON Encoder/Decoder modules which can be used 25as Functor argument to JSON serialization function generated by `ocaml-protoc`.""" 26url { 27 src: "https://github.com/mransan/ocaml-protoc-yojson/archive/0.1.0.tar.gz" 28 checksum: [ 29 "sha256=f88fb28fe0b4a309fcc2499076015083df43db876412006ed808b43bb8e111fc" 30 "md5=5d0cde185935df31ff839a88315423f4" 31 ] 32}