Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/snapcore/snapd/vendor/github.com/gorilla/mux/doc.go |
FileSize | 11227 |
MD5 | 3BAF2ADD9866735C8FC0A56D40FF978A |
RDS:package_id | 293705 |
SHA-1 | 92326CA202D5264538999FEF426AEAF85A1A69AD |
SHA-256 | E8AAA27CC33F9832711F0ED07172C39E166946E96542ACE6F759DAD13F8889C6 |
SHA-512 | F942CE29A0E9139311C828E5579AD766D627BADFAF56CA4FC229A1CAD9650E49603D68701CBBEA0C2491DDC96C697B12E097FD7A779A1B9F091A79A925173922 |
SSDEEP | 192:mV2ZYhoaNdmbbg20BTStoqFZACWlFBf4TyBpWfJiHipcRw61eu6OeQ96zeQP4fZ:mVgraNd2s20jqFzWlT4yntvRwIeu6Oey |
TLSH | T15932D87EE79C2723266123A86A8DE2D3EF26E13413F541D0F99C876D33910AE40779D8 |
insert-timestamp | 1678969022.9261723 |
mimetype | text/x-c |
source | RDS.db |
hashlookup:parent-total | 161 |
hashlookup:trust | 100 |
The searched file hash is included in 161 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | E45B766A580CEF8720A13F73D3872663 |
PackageArch | armv7hl |
PackageDescription | This package provides debug sources for package cri-o. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | cri-o-debugsource |
PackageRelease | 2.module_f33+8231+1f2b6587 |
PackageVersion | 1.14.12 |
SHA-1 | 02AD770130BC5816BDB79CC45179A7DAEFFB81FC |
SHA-256 | 604B92559C0704C70016B61B9C6E7AA6218428E1DF9103AB18660751A49F14B3 |
Key | Value |
---|---|
MD5 | 2B54F7500AF274F254F3A45FD3926CCB |
PackageArch | armv7hl |
PackageDescription | This package provides debug sources for package skopeo. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | skopeo-debugsource |
PackageRelease | 1.fc32 |
PackageVersion | 0.1.41 |
SHA-1 | 0376D14E21BB22380B4ECD0642AA6779AC27AAA9 |
SHA-256 | 2AF22FB2C24BB02D0A52BD0E6C11C9897983A96C1E2B88A28F34737453C128D3 |
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 | FCB2D49B17839A75DDB6FB8CA8254F41 |
PackageArch | x86_64 |
PackageDescription | This package provides debug sources for package reg. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | reg-debugsource |
PackageRelease | 3.fc34 |
PackageVersion | 0.16.1 |
SHA-1 | 0735676B8C1DD4D3E9CA2B70892916AA8AC27A65 |
SHA-256 | 999E7CE9217382849780B31CFB85E966676216A5B34D125D6CC656D557874781 |
Key | Value |
---|---|
MD5 | 7959E91CC5F2DB4D3AC9D54726EE9C0F |
PackageArch | noarch |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: – It implements the http.Handler interface so it is compatible with the standard http.ServeMux. – Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. – URL hosts, paths and query values can have variables with an optional regular expression. – Registered URLs can be built, or "reversed", which helps maintaining references to resources. – Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gorilla/mux |
PackageMaintainer | Fedora Project |
PackageName | golang-github-gorilla-mux-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.8.0 |
SHA-1 | 073C7FC0B46E074E576E08D60FDB2355D08B92CC |
SHA-256 | 6516A459A538F27F11B8A856E2D33656F9FB0C940511DA1A0CC2561E0D6B157E |
Key | Value |
---|---|
FileSize | 45884 |
MD5 | C808E7DB42B0C2FD008B12B7DA0BE12A |
PackageDescription | powerful URL router and dispatcher for golang Package gorilla/mux implements a request router and dispatcher. . The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths can have variables with an optional regular expression. * Registered URLs can be built, or "reversed", which helps maintaining references to resources. * Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-gorilla-mux-dev |
PackageSection | devel |
PackageVersion | 1.7.4-1~bpo10+1 |
SHA-1 | 0BA7FDE557627BFA126C9CF222EB22F466BC136A |
SHA-256 | AFA032DAC9E7386581D200D8FA5D029835F8B6623EB8774137EEB23AE1C7A4F8 |
Key | Value |
---|---|
MD5 | 3C48B47518D92C9F4ED25D6F0F7A9B21 |
PackageArch | armv7hl |
PackageDescription | This package provides debug sources for package cri-o. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | cri-o-debugsource |
PackageRelease | 2.module_f32+8349+ddd4b2b5 |
PackageVersion | 1.17.1 |
SHA-1 | 0CF002F37C8A449F1184B0228793CD89C13F022F |
SHA-256 | 8500EC0BB5EFBE56F4E4F42F3AAD076029711CC2327702A326F68237DADD9843 |
Key | Value |
---|---|
FileSize | 3757404 |
MD5 | 7F08EC1F23D696BA840AB01FAE7939FE |
PackageDescription | snappy development go packages. Use these to use the snappy API. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-snapcore-snapd-dev |
PackageSection | devel |
PackageVersion | 2.57.5+18.04ubuntu0.1 |
SHA-1 | 1314135AE6275C404C916CF5B4EFE02F3A5337A7 |
SHA-256 | BC6DB79313A3CA4A6CD8DB10DCBCB927A2BC5DB0A7694A2F8E2B0C15D9661BD1 |
Key | Value |
---|---|
MD5 | 2768AF8D6CDA19C5AE8003EB9F4F82A5 |
PackageArch | x86_64 |
PackageDescription | This package provides debug sources for package cri-o. Debug sources are useful when developing applications that use this package or when debugging this package. |
PackageMaintainer | Fedora Project |
PackageName | cri-o-debugsource |
PackageRelease | 1.module_f33+9445+0ecb53c4 |
PackageVersion | 1.16.6 |
SHA-1 | 1367538F597A340DD42BAE8E37B0EDBB2436ED26 |
SHA-256 | BB6518532790302F706AD0837657BA5944332A8878F3195F757FEF448F806E2E |
Key | Value |
---|---|
FileSize | 2947320 |
MD5 | 2EF157334BBD89FD4934E539783B75F1 |
PackageDescription | snappy development go packages. Use these to use the snappy API. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-snapcore-snapd-dev |
PackageSection | devel |
PackageVersion | 2.51.1+20.04ubuntu1 |
SHA-1 | 14D2F77339ABD221F39ED63A460DC4A76EC0C789 |
SHA-256 | 7C736F612C9EBC9D491DA99168760641D5DB27AA779F284D5FE65F2609C6C4A9 |