Registry / auth / licensepp

licensepp

JSON →
library1.2.0vcpkgunverified

Cross platform software licensing library for generating and validating licenses.

vcpkg install licensepp
INSTALL
IMPORT
SIG · LICENSEPP
L
licensepp
authcppv1.2.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.

licensepp/licensepp.h
#include <licensepp/licensepp.h>

Generate a license string

#include <licensepp/licensepp.h> #include <iostream> int main() { auto license = licensepp::License::generate("product-key"); std::cout << license.to_string() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.

licensepp — pip install licensepp · libregistry