opam-version: "2.0" synopsis: "Ssh-agent protocol parser and serialization implementation" 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: [ ["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" "angstrom" {>= "0.14.0"} "faraday" {>= "0.6"} "mirage-crypto" {< "1.0.0"} "mirage-crypto-pk" {< "1.0.0"} "mirage-crypto-rng" {with-test & < "0.11.0"} "cstruct" "sexplib" "alcotest" {with-test} ] authors: "Reynir Björnsson " url { src: "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.3.1/ssh-agent-0.3.1.tbz" checksum: [ "sha256=f2cae8931c7520b5f137e0874e54803a8b07dbbef5c60ad6894a0f3f9e33dbaf" "sha512=1014e7fd28571911acbf0fdc37e1e587277670621dcbba3724f52c6929bb1b886cb6d3f7f057fa9b4063048a5e3ee138da52c19712da6bc4c93b3234e88f5dbf" ] } x-commit-hash: "6822d0817221f8867fee86a2c6713c3bcfbb1b03"