1 { lib, fetchurl, buildDunePackage
12 minimalOCamlVersion = "4.08";
16 url = "https://github.com/rgrinberg/opium/releases/download/${version}/opium-${version}.tbz";
17 hash = "sha256-MmuRhm3pC69TX4t9Sy/yPjnZUuVzwEs8E/EFS1n/L7Y=";
20 propagatedBuildInputs = [
29 description = "Minimalist framework to build extensible HTTP servers and clients";
30 homepage = "https://github.com/rgrinberg/opium";
31 license = lib.licenses.mit;
32 maintainers = [ lib.maintainers.vbgl ];