8 pname = "domain_shims";
11 src = fetchFromGitLab {
13 repo = "domain-shims";
15 hash = "sha256-/5Cw+M0A1rnT7gFqzryd4Z0tylN0kZgSBXtn9jr8u1c=";
18 minimalOCamlVersion = "4.12";
21 homepage = "https://gitlab.com/gasche/domain-shims/";
22 description = "Non-parallel implementation of Domains compatible with OCaml 4";
23 license = lib.licenses.mit;
24 maintainers = [ lib.maintainers.vbgl ];