this repo has no description
1opam-version: "2.0" 2synopsis: "SSH plugin for OCurrent" 3description: """ 4OCurrent provides an OCaml eDSL for writing CI/CD pipelines. 5 6This package provides a plugin for running ssh commands.""" 7maintainer: ["Mark Elvers <mark.elvers@tunbury.org>"] 8authors: ["Mark Elvers <mark.elvers@tunbury.org>"] 9license: "Apache-2.0" 10homepage: "https://github.com/ocurrent/ocurrent" 11doc: "https://ocurrent.github.io/ocurrent/" 12bug-reports: "https://github.com/ocurrent/ocurrent/issues" 13depends: [ 14 "dune" {>= "3.3"} 15 "current" {= version} 16 "ocaml" {>= "4.08.0"} 17 "yojson" 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/ocurrent/ocurrent.git" 35url { 36 src: 37 "https://github.com/ocurrent/ocurrent/releases/download/0.6.4/current-0.6.4.tbz" 38 checksum: [ 39 "sha256=e6cafa330166719e3f8bf30a4ffeec79b0f290e3dcd420c4a53d6a55912f961d" 40 "sha512=42d703a524ab61e3fd623ab4b1681bbe59c1d4426bebadb1bb50c3e6fcbb59d1aecb8041f2b6d09a9cb5eb5b6f79ec7b07eb4254ec39de30d406c20d4da7d664" 41 ] 42} 43x-commit-hash: "53fd3263d04407df6b7a627abe85667d011c0060"