this repo has no description
1opam-version: "2.0"
2maintainer: "Christiano F. Haesbaert <haesbaert@haesbaert.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.08.0"}
18 "dune" {>= "1.0"}
19 "awa" {= version}
20 "cstruct" {>= "3.2.0"}
21 "mtime"
22 "lwt"
23 "cstruct-unix"
24 "mirage-crypto-rng" {< "1.0.0"}
25]
26synopsis: "SSH implementation in OCaml"
27description: """The OpenSSH protocol implemented in OCaml."""
28x-commit-hash: "a29cca7141580660ab4b2150f575c747ca182516"
29url {
30 src:
31 "https://github.com/mirage/awa-ssh/releases/download/v0.0.2/awa-v0.0.2.tbz"
32 checksum: [
33 "sha256=288c6599312882b00724049d103ac4f395149ddcc5ea2ca644698b4616ef4468"
34 "sha512=779aa5061b05eb0d8f46df54814509e924c175690faf9805e18c5be1556928e983e84afaf029be33025e37d2f5efbe882cf39dfda380c79a2eda7debc2c94440"
35 ]
36}
37flags: deprecated