Registry / serialization / retropak

retropak

JSON →
library1.0.0vcpkgunverified

A modern container format for retro software preservation with JSON schema and metadata specification.

vcpkg install retropak
INSTALL
IMPORT
SIG · RETROPAK
R
retropak
serializationcppv1.0.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.

retropak/container.h
#include <retropak/container.h>

Loads a Retropak container and prints its title metadata.

#include <retropak/container.h> #include <iostream> int main() { retropak::Container container; container.load("game.retropak"); std::cout << "Title: " << container.metadata().title << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

retropak — pip install retropak · libregistry