Skip to content

Commit fe755dc

Browse files
virtualdwjakob
authored andcommitted
Add AutoWIG to list of binding generators (#1990)
* Add AutoWIG to list of binding generators
1 parent 80d4524 commit fe755dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/compiling.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,11 @@ code by introspecting existing C++ codebases using LLVM/Clang. See the
287287
[binder]_ documentation for details.
288288

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

0 commit comments

Comments
 (0)