Result for 9990C8B42328CAF148F9D94A67BD9BDD604FE0EF

Query result

Key Value
FileName./usr/share/gocode/src/github.com/xdg/stringprep/.goipath
FileSize46
MD5DEB7161983DA191B727F60E61F3EC535
SHA-19990C8B42328CAF148F9D94A67BD9BDD604FE0EF
SHA-256AA3156E08DF7542F69024EBA5B9204DDCC9B67154008F006D5317D3F313530D4
SSDEEP3:WmhpEeBy4zAGIV4n:WmJBy4zJIV4n
TLSH
hashlookup:parent-total10
hashlookup:trust100

Network graph view

Parents (Total: 10)

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

Key Value
MD56125438BEA7F34C691ECD0FF632372EA
PackageArchnoarch
PackageDescriptionIdiomatic http middleware for golang. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/urfave/negroni
PackageMaintainerFedora Project
PackageNamegolang-github-urfave-negroni-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-146316D9690B15B07D5CD062E15AB8978EE7BD0BE
SHA-2562983D68347A027CE55720C444099998EF55EB98B7D98335BA5BCA4C11F716BCC
Key Value
MD5FF3683B8F5F3A4FDEDCD34544D125CF1
PackageArchnoarch
PackageDescriptionHllpp is an implementation of the HyperLogLog++ cardinality estimation algorithm in Go. It optimizes for memory usage over CPU usage. It implements all the HyperLogLog optimizations introduced in the HyperLogLog++ paper (http://goo.gl/Z5Sqgu). Some notable features include: – marshaling so you can serialize to your datastore – extra space savings by only using 5 bits per register when possible – built-in non-streaming murmur3 implementation for fast hashing of input data This package contains the source code needed for building packages that reference the following Go import paths: – github.com/retailnext/hllpp
PackageMaintainerFedora Project
PackageNamegolang-github-retailnext-hllpp-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-1B5FB1844AE0762588FF1B62619CB06672DEBFEE3
SHA-256E02C608D06F2E3C60B640F9C5D297D44FE1546F16F63941B64426DD0D21A466E
Key Value
MD595FFC3A07011572819C7326B4F83AD17
PackageArchnoarch
PackageDescriptionIn short, this library first converts YAML to JSON using go-yaml and then uses json.Marshal and json.Unmarshal to convert to or from the struct. This means that it effectively reuses the JSON struct tags as well as the custom JSON methods MarshalJSON and UnmarshalJSON unlike go-yaml. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/ghodss/yaml
PackageMaintainerFedora Project
PackageNamegolang-github-ghodss-yaml-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-1C1EB2459A409B636C077F0A1BA61F162E46CF8F3
SHA-2560CA97DC59C3986CA9981585AAE81FB0905A15233EFC9DE99E0C21823A9243B80
Key Value
MD5D81C087F98EAA3C1F35CEE685E561E9C
PackageArchnoarch
PackageDescriptionAn implementation of a pool of byte buffers with anti-memory-waste protection. The pool may waste limited amount of memory due to fragmentation. This amount equals to the maximum total size of the byte buffers in concurrent use. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/valyala/bytebufferpool
PackageMaintainerFedora Project
PackageNamegolang-github-valyala-bytebufferpool-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-1BC6092AF6C10B26F23D030F8E06B743CF5209AAC
SHA-256B17C163EDFEE7C238041BD75B7DFEA6D21334D0698DE084626C685905BE37098
Key Value
MD564A218A71B3229B9D003A08157F21706
PackageArchnoarch
PackageDescriptionThis package provides Streaming Approximate Histograms for efficient quantile approximations. The histograms in this package are based on the algorithms found in Ben-Haim & Yom-Tov's A Streaming Parallel Decision Tree Algorithm. Histogram bins do not have a preset size. As values stream into the histogram, bins are dynamically added and merged. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/VividCortex/gohistogram
PackageMaintainerFedora Project
PackageNamegolang-github-vividcortex-gohistogram-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-1A71196EB665BDB253A1C86C0B7FB2D2968F73E4B
SHA-256E2A99C231181D587D335A65AC39EA87366699161B1D0564631C384F69AA2A79E
Key Value
MD5BBDB01D5DF6CF3EF0C3D3DFA64B9C85D
PackageArchnoarch
PackageDescriptionThis library provides an implementation of the stringprep algorithm (RFC-3454) in Go, including all data tables. A pre-built SASLprep (RFC-4013) profile is provided as well. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/xdg/stringprep
PackageMaintainerFedora Project
PackageNamegolang-github-xdg-stringprep-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-1289E1ABE07BB3946769690D3870BBF31BCB5C974
SHA-25603F2C40AFEA8FC358C10978AD41A17C876BCA19BF2ED0792708ECA6F296D4873
Key Value
MD5E088AAD55BF903001D774A735297C32F
PackageArchnoarch
PackageDescriptionThis package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure. The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/btree
PackageMaintainerFedora Project
PackageNamegolang-github-google-btree-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-1901A6CF5808E2EB39D613B074217A8EF05263596
SHA-2569C2CF9511C015D5496578155D699B24DFB40D044F892411E145478C66F887118
Key Value
MD5AEFC3B67BFBD03EC6A0F34A42E610E38
PackageArchnoarch
PackageDescriptionMmap-go is a portable mmap package for the Go programming language. It has been tested on Linux (386, amd64), OS X, and Windows (386). It should also work on other Unix-like platforms, but hasn't been tested with them. I'm interested to hear about the results. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/edsrzf/mmap-go
PackageMaintainerFedora Project
PackageNamegolang-github-edsrzf-mmap-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-1E30AE4CC25CEBEF8699A361F265E6628AD6EE90F
SHA-256BA134A328C6D1C07884C378E68A909FC305DCDC0E04544511DE98976EDBEE2A7
Key Value
MD5A24E6100090D9C7EE6D61A7F2A509054
PackageArchnoarch
PackageDescriptionCamelCase is a Go package to split the words of a camelcase type string into a slice of words. It can be used to convert a camelcase word (lower or upper case) into any type of word. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/fatih/camelcase
PackageMaintainerFedora Project
PackageNamegolang-github-fatih-camelcase-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-1868A85A980D2D232996D7859DDAD36019D4F1C85
SHA-2569AF7C9BAEF07D77D21415DA98CB3AD19B1D093C8E040704228FCD85BAFA48DF6
Key Value
MD57CE4D92F21A8CE7AB75C68B5AF66976D
PackageArchnoarch
PackageDescriptionClean up raw terminal output by stripping escape sequences, optionally preserving color. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/lunixbochs/vtclean
PackageMaintainerFedora Project
PackageNamegolang-github-lunixbochs-vtclean-devel
PackageRelease4.fc33
PackageVersion1.0.0
SHA-19C147526D748289A44D67D28471FD37721254303
SHA-256F03B8E3BFE3295ABAA49A22DAE2FD05622008489E5FEE83B4BAAD9994E0D776F