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" {>= "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] 37conflicts: [ "result" {< "1.5"} ] 38synopsis: "SSH implementation in OCaml" 39description: """The OpenSSH protocol implemented in OCaml.""" 40url { 41 src: 42 "https://github.com/mirage/awa-ssh/releases/download/v0.0.4/awa-v0.0.4.tbz" 43 checksum: [ 44 "sha256=42f6ef64b0a6c6f6f4ef8cec4db1a802b017d3078c7ddfd1c1b2bb2851d3f6d0" 45 "sha512=fadf334d06488937f33314509752d9205022d0e695a5b3f68298cfd0011dc1b509824e6788a6d1f51d4e10b2db9e41fc8170a14d88205089446e01566e50967e" 46 ] 47} 48x-commit-hash: "b3dd7a4f1cebc7c5f5421975c428a433c6c9892e"