8 stdenv.mkDerivation rec {
9 pname = "tomlplusplus";
12 src = fetchFromGitHub {
16 hash = "sha256-nohO4eySs73BSgjvq+uzybiE5lw2rFY5YqGbl/oqGek=";
19 nativeBuildInputs = [ meson ninja ];
22 homepage = "https://github.com/marzer/tomlplusplus";
23 description = "Header-only TOML config file parser and serializer for C++17";
24 license = licenses.mit;
25 maintainers = with maintainers; [ Scrumplex ];
26 platforms = with platforms; unix;