this repo has no description
1opam-version: "2.0" 2synopsis: "Protocol Buffers, JSON and XML serialization system for OCaml" 3authors: "Anton Lavrik <alavrik@piqi.org>" 4maintainer: "Anton Lavrik <alavrik@piqi.org>" 5homepage: "https://github.com/alavrik/piqi-ocaml" 6bug-reports: "https://github.com/alavrik/piqi-ocaml/issues" 7build: [ 8 [make] 9 [make "test"] {with-test} 10] 11install: [ 12 [make "DESTDIR=%{prefix}%" "install"] 13] 14remove: [ 15 ["rm" "-f" "%{prefix}%/bin/piqic-ocaml"] 16 ["ocamlfind" "remove" "piqirun"] 17] 18flags: light-uninstall 19conflicts: [ 20 "kinetic-client" {<= "0.0.9"} 21 "piqilib" {<= "0.6.13"} 22] 23depends: [ 24 "ocaml" {>= "4.02.0"} 25 "ocamlfind" {build} 26 "piqilib" 27 "num" {with-test} 28] 29dev-repo: "git+https://github.com/alavrik/piqi-ocaml" 30url { 31 src: "https://github.com/alavrik/piqi-ocaml/archive/v0.7.6.tar.gz" 32 checksum: [ 33 "sha256=2f0876862e34cb909b7bbfc8712f497fbbec31ab7b5fcec02a462a24b6d84035" 34 "md5=a2d51a46f7152fc61ae1452a8c86f7f1" 35 ] 36}