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>" 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.07.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 "x509" {>= "0.10.0" & < "0.12.0"} 25 "cstruct" {>= "3.2.0"} 26 "cstruct-unix" 27 "cstruct-sexp" 28 "sexplib" 29 "rresult" 30 "mtime" 31 "logs" 32 "fmt" 33 "cmdliner" 34 "base64" {>= "3.0.0"} 35 "hacl_x25519" {>= "0.2.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: "870f3f55fe6fe9125798cb9894bb98186e535a68" 42url { 43 src: 44 "https://github.com/mirage/awa-ssh/releases/download/v0.0.1/awa-v0.0.1.tbz" 45 checksum: [ 46 "sha256=c1d604645517b191184a5800f5c48a6a9a3e5a2fce4a0e2ecfeee74586301400" 47 "sha512=bcd6f9b9481fc8c80756164e47ce20d6dea07daac2d44d89c3cbb340cdc401d1114fe27a789f9ed7de2669bcb537d5f684bf01ee310713891a417e1725df1262" 48 ] 49}