opam-version: "2.0" maintainer: "ygrek@autistici.org" homepage: "https://github.com/mfp/extprot" license: "MIT" authors: ["Mauricio Fernandez "] doc: ["https://github.com/mfp/extprot/blob/master/README.md"] dev-repo: "git+https://github.com/mfp/extprot.git" bug-reports: "https://github.com/mfp/extprot/issues" build: [ ["omake"] ["omake" "test"] {with-test} ] install: [ ["omake" "install" "prefix=%{prefix}%"] ] depends: [ "ocaml" {>= "4.03.0"} "omake" {build} "ocamlfind" {build} "ounit" {with-test} "base64" {with-test} "camlp4" {build} "extlib" {>= "1.7.8"} "base-bytes" ] synopsis: "Extensible binary protocols for cross-language communication and long-term serialization" description: """ extprot allows you to create compact, efficient, extensible, binary protocols that can be used for cross-language communication and long-term data serialization. extprot supports protocols with rich, composable types, whose definition can evolve while keeping both forward and backward compatibility.""" url { src: "https://github.com/mfp/extprot/releases/download/v1.7.0/extprot-1.7.0.tar.gz" checksum: [ "sha256=1ed962b1f0960818c103ea2bbce707b9066c8d01c5032fef477b7507afe784e9" "md5=12acd1466af6feaced5f2836b703b33d" ] }