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