{
  "api" : "1.0",
  "auth" : "github:jonathanstowe",
  "author" : "Jonathan Stowe <[email protected]>",
  "authors" : [
     "Jonathan Stowe <[email protected]>"
  ],
  "build-depends" : [
     "LibraryCheck",
     "AccessorFacade"
  ],
  "depends" : [
     "AccessorFacade",
     "NativeHelpers::Array"
  ],
  "description" : "Encode PCM Audio data to MP3 in Perl 6 using a binding to liblame",
  "license" : "Artistic-2.0",
  "meta-version" : "0",
  "name" : "Audio::Encode::LameMP3",
  "perl" : "6.*",
  "provides" : {
     "Audio::Encode::LameMP3" : "lib/Audio/Encode/LameMP3.pm"
  },
  "resources" : [],
  "source-url" : "http://www.cpan.org/authors/id/J/JS/JSTOWE/Perl6/Audio-Encode-LameMP3-0.0.11.tar.gz",
  "support" : {
     "source" : "git://github.com/jonathanstowe/Audio-Encode-LameMP3.git"
  },
  "tags" : [
     "audio",
     "codec",
     "encode",
     "mpeg",
     "mp3"
  ],
  "test-depends" : [
     "Test::META",
     "Audio::Taglib::Simple",
     "Audio::Sndfile"
  ],
  "version" : "0.0.11"
}