Commit e181e94b authored by figsoda's avatar figsoda
Browse files

perlPackages.MsgPackRaw: init at 0.05

parent 792f6a73
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -17411,6 +17411,22 @@ with self; {
    };
  };
  MsgPackRaw = buildPerlPackage rec {
    pname = "MsgPack-Raw";
    version = "0.05";
    src = fetchurl {
      url = "mirror://cpan/authors/id/J/JA/JACQUESG/MsgPack-Raw-${version}.tar.gz";
      hash = "sha256-hVnitkzZjZmrxmbt8qTIckyVNGEmFq8R9OsLvQ1CLaw=";
    };
    checkInputs = [ TestPod TestPodCoverage ];
    meta = with lib; {
      description = "Perl bindings to the msgpack C library";
      homepage = "https://github.com/jacquesg/p5-MsgPack-Raw";
      license = with licenses; [ gpl1Plus /* or */ artistic1 ];
      maintainers = with maintainers; [ figsoda ];
    };
  };
  MusicBrainzDiscID = buildPerlPackage {
    pname = "MusicBrainz-DiscID";
    version = "0.06";