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/v0.6/current-0.6.tbz" 40 checksum: [ 41 "sha256=8e57b3f602a2e18cc520b76b9252bda1ef2c6c9f21508f145870165a3abd69b4" 42 "sha512=cce2e43c284467055e9c0ceadc15bc3534ae38ccd446a57cc1efaebd551cad27ba88176f67d567ab3643c1f60d86da564305f2fd734fe98fffbf72e8b12d6be1" 43 ] 44} 45x-commit-hash: "bbb37247dd6c4ce4aaa776c31155aabe25c386e1"