this repo has no description
1opam-version: "2.0" 2maintainer: "alavrik@piqi.org" 3build: [ 4 ["./configure" "--prefix" prefix] 5 [make] 6 [make "ocaml"] 7] 8remove: [ 9 ["rm" "-f" "%{prefix}%/bin/piqi" "%{prefix}%/bin/piqic"] 10 ["ocamlfind" "remove" "piqi"] 11] 12depends: [ 13 "ocaml" 14 "ocamlfind" 15 "easy-format" 16 "ulex" 17 "xmlm" 18 "camlp4" {< "4.02"} 19 "ocamlbuild" {build} 20] 21dev-repo: "git+https://github.com/alavrik/piqi" 22install: [ 23 [make "install"] 24 [make "ocaml-install"] 25] 26synopsis: "Protocol Buffers, JSON and XML serialization" 27flags: light-uninstall 28url { 29 src: "https://github.com/alavrik/piqi/archive/v0.6.0.tar.gz" 30 checksum: [ 31 "sha256=226955a41b28cae7b63bf537f535a2d674df99027c19029a47af0aacbfcf4f28" 32 "md5=b707f6b8a13baff0cf18033c73a5d924" 33 ] 34}