11 version = "unstable-2024-10-21";
13 minimalOCamlVersion = "4.13";
15 src = fetchFromGitHub {
18 rev = "cf6b26e37e37b0b48be9fd2e74fc563375f757f0";
19 hash = "sha256-6QZZ77C1G3x/GOJsUEQMrCatVsyyxNjq36ez/TgeHSY=";
52 homepage = "https://github.com/hannesm/jackline";
53 description = "minimalistic secure XMPP client in OCaml";
54 mainProgram = "jackline";
55 license = licenses.bsd2;
56 maintainers = with maintainers; [ sternenseemann ];