-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9861c16
commit 3dca843
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
J S B M L 1.5 | ||
===== | ||
|
||
JSBML is a free, 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. | ||
|
||
This is the top-level directory of the JSBML 1.5 release. Here you will find the following: | ||
|
||
* [jsbml-1.5-with-dependencies.jar](jsbml-1.5-with-dependencies.jar) -- jar file containing the classes of JSBML-1.5 including all of the currently supported SBML L3 packages and any needed dependencies libraries classes. | ||
|
||
* [jsbml-1.5-full.zip](jsbml-1.5-full.zip) -- full distribution of JSBML-1.5 containing the two jars file described above plus the sources and documentation along with the build script to be able to compile the library. | ||
|
||
|
||
Please note: some of the code for the SBML Level 3 packages reflects the current state of development of each packages. Some of the SBML Level 3 package specifications have not yet been finalized, and the package implementations are themselves in a state of development. The code available may be untested and is supplied 'as-is' for experimental development only. | ||
|
||
For more information about JSBML, please visit the JSBML website at | ||
|
||
<http://sbml.org/Software/JSBML> | ||
|
||
|
||
Thank you for your interest in JSBML! | ||
|
||
The JSBML Team. | ||
|