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 "result"
15 "core_kernel" {>= "112.24.00"}
16 "extunix"
17 "ocplib-endian" {>= "0.7"}
18 "res"
19 "uint"
20 "core" {with-test}
21 "ounit" {with-test}
22 "conf-capnproto" {build}
23]
24conflicts: [
25 "base" {>= "v0.10.0"}
26]
27synopsis:
28 "OCaml code generation plugin for the Cap'n Proto serialization framework"
29description: """
30Cap'n Proto is a multi-language code generation framework designed for
31high performance through the use of lazy parsing and arena allocation.
32This package provides a plugin for the Cap'n Proto compiler which enables
33OCaml code generation, as well as corresponding runtime library support."""
34authors: "Paul Pelzl <pelzlpj@gmail.com>"
35url {
36 src:
37 "https://github.com/capnproto/capnp-ocaml/releases/download/v3.1.0/capnp-3.1.0.tbz"
38 checksum: [
39 "sha256=ee169da16af950a4f2e321a302ac5d3ed8ad6d0ee76a0c58a49df78790e6c1cc"
40 "md5=e89487638acd8a10da2676b06d855d02"
41 ]
42}