this repo has no description
1opam-version: "2.0"
2synopsis: "Cap'n Proto API for OCluster"
3description: "OCaml bindings for the OCluster Cap'n Proto API."
4maintainer: ["talex5@gmail.com"]
5authors: ["talex5@gmail.com"]
6homepage: "https://github.com/ocurrent/ocluster"
7bug-reports: "https://github.com/ocurrent/ocluster/issues"
8depends: [
9 "dune" {>= "2.5"}
10 "ppx_deriving"
11 "lwt"
12 "capnp-rpc-lwt" {>= "0.9.0"}
13 "fmt"
14 "ppx_deriving_yojson"
15 "ocaml" {>= "4.10.0"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/ocurrent/ocluster.git"
32x-commit-hash: "2b6f1a5834e23441be711abf4a8d77ae1525604b"
33url {
34 src:
35 "https://github.com/ocurrent/ocluster/releases/download/v0.1/current_ocluster-v0.1.tbz"
36 checksum: [
37 "sha256=bb303471ffc41350e2a3ce157c1beeffb5aec9799b63118be7c4b8d8c7258a1d"
38 "sha512=9c5ab2cc7474f9e13bad2b492c766b4ad7db70436da1343ac805145fe4421fcb9d13053f39e77338167bc529d19e7ea2081411ecaa37ef0ac93fbc69a0a01326"
39 ]
40}