1 { lib, fetchurl, buildDunePackage
2 , cstruct, sexplib0, mirage-crypto, mirage-crypto-pk, astring, base64
9 minimumOCamlVersion = "4.08";
12 url = "https://github.com/hannesm/ocaml-otr/releases/download/v${version}/otr-v${version}.tbz";
13 sha256 = "0dssc7p6s7z53n0mddyipjghzr8ld8bb7alaxqrx9gdpspwab1gq";
18 propagatedBuildInputs = [ cstruct sexplib0 mirage-crypto mirage-crypto-pk
24 homepage = "https://github.com/hannesm/ocaml-otr";
25 description = "Off-the-record messaging protocol, purely in OCaml";
26 license = licenses.bsd2;
27 maintainers = with maintainers; [ sternenseemann ];