Skip to content

Commit 6425ace

Browse files
authored
Merge pull request #27942 from reynir/release-awa-v0.5.2
[new release] awa (2 packages) (0.5.2)
2 parents 4578158 + 176b882 commit 6425ace

File tree

2 files changed

+87
-0
lines changed
  • packages
    • awa-mirage/awa-mirage.0.5.2
    • awa/awa.0.5.2

2 files changed

+87
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
opam-version: "2.0"
2+
maintainer: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
3+
authors: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[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-sleep" {>= "4.0.0"}
24+
"duration" {>= "0.2.0"}
25+
"mirage-flow" {>= "4.0.0"}
26+
"mirage-mtime" {>= "4.0.0"}
27+
"logs"
28+
]
29+
synopsis: "SSH implementation in OCaml"
30+
description: """The OpenSSH protocol implemented in OCaml."""
31+
x-maintenance-intent: [ "(latest)" ]
32+
url {
33+
src:
34+
"https://github.com/mirage/awa-ssh/releases/download/v0.5.2/awa-0.5.2.tbz"
35+
checksum: [
36+
"sha256=eb8825a1e91537462c07052876b25ce9068d5373c628c21930f256bc17f36a3d"
37+
"sha512=15c72fcc6e2f89e7e2920ee12782f8edfe739a54a636c9fb41c6d6f9c6ea4ec1d0eb08f3e622859a7c071602f8902c085c6ec3295eccec443f3534bc022a26d6"
38+
]
39+
}
40+
x-commit-hash: "21b1ec635c8b7fa7794bfff717937a376e0ace25"

packages/awa/awa.0.5.2/opam

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
opam-version: "2.0"
2+
maintainer: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
3+
authors: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[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.10.0"}
18+
"dune" {>= "2.7"}
19+
"mirage-crypto" {>= "1.0.0"}
20+
"mirage-crypto-rng" {>= "1.2.0"}
21+
"mirage-crypto-pk"
22+
"mirage-crypto-ec" {>= "1.0.0"}
23+
"x509" {>= "1.0.0"}
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+
"mirage-mtime" {>= "4.0.0"}
34+
]
35+
conflicts: [ "result" {< "1.5"} ]
36+
synopsis: "SSH implementation in OCaml"
37+
description: """The OpenSSH protocol implemented in OCaml."""
38+
x-maintenance-intent: [ "(latest)" ]
39+
url {
40+
src:
41+
"https://github.com/mirage/awa-ssh/releases/download/v0.5.2/awa-0.5.2.tbz"
42+
checksum: [
43+
"sha256=eb8825a1e91537462c07052876b25ce9068d5373c628c21930f256bc17f36a3d"
44+
"sha512=15c72fcc6e2f89e7e2920ee12782f8edfe739a54a636c9fb41c6d6f9c6ea4ec1d0eb08f3e622859a7c071602f8902c085c6ec3295eccec443f3534bc022a26d6"
45+
]
46+
}
47+
x-commit-hash: "21b1ec635c8b7fa7794bfff717937a376e0ace25"

0 commit comments

Comments
 (0)