Help language development. Donate to The Perl Foundation
{ "meta-version" : "1", "perl" : "6.*", "name" : "Native::Exec", "api" : "1", "version" : "0.2", "auth" : "github:CurtTilmes", "description" : "NativeCall bindings for Unix exec*() calls", "authors" : [ "Curt Tilmes <[email protected]>" ], "license" : "Artistic-2.0", "test-depends" : [ "Test", "Test::When", "Test::META" ], "depends" : { "runtime": { "requires": [ "NativeCall" ] }, "test": { "requires": [ "Test", "Test::When", "Test::META" ] } }, "provides" : { "Native::Exec" : "lib/Native/Exec.rakumod" }, "tags" : [ "EXEC" ], "support" : { "email" : "[email protected]", "source" : "https://github.com/CurtTilmes/raku-native-exec.git", "bugtracker" : "https://github.com/CurtTilmes/raku-native-exec.git" } }