this repo has no description
1opam-version: "2.0" 2synopsis: "OCluster library for defining workers" 3description: "OCluster library for defining workers" 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 "ocluster-api" {= version} 13 "ocaml" {>= "4.12.0"} 14 "capnp-rpc-lwt" {>= "1.2.3"} 15 "cohttp-lwt-unix" {>= "4.0"} 16 "digestif" {>= "0.8"} 17 "extunix" {>= "0.4.1"} 18 "fpath" 19 "logs" 20 "lwt" {>= "5.6.1"} 21 "obuilder" {>= "0.5.1" & < "0.6.0"} 22 "prometheus-app" {>= "1.2"} 23 "odoc" {with-doc} 24] 25build: [ 26 ["dune" "subst"] {dev} 27 [ 28 "dune" 29 "build" 30 "-p" 31 name 32 "-j" 33 jobs 34 "@install" 35 "@runtest" {with-test} 36 "@doc" {with-doc} 37 ] 38] 39dev-repo: "git+https://github.com/ocurrent/ocluster.git" 40url { 41 src: 42 "https://github.com/ocurrent/ocluster/releases/download/v0.2.1/ocluster-0.2.1.tbz" 43 checksum: [ 44 "sha256=3b88db5ad1edfaf3295bb145c64d5afc6fb7271ac20f69054eb91860dd4a5dff" 45 "sha512=88b885c2556b822f7970f4ef9ffd6402ff6cc21cf9aa9ac10a13992e144d23398a99ed1dc71ff09f47c026222c6cfd009af316a45e425d5f058c2f522ebb909d" 46 ] 47} 48x-commit-hash: "d177823e29803387eb12e2db9e55981ae9f00a2f"