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: ["Tim McGilchrist <timmcgil@gmail.com>"] 5authors: [ 6 "Antonin Décimo <antonin@tarides.com>" 7 "David Allsopp <david.allsopp@metastack.com>" 8 "Kate <kit.ty.kate@disroot.org>" 9 "Lucas Pluvinage <lucas@tarides.com>" 10 "Mark Elvers <mark.elvers@tunbury.org>" 11 "Patrick Ferris <patrick@sirref.org>" 12 "Thomas Leonard <talex5@gmail.com>" 13 "Tim McGilchrist <timmcgil@gmail.com>" 14] 15license: "Apache-2.0" 16homepage: "https://github.com/ocurrent/ocluster" 17doc: "https://ocurrent.github.io/ocluster/" 18bug-reports: "https://github.com/ocurrent/ocluster/issues" 19depends: [ 20 "dune" {>= "3.7"} 21 "ocaml" {>= "4.14.1"} 22 "capnp-rpc-lwt" {>= "1.2.3"} 23 "fmt" 24 "lwt" {>= "5.6.1"} 25 "ppx_deriving" 26 "ppx_deriving_yojson" 27 "odoc" {with-doc} 28] 29build: [ 30 ["dune" "subst"] {dev} 31 [ 32 "dune" 33 "build" 34 "-p" 35 name 36 "-j" 37 jobs 38 "@install" 39 "@runtest" {with-test} 40 "@doc" {with-doc} 41 ] 42] 43dev-repo: "git+https://github.com/ocurrent/ocluster.git" 44url { 45 src: 46 "https://github.com/ocurrent/ocluster/releases/download/v0.3.0/ocluster-0.3.0.tbz" 47 checksum: [ 48 "sha256=8879c113a6ec6a1d96bbda4e7f1e2f2cfba8f57630cdf715c770b3dc72628a96" 49 "sha512=74c42d68c2b741a6394913f1ef9af784f3bcfae164eb5e88d9d87d635032c52b4b0c196fb2bd9db8127dd5c1aff103baecc791d2c081df82275ef5c5cdec7c8a" 50 ] 51} 52x-commit-hash: "912ecfd38f003c6f537abca7e5313973b15ba615"