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"] 7homepage: "https://github.com/ocurrent/ocluster" 8bug-reports: "https://github.com/ocurrent/ocluster/issues" 9depends: [ 10 "dune" {>= "2.5"} 11 "ppx_deriving" 12 "ocluster-api" {= version} 13 "lwt" 14 "current" {>= "0.3"} 15 "current_git" {>= "0.3"} 16 "capnp-rpc-unix" {>= "0.9.0" & < "2.0"} 17 "duration" 18 "logs" 19 "fmt" 20 "prometheus" 21 "ppx_deriving_yojson" 22 "ocaml" {>= "4.10.0"} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/ocurrent/ocluster.git" 39x-commit-hash: "2b6f1a5834e23441be711abf4a8d77ae1525604b" 40url { 41 src: 42 "https://github.com/ocurrent/ocluster/releases/download/v0.1/current_ocluster-v0.1.tbz" 43 checksum: [ 44 "sha256=bb303471ffc41350e2a3ce157c1beeffb5aec9799b63118be7c4b8d8c7258a1d" 45 "sha512=9c5ab2cc7474f9e13bad2b492c766b4ad7db70436da1343ac805145fe4421fcb9d13053f39e77338167bc529d19e7ea2081411ecaa37ef0ac93fbc69a0a01326" 46 ] 47}