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