-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
19 lines (10 loc) · 1.5 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# libLX
---
LibLX is a free, open-source programming XML parsing library derived from [LibSBML](http://sbml.org/Software/libSBML). It provides a common interface to underlying XML libraries, currently libXML, Xerces and Expat. This allows developers to read, write, manipulate, and validate XML files in their software systems, regardless of what XML libraries are available. It is written in C++ and will provide language bindings for other programming languages.
**LibLX authors and contributors_**
LibLX is derived from the XML portion of LibSBML. LibSBML's main authors are [Sarah M. Keating](https://github.com/skeating), [Frank T. Bergmann](https://www.cos.uni-heidelberg.de/index.php/f.bergmann/?l=_e), [Lucian P. Smith](https://github.com/luciansmith), [Brett G. Olivier](http://www.bgoli.net), [Akiya Jouraku](https://www.researchgate.net/profile/Akiya_Jouraku), [Michael Hucka](http://www.cds.caltech.edu/~mhucka/), and [Ben Bornstein](http://ml.jpl.nasa.gov/people/bornstein.shtml), with contributions from many other people. The XML library was abstracted from libSBML by [Timothy Spain](https:://github.com/timspainUCL).
<br>
_**Repository**_: https://github.com/sbmlteam/liblx<br>
_**License**_: LGPL version 2.1 – see the file [LICENSE](LICENSE) for details
## Acknowledgments ##
The development of the original libSBML library was supported in part by funding from the National Institute of General Medical Sciences (USA) under grant R01 GM070923 (principal investigator: Michael Hucka).