Help language development. Donate to The Perl Foundation
{ "name" : "epoll", "version" : "0.3", "source-url" : "https://github.com/CurtTilmes/perl6-epoll.git", "perl" : "6.*", "tags" : [ "IO", "NET", "ASYNC", "LINUX", "NATIVECALL" ], "provides" : { "epoll" : "lib/epoll.pm6" }, "depends" : [ "NativeCall" ], "description" : "Perl 6 bindings for epoll(7), async IO event notification", "test-depends" : [ "Test", "Test::When", "Test::META" ], "license" : "NASA-1.3", "authors" : [ "Curt Tilmes <[email protected]>" ], "support" : { "source" : "https://github.com/CurtTilmes/perl6-epoll.git", "bugtracker" : "https://github.com/CurtTilmes/perl6-epoll/issues" } }