Registry / web-framework / cutelyst2

cutelyst2

JSON →
library2.12.0vcpkgunverified

A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework

vcpkg install cutelyst2
INSTALL
IMPORT
SIG · CUTELYST2
C
cutelyst2
web-frameworkcppv2.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cutelyst/Application.h
#include <Cutelyst/Application.h>

Minimal Cutelyst2 application setup

#include <Cutelyst/Application.h> #include <Cutelyst/Controller.h> int main() { Cutelyst::Application app; app.init(); return app.exec(); }
Debug
Known issues
gotchaRequires Qt5 or Qt6 installed and linked
fix
Ensure Qt development packages are installed and CMake finds them
affects: all
Upgrade
Version history
2.12.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

cutelyst2 — pip install cutelyst2 · libregistry