{
   "authors" : [
      "Curt Tilmes <ctilmes@cpan.org>"
   ],
   "depends" : [
      "DB",
      "NativeLibs",
      "NativeCall",
      "JSON::Fast"
   ],
   "description" : "MySQL access for Perl6",
   "license" : "BSD-2-Clause",
   "name" : "DB::MySQL",
   "perl" : "6.*",
   "provides" : {
      "DB::MySQL" : "lib/DB/MySQL.pm6",
      "DB::MySQL::Connection" : "lib/DB/MySQL/Connection.pm6",
      "DB::MySQL::Converter" : "lib/DB/MySQL/Converter.pm6",
      "DB::MySQL::Native" : "lib/DB/MySQL/Native.pm6",
      "DB::MySQL::Result" : "lib/DB/MySQL/Result.pm6",
      "DB::MySQL::Statement" : "lib/DB/MySQL/Statement.pm6"
   },
   "source-url" : "http://www.cpan.org/authors/id/C/CT/CTILMES/Perl6/DB-MySQL-0.5.tar.gz",
   "support" : {
      "bugtracker" : "https://github.com/CurtTilmes/perl6-dbmysql/issues",
      "source" : "https://github.com/CurtTilmes/perl6-dbmysql.git"
   },
   "tags" : [
      "DATABASE",
      "MYSQL"
   ],
   "test-depends" : [
      "Test",
      "Test::When",
      "Test::META"
   ],
   "version" : "0.5"
}