{
   "depends" : [],
   "description" : "role for HTTP::Server so we can have start building out some servers with interchangeable backends",
   "name" : "HTTP::Server",
   "provides" : {
      "HTTP::Request" : "lib/HTTP/Request.pm6",
      "HTTP::Response" : "lib/HTTP/Response.pm6",
      "HTTP::Server" : "lib/HTTP/Server.pm6"
   },
   "support" : {
      "source" : "git://github.com/tony-o/perl6-http-server.git"
   },
   "version" : "0.000.001",
   "version_from_original_meta" : "0.1"
}
