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.10" & < "0.13"}
18 "faraday" {>= "0.6" & < "0.8"}
19 "mirage-crypto" {< "1.0.0"}
20 "mirage-crypto-pk" {< "1.0.0"}
21 "mirage-crypto-rng" {with-test & < "0.11.0"}
22 "cstruct" {< "6.1.0"}
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.0/ssh-agent-V0.3.0.tbz"
30 checksum: [
31 "sha256=6cd06ad1432c823e9f614fafd98f3359170e3f7184d370c12890cf1f507fb75c"
32 "sha512=2d198bdbd411b7cd7eaaecaecfb934305301b11f0961c43e508834cb43a16b542d5d6b3cff5d11be26a98a5adf217d88d2952fbd52736107ef4f63b8d8cb368e"
33 ]
34}