Changes between Initial Version and Version 1 of LibSbmlBindings
- Timestamp:
- Apr 22, 2007, 2:08:56 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibSbmlBindings
v1 v1 1 2 == Bindings of libSBML to CommonLisp and Promot == 3 4 These are build by parsing the C-Headers of libsbml and translating them 5 to CommonLisp declarations, that establishes bindings via a 6 ForeignFunctionInterface of CommonLisp. 7 8 Currently this is done with c-parse and UFFI. 9