forked from mono/Embeddinator-4000
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Embeddinator-4000.nuspec
18 lines (18 loc) · 1.41 KB
/
Embeddinator-4000.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Embeddinator-4000</id>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<title>Embeddinator-4000</title>
<summary>Tools to turn .NET libraries into native libraries that can be consumed on Android, iOS, Mac, Linux and other platforms.</summary>
<description>Embeddinator-4000 is a tool to turn existing .NET libraries into libraries that can be consumed by other languages.
It is a tool that takes a .NET assembly and generates the necessary glue to surface the .NET API as a native API. The goal is to surface .NET libraries to all ecosystems where Mono/Xamarin run, and for each platform we provide an interface that is native to that platform as well as the tools needed to turn a .NET library into something that can be consumed on that platform.</description>
<licenseUrl>https://raw.githubusercontent.com/mono/Embeddinator-4000/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/mono/Embeddinator-4000</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Microsoft 2017</copyright>
<tags>Embeddinator, Microsoft, Mono, Xamarin</tags>
</metadata>
</package>