this repo has no description
1opam-version: "2.0" 2maintainer: "Paul Pelzl <pelzlpj@gmail.com>" 3authors: "Paul Pelzl <pelzlpj@gmail.com>" 4homepage: "https://github.com/capnproto/capnp-ocaml" 5bug-reports: "https://github.com/capnproto/capnp-ocaml/issues" 6depends: [ 7 "ocaml" {>= "4.03.0"} 8 "dune" {>= "1.0"} 9 "dune" {with-test & < "3.0"} 10 "result" 11 "base" {>= "v0.11"} 12 "stdio" 13 "base_quickcheck" {with-test} 14 "ocplib-endian" {>= "0.7"} 15 "res" 16 "stdint" 17 "ounit" {with-test} 18 "conf-capnproto" {with-test} 19] 20build: [ 21 ["dune" "build" "-p" name "-j" jobs] 22 ["dune" "build" "-p" name "-j" jobs "@runtest" "@src/benchmark/benchmarks"] {with-test} 23] 24dev-repo: "git+https://github.com/capnproto/capnp-ocaml.git" 25synopsis: 26 "OCaml code generation plugin for the Cap'n Proto serialization framework" 27description: """ 28Cap'n Proto is a multi-language code generation framework designed for 29high performance through the use of lazy parsing and arena allocation. 30This package provides a plugin for the Cap'n Proto compiler which enables 31OCaml code generation, as well as corresponding runtime library support.""" 32url { 33 src: 34 "https://github.com/capnproto/capnp-ocaml/releases/download/v3.4.0/capnp-v3.4.0.tbz" 35 checksum: [ 36 "sha256=7a6b0e4dbbe6d246336f248c69f719fd372bb8d51805822ea123983c3181c17e" 37 "sha512=d8ecf1d6481edab02fd8cc7dc269ee0c357a1858f4434adacdd1f2af9d528c7304e3e467faa1273ebb8f6a452b80b5822cbddfcc4534229bd0edca24a70a5833" 38 ] 39}