this repo has no description
1opam-version: "2.0" 2maintainer: [ "Christiano F. Haesbaert <haesbaert@haesbaert.org>" "Hannes Mehnert <hannes@mehnert.org>" ] 3authors: [ "Christiano F. Haesbaert <haesbaert@haesbaert.org>" "Hannes Mehnert <hannes@mehnert.org>" ] 4license: "ISC" 5homepage: "https://github.com/mirage/awa-ssh" 6bug-reports: "https://github.com/mirage/awa-ssh/issues" 7dev-repo: "git+https://github.com/mirage/awa-ssh.git" 8doc: "https://mirage.github.io/awa-ssh/api" 9 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 14] 15 16depends: [ 17 "ocaml" {>= "4.08.0"} 18 "dune" {>= "1.0"} 19 "ppx_sexp_conv" 20 "ppx_cstruct" 21 "mirage-crypto" {>= "0.8.1" & < "1.0.0"} 22 "mirage-crypto-rng" {< "0.11.0"} 23 "mirage-crypto-pk" {< "1.0.0"} 24 "mirage-crypto-ec" {>= "0.10.0" & < "1.0.0"} 25 "x509" {>= "0.15.2"} 26 "cstruct" {>= "6.0.0"} 27 "cstruct-unix" 28 "cstruct-sexp" 29 "sexplib" 30 "mtime" 31 "logs" 32 "fmt" 33 "cmdliner" 34 "base64" {>= "3.0.0"} 35 "zarith" 36 "eqaf" {>= "0.8"} 37] 38conflicts: [ "result" {< "1.5"} ] 39synopsis: "SSH implementation in OCaml" 40description: """The OpenSSH protocol implemented in OCaml.""" 41url { 42 src: 43 "https://github.com/mirage/awa-ssh/releases/download/v0.0.5/awa-0.0.5.tbz" 44 checksum: [ 45 "sha256=44d7b3802a4190d9e8a19aeb81828b0684908890dc72a0a1f5148e3b63fd1892" 46 "sha512=25259ceda105fadcea7a549f4b51fe09e47de0c09de87c7c893c0fb840fc11e73552bfdadcaf0a42dfd0620d012605973ac8f988f801150540e249d911289ba8" 47 ] 48} 49x-commit-hash: "cdbc37730b78622958150ffeb40dab3afcaa5ea4"