Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/gorilla/mux/doc.go |
FileSize | 7212 |
MD5 | 677E18F04EF77DFFDFBB0F57D5B45F55 |
RDS:package_id | 182365 |
SHA-1 | E3AFB5E42084C0D78898479AB9537A6900F44D1E |
SHA-256 | 6F9CC6121974FD376FBD0869FA4099E18C7261725D342C0B2182D636C32045B5 |
SSDEEP | 192:m42ZchoaNdmbbg2oBTStoqFZAvf4T2upWfJiHipc4:m4gXaNd2s2ojqF242Itv4 |
TLSH | T1E5E184BED7AC2762226153AC29CEE2C3EB22E43513F545D1FA5C866C23424AF00779D8 |
insert-timestamp | 1679426695.668518 |
source | RDS.db |
hashlookup:parent-total | 7 |
hashlookup:trust | 85 |
The searched file hash is included in 7 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 807816 |
MD5 | 62A381E60EAAED11A38A215CA5C39D7F |
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.16+16.10ubuntu1 |
SHA-1 | F3E50426C7E128A4E4F6B0843083AFE253BFDC3C |
SHA-256 | 80670DB25D5286EB09121D6E3840F7759084FE6BA1F70CDE9AE31D9681B1D1E8 |
Key | Value |
---|---|
FileSize | 25046 |
MD5 | 8D3999B6A940E997FD02ACAE914BB83D |
PackageDescription | URL router and dispatcher 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 | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-mux-dev |
PackageSection | devel |
PackageVersion | 0.0~git20151003.1.ad4d7a5-0ubuntu1 |
SHA-1 | BF5188E3DF9F60FE81A786214158AF7F792F9164 |
SHA-256 | 3946CEE7BB23E94DD1D643AE6734ED414417069018BF4D892459F7527FD6A0B6 |
Key | Value |
---|---|
FileSize | 1034526 |
MD5 | 85271B7214BA0D87645BB7B052601A12 |
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.23.6+17.04.1 |
SHA-1 | 51CB2349CCA60AA9744029DE784271754F61E693 |
SHA-256 | A213B777600F848791D105E1A0B9BC393344A5C88FC3590D07B192D32E39A701 |
Key | Value |
---|---|
FileSize | 1108196 |
MD5 | 747C98959F575B487AD610C7CF293B93 |
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.26.10+16.10 |
SHA-1 | F6AEC5318BEC937B844F7962595213863F4485CE |
SHA-256 | 7271EE9325981BAF17CFA9C11809D83E780C485025A21488D5E61E33C65F917E |
Key | Value |
---|---|
FileSize | 1081928 |
MD5 | 6A70E6AD664831E808B9924ECBBCBAE6 |
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.25+16.10 |
SHA-1 | 15953F3FC48768589A6A9284612F805B06229482 |
SHA-256 | 109CD1D112364D79D836706DD7C876979EECB80C13BF157C0991907159A90D9E |
Key | Value |
---|---|
MD5 | F1E90B70CC24D5620F4E9BC8F286D2B8 |
PackageArch | noarch |
PackageDescription | A tool for building artifacts from source and injecting into docker images This package contains library source intended for building other packages which use import path with github.com/openshift/source-to-image prefix. |
PackageMaintainer | Fedora Project |
PackageName | source-to-image-devel |
PackageRelease | 1.fc24 |
PackageVersion | 1.0.9 |
SHA-1 | D24FAAD65107CB1FDF5D0862416D93EE7D4E0F43 |
SHA-256 | 2A014A0187D7BF182BFDCE0D606CD3E98881DAE8B2B8DAB3A52FA503F1716BB4 |
Key | Value |
---|---|
FileName | 3508 |
FileSize | 25154 |
MD5 | 66AF5B333C2EA22E3AA845F506C69AD8 |
PackageDescription | A 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 | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-gorilla-mux-dev |
PackageSection | devel |
PackageVersion | 0.0~git20150814.0.f7b6aaa-1 |
RDS:package_id | 182365 |
SHA-1 | 98C839F81BE35C1FDC22A069C763AD5C367DA577 |
SHA-256 | CFA13ABB59D5200F64AA739CFDFF57FCA13A49F04B4A46E7256A3AC547DCBDEE |
insert-timestamp | 1679408372.8898838 |
source | RDS.db |