opam-version: "2.0"
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: ["jbuilder" "build" "-p" name]
depends: [
  "ocaml" {>= "4.04.0"}
  "jbuilder"
  "ppx_cstruct" {build}
  "ppx_sexp_conv" {< "v0.15"}
  "angstrom" {>= "0.10" & < "0.11"}
  "faraday" {>= "0.6" & < "0.7"}
  "nocrypto"
  "cstruct"
  "alcotest" {with-test}
  "sexplib" {with-test & < "v0.15"}
  "ocaml-migrate-parsetree" {< "2.0.0"}
]
synopsis: "Ssh-agent protocol parser and serialization implementation."
authors: "Reynir Björnsson <reynir@reynir.dk>"
url {
  src: "https://github.com/reynir/ocaml-ssh-agent/archive/v0.1.0.tar.gz"
  checksum: "md5=47ba2ef8a749a01cd75ad01e531778c0"
}
