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.12.0"} 26 "cstruct" {>= "3.2.0" & < "6.1.0"} 27 "cstruct-unix" 28 "cstruct-sexp" 29 "sexplib" 30 "rresult" 31 "mtime" 32 "logs" 33 "fmt" 34 "cmdliner" 35 "base64" {>= "3.0.0"} 36 "zarith" 37] 38conflicts: [ "domain-name" {>= "0.3.1"} ] 39synopsis: "SSH implementation in OCaml" 40description: """The OpenSSH protocol implemented in OCaml.""" 41x-commit-hash: "200091e42500f79f4ccb399ac685987638be64af" 42url { 43 src: 44 "https://github.com/mirage/awa-ssh/releases/download/v0.0.3/awa-v0.0.3.tbz" 45 checksum: [ 46 "sha256=5a7927363ffe672cccf12d5425386e84f6f553a17ffec2b01ae5dc28180c831a" 47 "sha512=3b4165339ae17a89a6744bfb8a879c77614a8ed0e40bc755bd52a5512e80af1d7d2f9f019eeeb29f40e28d122e5d9a0e450ce26bcf91bc9ee89e32485bbcdeda" 48 ] 49}