-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a nuspec file for creating the libLLVM package.
- Loading branch information
1 parent
c284a71
commit 17ff552
Showing
16 changed files
with
649 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.freebsd.11-x64/libLLVM.runtime.freebsd.11-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.freebsd.11-x64</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>freebsd 11 x64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\freebsd.11-x64\native\libLLVM.so" target="runtimes\freebsd.11-x64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.freebsd.11-x86/libLLVM.runtime.freebsd.11-x86.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.freebsd.11-x86</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>freebsd 11 x86 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\freebsd.11-x86\native\libLLVM.so" target="runtimes\freebsd.11-x86\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.linux-arm/libLLVM.runtime.linux-arm.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.linux-arm</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>linux arm native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\linux-arm\native\libLLVM.so" target="runtimes\linux-arm\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.linux-arm64/libLLVM.runtime.linux-arm64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.linux-arm64</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>linux arm64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\linux-arm64\native\libLLVM.so" target="runtimes\linux-arm64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.osx-x64/libLLVM.runtime.osx-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.osx-x64</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>osx x64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\osx-x64\native\libLLVM.dylib" target="runtimes\osx-x64\native\libLLVM.dylib" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.sles-x64/libLLVM.runtime.sles-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.sles-x64</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>sles x64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\sles-x64\native\libLLVM.so" target="runtimes\sles-x64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.ubuntu.14.04-x64/libLLVM.runtime.ubuntu.14.04-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.ubuntu.14.04-x64</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>ubuntu 14.04 x64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\ubuntu.14.04-x64\native\libLLVM.so" target="runtimes\ubuntu.14.04-x64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.ubuntu.16.04-x64/libLLVM.runtime.ubuntu.16.04-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.ubuntu.16.04-x64</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>ubuntu 16.04 x64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\ubuntu.16.04-x64\native\libLLVM.so" target="runtimes\ubuntu.16.04-x64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.ubuntu.18.04-x64/libLLVM.runtime.ubuntu.18.04-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.ubuntu.18.04-x64</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>ubuntu 18.04 x64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\ubuntu.18.04-x64\native\libLLVM.so" target="runtimes\ubuntu.18.04-x64\native\libLLVM.so" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.win-x64/libLLVM.runtime.win-x64.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.win-x64</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>win x64 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\win-x64\native\libLLVM.dll" target="runtimes\win-x64\native\libLLVM.dll" /> | ||
</files> | ||
</package> |
19 changes: 19 additions & 0 deletions
19
packages/libLLVM.runtime.win-x86/libLLVM.runtime.win-x86.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
<metadata minClientVersion="2.12"> | ||
<id>libLLVM.runtime.win-x86</id> | ||
<version>8.0.0</version> | ||
<authors>Microsoft and Contributors</authors> | ||
<owners>Microsoft and Contributors</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<license type="expression">Apache-2.0</license> | ||
<projectUrl>https://github.com/microsoft/llvmsharp</projectUrl> | ||
<description>win x86 native library for libLLVM.</description> | ||
<copyright>Copyright © University of Illinois at Urbana-Champaign</copyright> | ||
<repository type="git" url="https://github.com/llvm-mirror/llvm" branch="release_80" /> | ||
</metadata> | ||
<files> | ||
<file src="..\libLLVM\LICENSE.TXT" target="LICENSE.TXT" /> | ||
<file src="runtimes\win-x86\native\libLLVM.dll" target="runtimes\win-x86\native\libLLVM.dll" /> | ||
</files> | ||
</package> |
Oops, something went wrong.