From 5cc3c0a062483160aef8f63350ff8536dea909e1 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 28 May 2009 23:36:10 +0000 Subject: 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 --- biology/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'biology/Makefile') 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 -- cgit