{
   "api" : "1",
   "auth" : "github:CurtTilmes",
   "authors" : [
      "Curt Tilmes <curt@tilmes.org>"
   ],
   "depends" : {
      "runtime" : {
         "requires" : [
            "HTTP::UserAgent"
         ]
      },
      "test" : {
         "requires" : [
            "Test",
            "Test::When"
         ]
      }
   },
   "description" : "Native Compiling for Raku Modules",
   "license" : "Artistic-2.0",
   "meta-version" : "1",
   "name" : "Native::Compile",
   "perl" : "6.c",
   "provides" : {
      "Native::Compile" : "lib/Native/Compile.rakumod"
   },
   "source-url" : "http://www.cpan.org/authors/id/C/CT/CTILMES/Perl6/Native-Compile-0.2.tar.gz",
   "support" : {
      "bugtracker" : "https://github.com/CurtTilmes/raku-native-compile/issues",
      "email" : "curt@tilmes.org",
      "source" : "https://github.com/CurtTilmes/raku-native-compile.git"
   },
   "tags" : [
      "COMPILING",
      "BUILD"
   ],
   "test-depends" : [
      "Test",
      "Test::When"
   ],
   "version" : "0.2"
}