unofficial-flayan-nbind 0.3.13.1

dotnet add package unofficial-flayan-nbind --version 0.3.13.1
NuGet\Install-Package unofficial-flayan-nbind -Version 0.3.13.1
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="unofficial-flayan-nbind" Version="0.3.13.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add unofficial-flayan-nbind --version 0.3.13.1
#r "nuget: unofficial-flayan-nbind, 0.3.13.1"
#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 unofficial-flayan-nbind as a Cake Addin
#addin nuget:?package=unofficial-flayan-nbind&version=0.3.13.1

// Install unofficial-flayan-nbind as a Cake Tool
#tool nuget:?package=unofficial-flayan-nbind&version=0.3.13.1

nbind is a set of headers that make your C++11 library accessible from JavaScript. With a single #include statement, your C++ compiler generates the necessary bindings without any additional tools. Your library is then usable as a Node.js addon or, if compiled to asm.js with Emscripten, directly in web pages without any plugins.

nbind works with the autogypi dependency management tool, which sets up node-gyp to compile your library without needing any configuration (other than listing your source code file names).

nbind is MIT licensed and based on templates and macros inspired by embind.

This is an unofficial release of the library

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
0.3.13.1 3,081 12/6/2017
0.3.13 1,203 12/6/2017