this repo has no description
1opam-version: "2.0"
2synopsis: "OCluster library for defining workers"
3description: "OCluster library for defining workers"
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 "ocluster-api" {= version}
22 "ocaml" {>= "4.14.1"}
23 "capnp-rpc-lwt" {>= "1.2.3"}
24 "cohttp-lwt-unix" {>= "4.0"}
25 "digestif" {>= "0.8"}
26 "extunix" {>= "0.4.1"}
27 "fpath"
28 "logs"
29 "lwt" {>= "5.6.1"}
30 "obuilder" {>= "0.6.0"}
31 "prometheus-app" {>= "1.2"}
32 "odoc" {with-doc}
33]
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "@install"
44 "@runtest" {with-test}
45 "@doc" {with-doc}
46 ]
47]
48dev-repo: "git+https://github.com/ocurrent/ocluster.git"
49url {
50 src:
51 "https://github.com/ocurrent/ocluster/releases/download/v0.3.0/ocluster-0.3.0.tbz"
52 checksum: [
53 "sha256=8879c113a6ec6a1d96bbda4e7f1e2f2cfba8f57630cdf715c770b3dc72628a96"
54 "sha512=74c42d68c2b741a6394913f1ef9af784f3bcfae164eb5e88d9d87d635032c52b4b0c196fb2bd9db8127dd5c1aff103baecc791d2c081df82275ef5c5cdec7c8a"
55 ]
56}
57x-commit-hash: "912ecfd38f003c6f537abca7e5313973b15ba615"