blob: c42a54b9432f26e3f0ed44d60ab1479dab3ba973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Name: LevelDB: A Fast Persistent Key-Value Store
Short Name: leveldb
URL: http://code.google.com/p/leveldb/
Version: r64
License: New BSD
License File: src/LICENSE
Security Critical: yes
Description:
Alternative to SQLite used as the backend for IndexedDB and internally by the
FileSystem API implementation and others.
Local Additions:
* gyp file for building in chromium
* port/port_chromium.{h,cc} and env_chromium.cc provide chromium implementations
of primitives used by leveldb. E.g. threading, file handling, etc.
|