mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
043ce69d39
manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in your own applications. LibSBML understands all Levels and Versions of SBML, as well as the SBML Layout proposal by Gauges, Rost, Sahle and Wegner. It's written in ISO C and C++ but can be used from all the languages listed in the right-hand box. WWW: http://www.sbml.org/ PR: ports/135022 Submitted by: Wen Heping <wenheping at gmail.com>
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
LibSBML is an open-source programming library to help you read, write,
|
|
manipulate, translate, and validate SBML files and data streams. It is
|
|
not an application itself (though it does come with example programs),
|
|
but rather a library you can embed in your own applications.
|
|
|
|
LibSBML understands all Levels and Versions of SBML, as well as the
|
|
SBML Layout proposal by Gauges, Rost, Sahle and Wegner. It's written in
|
|
ISO C and C++ but can be used from all the languages listed in the
|
|
right-hand box.
|
|
|
|
WWW: http://www.sbml.org/
|