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"} 25 "x509" {>= "0.12.0"} 26 "cstruct" {>= "3.2.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: "a29cca7141580660ab4b2150f575c747ca182516" 42url { 43 src: 44 "https://github.com/mirage/awa-ssh/releases/download/v0.0.2/awa-v0.0.2.tbz" 45 checksum: [ 46 "sha256=288c6599312882b00724049d103ac4f395149ddcc5ea2ca644698b4616ef4468" 47 "sha512=779aa5061b05eb0d8f46df54814509e924c175690faf9805e18c5be1556928e983e84afaf029be33025e37d2f5efbe882cf39dfda380c79a2eda7debc2c94440" 48 ] 49}