8 stdenv.mkDerivation rec {
9 pname = "expected-lite";
12 src = fetchFromGitHub {
13 owner = "martinmoene";
14 repo = "expected-lite";
16 hash = "sha256-Qvu/YmkivfXVGM4ZPLVt3XmOEnKWcmHpbb9xJyC2qDQ=";
19 nativeBuildInputs = [ cmake ninja ];
25 Expected objects in C++11 and later in a single-file header-only library
27 homepage = "https://github.com/martinmoene/expected-lite";
28 changelog = "https://github.com/martinmoene/expected-lite/blob/${src.rev}/CHANGES.txt";
29 license = licenses.boost;
30 maintainers = with maintainers; [ azahi ];