Changes between Version 6 and Version 7 of LibSbmlBindings
- Timestamp:
- Mar 31, 2011, 1:43:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibSbmlBindings
v6 v7 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 libSBML]).7 Currently this is done with [http://common-lisp.net/project/asdf/ ASDF], [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.