1 { lib, buildDunePackage, fetchurl
3 , mirage-crypto, mirage-crypto-ec, mirage-crypto-rng, mirage-crypto-pk
4 , x509, cstruct, cstruct-unix, cstruct-sexp, sexplib, eqaf
5 , rresult, mtime, logs, fmt, cmdliner, base64
13 minimalOCamlVersion = "4.10";
16 url = "https://github.com/mirage/awa-ssh/releases/download/v${version}/awa-${version}.tbz";
17 hash = "sha256-BtbReSnnAN+u1Vy63afO1yheoDqsIRU2rig0y1QDtuw=";
20 propagatedBuildInputs = [
21 mirage-crypto mirage-crypto-ec mirage-crypto-rng mirage-crypto-pk x509
22 cstruct cstruct-sexp sexplib mtime
28 checkInputs = [ cstruct-unix cmdliner fmt ];
31 description = "SSH implementation in OCaml";
32 homepage = "https://github.com/mirage/awa-ssh";
33 changelog = "https://github.com/mirage/awa-ssh/raw/v${version}/CHANGES.md";
34 license = licenses.isc;
35 maintainers = [ maintainers.sternenseemann ];