this repo has no description
1opam-version: "2.0"
2synopsis: "OCurrent plugin for OCluster builds"
3description:
4 "Creates a stage in an OCurrent pipeline for submitting jobs to OCluster."
5maintainer: ["Tim McGilchrist <timmcgil@gmail.com>"]
6authors: [
7 "Antonin Décimo <antonin@tarides.com>"
8 "David Allsopp <david.allsopp@metastack.com>"
9 "Kate <kit.ty.kate@disroot.org>"
10 "Lucas Pluvinage <lucas@tarides.com>"
11 "Mark Elvers <mark.elvers@tunbury.org>"
12 "Patrick Ferris <patrick@sirref.org>"
13 "Thomas Leonard <talex5@gmail.com>"
14 "Tim McGilchrist <timmcgil@gmail.com>"
15]
16license: "Apache-2.0"
17homepage: "https://github.com/ocurrent/ocluster"
18doc: "https://ocurrent.github.io/ocluster/"
19bug-reports: "https://github.com/ocurrent/ocluster/issues"
20depends: [
21 "dune" {>= "3.7"}
22 "ocluster-api" {= version}
23 "ocaml" {>= "4.14.1"}
24 "capnp-rpc-unix" {>= "1.2.3" & < "2.0"}
25 "current" {>= "0.6.4"}
26 "current_git" {>= "0.6.4"}
27 "duration"
28 "fmt"
29 "logs"
30 "lwt" {>= "5.6.1"}
31 "ppx_deriving"
32 "ppx_deriving_yojson"
33 "prometheus" {>= "1.2"}
34 "current_github" {>= "0.6.4" & with-test}
35 "current_web" {>= "0.6.4" & with-test}
36 "odoc" {with-doc}
37]
38build: [
39 ["dune" "subst"] {dev}
40 [
41 "dune"
42 "build"
43 "-p"
44 name
45 "-j"
46 jobs
47 "@install"
48 "@runtest" {with-test}
49 "@doc" {with-doc}
50 ]
51]
52dev-repo: "git+https://github.com/ocurrent/ocluster.git"
53url {
54 src:
55 "https://github.com/ocurrent/ocluster/releases/download/v0.3.0/ocluster-0.3.0.tbz"
56 checksum: [
57 "sha256=8879c113a6ec6a1d96bbda4e7f1e2f2cfba8f57630cdf715c770b3dc72628a96"
58 "sha512=74c42d68c2b741a6394913f1ef9af784f3bcfae164eb5e88d9d87d635032c52b4b0c196fb2bd9db8127dd5c1aff103baecc791d2c081df82275ef5c5cdec7c8a"
59 ]
60}
61x-commit-hash: "912ecfd38f003c6f537abca7e5313973b15ba615"