Result for 2479DFF1113D8218E0890FD1B9487D780EE9D85D

Query result

Key Value
FileName./usr/share/doc/libleveldb1d/changelog.Debian.gz
FileSize4201
MD5C042021EA1975AB89E43BC720EFFAF4E
SHA-12479DFF1113D8218E0890FD1B9487D780EE9D85D
SHA-256923E44F39552AD0FE02CC782561BE741A163026483C492FA5F901446CC2427E2
SSDEEP96:8BlcOWup8OHx4bvIQ7KoGXXWyJmFgZuKuKOJ7I4+uLWWc3+:8bc2pHHxG57K/luzxJM9uLJc3+
TLSHT121817E0043CFB6FC6DA74D785606B7F43F5414C8A0770BDE27129294D45AF8051A7BE8
hashlookup:parent-total19
hashlookup:trust100

Network graph view

Parents (Total: 19)

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
FileSize116136
MD57EC8FA6AB18547AB4C30373AC688BA28
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb1d
PackageSectionlibs
PackageVersion1.23-2
SHA-10BE6E0D87D9C87663D5CB0A0822F3F1C1A7E99AA
SHA-256E34044E8A39A5DBC78B78BABAB33F21F4ADA2909CAE34C1701A3EC25E675303F
Key Value
FileSize114332
MD5D815DBF569D47E6E8A3ECA66C789A2C2
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb1d
PackageSectionlibs
PackageVersion1.23-2
SHA-11DD12AB221B4EC6A8E72A50998317781E693679F
SHA-2562045088ABE4174E6FA192A278E3BCE3B58FB896F6BEBCCED0475ADA1D131D97C
Key Value
FileSize139148
MD5E9CF55C7D8E47A81DBAF9D899A29B01B
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb1d
PackageSectionlibs
PackageVersion1.23-2
SHA-1295C33C8F27DFBD670B44AAFD65C3FD0B9EA0E7A
SHA-256F2AA32BDF541655F2633B7C768F5C096764EA828C9805D2A2B6644632B7763F0
Key Value
FileSize170528
MD5262B44DA07B988A234583901CE028686
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb-dev
PackageSectionlibdevel
PackageVersion1.23-2
SHA-13562E3F32A9DB915A8EADA0BC8E556110E34E0DB
SHA-256F83B2576869C5D19F5C6594007FB7EF06C38F9353F749AC14E35F303F42CED37
Key Value
FileSize119400
MD507FB9F1DD95C0E620531DCAAE486B65A
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb1d
PackageSectionlibs
PackageVersion1.23-2
SHA-14CF676508BAD2F0FEA9BF4B16D2B293A208DC1A3
SHA-25607DE8F0645D9E1BD4FD2084F627E2806C366B817BCC91C9596A053786491EC11
Key Value
FileSize163568
MD570C6B6FA71EFA6BD237D87A435DE45E7
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb-dev
PackageSectionlibdevel
PackageVersion1.23-2
SHA-1514B6C0AAD553554A47F1DEAA965E56C87DD3407
SHA-25624B1A79FA97CEFE20A31ABF58501A8C53179FCFA1E9CB0A16F3EB2CC7C6FBA09
Key Value
FileSize147868
MD557E1B9765361A6C29E26C5E5E2A6D211
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb1d
PackageSectionlibs
PackageVersion1.23-2
SHA-159504D00B8ED4232FA6A9F1C33701DD54793C15F
SHA-2562DC27D874C970A6D6B1BDD0909B880184ED6D0B3410EC6F5828F645725004213
Key Value
FileSize162360
MD5EB9384C601B1D3E04F46849B75DD7DF9
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb-dev
PackageSectionlibdevel
PackageVersion1.23-2
SHA-1685D613F1B898EC03F1E7FE4600F5B328C2AE35B
SHA-256B1E93930A568B42A45904921126ACE4907F4C65628F46BABD8ECEFDDE1454142
Key Value
FileSize119948
MD5417FD25193396F013518A3BE1F352EF4
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb1d
PackageSectionlibs
PackageVersion1.23-2
SHA-1933F3B8D982E6EE99A75AD5562353A145AC0900B
SHA-25608AC6F59CC5EBFAA2347615C645BEB76245C96861E237E1C92650788905B0350
Key Value
FileSize185484
MD569F66BD782F3757E8288C7BFA26090E8
PackageDescriptionfast 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.
PackageMaintainerLaszlo Boszormenyi (GCS) <gcs@debian.org>
PackageNamelibleveldb-dev
PackageSectionlibdevel
PackageVersion1.23-2
SHA-1A52E5BF2AB3F58FC8E0C27A62CDC1F3CA82AC85A
SHA-256087DEC2EBA7280942179387D41E44791D9174E0A12B14FAC2BB180C9D138CD9B