18 строки
1.4 KiB
XML
18 строки
1.4 KiB
XML
<?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/master/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> |