2 , version, src, patches ? [ ]
12 nativeBuildInputs = [ cmake ];
14 cmakeFlags = lib.optional (stdenv.hostPlatform != stdenv.buildPlatform) "-DMSGPACK_BUILD_EXAMPLES=OFF";
17 description = "MessagePack implementation for C and C++";
18 homepage = "https://msgpack.org";
19 license = licenses.asl20;
20 maintainers = with maintainers; [ redbaron ];
21 platforms = platforms.all;