-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSymbolica.LLVMSharp.nuspec
More file actions
35 lines (35 loc) · 1.71 KB
/
Symbolica.LLVMSharp.nuspec
File metadata and controls
35 lines (35 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Symbolica.LLVMSharp</id>
<version>$version$</version>
<authors>Symbolica</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<icon>Icon.png</icon>
<projectUrl>https://github.com/Symbolica/Symbolica.LLVMSharp</projectUrl>
<description>LLVMSharp packaged from an arbitrary version with interop and libLLVM included.</description>
<copyright>Copyright 2022 Symbolica Dev Limited</copyright>
<tags>Symbolica dotnet LLVM libLLVM bindings managed interop native</tags>
<repository type="git" url="https://github.com/microsoft/LLVMSharp" />
<dependencies>
<group targetFramework=".NETCoreApp3.1" />
<group targetFramework="net5.0" />
<group targetFramework="net6.0" />
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Bcl.HashCode" version="1.1.1" exclude="Build,Analyzers" />
<dependency id="System.Memory" version="4.5.4" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="Icon.png" target="" />
<file src="LICENSE.txt" target="" />
<file src="LLVMSharp\lib\**" target="lib" />
<file src="LLVMSharp.Interop\lib\**" target="lib" />
<file src="libLLVM.runtime.ubuntu.18.04-x64\runtimes\ubuntu.18.04-x64\**" target="runtimes\debian-x64" />
<file src="libLLVM.runtime.ubuntu.20.04-x64\runtimes\**" target="runtimes" />
<file src="libLLVM.runtime.win-x64\runtimes\**" target="runtimes" />
<file src="libLLVM.runtime.osx-x64\runtimes\**" target="runtimes" />
</files>
</package>