diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-29 07:36:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-29 07:36:10 +0800 |
commit | 5cc3c0a062483160aef8f63350ff8536dea909e1 (patch) | |
tree | 08e091a0c845c916be545f73afd68f378923316d /biology/Makefile | |
parent | 6c7cf0f870765a0adb19deba315900491ffc3fa6 (diff) | |
download | freebsd-ports-gnome-5cc3c0a062483160aef8f63350ff8536dea909e1.tar.gz freebsd-ports-gnome-5cc3c0a062483160aef8f63350ff8536dea909e1.tar.zst freebsd-ports-gnome-5cc3c0a062483160aef8f63350ff8536dea909e1.zip |
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/
PR: ports/135022
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/Makefile b/biology/Makefile index 1a9b5e34ef95..892e117aa36c 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -41,6 +41,7 @@ SUBDIR += lagan SUBDIR += lamarc SUBDIR += libgenome + SUBDIR += libsbml SUBDIR += linux-foldingathome SUBDIR += lsysexp SUBDIR += mafft |