Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-xdg-basedir-prof/buildinfo_armel.gz |
FileSize | 2815 |
MD5 | B62CFF207E6E92E7D71CEBD672BE4B93 |
SHA-1 | CEE5EE121F966529E2A08264C91B61A44420ACCB |
SHA-256 | 79653C37510C4A0F7FB47C70A9CE674A271C5EE215F2364B8BC721E58A89D6A0 |
SSDEEP | 48:XfVB798/QZ/VcYbH7rDO8CahQwmYOr14sZqhahtE5verbqg7cyjKNhCYUyuCM2cJ:PVB6QZ/yy/HClMCxqhaTglyj01Up4hA |
TLSH | T13D515C80309B8E4773B3D8A2389534F75921CA471EEA18F4FE4C815B647C5F412E4B8C |
hashlookup:parent-total | 60 |
hashlookup:trust | 100 |
The searched file hash is included in 60 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 39770 |
MD5 | CB89ECF277EDECB8AC7AF6D4F81E7235 |
PackageDescription | Tarjan's algorithm for computing the SCCs of a graph; profiling libraries Tarjan's algorithm for computing the strongly connected components of a graph. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-graphscc-prof |
PackageSection | haskell |
PackageVersion | 1.0.4-3+b1 |
SHA-1 | 015CB90EAFDDB9ED043B032D02712833AF128B54 |
SHA-256 | 545E88313FFB4ED4233885A4DC958FAD64ED20B81494A87960222BB6394AA1DA |
Key | Value |
---|---|
FileSize | 8084 |
MD5 | C6B8B3E533CF51FA673D287695BA5B76 |
PackageDescription | compatibility of TimeLocale between old-locale and time-1.5; profiling libraries This package provides the module Data.Time.Locale.Compat, which contains the defaultTimeLocale from either old-time or time-1.5. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-time-locale-compat-prof |
PackageSection | haskell |
PackageVersion | 0.1.1.3-3+b1 |
SHA-1 | 09FD0781FA790631DCAEF117691F005777280B6E |
SHA-256 | 8E2F83B2D96034C31EA9A6BB7CAD37D86CC9A7D23B1E04D60A74506E03E61332 |
Key | Value |
---|---|
FileSize | 91494 |
MD5 | 52DF619E6754370C2A8DBAA2ED3235E4 |
PackageDescription | fast algorithms for single, average/UPGMA and complete linkage clustering; profiling libraries This package provides a function to create a dendrogram from a list of items and a distance function between them. Initially a singleton cluster is created for each item, and then new, bigger clusters are created by merging the two clusters with least distance between them. The distance between two clusters is calculated according to the linkage type. The dendrogram represents not only the clusters but also the order on which they were created. . This package has many implementations with different performance characteristics. There are SLINK and CLINK algorithm implementations that are optimal in both space and time. There are also naive implementations using a distance matrix. Using the dendrogram function from Data.Clustering.Hierarchical automatically chooses the best implementation we have. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-hierarchical-clustering-prof |
PackageSection | haskell |
PackageVersion | 0.4.6-3+b1 |
SHA-1 | 0E45A4E16A3C213FC97AEE2285BDCF622D80D9CB |
SHA-256 | 9E8C6F1AFBB36B5B66F70D47DD5F2E4DBB9C0B107943742C8E1CD39AE4DE1D28 |
Key | Value |
---|---|
FileSize | 32970 |
MD5 | 93D8D2E02F6466659835B8016914304E |
PackageDescription | A simple applicative parser in Parsec style; profiling libraries This is a simple applicative parser. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-appar-prof |
PackageSection | haskell |
PackageVersion | 0.1.4-7+b1 |
SHA-1 | 126DC942A8DB2D2D6406760438A9E8E9D0CD51AD |
SHA-256 | C508B1EC06A55DE22542EFA6B68AEBDD355F957CA02B8F70BE5B033926D6EB38 |
Key | Value |
---|---|
FileSize | 61858 |
MD5 | BD5626959E2D1D06FFB6DEEE06349746 |
PackageDescription | simple directory-like tree datatype, with IO functions; profiling libraries A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance . Provides a simple data structure mirroring a directory tree on the filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-directory-tree-prof |
PackageSection | haskell |
PackageVersion | 0.12.1-3+b1 |
SHA-1 | 13108E541CA82FBCDF45D15311D93572C2F4C88E |
SHA-256 | 0402DAC66F6C28FD772FF5D80CC44B8724A9E238622B942B464520222CFE4854 |
Key | Value |
---|---|
FileSize | 19954 |
MD5 | 1238F4C903F78BB89DCD6109B2D83470 |
PackageDescription | prevent or capture writing to stdout and other handles Need to prevent output to the terminal, a file, or stderr? Need to capture it and use it for your own means? Now you can, with silence and capture. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-silently-dev |
PackageSection | haskell |
PackageVersion | 1.2.5-5+b1 |
SHA-1 | 169956043BBE635C466A871CB3564935041F0AB1 |
SHA-256 | 9A19ADDC48DEF910691251396956624279F630031AAD6AD58F503E197D089206 |
Key | Value |
---|---|
FileSize | 87002 |
MD5 | 763EA414AB1CC068B1F9FE0FC192ACF2 |
PackageDescription | syslog bindings for Haskell; profiling libraries FFI bindings to syslog(3) from POSIX.1-2001. . This package contains the libraries compiled with profiling enabled. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-hsyslog-prof |
PackageSection | haskell |
PackageVersion | 4-2+b1 |
SHA-1 | 230F209ADB8245A96A5B944BBC7C35E86D88FA89 |
SHA-256 | 87A51F1E6A761D78BAA2ECB91C19606D143A5EA0A13B9CF37B3D0F0ECC1ADA5C |
Key | Value |
---|---|
FileSize | 459360 |
MD5 | A4752EDB8F9F1D16B8A837A6323DDE81 |
PackageDescription | library exposing some functionality of Haddock; profiling libraries Haddock is a documentation-generation tool for Haskell libraries. These modules expose some functionality of it without pulling in the GHC dependency. . For interacting with Haddock itself, see the ‘haddock’ package. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-haddock-library-prof |
PackageSection | haskell |
PackageVersion | 1.4.2-2+b1 |
SHA-1 | 3C8D66FB4BFD1AE981BF08FFE3187F54D3CF55DC |
SHA-256 | D18A259B045AB3CEEEF6342AE08DDA5DCE69D7954AC19988A45A7D20AACA8CF2 |
Key | Value |
---|---|
FileSize | 160446 |
MD5 | 42897290C7A7E6641B6D5C0EF3E27D9B |
PackageDescription | extra functions for base library; profiling libraries Library of extra functions for the standard Haskell libraries. Most functions are simple additions, filling out missing functionality. A few functions are available in later versions of GHC, but this package makes them available back to GHC 7.2. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-extra-prof |
PackageSection | haskell |
PackageVersion | 1.4.10-3+b1 |
SHA-1 | 4113C8ECE7AE25639A65BA6E24358C2D365A7CDC |
SHA-256 | 69289E316BF37F73129CFF8BAE11C2ECB7AC49BD27996E4224F8B1B6CD482388 |
Key | Value |
---|---|
FileSize | 101394 |
MD5 | 7B27861DDDD298EF340BE5507AB947CA |
PackageDescription | syslog bindings for Haskell FFI bindings to syslog(3) from POSIX.1-2001. . This package contains the normal library files. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-hsyslog-dev |
PackageSection | haskell |
PackageVersion | 4-2+b1 |
SHA-1 | 46FFCA1D60DFBF0574148183F469E22CB281F7BC |
SHA-256 | 6C850CA14EC4003CE6786C49BDB13F7D7EFB601B68CD298E9B3460ADBA45F3CA |