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 "dockerfile"
22 "ppx_deriving_yojson" {>= "3.5.1"}
23 "yojson"
24 "dune" {>= "2.0"}
25 "astring" {>= "0.8.5"}
26 "bos" {>= "0.2.0"}
27 "duration" {>= "0.1.3"}
28 "fpath" {>= "0.7.3"}
29 "logs" {>= "0.7.0"}
30 "result" {>= "1.5"}
31]
32build: [
33 ["dune" "build" "-p" name "-j" jobs]
34 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
35]
36dev-repo: "git+https://github.com/ocurrent/ocurrent.git"
37x-commit-hash: "439d1b539335ee3aa974ff6c02e09885f40056b5"
38url {
39 src:
40 "https://github.com/ocurrent/ocurrent/releases/download/v0.5/current-v0.5.tbz"
41 checksum: [
42 "sha256=f8c884318a46a568d965c7e8bac00dfe2339efac04ca6f0cbabef916d8b917ca"
43 "sha512=e0633239a7d02cdde6264db96c39ed7e3d1adf3a7f09bb25ad002d388f203b561e8c808daee90539bc0ee15c547d2ab4bef1789dcc9c22ed00b151bad0083f64"
44 ]
45}
46license: "Apache-2.0"