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" {>= "4.02.1"}
16 "ocamlfind" {build}
17 "ocamlbuild" {build}
18 "yojson" {< "2.0.0"}
19]
20synopsis:
21 "JSON Runtime based on Yojson library for `ocaml-protoc` generated code"
22description:
23 "JSON Runtime based on Yojson library for `ocaml-protoc` generated code"
24url {
25 src: "https://github.com/mransan/ocaml-protoc-yojson/archive/0.2.1.tar.gz"
26 checksum: [
27 "sha256=2a3830fe5c07981246a4b608ec68396e360d5b1bf849246ad1ba5ac797ebf79f"
28 "md5=e9a6d639022cd201bdcf2bc6a6ede835"
29 ]
30}