opam-version: "2.0" synopsis: "SSH plugin for OCurrent" description: """\ OCurrent provides an OCaml eDSL for writing CI/CD pipelines. This package provides a plugin for running ssh commands.""" maintainer: "Mark Elvers " authors: "Mark Elvers " license: "Apache-2.0" homepage: "https://github.com/ocurrent/ocurrent" doc: "https://ocurrent.github.io/ocurrent/" bug-reports: "https://github.com/ocurrent/ocurrent/issues" depends: [ "dune" {>= "3.3"} "current" {= version} "ocaml" {>= "4.12.0"} "yojson" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocurrent/ocurrent.git" url { src: "https://github.com/ocurrent/ocurrent/releases/download/v0.7.0/ocurrent-0.7.0.tbz" checksum: [ "md5=8377008ef5ad00fdf74681c6d07e5d23" "sha512=2948497aef5dde1228adbd1c27f4d5dff59d66393774a69bf2c8078a47c85b82320a103450802ed62bc81cebd9e7354557adf2d471553040a983f53e4f43d5ef" ] } x-maintenance-intent: ["(latest)"]