Help language development. Donate to The Perl Foundation
{ "name": "EventSource::Server", "version": "0.0.10", "auth": "github:jonathanstowe", "api": "1.0", "description": "A simple handler to provide Server Sent Events from a Raku application", "source-url": "https://github.com/jonathanstowe/EventSource-Server.git", "support": { "source": "https://github.com/jonathanstowe/EventSource-Server.git", "bugtracker" : "https://github.com/jonathanstowe/EventSource-Server/issues", "email" : "[email protected]" }, "perl": "6.*", "raku": "6.*", "resources": [ ], "build-depends": [ ], "depends": [ ], "tags": [ "async", "event", "web" ], "license": "Artistic-2.0", "test-depends": [ "Test" ], "provides": { "EventSource::Server": "lib/EventSource/Server.rakumod" }, "authors": [ "Jonathan Stowe <[email protected]>" ], "meta-version": "1" }