this repo has no description

Merge pull request #21086 from reynir/release-ssh-agent-v0.3.1

Release ssh agent v0.3.1

Kate aadf594b 4352472a

Changed files
+60
packages
ssh-agent
ssh-agent.0.2.1
ssh-agent.0.3.1
ssh-agent-unix
ssh-agent-unix.0.3.1
+25
packages/ssh-agent-unix/ssh-agent-unix.0.3.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms"
+
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
+
dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git"
+
homepage: "https://github.com/reynir/ocaml-ssh-agent/"
+
bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/"
+
license: "BSD-2-clause"
+
build: ["dune" "build" "-p" name "-j" jobs]
+
depends: [
+
"ocaml"
+
"dune" {>= "1.0"}
+
"ssh-agent" {= version}
+
"angstrom-unix"
+
"faraday"
+
]
+
authors: "Reynir Björnsson <reynir@reynir.dk>"
+
url {
+
src:
+
"https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.3.1/ssh-agent-0.3.1.tbz"
+
checksum: [
+
"sha256=f2cae8931c7520b5f137e0874e54803a8b07dbbef5c60ad6894a0f3f9e33dbaf"
+
"sha512=1014e7fd28571911acbf0fdc37e1e587277670621dcbba3724f52c6929bb1b886cb6d3f7f057fa9b4063048a5e3ee138da52c19712da6bc4c93b3234e88f5dbf"
+
]
+
}
+
x-commit-hash: "6822d0817221f8867fee86a2c6713c3bcfbb1b03"
+1
packages/ssh-agent/ssh-agent.0.2.1/opam
···
"alcotest" {with-test}
]
authors: "Reynir Björnsson <reynir@reynir.dk>"
+
available: false # Release mistake, v0.3.1 was accidentally published as v0.2.1
url {
src:
"https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.2.1/ssh-agent-0.2.1.tbz"
+34
packages/ssh-agent/ssh-agent.0.3.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Ssh-agent protocol parser and serialization implementation"
+
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
+
dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git"
+
homepage: "https://github.com/reynir/ocaml-ssh-agent/"
+
bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/"
+
license: "BSD-2-clause"
+
build: [
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
depends: [
+
"ocaml" {>= "4.04.0"}
+
"dune" {>= "1.0"}
+
"ppx_cstruct" {build}
+
"ppx_sexp_conv"
+
"angstrom" {>= "0.14.0"}
+
"faraday" {>= "0.6"}
+
"mirage-crypto"
+
"mirage-crypto-pk"
+
"cstruct"
+
"sexplib"
+
"alcotest" {with-test}
+
]
+
authors: "Reynir Björnsson <reynir@reynir.dk>"
+
url {
+
src:
+
"https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.3.1/ssh-agent-0.3.1.tbz"
+
checksum: [
+
"sha256=f2cae8931c7520b5f137e0874e54803a8b07dbbef5c60ad6894a0f3f9e33dbaf"
+
"sha512=1014e7fd28571911acbf0fdc37e1e587277670621dcbba3724f52c6929bb1b886cb6d3f7f057fa9b4063048a5e3ee138da52c19712da6bc4c93b3234e88f5dbf"
+
]
+
}
+
x-commit-hash: "6822d0817221f8867fee86a2c6713c3bcfbb1b03"