opam-version: "2.0"
synopsis: "Ssh-agent protocol parser and serialization implementation for unix platforms"
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]
depends: [
  "ocaml"
  "dune" {>= "1.0"}
  "ssh-agent" {= version}
  "angstrom-unix"
  "faraday"
]
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"
  ]
}
