7 stdenv.mkDerivation rec {
9 version = "0.pre+date=2022-04-04";
11 src = fetchFromGitHub {
14 rev = "4e7b082ccc44316f212597ae5b09a35cf9329e69";
15 hash = "sha256-R9OBMG/aUa80Qw/zqaks63F9ybQcThfOYRsHP4t1Gv8=";
21 "prefix=${placeholder "out"}"
25 homepage = "https://github.com/cktan/tomlc99";
26 description = "TOML v1.0.0-compliant library written in C99";
27 license = licenses.mit;
28 maintainers = with maintainers; [ ];
29 platforms = with platforms; unix;