this repo has no description
1opam-version: "2.0" 2synopsis: "Ssh-agent protocol parser and serialization implementation" 3maintainer: "Reynir Björnsson <reynir@reynir.dk>" 4dev-repo: "git+https://github.com/reynir/ocaml-ssh-agent.git" 5homepage: "https://github.com/reynir/ocaml-ssh-agent/" 6bug-reports: "https://github.com/reynir/ocaml-ssh-agent/issues/" 7license: "BSD-2-clause" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 11] 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "dune" {>= "1.0"} 15 "ppx_cstruct" {build & >= "5.2.0"} 16 "angstrom" {>= "0.15.0"} 17 "faraday" {>= "0.6"} 18 "mirage-crypto" {< "1.0.0"} 19 "mirage-crypto-pk" {< "1.0.0"} 20 "mirage-crypto-ec" {< "1.0.0"} 21 "cstruct" 22 "mirage-crypto-rng" {with-test & >= "0.11.0" & < "1.0.0"} 23 "alcotest" {with-test} 24] 25conflicts: [ 26 "result" {< "1.5"} 27 "ppxlib" {< "0.9.0"} 28] 29authors: "Reynir Björnsson <reynir@reynir.dk>" 30url { 31 src: 32 "https://github.com/reynir/ocaml-ssh-agent/releases/download/v0.4.1/ssh-agent-0.4.1.tbz" 33 checksum: [ 34 "sha256=ecb77fdcb60b25274b95714201919a7c202b88de24332234b9462a1415165a46" 35 "sha512=d4684519c6026c654ef745dee19f2bb9df75dbd09e30d9e4644df06b616d6489715d67a857f1629c3c2205638432a25763bbbc46b99c479da4123abe4cd2c49f" 36 ] 37} 38x-commit-hash: "15517b6aec5637510559097ae4cedaecd83939c0"