Registry / serialization / sratom

sratom

JSON →
library0.6.22vcpkgunverified

Sratom is a library for serialising LV2 atoms to and from RDF, particularly the Turtle syntax.

vcpkg install sratom
INSTALL
IMPORT
SIG · SRATOM
S
sratom
serializationcppv0.6.22
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.

sratom/sratom.h
#include <sratom/sratom.h>

Creates and destroys a Sratom instance for LV2 atom serialization.

#include <sratom/sratom.h> #include <lv2/lv2plug.in/ns/ext/atom/atom.h> #include <iostream> int main() { Sratom* sratom = sratom_new(NULL); if (sratom) { std::cout << "Sratom instance created\n"; sratom_free(sratom); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.22latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources

No resource links recorded.

sratom — pip install sratom · libregistry