Git commit 4ade375094aa75cefc61c4a8a481541313bc8182 by Daniel Nicoletti. Committed on 21/11/2016 at 04:08. Pushed by cschumac into branch 'master'. Update to Cutelyst 1.0.0 stable A +32 -0 cutelyst/cutelyst.2016-11-10.manifest https://commits.kde.org/websites/inqlude-data/4ade375094aa75cefc61c4a8a4815= 41313bc8182 diff --git a/cutelyst/cutelyst.2016-11-10.manifest b/cutelyst/cutelyst.2016= -11-10.manifest new file mode 100644 index 0000000..02ea62d --- /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 M= ac OS in C++ with Cutelyst. The API is modeled after the popular Catalyst f= ramework 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" + ] +}