Result for 52721BB88A890B7357CEA0D5A769DB4B5B7A7FC9

Query result

Key Value
FileNameAUTHORS
FileSize276
MD5978FCA581AE2824596FFCBD349B6B888
RDS:package_id293705
SHA-152721BB88A890B7357CEA0D5A769DB4B5B7A7FC9
SHA-256B73D9792B0B99AF35ED05442080A264ACFFE8221A7A0949033199BCFC30C9117
SHA-5127382B4FB3FCB234AC05FB9AA39801678AC99F319BD4DFA9F900DDC9DEE6C9DDB435C2850C78F868DA10DBD15383181E0D6C63EDCE79CA6312F115CCC385DE96E
SSDEEP6:SbFSbY0NBiIeiVTzcuUmRCBwhFlW9P9RaC8uug:q0BNBicVvccRCWhFMRv8ub
TLSHT1A5D0EBE32006913F6E8C09C3C40C0408AF48C1468B19D08AF00A0F82614582AF1ABE8B
insert-timestamp1678969022.8050995
mimetypetext/plain
sourceRDS.db
hashlookup:parent-total6
hashlookup:trust80

Network graph view

Parents (Total: 6)

The searched file hash is included in 6 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD525478002CC79FCCA0D31876116DDD91A
PackageArchnoarch
PackageDescriptionPackage 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
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-devel
PackageRelease1.fc32
PackageVersion1.7.4
SHA-18901E13B1189D7FCBE20822ABC751108AB243622
SHA-2564987A3D2D225BD7EC15446158FDE1D2BAB7A52DD81681F21F959C9B2A16DCBB0
Key Value
MD53E11BED112C7BFF698AB8632C0470B73
PackageArchnoarch
PackageDescriptionPackage 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
PackageMaintainerumeabot <umeabot>
PackageNamegolang-github-gorilla-mux-devel
PackageRelease2.mga9
PackageVersion1.8.0
SHA-19CB86CCFEA9B70DA673FB184EA9CFFC132DA2BA1
SHA-25615D697C86188A43F0391FA16ED906EBB8315A964119F943F04EB1B0620678DA5
Key Value
MD57959E91CC5F2DB4D3AC9D54726EE9C0F
PackageArchnoarch
PackageDescriptionPackage 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
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-devel
PackageRelease2.fc34
PackageVersion1.8.0
SHA-1073C7FC0B46E074E576E08D60FDB2355D08B92CC
SHA-2566516A459A538F27F11B8A856E2D33656F9FB0C940511DA1A0CC2561E0D6B157E
Key Value
SHA-103BD1018751C915F71C1E2AE51345C94CA1942ED
snap-authoritycanonical
snap-filenamemdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
snap-idmdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15
snap-nameaxiom
snap-publisher-id1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-10-01T17:34:13.464567Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap
Key Value
MD54DDA140B3A8A3781FA88686D24C08777
PackageArchnoarch
PackageDescriptionPackage 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
PackageMaintainerpterjan <pterjan>
PackageNamegolang-github-gorilla-mux-devel
PackageRelease1.mga8
PackageVersion1.7.4
SHA-1A0997DF1B3DEF32D03FEE69F52DBC1A486B49D50
SHA-2565A9BEC90DA434DD0877160CF11694F3A1C02ACDC1201C78ADB1A814BFBBD03DA
Key Value
MD51A69A40B362F772A0E5374C5E1A32DBD
PackageArchnoarch
PackageDescriptionPackage 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
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-devel
PackageRelease2.fc33
PackageVersion1.7.4
SHA-18D9F8997622FEAA5E6A54B34BCC08D4F4B816A45
SHA-256229226A514D3991CB75C0A49DBE20AF1FE4B96A18CF0FD2999D970BFCDDB68BB