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 "nocrypto" 20 "cstruct" 21 "alcotest" {with-test} 22 "sexplib" {with-test} 23] 24authors: "Reynir Björnsson <reynir@reynir.dk>" 25url { 26 src: 27 "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.2.0/ssh-agent-v0.2.0.tbz" 28 checksum: [ 29 "sha256=0351392d8a83db145bc2bb3bcf0791ec17c8e1de72f3bae5c03ab31e5e09d6dc" 30 "sha512=f86c2970555941fb67b85def6f02a269c2ed3a05c877c16e7bce1d09c26355a1e91fe03a90678fecd8b662ad2db5192fa58f70088f4ef501a1a0fc7d6db3c215" 31 ] 32}