9 stdenv.mkDerivation rec {
13 src = fetchFromGitHub {
17 sha256 = "0cjq86kncn3lv65vig9cqkqqv2p296ymcjjbviw0j1s85cfflps0";
31 description = "Simple and efficient MsgPack binary serialization library in a self-contained header file";
32 homepage = "https://github.com/rtsisyk/msgpuck";
33 license = licenses.bsd2;
34 platforms = platforms.all;
35 maintainers = with maintainers; [ izorkin ];