Registry / serialization / sfsexp

sfsexp

JSON →
library1.4.1vcpkgunverified

Small Fast S-Expression Library.

vcpkg install sfsexp
INSTALL
IMPORT
SIG · SFSEXP
S
sfsexp
serializationcppv1.4.1
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.

sfsexp/sexp.h
#include <sfsexp/sexp.h>

Parse an s-expression string.

#include <sfsexp/sexp.h> #include <iostream> int main() { sexp_t* s = parse_sexp("(hello world)", -1); std::cout << "Parsed s-expression" << std::endl; destroy_sexp(s); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

sfsexp — pip install sfsexp · libregistry