this repo has no description
1opam-version: "2.0"
2synopsis: "OCurrent Docker plugin"
3description: """\
4OCurrent provides an OCaml eDSL for writing CI/CD pipelines.
5
6This package provides a plugin for interacting with Docker.
7It can pull, build, run and push images, and can coordinate
8multiple Docker Engine instances."""
9maintainer: "talex5@gmail.com"
10authors: "talex5@gmail.com"
11homepage: "https://github.com/ocurrent/ocurrent"
12doc: "https://ocurrent.github.io/ocurrent/"
13bug-reports: "https://github.com/ocurrent/ocurrent/issues"
14depends: [
15 "current" {= version}
16 "current_git" {= version}
17 "ocaml" {>= "4.08.0"}
18 "fmt" {>= "0.8.9"}
19 "ppx_deriving"
20 "lwt"
21 "ppx_deriving_yojson" {>= "3.5.1"}
22 "yojson"
23 "dune" {>= "2.9"}
24 "astring" {>= "0.8.5"}
25 "bos" {>= "0.2.0"}
26 "duration" {>= "0.1.3"}
27 "fpath" {>= "0.7.3"}
28 "logs" {>= "0.7.0"}
29 "result" {>= "1.5"}
30]
31build: [
32 ["dune" "build" "-p" name "-j" jobs]
33 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
34]
35dev-repo: "git+https://github.com/ocurrent/ocurrent.git"
36license: "Apache-2.0"
37url {
38 src:
39 "https://github.com/ocurrent/ocurrent/releases/download/0.6.1/current-0.6.1.tbz"
40 checksum: [
41 "sha256=cf7067dcbe09d054ff35fa22a0bfb1c9bdb6923784c686d51d0f1e599b853cd0"
42 "sha512=a80560c937ab760e032ad4a508c591d91b0aed802e6c5dd8469a28f8e4e75014ff88f89f21ddb3bde86a9379839f43a38f4f39a946621a4e5847695d1ca20f98"
43 ]
44}
45x-commit-hash: "1be4fea132bd3fb5b3e4de75fadd6830019f67f3"