-
Notifications
You must be signed in to change notification settings - Fork 11
/
NCDK.nuspec
50 lines (50 loc) · 3.17 KB
/
NCDK.nuspec
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NCDK</id>
<version>1.6.2</version>
<title>NCDK: library of algorithms for structural cheminformatics</title>
<authors>Kazuya Ujihara</authors>
<owners>kazuya</owners>
<license type="expression">LGPL-2.1-only</license>
<projectUrl>https://github.com/kazuyaujihara/NCDK</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NCDK is C# implementation of the Chemistry Development Kit (CDK), which is an open-source library of algorithms for structural cheminformatics and bioinformatics.</description>
<releaseNotes>This release is based on https://github.com/cdk/cdk/tree/a027f6689a34d9ede3bb9befad2d0f1c5b2bb711 snapshot.</releaseNotes>
<copyright>Copyright © 2016-2023 Kazuya Ujihara</copyright>
<tags>cdk cheminformatics chemistry toolkit</tags>
<dependencies>
<dependency id="MathNet.Numerics.Signed" version="4.15.0" />
<!--
<dependency id="dotNetRDF" version="2.6.2" />
-->
</dependencies>
</metadata>
<files>
<file src="NCDK.targets" target="build/" />
<file src="NCDK/bin/Release/net7.0/NCDK.dll" target="lib/net7.0" />
<file src="NCDK/bin/Release/net7.0/NCDK.xml" target="lib/net7.0" />
<file src="NCDK.Math/bin/Release/net7.0/NCDK.Math.dll" target="lib/net7.0" />
<file src="NCDK.Math/bin/Release/net7.0/NCDK.Math.xml" target="lib/net7.0" />
<!--
<file src="NCDK.RDF/bin/Release/net7.0/NCDK.RDF.dll" target="lib/net7.0" />
<file src="NCDK.RDF/bin/Release/net7.0/NCDK.RDF.xml" target="lib/net7.0" />
<file src="NCDK.Legacy/bin/Release/net7.0/NCDK.Legacy.dll" target="lib/net7.0" />
<file src="NCDK.Legacy/bin/Release/net7.0/NCDK.Legacy.xml" target="lib/net7.0" />
-->
<file src="NCDK/bin/Release/netstandard2.0/NCDK.dll" target="lib/netstandard2.0" />
<file src="NCDK/bin/Release/netstandard2.0/NCDK.xml" target="lib/netstandard2.0" />
<file src="NCDK.Math/bin/Release/netstandard2.0/NCDK.Math.dll" target="lib/netstandard2.0" />
<file src="NCDK.Math/bin/Release/netstandard2.0/NCDK.Math.xml" target="lib/netstandard2.0" />
<!--
<file src="NCDK.RDF/bin/Release/netstandard2.0/NCDK.RDF.dll" target="lib/netstandard2.0" />
<file src="NCDK.RDF/bin/Release/netstandard2.0/NCDK.RDF.xml" target="lib/netstandard2.0" />
<file src="NCDK.Legacy/bin/Release/netstandard2.0/NCDK.Legacy.dll" target="lib/netstandard2.0" />
<file src="NCDK.Legacy/bin/Release/netstandard2.0/NCDK.Legacy.xml" target="lib/netstandard2.0" />
-->
<file src="NCDK/runtimes/win-x64/native/libinchi.dll" target="runtimes/win-x64/native" />
<file src="NCDK/runtimes/win-x86/native/libinchi.dll" target="runtimes/win-x86/native" />
<file src="NCDK/runtimes/linux-x64/native/libinchi.so" target="runtimes/linux-x64/native" />
<file src="NCDK/runtimes/linux-x86/native/libinchi.so" target="runtimes/linux-x86/native" />
</files>
</package>