11 url = "https://github.com/thierry-martinez/stdcompat/releases/download/v${version}/stdcompat-${version}.tar.gz";
12 sha256 = "sha256-DKQGd4nnIN6SPls6hcA/2Jvc7ivYNpeMU6rYsVc1ClU=";
15 # Otherwise ./configure script will run and create files conflicting with dune.
19 homepage = "https://github.com/thierry-martinez/stdcompat";
20 license = lib.licenses.bsd2;
21 maintainers = [ lib.maintainers.vbgl ];