10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 rev = "v${finalAttrs.version}";
18 sha256 = "sha256-fokj+KiS6frPVOoOvETxW3ue95kCcYhdhOlN3efzBd4=";
21 propagatedBuildInputs = [ asio ];
29 (lib.cmakeBool "CROW_BUILD_EXAMPLES" false)
35 description = "A Fast and Easy to use microframework for the web";
36 homepage = "https://crowcpp.org/";
37 maintainers = with lib.maintainers; [ l33tname ];
38 platforms = lib.platforms.all;
39 license = lib.licenses.bsd3;