Changes between Version 5 and Version 6 of LibSbmlBindings
- Timestamp:
- Mar 31, 2011, 1:09:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibSbmlBindings
v5 v6 1 1 == ProMoT Development Topic: Bindings of libSBML to CommonLisp and Promot == 2 2 3 These are build by parsing the C-Headers of libsbmland translating them3 These are build by parsing the C-Headers of [http://sbml.org/Software/libSBML libSBML] and translating them 4 4 to CommonLisp declarations, that establishes bindings via a 5 5 ForeignFunctionInterface of CommonLisp. 6 6 7 Currently this is done with [http://common-lisp.net/project/cparse/ CPARSE] and [http://uffi.b9.com/ UFFI]. CPARSE and UFFI only work for c (using the c-api of [http://sbml.org/Software/libSBMLlibSBML]).7 Currently this is done with [http://common-lisp.net/project/cparse/ CPARSE] and [http://uffi.b9.com/ UFFI]. CPARSE and UFFI only work for c (using the c-api of libSBML]). 8 8 9 9 [http://www.swig.org/ SWIG] allows to generate (part of the) bindings.