forked from herumi/mcl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MCL.BLS12_381.Native.nuspec
20 lines (20 loc) · 1.14 KB
/
MCL.BLS12_381.Native.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MCL.BLS12_381.Native</id>
<version>0.0.5</version>
<authors>Skird</authors>
<owners>Skird</owners>
<licenseUrl>https://raw.githubusercontent.com/Skird/mcl/master/COPYRIGHT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/Skird/mcl</projectUrl>
<description>This package contains platform-specific native code builds of MCL (BLS12-381). Included: linux-x64/libmclbn384_256.so, osx-x64/libmclbn384_256.dylib, win-x64/mclbn384_256.dll</description>
<tags>MCL BLS12-381 pairing elliptic curve cryptography</tags>
</metadata>
<files>
<file src="lib/linux-x64/libmclbn384_256.so" target="runtimes/linux-x64/native/libmclbn384_256.so" />
<file src="lib/osx-x64/libmclbn384_256.dylib" target="runtimes/osx-x64/native/libmclbn384_256.dylib" />
<file src="lib/win-x64/mclbn384_256.dll" target="runtimes/win-x64/native/mclbn384_256.dll" />
<file src="MCL.BLS12_381.Native.targets" target="build/netstandard1.0"/>
</files>
</package>