Skip to content

Commit 092497e

Browse files
authored
Merge pull request ocaml#27815 from hannesm/release-awa-v0.5.1
[new release] awa (2 packages) (0.5.1)
2 parents a757241 + c0b1274 commit 092497e

File tree

2 files changed

+86
-0
lines changed
  • packages
    • awa-mirage/awa-mirage.0.5.1
    • awa/awa.0.5.1

2 files changed

+86
-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.1/awa-0.5.1.tbz"
35+
checksum: [
36+
"sha256=6ddeaf060530261d4c525ae06dd6c155364c77781c246217f04109e7cef69f5e"
37+
"sha512=81e5550f00dd341f193892ca257bbc620686bab5a94b12829edca84b42b1c6ab009afaf348d09202bd3b6241e3133e73583ac4de36003e8236c65c7be50636e9"
38+
]
39+
}
40+
x-commit-hash: "501ec75a86c33c6d5cc0e607f2ee80f06a9f9c8f"

packages/awa/awa.0.5.1/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
]
34+
conflicts: [ "result" {< "1.5"} ]
35+
synopsis: "SSH implementation in OCaml"
36+
description: """The OpenSSH protocol implemented in OCaml."""
37+
x-maintenance-intent: [ "(latest)" ]
38+
url {
39+
src:
40+
"https://github.com/mirage/awa-ssh/releases/download/v0.5.1/awa-0.5.1.tbz"
41+
checksum: [
42+
"sha256=6ddeaf060530261d4c525ae06dd6c155364c77781c246217f04109e7cef69f5e"
43+
"sha512=81e5550f00dd341f193892ca257bbc620686bab5a94b12829edca84b42b1c6ab009afaf348d09202bd3b6241e3133e73583ac4de36003e8236c65c7be50636e9"
44+
]
45+
}
46+
x-commit-hash: "501ec75a86c33c6d5cc0e607f2ee80f06a9f9c8f"

0 commit comments

Comments
 (0)