Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15060,6 +15060,12 @@ githubId = 158758; name = "Oliver Dunkl"; }; odygrd = { email = "odysseas.georgoudis@gmail.com"; github = "odygrd"; githubId = 7397786; name = "Odysseas Georgoudis"; }; ofek = { email = "oss@ofek.dev"; github = "ofek"; Loading pkgs/by-name/qu/quill-log/package.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { cmake, fetchFromGitHub, lib, stdenv, }: stdenv.mkDerivation rec { pname = "quill-log"; version = "6.0.0"; src = fetchFromGitHub { owner = "odygrd"; repo = "quill"; rev = "v${version}"; hash = "sha256-hYnpMgxhL8TIkOzhxf4I/Eeix+BRecNYynuGPm/QwbA="; }; nativeBuildInputs = [ cmake ]; meta = with lib; { homepage = "https://github.com/odygrd/quill"; changelog = "https://github.com/odygrd/quill/blob/master/CHANGELOG.md"; downloadPage = "https://github.com/odygrd/quill"; description = "Asynchronous Low Latency C++17 Logging Library"; platforms = platforms.all; license = licenses.mit; maintainers = [ maintainers.odygrd ]; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15060,6 +15060,12 @@ githubId = 158758; name = "Oliver Dunkl"; }; odygrd = { email = "odysseas.georgoudis@gmail.com"; github = "odygrd"; githubId = 7397786; name = "Odysseas Georgoudis"; }; ofek = { email = "oss@ofek.dev"; github = "ofek"; Loading
pkgs/by-name/qu/quill-log/package.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { cmake, fetchFromGitHub, lib, stdenv, }: stdenv.mkDerivation rec { pname = "quill-log"; version = "6.0.0"; src = fetchFromGitHub { owner = "odygrd"; repo = "quill"; rev = "v${version}"; hash = "sha256-hYnpMgxhL8TIkOzhxf4I/Eeix+BRecNYynuGPm/QwbA="; }; nativeBuildInputs = [ cmake ]; meta = with lib; { homepage = "https://github.com/odygrd/quill"; changelog = "https://github.com/odygrd/quill/blob/master/CHANGELOG.md"; downloadPage = "https://github.com/odygrd/quill"; description = "Asynchronous Low Latency C++17 Logging Library"; platforms = platforms.all; license = licenses.mit; maintainers = [ maintainers.odygrd ]; }; }