mummy
command line executable that generates C# wrappers from gccxml output
Install
- All systems
-
curl cmd.cat/mummy.sh
- Debian
-
apt-get install mummy
- Ubuntu
-
apt-get install mummy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mummy
- Raspbian
-
apt-get install mummy
- Dockerfile
- dockerfile.run/mummy
mummy
command line executable that generates C# wrappers from gccxml output
mummy is a command line executable that generates C# wrappers from gccxml output. A C# class is generated to wrap the wrappable class named in the gccxml output. Settings to control the wrapping are given inline directly in the class header file or in the MummySettings.xml input file.