this repo has no description
1opam-version: "2.0"
2maintainer: [ "Christiano F. Haesbaert <haesbaert@haesbaert.org>" "Hannes Mehnert <hannes@mehnert.org>" "Reynir Björnsson <reynir@reynir.dk>" "Romain Calascibetta <romain.calascibetta@gmail.com>" "Pierre Alain <pierre.alain@tuta.io>" ]
3authors: [ "Christiano F. Haesbaert <haesbaert@haesbaert.org>" "Hannes Mehnert <hannes@mehnert.org>" "Reynir Björnsson <reynir@reynir.dk>" "Romain Calascibetta <romain.calascibetta@gmail.com>" "Pierre Alain <pierre.alain@tuta.io>" ]
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.10.0"}
18 "dune" {>= "2.7"}
19 "mirage-crypto" {>= "0.8.1" & < "1.0.0"}
20 "mirage-crypto-rng" {>= "0.11.0" & < "1.0.0"}
21 "mirage-crypto-pk" {< "1.0.0"}
22 "mirage-crypto-ec" {>= "0.10.0" & < "1.0.0"}
23 "x509" {>= "0.15.2"}
24 "cstruct" {>= "6.0.0"}
25 "cstruct-unix"
26 "mtime" {>= "1.0.0"}
27 "logs"
28 "fmt"
29 "cmdliner" {>= "1.1.0"}
30 "base64" {>= "3.0.0"}
31 "zarith"
32 "eqaf" {>= "0.8"}
33]
34conflicts: [ "result" {< "1.5"} ]
35synopsis: "SSH implementation in OCaml"
36description: """The OpenSSH protocol implemented in OCaml."""
37url {
38 src:
39 "https://github.com/mirage/awa-ssh/releases/download/v0.3.1/awa-0.3.1.tbz"
40 checksum: [
41 "sha256=55e8c7167d3b07fce8106e0b8cb69e9f6e2283d9005ed11197fa51a3a5190909"
42 "sha512=dc955bcdb0fb62f7369e23ce22eea53b849534aa46683ddab07629caae9f824fec604d391f53791359af99c1109ae473c4c7a9e25ac9f27ad584c3e99f540373"
43 ]
44}
45x-commit-hash: "dbe9c46025bd4ccd73e51fd95b21c2a1678f9f7f"