Help language development. Donate to The Perl Foundation
{ "auth": "zef:raku-community-modules", "author": "Timothy Totten", "build-depends": [ ], "depends": [ "Web::App", "SCGI", "HTTP::Easy", "Web::Template", "DB::Model::Easy", "JSON::Tiny" ], "description": "MVC Framework for Web Apps in Raku", "license": "Artistic-2.0", "name": "Web::App::MVC", "perl": "6.*", "provides": { "Web::App::MVC": "lib/Web/App/MVC.rakumod", "Web::App::MVC::Controller": "lib/Web/App/MVC/Controller.rakumod", "Web::App::MVC::Controller::MethodDispatch": "lib/Web/App/MVC/Controller/MethodDispatch.rakumod" }, "resources": [ ], "source-url": "git://github.com/raku-community-modules/Web-App-MVC.git", "tags": [ ], "test-depends": [ ], "version": "0.0.2" }