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"} "mirage-crypto-rng" {with-test & < "0.11.0"} "cstruct" "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.0/ssh-agent-0.4.0.tbz" checksum: [ "sha256=f3e931d8c7eeac926cf353079d653a2a2757e238af3a45555d5cab1d8460a956" "sha512=66d520e731f04690baa846d78f1c01f9eefb7e61e58a2326725f96c174ecd43335982af33649f8ac34c952a7f45577f023a6a1856a41cc9fedc99770a5a2eca3" ] } x-commit-hash: "de26d8f99b645b5f0c641fec80ff857aedb0ecfb"