swigwintools 4.2.0

dotnet add package swigwintools --version 4.2.0
NuGet\Install-Package swigwintools -Version 4.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="swigwintools" Version="4.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add swigwintools --version 4.2.0
#r "nuget: swigwintools, 4.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install swigwintools as a Cake Addin
#addin nuget:?package=swigwintools&version=4.2.0

// Install swigwintools as a Cake Tool
#tool nuget:?package=swigwintools&version=4.2.0

SWIG is an interface compiler that integrates C and C++ with languages including Javascript, Perl, Python, Tcl, Ruby, PHP, Java, C#, D, Go, Lua, Octave, and R. SWIG can also export its parse tree into XML. SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C++ programs with a scripting language.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.0 695 2/9/2024
4.1.1 673 2/8/2024
4.0.0 211,209 6/28/2019
3.0.12 59,981 6/30/2017

SWIG-4.2.0 summary:
- Various template wrapping improvements: template template parameters,
 variadic templates, partially specialized templates, const template
 parameters and improved error checking instantiating templates.
- Improved decltype() support for expressions.
- C++14 auto without trailing return type and C++11 auto variables.
- Numerous C++ using declarations improvements.
- Numerous fixes for constructors, destructors and assignment operators:
 implicit, default and deleted and related non-assignable variable
 wrappers.
- STL: std::array and std::map improvements, std::string_view support
 added.
- Various C preprocessor improvements.
- Various issues fixed to do with architecture specific long type.
- Various Doxygen improvements.
- D1/Tango support removed.  D2/Phobos is now the supported D version
 and SWIG now generates code which works with recent D2 releases.
- New Javascript generator targeting Node.js binary stable ABI Node-API.
- Octave 8.1 support added.
- PHP7 support removed, PHP8 is now the supported PHP version.
- Python STL container wrappers now use the Python Iterator Protocol.
- Python stable ABI support added.
- Python 3.12 support added.
- Ruby 3.2 and 3.3 support.
- Scilab 2023.* support added.
- Various minor enhancements for C#, Go, Guile, Javascript, Lua, Ocaml,
 Perl, PHP, R, Racket, Ruby, Scilab and Tcl.
- A number of deprecated features have been removed.