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.08.0"} "dune" {>= "1.0"} "ppx_cstruct" {build & >= "5.2.0"} "angstrom" {>= "0.15.0"} "faraday" {>= "0.6"} "mirage-crypto" {< "1.0.0"} "mirage-crypto-pk" {< "1.0.0"} "mirage-crypto-ec" {< "1.0.0"} "cstruct" "mirage-crypto-rng" {with-test & >= "0.11.0" & < "1.0.0"} "alcotest" {with-test} ] conflicts: [ "result" {< "1.5"} "ppxlib" {< "0.9.0"} ] authors: "Reynir Björnsson " url { src: "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.4.1/ssh-agent-0.4.1.tbz" checksum: [ "sha256=ecb77fdcb60b25274b95714201919a7c202b88de24332234b9462a1415165a46" "sha512=d4684519c6026c654ef745dee19f2bb9df75dbd09e30d9e4644df06b616d6489715d67a857f1629c3c2205638432a25763bbbc46b99c479da4123abe4cd2c49f" ] } x-commit-hash: "15517b6aec5637510559097ae4cedaecd83939c0"