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