opam-version: "2.0"
synopsis: "Ssh-agent protocol parser and serialization implementation"
maintainer: "Reynir Björnsson <reynir@reynir.dk>"
dev-repo: "git+https://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"}
  "mirage-crypto"
  "mirage-crypto-pk"
  "cstruct"
  "sexplib" {< "v0.15"}
  "alcotest" {with-test}
]
authors: "Reynir Björnsson <reynir@reynir.dk>"
url {
  src:
    "https://github.com/reynir/ocaml-ssh-agent/releases/download/V0.3.0/ssh-agent-V0.3.0.tbz"
  checksum: [
    "sha256=6cd06ad1432c823e9f614fafd98f3359170e3f7184d370c12890cf1f507fb75c"
    "sha512=2d198bdbd411b7cd7eaaecaecfb934305301b11f0961c43e508834cb43a16b542d5d6b3cff5d11be26a98a5adf217d88d2952fbd52736107ef4f63b8d8cb368e"
  ]
}
