13 minimalOCamlVersion = "4.08";
15 src = fetchFromGitHub {
19 sha256 = "sha256-9L4WCduQNj5Jd/u3SozuXiGTkgojwfGIP5KgQmnWgQw=";
22 buildInputs = [ result ];
23 propagatedBuildInputs = [ seq ];
26 description = "Minimal HTTP server using good old threads";
27 inherit (src.meta) homepage;
28 license = lib.licenses.mit;
29 maintainers = [ lib.maintainers.vbgl ];
30 mainProgram = "http_of_dir";