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: ["Thomas Leonard <talex5@gmail.com>"] 10authors: ["Thomas Leonard <talex5@gmail.com>"] 11license: "Apache-2.0" 12homepage: "https://github.com/ocurrent/ocurrent" 13doc: "https://ocurrent.github.io/ocurrent/" 14bug-reports: "https://github.com/ocurrent/ocurrent/issues" 15depends: [ 16 "dune" {>= "3.3"} 17 "current" {= version} 18 "current_git" {= version} 19 "ocaml" {>= "4.08.0"} 20 "astring" {>= "0.8.5"} 21 "bos" {>= "0.2.0"} 22 "duration" {>= "0.1.3"} 23 "fmt" {>= "0.8.9"} 24 "fpath" {>= "0.7.3"} 25 "logs" {>= "0.7.0"} 26 "lwt" {>= "5.6.1"} 27 "ppx_deriving" 28 "ppx_deriving_yojson" {>= "3.5.1"} 29 "result" {>= "1.5"} 30 "yojson" 31 "odoc" {with-doc} 32] 33build: [ 34 ["dune" "subst"] {dev} 35 [ 36 "dune" 37 "build" 38 "-p" 39 name 40 "-j" 41 jobs 42 "@install" 43 "@runtest" {with-test} 44 "@doc" {with-doc} 45 ] 46] 47dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 48url { 49 src: 50 "https://github.com/ocurrent/ocurrent/releases/download/0.6.4/current-0.6.4.tbz" 51 checksum: [ 52 "sha256=e6cafa330166719e3f8bf30a4ffeec79b0f290e3dcd420c4a53d6a55912f961d" 53 "sha512=42d703a524ab61e3fd623ab4b1681bbe59c1d4426bebadb1bb50c3e6fcbb59d1aecb8041f2b6d09a9cb5eb5b6f79ec7b07eb4254ec39de30d406c20d4da7d664" 54 ] 55} 56x-commit-hash: "53fd3263d04407df6b7a627abe85667d011c0060"