Changes between Version 6 and Version 7 of LibSbmlBindings


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

--

Legend:

Unmodified
Added
Removed
Modified
  • LibSbmlBindings

    v6 v7  
    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 libSBML]).
     7Currently 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]).
    88
    99[http://www.swig.org/ SWIG] allows to generate (part of the) bindings.