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.12.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/v0.6.6/current-0.6.6.tbz" 38 checksum: [ 39 "sha256=2329288bcbb455a3b8997f15d0090474e42274935379bc00d12abd22dcbf9990" 40 "sha512=27525c17c09fe90f2554701c60ef5d6f1d4b42f13f3c4245becbfecd0178f102739ec0a22732b2ed926510dd33d7d90a8f001df086e840279493182783d6c676" 41 ] 42} 43x-commit-hash: "bfc886e78e6da9e47904d2dfc7e11ad604af735f"