Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
1.8 KiB

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>CppSharp</id>
<version>0.8.17</version>
<authors>Dimitar Dobrev</authors>
<owners>João Matos,Dimitar Dobrev</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/mono/CppSharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<description>CppSharp is a tool and set of libraries which allows programmers to use C/C++ libraries with high-level programming languages (such as C#).
It is a tool that takes C/C++ header and library files and generates the necessary glue to surface the native API as a managed API. Such an API can be used to consume an existing native library in your high-level code or add scripting support to a native codebase.
The supported target languages at present are C# and C++/CLI.
It can also be used as a library to parse native code into a syntax tree with a rich declaration and type information model.
The NuGet version is Windows 64-bit only for the time being. Binary 32-bit releases for Windows can be found at https://github.com/mono/CppSharp/releases .</description>
<summary>CppSharp is a collection of libraries for working with C++ code from high-level languages.</summary>
<releaseNotes>Fixed a crash when parsing unnamed declarations in name-spaces.</releaseNotes>
<copyright>João Matos, Dimitar Dobrev</copyright>
<dependencies>
<dependency id="Baseclass.Contrib.Nuget.Output" version="2.3.0" />
<dependency id="Microsoft.VisualStudio.Setup.Configuration.Interop" version="1.15.103" />
</dependencies>
</metadata>
</package>