this repo has no description
1opam-version: "2.0"
2synopsis: "Ssh-agent protocol parser and serialization implementation"
3maintainer: "Reynir Björnsson <reynir@reynir.dk>"
4dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git"
5homepage: "https://github.com/reynir/ocaml-ssh-agent/"
6bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/"
7license: "BSD-2-clause"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
11]
12depends: [
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" {< "1.0.0"}
19 "mirage-crypto-pk" {< "1.0.0"}
20 "mirage-crypto-ec" {< "1.0.0"}
21 "mirage-crypto-rng" {with-test & < "0.11.0"}
22 "cstruct"
23 "alcotest" {with-test}
24]
25conflicts: [
26 "result" {< "1.5"}
27 "ppxlib" {< "0.9.0"}
28]
29authors: "Reynir Björnsson <reynir@reynir.dk>"
30url {
31 src:
32 "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.4.0/ssh-agent-0.4.0.tbz"
33 checksum: [
34 "sha256=f3e931d8c7eeac926cf353079d653a2a2757e238af3a45555d5cab1d8460a956"
35 "sha512=66d520e731f04690baa846d78f1c01f9eefb7e61e58a2326725f96c174ecd43335982af33649f8ac34c952a7f45577f023a6a1856a41cc9fedc99770a5a2eca3"
36 ]
37}
38x-commit-hash: "de26d8f99b645b5f0c641fec80ff857aedb0ecfb"