Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/containerd/containerd/vendor/go.etcd.io/bbolt/LICENSE |
FileSize | 1078 |
MD5 | 13B2A308EEFA10D841E3BF2467DBE07A |
SHA-1 | 66C5C002958B1F31F74410B353972D622D74E007 |
SHA-256 | C15D721C37E277A11584547DE6D618541501F7AA10C4E32A945A4F9FF36CB0F6 |
SHA-512 | 6915725CD44FF119D700B871885D8B1B15A81B57401DA18879AA291E9B1377CF680602E2D990545A1378C14E0CA719FB1A251BFA54410DBACB8CEF8DFDFEBBD4 |
SSDEEP | 24:bcrOJH7H0yxgtAHw1hC09QHOsUv4tk4/+dpoaq/FD:bcSJrlxEDdQHOs52TSaYFD |
TLSH | T1E811B52E736447B22C9713A0552978C8F26BB24F7BAF1B88146EF305232A06CD0FB844 |
insert-timestamp | 1727054657.1027868 |
mimetype | text/plain |
source | snap:w46tzPp0CYr8qTXW8J09jzTDoiq42ELi_4 |
hashlookup:parent-total | 181 |
hashlookup:trust | 100 |
The searched file hash is included in 181 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 4779560 |
MD5 | 60BE7D4441DC661C4C82721F8334200B |
PackageDescription | Externally reusable Go packages included with Docker These packages are intentionally developed by upstream in such a way that they are reusable to projects outside Docker and only rely on each other or other external dependencies to be built. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-docker-docker-dev |
PackageSection | admin |
PackageVersion | 19.03.2-0ubuntu1 |
SHA-1 | 0069A7A034AEEF4FDBBE96506C3D29519417D280 |
SHA-256 | 3A2D34090A8FD0AD3B65118607726655F20E8588394F132A9E7709BC48C30F58 |
Key | Value |
---|---|
MD5 | 5322CAE3AC7FF4B9E6A545DA168B3245 |
PackageArch | noarch |
PackageDescription | Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/boltdb/bolt |
PackageMaintainer | Fedora Project |
PackageName | golang-github-boltdb-bolt-devel |
PackageRelease | 11.fc33 |
PackageVersion | 1.3.1 |
SHA-1 | 0111DB1E5D8434CF98DD2220E66D49491D35D389 |
SHA-256 | 63750A5E44DACD2C4018DBE021BD721871B9E88D893716632AA58897F9015F9C |
Key | Value |
---|---|
MD5 | 56DCCE26FFB7B3BDC3897AA27542872E |
PackageArch | armv7hl |
PackageDescription | Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. This package contains the bolt binary. |
PackageMaintainer | Fedora Project |
PackageName | boltdb |
PackageRelease | 10.fc32 |
PackageVersion | 1.3.1 |
SHA-1 | 0162280431BE579C7E3CA5967E032CA966A888D5 |
SHA-256 | 65F367DDDF4BCD541E5E3AB33EEAD71D95D3B330127D10E06E6AA857E57BB7C5 |
Key | Value |
---|---|
SHA-1 | 03BD1018751C915F71C1E2AE51345C94CA1942ED |
snap-authority | canonical |
snap-filename | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
snap-id | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
snap-name | axiom |
snap-publisher-id | 1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-10-01T17:34:13.464567Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
Key | Value |
---|---|
MD5 | 8BCA7F923CCB5969F43468A6503D9B92 |
PackageArch | aarch64 |
PackageDescription | Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. |
PackageMaintainer | Fedora Project |
PackageName | golang-etcd-bbolt |
PackageRelease | 3.fc34 |
PackageVersion | 1.3.5 |
SHA-1 | 056B8F8057589332FE512D8BE7931BE2616BB7CA |
SHA-256 | C020BA8D36372F402363528DE794728D8DEB0330D09535D6EB6CEB1B6C924890 |
Key | Value |
---|---|
MD5 | 507197AA975849F46069A02853776F43 |
PackageArch | x86_64 |
PackageDescription | Package Bbolt implements a low-level key/value store in pure Go. It supports fully serializable transactions, ACID semantics, and lock-free MVCC with multiple readers and a single writer. Bolt can be used for projects that want a simple data store without the need to add large dependencies such as Postgres or MySQL. Bolt is a single-level, zero-copy, B+tree data store. This means that Bolt is optimized for fast read access and does not require recovery in the event of a system crash. Transactions which have not finished committing will simply be rolled back in the event of a crash. The design of Bolt is based on Howard Chu's LMDB database project. |
PackageMaintainer | umeabot <umeabot> |
PackageName | golang-etcd-bbolt |
PackageRelease | 2.mga9 |
PackageVersion | 1.3.6 |
SHA-1 | 05F95B8976DCA8E610191D02845E7554A3CCC272 |
SHA-256 | F188EED099391256234EC5166A0D2091D033E79BA304216DFDC19FA39AE58596 |
Key | Value |
---|---|
MD5 | 7079B715D27DD0C9F6E86924ACB515DC |
PackageArch | armv7hl |
PackageDescription | cron job to run logrotate on Docker containers - for running unit tests - for running unit tests |
PackageMaintainer | bcornec <bcornec> |
PackageName | docker-unit-test |
PackageRelease | 1.mga7 |
PackageVersion | 18.09.8 |
SHA-1 | 0759DFB64ADFF8FB42C2EEBC046914A551B3E991 |
SHA-256 | 9B18184E64690BA576D0617C4541C29DFE4AB0843DD6FC5FB1A9B82D2C5DC9E5 |
Key | Value |
---|---|
MD5 | DDCF38C0F4B4A13FE7A9E9E8CD9D4694 |
PackageArch | x86_64 |
PackageDescription | Singularity provides functionality to make portable containers that can be used across host environments. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | singularity |
PackageRelease | lp152.1.26 |
PackageVersion | 3.5.3 |
SHA-1 | 099F14E0CF3063DE627A4D59A63B4E93FE185770 |
SHA-256 | 325E6B0826B7E6C15235207AF9AD8D1BA5FB24F44035370F4E0CC54D74F3446E |
Key | Value |
---|---|
MD5 | 4BB35AD9C23C18650EEB8D1A22F71F77 |
PackageArch | noarch |
PackageDescription | Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/boltdb/bolt |
PackageMaintainer | Fedora Project |
PackageName | golang-github-boltdb-bolt-devel |
PackageRelease | 10.fc32 |
PackageVersion | 1.3.1 |
SHA-1 | 0ABAF23A2B308AFD76F07F5A31B8195A3AF61A98 |
SHA-256 | 4B7B766F10E0FA290A004AE0D7FB59C93655D39C79BEE10679A64BAE8FF7D04E |
Key | Value |
---|---|
MD5 | 3BDE30D82DCE63D47F12B68D0EEC29D3 |
PackageArch | armv7hl |
PackageDescription | cron job to run logrotate on Docker containers - for running unit tests - for running unit tests |
PackageMaintainer | neoclust <neoclust> |
PackageName | docker-unit-test |
PackageRelease | 1.1.mga7 |
PackageVersion | 18.09.9 |
SHA-1 | 0BAEE337D231127492C5D22225EDA8002EDC534E |
SHA-256 | A9A533AEB64624007D8C9783B7F7339CE0889B9C589D9B310D515B0A2A250E76 |