1 { lib, stdenv, fetchFromGitHub, cmake }:
7 src = fetchFromGitHub {
10 rev = "4db9f665b4ece31b51aaf35b499b2c8e5811efa3";
11 sha256 = "14b8r3s24zq0l3addy3irzxs5cyqn3763y5s310lmzzswgj1v7r4";
14 nativeBuildInputs = [ cmake ];
17 description = "Instant compile time C++ 11 metaprogramming library";
19 Brigand is a light-weight, fully functional, instant-compile time C++ 11 meta-programming library.
20 Everything you were doing with Boost.MPL can be done with Brigand. And if that's not the case, open an issue!'';
21 homepage = "https://github.com/edouarda/brigand";
22 license = licenses.boost;
23 maintainers = with maintainers; [ pmiddend ];
24 platforms = platforms.all;