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" 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: "1f5877041035052ae1701214ddec8f2426968c89" 38url { 39 src: 40 "https://github.com/ocurrent/ocurrent/releases/download/v0.4/current-v0.4.tbz" 41 checksum: [ 42 "sha256=85d65779b104da6ccfdb33b65fc6d2492dd3942d9fd74127059cb6f850684a17" 43 "sha512=6cc24530a9e58dcf32cf00b5ed17e93cb949786e30d625fbc07b24f380e536d6a4e7c2902ede86af3ddf2ac48135efb9483144514f40d298adab11be4f8c473d" 44 ] 45}