File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed
ssh-agent-unix/ssh-agent-unix.0.4.1
ssh-agent/ssh-agent.0.4.1 Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms"
3+ maintainer: "Reynir Björnsson <
[email protected] >"
4+ dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git"
5+ homepage: "https://github.com/reynir/ocaml-ssh-agent/"
6+ bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/"
7+ license: "BSD-2-clause"
8+ build: ["dune" "build" "-p" name "-j" jobs]
9+ depends: [
10+ "ocaml"
11+ "dune" {>= "1.0"}
12+ "ssh-agent" {= version}
13+ "angstrom-unix"
14+ "faraday"
15+ ]
16+ authors: "Reynir Björnsson <
[email protected] >"
17+ url {
18+ src:
19+ "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.4.1/ssh-agent-0.4.1.tbz"
20+ checksum: [
21+ "sha256=ecb77fdcb60b25274b95714201919a7c202b88de24332234b9462a1415165a46"
22+ "sha512=d4684519c6026c654ef745dee19f2bb9df75dbd09e30d9e4644df06b616d6489715d67a857f1629c3c2205638432a25763bbbc46b99c479da4123abe4cd2c49f"
23+ ]
24+ }
25+ x-commit-hash: "15517b6aec5637510559097ae4cedaecd83939c0"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Ssh-agent protocol parser and serialization implementation"
3+ maintainer: "Reynir Björnsson <
[email protected] >"
4+ dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git"
5+ homepage: "https://github.com/reynir/ocaml-ssh-agent/"
6+ bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/"
7+ license: "BSD-2-clause"
8+ build: [
9+ ["dune" "build" "-p" name "-j" jobs]
10+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
11+ ]
12+ depends: [
13+ "ocaml" {>= "4.08.0"}
14+ "dune" {>= "1.0"}
15+ "ppx_cstruct" {build & >= "5.2.0"}
16+ "angstrom" {>= "0.15.0"}
17+ "faraday" {>= "0.6"}
18+ "mirage-crypto"
19+ "mirage-crypto-pk"
20+ "mirage-crypto-ec"
21+ "cstruct"
22+ "mirage-crypto-rng" {with-test & >= "0.11.0"}
23+ "alcotest" {with-test}
24+ ]
25+ conflicts: [
26+ "result" {< "1.5"}
27+ "ppxlib" {< "0.9.0"}
28+ ]
29+ authors: "Reynir Björnsson <
[email protected] >"
30+ url {
31+ src:
32+ "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.4.1/ssh-agent-0.4.1.tbz"
33+ checksum: [
34+ "sha256=ecb77fdcb60b25274b95714201919a7c202b88de24332234b9462a1415165a46"
35+ "sha512=d4684519c6026c654ef745dee19f2bb9df75dbd09e30d9e4644df06b616d6489715d67a857f1629c3c2205638432a25763bbbc46b99c479da4123abe4cd2c49f"
36+ ]
37+ }
38+ x-commit-hash: "15517b6aec5637510559097ae4cedaecd83939c0"
You can’t perform that action at this time.
0 commit comments