swigged.llvm 4.0.1.1-alpha

This is a prerelease version of swigged.llvm.
There is a newer version of this package available.
See the version list below for details.
dotnet add package swigged.llvm --version 4.0.1.1-alpha
NuGet\Install-Package swigged.llvm -Version 4.0.1.1-alpha
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="swigged.llvm" Version="4.0.1.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add swigged.llvm --version 4.0.1.1-alpha
#r "nuget: swigged.llvm, 4.0.1.1-alpha"
#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 swigged.llvm as a Cake Addin
#addin nuget:?package=swigged.llvm&version=4.0.1.1-alpha&prerelease

// Install swigged.llvm as a Cake Tool
#tool nuget:?package=swigged.llvm&version=4.0.1.1-alpha&prerelease

A SWIG-generated C# API of the C API of LLVM.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on swigged.llvm:

Package Downloads
Campy

A compiler, runtime, and API for GP-GPU computing using C# or any other NET language, for Windows and Ubuntu x64.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
70.0.1 2,472 9/23/2018
70.0.0 1,089 8/29/2018
6.0.6 2,372 5/2/2018
6.0.5 1,360 4/18/2018
6.0.4 2,429 4/4/2018
6.0.3 4,030 3/9/2018
6.0.0.2-alpha 1,124 2/5/2018
6.0.0.1-alpha 1,106 1/10/2018
5.0.4 1,393 1/5/2018
5.0.3 1,243 10/23/2017
5.0.2 1,240 9/22/2017
5.0.1 1,352 9/16/2017
4.0.14 1,406 9/6/2017
4.0.13 1,349 9/6/2017
4.0.12 1,598 9/5/2017
4.0.11 1,345 6/18/2017
4.0.10 1,568 6/16/2017
4.0.9-alpha 860 5/26/2017
4.0.8-alpha 852 5/25/2017
4.0.7-alpha 909 5/24/2017
4.0.6-alpha 913 5/18/2017
4.0.5-alpha 840 5/11/2017
4.0.4-alpha 1,085 5/9/2017
4.0.3-alpha 870 5/8/2017
4.0.1.2-alpha 1,030 4/17/2017
4.0.1.1-alpha 1,011 4/6/2017

First release, using LLVM version 4.0.1. When building, select either
      x86 or x64 for platform. Also, make sure "unsafe code" is allowed in the build
      in your C# code. Note, this API is a little large, as LLVM was configured to generate
      code for all available targets. If you want to configure and build a subset,
      see https://github.com/kaby76/swigged-llvm. After installing the package, select the
      platform then save, close, and re-open your project/solution.