{
   "depends" : [
      "HTTP::Status",
      "Netstring",
      "PSGI"
   ],
   "description" : "A SCGI library for Perl 6",
   "name" : "SCGI",
   "provides" : {
      "SCGI" : "lib/SCGI.pm6",
      "SCGI::Connection" : "lib/SCGI/Connection.pm6",
      "SCGI::Constants" : "lib/SCGI/Constants.pm6",
      "SCGI::Errors" : "lib/SCGI/Errors.pm6",
      "SCGI::Request" : "lib/SCGI/Request.pm6",
      "SCGI::Response" : "lib/SCGI/Response.pm6"
   },
   "support" : {
      "source" : "git://github.com/supernovus/SCGI.git"
   },
   "version" : "0.000.001",
   "version_from_original_meta" : "*"
}
