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 (1)

Showing the top 1 popular GitHub repositories that depend on swigged.llvm:

Repository Stars
kaby76/Campy
A compiler for NET CIL for GP-GPU computing in .NET languages.
Version Downloads Last updated
70.0.1 2,539 9/23/2018
70.0.0 1,099 8/29/2018
6.0.6 2,380 5/2/2018
6.0.5 1,368 4/18/2018
6.0.4 2,458 4/4/2018
6.0.3 4,050 3/9/2018
6.0.0.2-alpha 1,125 2/5/2018
6.0.0.1-alpha 1,108 1/10/2018
5.0.4 1,403 1/5/2018
5.0.3 1,251 10/23/2017
5.0.2 1,248 9/22/2017
5.0.1 1,359 9/16/2017
4.0.14 1,416 9/6/2017
4.0.13 1,358 9/6/2017
4.0.12 1,608 9/5/2017
4.0.11 1,360 6/18/2017
4.0.10 1,577 6/16/2017
4.0.9-alpha 861 5/26/2017
4.0.8-alpha 853 5/25/2017
4.0.7-alpha 910 5/24/2017
4.0.6-alpha 914 5/18/2017
4.0.5-alpha 841 5/11/2017
4.0.4-alpha 1,086 5/9/2017
4.0.3-alpha 871 5/8/2017
4.0.1.2-alpha 1,031 4/17/2017
4.0.1.1-alpha 1,012 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.