File tree Expand file tree Collapse file tree 3 files changed +120
-0
lines changed
awa-mirage/awa-mirage.0.2.0 Expand file tree Collapse file tree 3 files changed +120
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Christiano F. Haesbaert <
[email protected] >"
3+ authors: "Christiano F. Haesbaert <
[email protected] >"
4+ license: "ISC"
5+ homepage: "https://github.com/mirage/awa-ssh"
6+ bug-reports: "https://github.com/mirage/awa-ssh/issues"
7+ dev-repo: "git+https://github.com/mirage/awa-ssh.git"
8+ doc: "https://mirage.github.io/awa-ssh/api"
9+
10+ build: [
11+ ["dune" "subst"] {dev}
12+ ["dune" "build" "-p" name "-j" jobs]
13+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14+ ]
15+
16+ depends: [
17+ "ocaml" {>= "4.08.0"}
18+ "dune" {>= "2.7"}
19+ "awa" {= version}
20+ "cstruct" {>= "6.0.0"}
21+ "mtime" {>= "1.0.0"}
22+ "lwt"
23+ "cstruct-unix"
24+ "mirage-crypto-rng"
25+ ]
26+ synopsis: "SSH implementation in OCaml"
27+ description: """The OpenSSH protocol implemented in OCaml."""
28+ url {
29+ src:
30+ "https://github.com/mirage/awa-ssh/releases/download/v0.2.0/awa-0.2.0.tbz"
31+ checksum: [
32+ "sha256=86c993ba8b9b05db04c867bcce67c6ec98a16342c5338944ae93ca515a1b217f"
33+ "sha512=71aed67b4ab92e68d88f67a5162da2187b2596b40b4174e5be2232f0b466615ce10706c6aea85201bd6582dd6d674765d9ad76112289df06904d6f3bbb595226"
34+ ]
35+ }
36+ x-commit-hash: "c6320326eeeaac1fa6f0d67f8a1cd50569fd48b9"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: [ "Christiano F. Haesbaert <
[email protected] >" "Hannes Mehnert <
[email protected] >" ]
3+ authors: "Hannes Mehnert <
[email protected] >"
4+ license: "ISC"
5+ homepage: "https://github.com/mirage/awa-ssh"
6+ bug-reports: "https://github.com/mirage/awa-ssh/issues"
7+ dev-repo: "git+https://github.com/mirage/awa-ssh.git"
8+ doc: "https://mirage.github.io/awa-ssh/api"
9+
10+ build: [
11+ ["dune" "subst"] {dev}
12+ ["dune" "build" "-p" name "-j" jobs]
13+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14+ ]
15+
16+ depends: [
17+ "ocaml" {>= "4.08.0"}
18+ "dune" {>= "2.7"}
19+ "awa" {= version}
20+ "cstruct" {>= "6.0.0"}
21+ "mtime" {>= "1.0.0"}
22+ "lwt" {>= "5.3.0"}
23+ "mirage-time" {>= "2.0.0"}
24+ "duration" {>= "0.2.0"}
25+ "mirage-flow" {>= "2.0.0"}
26+ "mirage-clock" {>= "3.0.0"}
27+ "logs"
28+ ]
29+ synopsis: "SSH implementation in OCaml"
30+ description: """The OpenSSH protocol implemented in OCaml."""
31+ url {
32+ src:
33+ "https://github.com/mirage/awa-ssh/releases/download/v0.2.0/awa-0.2.0.tbz"
34+ checksum: [
35+ "sha256=86c993ba8b9b05db04c867bcce67c6ec98a16342c5338944ae93ca515a1b217f"
36+ "sha512=71aed67b4ab92e68d88f67a5162da2187b2596b40b4174e5be2232f0b466615ce10706c6aea85201bd6582dd6d674765d9ad76112289df06904d6f3bbb595226"
37+ ]
38+ }
39+ x-commit-hash: "c6320326eeeaac1fa6f0d67f8a1cd50569fd48b9"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: [ "Christiano F. Haesbaert <
[email protected] >" "Hannes Mehnert <
[email protected] >" ]
3+ authors: [ "Christiano F. Haesbaert <
[email protected] >" "Hannes Mehnert <
[email protected] >" ]
4+ license: "ISC"
5+ homepage: "https://github.com/mirage/awa-ssh"
6+ bug-reports: "https://github.com/mirage/awa-ssh/issues"
7+ dev-repo: "git+https://github.com/mirage/awa-ssh.git"
8+ doc: "https://mirage.github.io/awa-ssh/api"
9+
10+ build: [
11+ ["dune" "subst"] {dev}
12+ ["dune" "build" "-p" name "-j" jobs]
13+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14+ ]
15+
16+ depends: [
17+ "ocaml" {>= "4.08.0"}
18+ "dune" {>= "2.7"}
19+ "mirage-crypto" {>= "0.8.1"}
20+ "mirage-crypto-rng" {>= "0.11.0"}
21+ "mirage-crypto-pk"
22+ "mirage-crypto-ec" {>= "0.10.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+ ]
34+ conflicts: [ "result" {< "1.5"} ]
35+ synopsis: "SSH implementation in OCaml"
36+ description: """The OpenSSH protocol implemented in OCaml."""
37+ url {
38+ src:
39+ "https://github.com/mirage/awa-ssh/releases/download/v0.2.0/awa-0.2.0.tbz"
40+ checksum: [
41+ "sha256=86c993ba8b9b05db04c867bcce67c6ec98a16342c5338944ae93ca515a1b217f"
42+ "sha512=71aed67b4ab92e68d88f67a5162da2187b2596b40b4174e5be2232f0b466615ce10706c6aea85201bd6582dd6d674765d9ad76112289df06904d6f3bbb595226"
43+ ]
44+ }
45+ x-commit-hash: "c6320326eeeaac1fa6f0d67f8a1cd50569fd48b9"
You can’t perform that action at this time.
0 commit comments