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" 9bug-reports: "https://github.com/ocurrent/ocluster/issues" 10depends: [ 11 "dune" {>= "3.3"} 12 "ppx_deriving" 13 "ocluster-api" {= version} 14 "lwt" {>= "5.6.1"} 15 "current" {>= "0.6"} 16 "current_git" {>= "0.6"} 17 "current_web" {>= "0.6" & with-test} 18 "current_github" {>= "0.6" & with-test} 19 "capnp-rpc-unix" {>= "1.2" & < "2.0"} 20 "duration" 21 "logs" 22 "fmt" 23 "prometheus" {>= "1.2"} 24 "ppx_deriving_yojson" 25 "ocaml" {>= "4.12.0"} 26 "odoc" {with-doc} 27] 28build: [ 29 ["dune" "subst"] {dev} 30 [ 31 "dune" 32 "build" 33 "-p" 34 name 35 "-j" 36 jobs 37 "@install" 38 "@runtest" {with-test} 39 "@doc" {with-doc} 40 ] 41] 42dev-repo: "git+https://github.com/ocurrent/ocluster.git" 43url { 44 src: 45 "https://github.com/ocurrent/ocluster/releases/download/v0.2/ocluster-0.2.tbz" 46 checksum: [ 47 "sha256=a6245d78f1f2b4b431596cfe167dfe18497b72c2844b8b7fb99603731eda4192" 48 "sha512=477f16a1abc7de7c8e807ac1b8e33a461865e20358734716707874af2e6fec47f7fe24753cd88d520fe94921d9f1f8da63d96c41ab1dfae9f86be85dd4098c7d" 49 ] 50} 51x-commit-hash: "222011c2ef5100f9ed43234c59d215dc2430bfca"