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