opam-version: "2.0"
synopsis: "Ssh-agent protocol parser and serialization implementation"
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
dev-repo: "git://github.com/reynir/ocaml-ssh-agent.git"
homepage: "https://github.com/reynir/ocaml-ssh-agent/"
bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/"
license: "BSD-2-clause"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.04.0"}
  "dune" {>= "1.0"}
  "ppx_cstruct" {build}
  "ppx_sexp_conv" {< "v0.15"}
  "angstrom" {>= "0.10" & < "0.13"}
  "faraday" {>= "0.6" & < "0.8"}
  "nocrypto"
  "cstruct"
  "alcotest" {with-test}
  "sexplib" {with-test & < "v0.15"}
]
authors: "Reynir Björnsson <reynir@reynir.dk>"
url {
  src:
    "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.2.0/ssh-agent-v0.2.0.tbz"
  checksum: [
    "sha256=0351392d8a83db145bc2bb3bcf0791ec17c8e1de72f3bae5c03ab31e5e09d6dc"
    "sha512=f86c2970555941fb67b85def6f02a269c2ed3a05c877c16e7bce1d09c26355a1e91fe03a90678fecd8b662ad2db5192fa58f70088f4ef501a1a0fc7d6db3c215"
  ]
}
