forked from numenta/nupic.core-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.nuspec
25 lines (25 loc) · 1.36 KB
/
Package.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>nupic.core</id>
<version>$version$</version>
<authors>Numenta</authors>
<owners>Numenta</owners>
<licenseUrl>https://github.com/numenta/nupic.core/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/numenta/nupic.core</projectUrl>
<iconUrl>http://numenta.org/images/numenta-icon32.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
`NuPIC Core` contains C++ source code for the Numenta Platform for Intelligent Computing (NuPIC).
For more information on Numenta and NuPIC, see http://numenta.org and https://github.com/numenta/nupic/wiki
The main NuPIC project is available at https://github.com/numenta/nupic
For information specific to the `NuPIC Core` library, please refer to:
https://github.com/numenta/nupic.core and https://github.com/numenta/nupic/wiki/NuPIC-Architecture
</description>
<summary>Core algorithms for NuPIC</summary>
<releaseNotes>Windows 64-bit Release library (v140)</releaseNotes>
<copyright>Copyright (C) 2013-2015, Numenta, Inc</copyright>
<tags>AI Intelligence AGI ML learning Numenta NuPIC nupic.core native HTM Hierarchical Temporal Memory CLA cortical Jeff Hawkins</tags>
<dependencies></dependencies>
</metadata>
</package>