-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathLevelDBUAP.nuspec
23 lines (23 loc) · 1.27 KB
/
LevelDBUAP.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.8.6">
<id>LevelDB.UWP</id>
<version>1.18.2</version>
<title>LevelDB for UWP</title>
<authors>Zohaib Sibte Hassan</authors>
<owners>Zohaib Sibte Hassan</owners>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<projectUrl>/~https://github.com/maxpert/LevelDBWinRT/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description><![CDATA[ LevelDBUWP is a port of LevelDB (originally made by Google) for Universal Windows Platform (UWP). ]]></description>
<summary><![CDATA[ LevelDBUWP is a port of LevelDB (originally made by Google) for Universal Windows Platform (UWP). LevelDB stores keys and values in arbitrary byte arrays, and data is sorted by key. It supports batching writes, forward and backward iteration, and compression of the data via Google's Snappy compression library. ]]></summary>
<releaseNotes>
- Adding DB.Recover to recover broken databases
</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>leveldb,uwp,nosql,leveldbuap,leveldbuwp,uap,database,keyvalue,key-value,store,</tags>
<references>
<reference file="LevelDBWinRT.winmd" />
</references>
</metadata>
</package>