Loading maintainers/maintainer-list.nix +10 −0 Original line number Diff line number Diff line Loading @@ -12150,6 +12150,16 @@ githubId = 3598650; name = "Fritz Otlinghaus"; }; Scrumplex = { name = "Sefa Eyeoglu"; email = "contact@scrumplex.net"; matrix = "@Scrumplex:duckhub.io"; github = "Scrumplex"; githubId = 11587657; keys = [{ fingerprint = "AF1F B107 E188 CB97 9A94 FD7F C104 1129 4912 A422"; }]; }; scubed2 = { email = "scubed2@gmail.com"; github = "scubed2"; Loading pkgs/development/libraries/tomlplusplus/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , stdenv , meson , ninja , fetchFromGitHub }: stdenv.mkDerivation rec { pname = "tomlplusplus"; version = "3.2.0"; src = fetchFromGitHub { owner = "marzer"; repo = pname; rev = "v${version}"; hash = "sha256-nohO4eySs73BSgjvq+uzybiE5lw2rFY5YqGbl/oqGek="; }; nativeBuildInputs = [ meson ninja ]; meta = with lib;{ homepage = "https://github.com/marzer/tomlplusplus"; description = "Header-only TOML config file parser and serializer for C++17"; license = licenses.mit; maintainers = with maintainers; [ Scrumplex ]; platforms = with platforms; unix; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22398,6 +22398,8 @@ with pkgs; tomlcpp = callPackage ../development/libraries/tomlcpp { }; tomlplusplus = callPackage ../development/libraries/tomlplusplus { }; tokyocabinet = callPackage ../development/libraries/tokyo-cabinet { }; tokyotyrant = callPackage ../development/libraries/tokyo-tyrant { }; Loading
maintainers/maintainer-list.nix +10 −0 Original line number Diff line number Diff line Loading @@ -12150,6 +12150,16 @@ githubId = 3598650; name = "Fritz Otlinghaus"; }; Scrumplex = { name = "Sefa Eyeoglu"; email = "contact@scrumplex.net"; matrix = "@Scrumplex:duckhub.io"; github = "Scrumplex"; githubId = 11587657; keys = [{ fingerprint = "AF1F B107 E188 CB97 9A94 FD7F C104 1129 4912 A422"; }]; }; scubed2 = { email = "scubed2@gmail.com"; github = "scubed2"; Loading
pkgs/development/libraries/tomlplusplus/default.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib , stdenv , meson , ninja , fetchFromGitHub }: stdenv.mkDerivation rec { pname = "tomlplusplus"; version = "3.2.0"; src = fetchFromGitHub { owner = "marzer"; repo = pname; rev = "v${version}"; hash = "sha256-nohO4eySs73BSgjvq+uzybiE5lw2rFY5YqGbl/oqGek="; }; nativeBuildInputs = [ meson ninja ]; meta = with lib;{ homepage = "https://github.com/marzer/tomlplusplus"; description = "Header-only TOML config file parser and serializer for C++17"; license = licenses.mit; maintainers = with maintainers; [ Scrumplex ]; platforms = with platforms; unix; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22398,6 +22398,8 @@ with pkgs; tomlcpp = callPackage ../development/libraries/tomlcpp { }; tomlplusplus = callPackage ../development/libraries/tomlplusplus { }; tokyocabinet = callPackage ../development/libraries/tokyo-cabinet { }; tokyotyrant = callPackage ../development/libraries/tokyo-tyrant { };