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: ["talex5@gmail.com"]
6authors: ["talex5@gmail.com"]
7license: "Apache-2.0"
8homepage: "https://github.com/ocurrent/ocluster"
9doc: "https://ocurrent.github.io/ocluster/"
10bug-reports: "https://github.com/ocurrent/ocluster/issues"
11depends: [
12 "dune" {>= "3.3"}
13 "ocluster-api" {= version}
14 "ocaml" {>= "4.12.0"}
15 "capnp-rpc-unix" {>= "1.2.3" & < "2.0"}
16 "current" {>= "0.6.4"}
17 "current_git" {>= "0.6.4"}
18 "duration"
19 "fmt"
20 "logs"
21 "lwt" {>= "5.6.1"}
22 "ppx_deriving"
23 "ppx_deriving_yojson"
24 "prometheus" {>= "1.2"}
25 "current_github" {>= "0.6.4" & with-test}
26 "current_web" {>= "0.6.4" & with-test}
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.2.1/ocluster-0.2.1.tbz"
47 checksum: [
48 "sha256=3b88db5ad1edfaf3295bb145c64d5afc6fb7271ac20f69054eb91860dd4a5dff"
49 "sha512=88b885c2556b822f7970f4ef9ffd6402ff6cc21cf9aa9ac10a13992e144d23398a99ed1dc71ff09f47c026222c6cfd009af316a45e425d5f058c2f522ebb909d"
50 ]
51}
52x-commit-hash: "d177823e29803387eb12e2db9e55981ae9f00a2f"