diff --git a/cutelyst/cutelyst.2016-11-10.manifest b/cutelyst/cutelyst.2016-11-10.manifest new file mode 100644 index 00000000..02ea62de --- /dev/null +++ b/cutelyst/cutelyst.2016-11-10.manifest @@ -0,0 +1,32 @@ +{ + "$schema": "http://inqlude.org/schema/release-manifest-v1#", + "name": "cutelyst", + "display_name": "Cutelyst", + "version": "1.0.0", + "release_date": "2016-11-10", + "summary": "A Web Framework, using the simple approach of Catalyst (Perl) framework.", + "urls": { + "homepage": "http://cutelyst.org/", + "vcs": "https://github.com/cutelyst/cutelyst.git", + "api_docs": "http://api.cutelyst.org/" + }, + "licenses": [ + "LGPLv2" + ], + "description": "Develop web-server applications for Linux, Windows and Mac OS in C++ with Cutelyst. The API is modeled after the popular Catalyst framework for Perl.", + "maturity": "stable", + "authors": [ + "Daniel Nicoletti " + ], + "platforms": [ + "Linux", + "Windows", + "OS X" + ], + "packages": { + "source": "https://github.com/cutelyst/cutelyst/archive/r1.0.0.tar.gz" + }, + "topics": [ + "Web" + ] +}