Changes between Version 5 and Version 6 of LibSbmlBindings


Ignore:
Timestamp:
Mar 31, 2011, 1:09:50 PM (14 years ago)
Author:
mirschel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibSbmlBindings

    v5 v6  
    11== ProMoT Development Topic: Bindings of libSBML to CommonLisp and Promot ==
    22
    3 These are build by parsing the C-Headers of libsbml and translating them
     3These are build by parsing the C-Headers of [http://sbml.org/Software/libSBML libSBML] and translating them
    44to CommonLisp declarations, that establishes bindings via a
    55ForeignFunctionInterface of CommonLisp.
    66
    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/libSBML libSBML]).
     7Currently 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]).
    88
    99[http://www.swig.org/ SWIG] allows to generate (part of the) bindings.