Key | Value |
---|---|
FileName | ./usr/share/doc/libleveldb1/copyright |
FileSize | 1818 |
MD5 | 8C6D1E10DFDA269A6D774C2214CB7DFB |
SHA-1 | 5D1758BFAD443E38EC896BB3273FD810ECEE6BC8 |
SHA-256 | BD870332CE58933EB9DD22DA9301653C53D0600897F277C614307A43F97B62DA |
SSDEEP | 48:m3OYrYJqrYJ1XCD9E437Hv3JErmv3t6THv:m+YrYJqrYJ1XCp33bv3JjYTP |
TLSH | T19431679B12840F665FD267407666A9C4B299902D3B3359053CBDE3546F2721FE8B6052 |
hashlookup:parent-total | 20 |
hashlookup:trust | 100 |
The searched file hash is included in 20 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 189164 |
MD5 | 7DCFC7A64FF8D3700E58EC3B824FB3C6 |
PackageDescription | fast key-value storage library (development files) LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package provides the development files. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 0+20120530.gitdd0d562-2 |
SHA-1 | 22509BFDB86C746AA7698740F13741A61E14CB86 |
SHA-256 | AE5B6613BB700B7A1A833B19A767B501E71B19D626376603374D8D0FDE0264A5 |
Key | Value |
---|---|
FileSize | 220028 |
MD5 | 98D57AE5404A713FAE05C95500641393 |
PackageDescription | fast key-value storage library (development files) LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package provides the development files. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 0+20120530.gitdd0d562-2 |
SHA-1 | 2BFC392DC2161025055F267BCB9452CA303EC443 |
SHA-256 | 8D5490E336B2F12382B6809AC3B68D344F44112422C1F452E17EEF9355F1BB0D |
Key | Value |
---|---|
FileSize | 204202 |
MD5 | D044A93644835EF5C94FBC128350E9C3 |
PackageDescription | fast key-value storage library (development files) LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package provides the development files. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 1.9.0-1 |
SHA-1 | 4C24A53DB377E1EF7A4BA1D4F971EB8E456A9B3D |
SHA-256 | C367A44FA9F0BA4A577CF86F0497E2A9BC2E5AB51F3DC7EB407EC8CE8A20086C |
Key | Value |
---|---|
FileSize | 215514 |
MD5 | E2D1298011BD8646B95308588AEBD57A |
PackageDescription | fast key-value storage library (development files) LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package provides the development files. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 1.9.0-1 |
SHA-1 | 5FD9CD2F8F69EC0844336C85A0D9929E1DDA332B |
SHA-256 | 471F3E85CC5D18F6B4AA74304647E4FCB25C92BF25971CF9B63397F2E4629F1B |
Key | Value |
---|---|
FileSize | 124872 |
MD5 | 407CC801A459BF872F8D73E4C1673594 |
PackageDescription | fast key-value storage library LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . Features: * Keys and values are arbitrary byte arrays. * Data is stored sorted by key. * Callers can provide a custom comparison function to override the sort order. * The basic operations are Put(key,value), Get(key), Delete(key). * Multiple changes can be made in one atomic batch. * Users can create a transient snapshot to get a consistent view of data. * Forward and backward iteration is supported over the data. * Data is automatically compressed using the Snappy compression library. * External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. * Detailed documentation about how to use the library is included with the source code. . Limitations: * This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes. * Only a single process (possibly multi-threaded) can access a particular database at a time. * There is no client-server support builtin to the library. An application that needs such support will have to wrap their own server around the library. . This package provides the shared library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb1 |
PackageSection | libs |
PackageVersion | 0+20120530.gitdd0d562-2 |
SHA-1 | 61512497E0F0214248C9E3B0B4E392B0E0476B9B |
SHA-256 | 652752691B26590CA33E5463487E661E71F768512184C699CC19A23D4347D1FF |
Key | Value |
---|---|
FileSize | 138384 |
MD5 | EEE997E787A0CDB449B02BE69864C9E3 |
PackageDescription | fast key-value storage library LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . Features: * Keys and values are arbitrary byte arrays. * Data is stored sorted by key. * Callers can provide a custom comparison function to override the sort order. * The basic operations are Put(key,value), Get(key), Delete(key). * Multiple changes can be made in one atomic batch. * Users can create a transient snapshot to get a consistent view of data. * Forward and backward iteration is supported over the data. * Data is automatically compressed using the Snappy compression library. * External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. * Detailed documentation about how to use the library is included with the source code. . Limitations: * This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes. * Only a single process (possibly multi-threaded) can access a particular database at a time. * There is no client-server support builtin to the library. An application that needs such support will have to wrap their own server around the library. . This package provides the shared library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb1 |
PackageSection | libs |
PackageVersion | 1.9.0-1 |
SHA-1 | 642A9711EF2D0C9823EC6691D8E5302ED15F9EBD |
SHA-256 | FB6F3DB2DFE1923BA156A906513FCB84FE7E1B404A5E902226D871D059ADACE0 |
Key | Value |
---|---|
FileSize | 34192 |
MD5 | 33150E8D625F856E39EA3604F40D8D7E |
PackageDescription | LevelDB documentation LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package provides the developers reference for LevelDB. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | leveldb-doc |
PackageSection | doc |
PackageVersion | 0+20120530.gitdd0d562-2 |
SHA-1 | 723E4A454203A5384E308B8A85DDB815E13CE86C |
SHA-256 | A68A56AB4296DB4CDD44C239249A6580EF5CE1BD5BDF9907898AEDBA08BFF269 |
Key | Value |
---|---|
FileSize | 201970 |
MD5 | 8041CA0E208C42684220B3D1F817CFE3 |
PackageDescription | fast key-value storage library (development files) LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package provides the development files. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 0+20120530.gitdd0d562-2 |
SHA-1 | 7CAC3457DB0CB96255F2C7EC0DB02024FF46CA70 |
SHA-256 | 6D68D6A682C69701300FC0D302DB9AC86C43F08D30B0C9B416E52D9B94843D47 |
Key | Value |
---|---|
FileSize | 147506 |
MD5 | 1A2FFEBC67637CDB3A8F3E4E46E5E0D2 |
PackageDescription | fast key-value storage library LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . Features: * Keys and values are arbitrary byte arrays. * Data is stored sorted by key. * Callers can provide a custom comparison function to override the sort order. * The basic operations are Put(key,value), Get(key), Delete(key). * Multiple changes can be made in one atomic batch. * Users can create a transient snapshot to get a consistent view of data. * Forward and backward iteration is supported over the data. * Data is automatically compressed using the Snappy compression library. * External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. * Detailed documentation about how to use the library is included with the source code. . Limitations: * This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes. * Only a single process (possibly multi-threaded) can access a particular database at a time. * There is no client-server support builtin to the library. An application that needs such support will have to wrap their own server around the library. . This package provides the shared library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb1 |
PackageSection | libs |
PackageVersion | 1.9.0-1 |
SHA-1 | 7FC3FF44CD0B43D7670A1FA37B64E4C5014FF083 |
SHA-256 | 7659BD9EA75D59CD11C5765C69A06E516A79FA88EF6A614ED3FEF9C696E00BA6 |
Key | Value |
---|---|
FileSize | 115642 |
MD5 | A399ED6326E8DB1707FDB4D93014A8A6 |
PackageDescription | fast key-value storage library LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . Features: * Keys and values are arbitrary byte arrays. * Data is stored sorted by key. * Callers can provide a custom comparison function to override the sort order. * The basic operations are Put(key,value), Get(key), Delete(key). * Multiple changes can be made in one atomic batch. * Users can create a transient snapshot to get a consistent view of data. * Forward and backward iteration is supported over the data. * Data is automatically compressed using the Snappy compression library. * External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. * Detailed documentation about how to use the library is included with the source code. . Limitations: * This is not a SQL database. It does not have a relational data model, it does not support SQL queries, and it has no support for indexes. * Only a single process (possibly multi-threaded) can access a particular database at a time. * There is no client-server support builtin to the library. An application that needs such support will have to wrap their own server around the library. . This package provides the shared library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libleveldb1 |
PackageSection | libs |
PackageVersion | 1.9.0-1 |
SHA-1 | 86AD8293596E8626FC32DD0DDA8A559127C3D926 |
SHA-256 | 059A6E347D3A1A2FB8C96B85E4D58C656842503F0F2BBE28A3C4F8BB9148C20C |