1 { lib, fetchurl, buildDunePackage, seq }:
7 minimalOCamlVersion = "4.08";
12 "https://github.com/let-def/lwd/releases/download/v${version}/lwd-${version}.tbz";
13 sha256 = "sha256-H/vyW2tn2OBuWwcmPs8NcINXgFe93MSxRd8dzeoXARI=";
16 propagatedBuildInputs = [ seq ];
19 description = "Lightweight reactive documents";
20 license = licenses.mit;
21 maintainers = [ maintainers.alizter ];
22 homepage = "https://github.com/let-def/lwd";