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: ["Tim McGilchrist <timmcgil@gmail.com>"] 10authors: [ 11 "Thomas Leonard <talex5@gmail.com>" 12 "Antonin Décimo <antonin@tarides.com>" 13 "Tim McGilchrist <timmcgil@gmail.com>" 14 "Craig Ferguson <me@craigfe.io>" 15 "Etienne MARAIS <etienne@maiste.fr>" 16 "Anil Madhavapeddy <anil@recoil.org>" 17 "David Allsopp <david.allsopp@metastack.com>" 18 "Ewan Mellor <ewan@tarides.com>" 19 "Kate <kit.ty.kate@disroot.org>" 20 "Mark Elvers <mark.elvers@tunbury.org>" 21 "Puneeth Chaganti <punchagan@muse-amuse.in>" 22 "Lucas Pluvinage <lucas@tarides.com>" 23 "Navin Keswani <navin@novemberkilo.com>" 24 "Thomas Gazagnaire <thomas@gazagnaire.org>" 25 "Patrick Ferris <patrick@sirref.org>" 26 "Arthur Wendling <art.wendling@gmail.com>" 27 "Anurag Soni <anurag@sonianurag.com>" 28 "Ambre Austen Suhamy <ambre@tarides.com>" 29 "Hannes Mehnert <hannes@mehnert.org>" 30 "Ben Andrew <benmandrew@gmail.com>" 31 "Gargi Sharma <gs051095@gmail.com>" 32 "Jonathan Coates <git@squiddev.cc>" 33 "Jules Aguillon <juloo.dsi@gmail.com>" 34 "Magnus Skjegstad <magnus@skjegstad.com>" 35 "Shon Feder <shon.feder@gmail.com>" 36 "smolck <46855713+smolck@users.noreply.github.com>" 37 "tatchi <corentin.leruth@gmail.com>" 38] 39license: "Apache-2.0" 40homepage: "https://github.com/ocurrent/ocurrent" 41doc: "https://ocurrent.github.io/ocurrent/" 42bug-reports: "https://github.com/ocurrent/ocurrent/issues" 43depends: [ 44 "dune" {>= "3.3"} 45 "current" {= version} 46 "current_git" {= version} 47 "ocaml" {>= "4.12.0"} 48 "astring" {>= "0.8.5"} 49 "bos" {>= "0.2.0"} 50 "duration" {>= "0.1.3"} 51 "fmt" {>= "0.8.9"} 52 "fpath" {>= "0.7.3"} 53 "logs" {>= "0.7.0"} 54 "lwt" {>= "5.6.1"} 55 "ppx_deriving" 56 "ppx_deriving_yojson" {>= "3.5.1"} 57 "result" {>= "1.5"} 58 "yojson" 59 "odoc" {with-doc} 60] 61build: [ 62 ["dune" "subst"] {dev} 63 [ 64 "dune" 65 "build" 66 "-p" 67 name 68 "-j" 69 jobs 70 "@install" 71 "@runtest" {with-test} 72 "@doc" {with-doc} 73 ] 74] 75dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 76url { 77 src: 78 "https://github.com/ocurrent/ocurrent/releases/download/v0.6.6/current-0.6.6.tbz" 79 checksum: [ 80 "sha256=2329288bcbb455a3b8997f15d0090474e42274935379bc00d12abd22dcbf9990" 81 "sha512=27525c17c09fe90f2554701c60ef5d6f1d4b42f13f3c4245becbfecd0178f102739ec0a22732b2ed926510dd33d7d90a8f001df086e840279493182783d6c676" 82 ] 83} 84x-commit-hash: "bfc886e78e6da9e47904d2dfc7e11ad604af735f"