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.04.0"}
14 "dune" {>= "1.0"}
15 "ppx_cstruct" {build}
16 "ppx_sexp_conv"
17 "angstrom" {>= "0.14.0"}
18 "faraday" {>= "0.6"}
19 "mirage-crypto" {< "1.0.0"}
20 "mirage-crypto-pk" {< "1.0.0"}
21 "mirage-crypto-rng" {with-test & < "0.11.0"}
22 "cstruct"
23 "sexplib"
24 "alcotest" {with-test}
25]
26authors: "Reynir Björnsson <reynir@reynir.dk>"
27url {
28 src:
29 "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.3.1/ssh-agent-0.3.1.tbz"
30 checksum: [
31 "sha256=f2cae8931c7520b5f137e0874e54803a8b07dbbef5c60ad6894a0f3f9e33dbaf"
32 "sha512=1014e7fd28571911acbf0fdc37e1e587277670621dcbba3724f52c6929bb1b886cb6d3f7f057fa9b4063048a5e3ee138da52c19712da6bc4c93b3234e88f5dbf"
33 ]
34}
35x-commit-hash: "6822d0817221f8867fee86a2c6713c3bcfbb1b03"