Skip to content

Commit

Permalink
added sf readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niko-rodrigue committed Apr 10, 2020
1 parent 9861c16 commit 3dca843
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/sourceforge/files/jsbml/1.5/README.md
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.

0 comments on commit 3dca843

Please sign in to comment.