opam-version: "2.0" synopsis: "Cap'n Proto API for OCluster" description: "OCaml bindings for the OCluster Cap'n Proto API." maintainer: ["Tim McGilchrist "] authors: [ "Antonin Décimo " "David Allsopp " "Kate " "Lucas Pluvinage " "Mark Elvers " "Patrick Ferris " "Thomas Leonard " "Tim McGilchrist " ] license: "Apache-2.0" homepage: "https://github.com/ocurrent/ocluster" doc: "https://ocurrent.github.io/ocluster/" bug-reports: "https://github.com/ocurrent/ocluster/issues" depends: [ "dune" {>= "3.7"} "ocaml" {>= "4.14.1"} "capnp-rpc-lwt" {>= "1.2.3"} "fmt" "lwt" {>= "5.6.1"} "ppx_deriving" "ppx_deriving_yojson" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocurrent/ocluster.git" url { src: "https://github.com/ocurrent/ocluster/releases/download/v0.3.0/ocluster-0.3.0.tbz" checksum: [ "sha256=8879c113a6ec6a1d96bbda4e7f1e2f2cfba8f57630cdf715c770b3dc72628a96" "sha512=74c42d68c2b741a6394913f1ef9af784f3bcfae164eb5e88d9d87d635032c52b4b0c196fb2bd9db8127dd5c1aff103baecc791d2c081df82275ef5c5cdec7c8a" ] } x-commit-hash: "912ecfd38f003c6f537abca7e5313973b15ba615"