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