Skip to content

Commit

Permalink
[new release] awa (2 packages) (0.3.1)
Browse files Browse the repository at this point in the history
CHANGES:

* awa-mirage: adapt to mirage-flow 4.0.0 (mirage/awa-ssh#70 @dinosaure @hannesm @reynir)
* awa-test: handle new events (mirage/awa-ssh#71 @reynir)
  • Loading branch information
hannesm authored and nberth committed May 16, 2024
1 parent 17356ed commit aa04d62
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/awa-mirage/awa-mirage.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
maintainer: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
authors: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
license: "ISC"
homepage: "https://github.com/mirage/awa-ssh"
bug-reports: "https://github.com/mirage/awa-ssh/issues"
dev-repo: "git+https://github.com/mirage/awa-ssh.git"
doc: "https://mirage.github.io/awa-ssh/api"

build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7"}
"awa" {= version}
"cstruct" {>= "6.0.0"}
"mtime" {>= "1.0.0"}
"lwt" {>= "5.3.0"}
"mirage-time" {>= "2.0.0"}
"duration" {>= "0.2.0"}
"mirage-flow" {>= "4.0.0"}
"mirage-clock" {>= "3.0.0"}
"logs"
]
synopsis: "SSH implementation in OCaml"
description: """The OpenSSH protocol implemented in OCaml."""
url {
src:
"https://github.com/mirage/awa-ssh/releases/download/v0.3.1/awa-0.3.1.tbz"
checksum: [
"sha256=55e8c7167d3b07fce8106e0b8cb69e9f6e2283d9005ed11197fa51a3a5190909"
"sha512=dc955bcdb0fb62f7369e23ce22eea53b849534aa46683ddab07629caae9f824fec604d391f53791359af99c1109ae473c4c7a9e25ac9f27ad584c3e99f540373"
]
}
x-commit-hash: "dbe9c46025bd4ccd73e51fd95b21c2a1678f9f7f"
45 changes: 45 additions & 0 deletions packages/awa/awa.0.3.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
opam-version: "2.0"
maintainer: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
authors: [ "Christiano F. Haesbaert <[email protected]>" "Hannes Mehnert <[email protected]>" "Reynir Björnsson <[email protected]>" "Romain Calascibetta <[email protected]>" "Pierre Alain <[email protected]>" ]
license: "ISC"
homepage: "https://github.com/mirage/awa-ssh"
bug-reports: "https://github.com/mirage/awa-ssh/issues"
dev-repo: "git+https://github.com/mirage/awa-ssh.git"
doc: "https://mirage.github.io/awa-ssh/api"

build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "2.7"}
"mirage-crypto" {>= "0.8.1"}
"mirage-crypto-rng" {>= "0.11.0"}
"mirage-crypto-pk"
"mirage-crypto-ec" {>= "0.10.0"}
"x509" {>= "0.15.2"}
"cstruct" {>= "6.0.0"}
"cstruct-unix"
"mtime" {>= "1.0.0"}
"logs"
"fmt"
"cmdliner" {>= "1.1.0"}
"base64" {>= "3.0.0"}
"zarith"
"eqaf" {>= "0.8"}
]
conflicts: [ "result" {< "1.5"} ]
synopsis: "SSH implementation in OCaml"
description: """The OpenSSH protocol implemented in OCaml."""
url {
src:
"https://github.com/mirage/awa-ssh/releases/download/v0.3.1/awa-0.3.1.tbz"
checksum: [
"sha256=55e8c7167d3b07fce8106e0b8cb69e9f6e2283d9005ed11197fa51a3a5190909"
"sha512=dc955bcdb0fb62f7369e23ce22eea53b849534aa46683ddab07629caae9f824fec604d391f53791359af99c1109ae473c4c7a9e25ac9f27ad584c3e99f540373"
]
}
x-commit-hash: "dbe9c46025bd4ccd73e51fd95b21c2a1678f9f7f"

0 comments on commit aa04d62

Please sign in to comment.