13 url = "https://github.com/anmonteiro/gluten/releases/download/${version}/gluten-${version}.tbz";
14 hash = "sha256-mGKbbQSPMOumUCtxrAdoBt5y2RrkAf58spkUymTYhYM=";
17 minimalOCamlVersion = "4.08";
19 propagatedBuildInputs = [
24 doCheck = false; # No tests
27 description = "An implementation of a platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf";
28 license = lib.licenses.bsd3;
29 homepage = "https://github.com/anmonteiro/gluten";
30 maintainers = with lib.maintainers; [ anmonteiro ];