{
   "authors" : [
      "Curt Tilmes <ctilmes@cpan.org>"
   ],
   "depends" : [
      "NativeCall"
   ],
   "description" : "NativeCall bindings for Unix exec*() calls",
   "license" : "Artistic-2.0",
   "name" : "Native::Exec",
   "perl" : "6.c",
   "provides" : {
      "Native::Exec" : "lib/Native/Exec.pm6"
   },
   "source-url" : "http://www.cpan.org/authors/id/C/CT/CTILMES/Perl6/Native-Exec-0.1.tar.gz",
   "support" : {
      "bugtracker" : "https://github.com/CurtTilmes/perl6-native-exec/issues",
      "source" : "https://github.com/CurtTilmes/perl6-native-exec.git"
   },
   "tags" : [
      "EXEC",
      "NATIVECALL"
   ],
   "test-depends" : [
      "Test",
      "Test::When",
      "Test::META"
   ],
   "version" : "0.1"
}