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"]
6license: "Apache-2.0"
7homepage: "https://github.com/ocurrent/ocluster"
8bug-reports: "https://github.com/ocurrent/ocluster/issues"
9depends: [
10 "dune" {>= "3.3"}
11 "ppx_deriving"
12 "lwt" {>= "5.6.1"}
13 "capnp-rpc-lwt" {>= "1.2"}
14 "fmt"
15 "ppx_deriving_yojson"
16 "ocaml" {>= "4.12.0"}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/ocurrent/ocluster.git"
34url {
35 src:
36 "https://github.com/ocurrent/ocluster/releases/download/v0.2/ocluster-0.2.tbz"
37 checksum: [
38 "sha256=a6245d78f1f2b4b431596cfe167dfe18497b72c2844b8b7fb99603731eda4192"
39 "sha512=477f16a1abc7de7c8e807ac1b8e33a461865e20358734716707874af2e6fec47f7fe24753cd88d520fe94921d9f1f8da63d96c41ab1dfae9f86be85dd4098c7d"
40 ]
41}
42x-commit-hash: "222011c2ef5100f9ed43234c59d215dc2430bfca"