1 { lib, fetchurl, buildDunePackage }:
9 minimumOCamlVersion = "4.02";
12 url = "https://github.com/magnusjonsson/opti/releases/download/${version}/opti-${version}.tbz";
13 sha256 = "ed9ba56dc06e9d2b1bf097964cc65ea37db787d4f239c13d0dd74693f5b50a1e";
17 description = "DSL to generate fast incremental C code from declarative specifications";
18 license = licenses.bsd3;
19 maintainers = [ maintainers.jmagnusj ];
20 homepage = "https://github.com/magnusjonsson/opti";