this repo has no description
1opam-version: "2.0"
2maintainer: "Reynir Björnsson <reynir@reynir.dk>"
3dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git"
4homepage: "https://github.com/reynir/ocaml-ssh-agent/"
5bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/"
6license: "BSD-2-clause"
7build: ["jbuilder" "build" "-p" name]
8depends: [
9 "ocaml" {>= "4.04.0"}
10 "jbuilder" {>= "1.0+beta7"}
11 "ppx_cstruct" {build}
12 "ppx_sexp_conv"
13 "angstrom" {>= "0.10" & < "0.11"}
14 "faraday" {>= "0.6" & < "0.7"}
15 "nocrypto"
16 "cstruct"
17 "alcotest" {with-test}
18 "sexplib" {with-test}
19 "ocaml-migrate-parsetree" {< "2.0.0"}
20]
21synopsis: "Ssh-agent protocol parser and serialization implementation."
22authors: "Reynir Björnsson <reynir@reynir.dk>"
23url {
24 src: "https://github.com/reynir/ocaml-ssh-agent/archive/v0.1.0.tar.gz"
25 checksum: [
26 "sha256=f5228825ad095455d83a4b09e6eb74c42b79ab1c73f17890e8336fa3657d0001"
27 "md5=47ba2ef8a749a01cd75ad01e531778c0"
28 ]
29}