Skip to content

Commit

Permalink
Add AutoWIG to list of binding generators (#1990)
Browse files Browse the repository at this point in the history
* Add AutoWIG to list of binding generators
  • Loading branch information
virtuald authored and wjakob committed Apr 26, 2020
1 parent 02c83db commit 2c4cd84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,11 @@ code by introspecting existing C++ codebases using LLVM/Clang. See the
[binder]_ documentation for details.

.. [binder] http://cppbinder.readthedocs.io/en/latest/about.html
[AutoWIG]_ is a Python library that wraps automatically compiled libraries into
high-level languages. It parses C++ code using LLVM/Clang technologies and
generates the wrappers using the Mako templating engine. The approach is automatic,
extensible, and applies to very complex C++ libraries, composed of thousands of
classes or incorporating modern meta-programming constructs.

.. [AutoWIG] https://github.com/StatisKit/AutoWIG

0 comments on commit 2c4cd84

Please sign in to comment.