Registry / other / libsbml

libsbml

JSON →
library5.20.4vcpkgunverified

A library for reading and writing SBML files.

vcpkg install libsbml
INSTALL
IMPORT
SIG · LIBSBML
L
libsbml
othercppv5.20.4
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.

sbml/SBMLTypes.h
#include <sbml/SBMLTypes.h>

Reads an SBML file

#include <sbml/SBMLTypes.h> #include <iostream> int main() { SBMLDocument* doc = readSBML("model.xml"); if (doc->getErrorLog()->getNumFailsWithSeverity(LIBSBML_SEV_ERROR) > 0) { std::cerr << "Errors reading SBML\n"; } delete doc; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.20.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.