Key | Value |
---|---|
FileName | ./usr/share/doc/libleveldb1d/changelog.Debian.gz |
FileSize | 4201 |
MD5 | C042021EA1975AB89E43BC720EFFAF4E |
SHA-1 | 2479DFF1113D8218E0890FD1B9487D780EE9D85D |
SHA-256 | 923E44F39552AD0FE02CC782561BE741A163026483C492FA5F901446CC2427E2 |
SSDEEP | 96:8BlcOWup8OHx4bvIQ7KoGXXWyJmFgZuKuKOJ7I4+uLWWc3+:8bc2pHHxG57K/luzxJM9uLJc3+ |
TLSH | T121817E0043CFB6FC6DA74D785606B7F43F5414C8A0770BDE27129294D45AF8051A7BE8 |
hashlookup:parent-total | 19 |
hashlookup:trust | 100 |
The searched file hash is included in 19 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 116136 |
MD5 | 7EC8FA6AB18547AB4C30373AC688BA28 |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb1d |
PackageSection | libs |
PackageVersion | 1.23-2 |
SHA-1 | 0BE6E0D87D9C87663D5CB0A0822F3F1C1A7E99AA |
SHA-256 | E34044E8A39A5DBC78B78BABAB33F21F4ADA2909CAE34C1701A3EC25E675303F |
Key | Value |
---|---|
FileSize | 114332 |
MD5 | D815DBF569D47E6E8A3ECA66C789A2C2 |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb1d |
PackageSection | libs |
PackageVersion | 1.23-2 |
SHA-1 | 1DD12AB221B4EC6A8E72A50998317781E693679F |
SHA-256 | 2045088ABE4174E6FA192A278E3BCE3B58FB896F6BEBCCED0475ADA1D131D97C |
Key | Value |
---|---|
FileSize | 139148 |
MD5 | E9CF55C7D8E47A81DBAF9D899A29B01B |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb1d |
PackageSection | libs |
PackageVersion | 1.23-2 |
SHA-1 | 295C33C8F27DFBD670B44AAFD65C3FD0B9EA0E7A |
SHA-256 | F2AA32BDF541655F2633B7C768F5C096764EA828C9805D2A2B6644632B7763F0 |
Key | Value |
---|---|
FileSize | 170528 |
MD5 | 262B44DA07B988A234583901CE028686 |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 1.23-2 |
SHA-1 | 3562E3F32A9DB915A8EADA0BC8E556110E34E0DB |
SHA-256 | F83B2576869C5D19F5C6594007FB7EF06C38F9353F749AC14E35F303F42CED37 |
Key | Value |
---|---|
FileSize | 119400 |
MD5 | 07FB9F1DD95C0E620531DCAAE486B65A |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb1d |
PackageSection | libs |
PackageVersion | 1.23-2 |
SHA-1 | 4CF676508BAD2F0FEA9BF4B16D2B293A208DC1A3 |
SHA-256 | 07DE8F0645D9E1BD4FD2084F627E2806C366B817BCC91C9596A053786491EC11 |
Key | Value |
---|---|
FileSize | 163568 |
MD5 | 70C6B6FA71EFA6BD237D87A435DE45E7 |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 1.23-2 |
SHA-1 | 514B6C0AAD553554A47F1DEAA965E56C87DD3407 |
SHA-256 | 24B1A79FA97CEFE20A31ABF58501A8C53179FCFA1E9CB0A16F3EB2CC7C6FBA09 |
Key | Value |
---|---|
FileSize | 147868 |
MD5 | 57E1B9765361A6C29E26C5E5E2A6D211 |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb1d |
PackageSection | libs |
PackageVersion | 1.23-2 |
SHA-1 | 59504D00B8ED4232FA6A9F1C33701DD54793C15F |
SHA-256 | 2DC27D874C970A6D6B1BDD0909B880184ED6D0B3410EC6F5828F645725004213 |
Key | Value |
---|---|
FileSize | 162360 |
MD5 | EB9384C601B1D3E04F46849B75DD7DF9 |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 1.23-2 |
SHA-1 | 685D613F1B898EC03F1E7FE4600F5B328C2AE35B |
SHA-256 | B1E93930A568B42A45904921126ACE4907F4C65628F46BABD8ECEFDDE1454142 |
Key | Value |
---|---|
FileSize | 119948 |
MD5 | 417FD25193396F013518A3BE1F352EF4 |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb1d |
PackageSection | libs |
PackageVersion | 1.23-2 |
SHA-1 | 933F3B8D982E6EE99A75AD5562353A145AC0900B |
SHA-256 | 08AC6F59CC5EBFAA2347615C645BEB76245C96861E237E1C92650788905B0350 |
Key | Value |
---|---|
FileSize | 185484 |
MD5 | 69F66BD782F3757E8288C7BFA26090E8 |
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 | Laszlo Boszormenyi (GCS) <gcs@debian.org> |
PackageName | libleveldb-dev |
PackageSection | libdevel |
PackageVersion | 1.23-2 |
SHA-1 | A52E5BF2AB3F58FC8E0C27A62CDC1F3CA82AC85A |
SHA-256 | 087DEC2EBA7280942179387D41E44791D9174E0A12B14FAC2BB180C9D138CD9B |