Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-hscolour-prof/buildinfo_armel.gz |
FileSize | 2847 |
MD5 | E9597812EBD58220D2FFD1C41095F94A |
SHA-1 | 7D838EB206EFE01627D34E6B14D5A0272397B34C |
SHA-256 | E6AF04A1D088A5B427BBFD9EC099B966F883BD1D23D3D02ACDBB05F974E9D347 |
SSDEEP | 48:XKpLRGFsv6Z5DU9EUkTLOyB3Mv5FnUHokt6EVzOYw9zxT2S3Zvjp3M1TZJjbjk5H:6pspQ9UOyB3Yc5dFONFkm7hM1TZJjnLU |
TLSH | T145514CBB40402E692F449C49D10364B763009179F67A13EA8E69225FF63FB77459639C |
hashlookup:parent-total | 65 |
hashlookup:trust | 100 |
The searched file hash is included in 65 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 20888 |
MD5 | EFD4F6FC05569EA690E2D218B41F1FE3 |
PackageDescription | most complete prelude formed solely from the "base" package A library which aims to reexport all the non-conflicting and most general definitions from the base package. This includes APIs for applicatives, arrows, monoids, foldables, traversables, exceptions, generics, ST, MVars and STM. . 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-base-prelude-dev |
PackageSection | haskell |
PackageVersion | 1.3-2+b1 |
SHA-1 | 00C398B2871C39FC9713BB390712168538F218D4 |
SHA-256 | 4A6C75A48973DA398AA77381DEC3665C7952B9FC562B72E9B01F67A3E0583947 |
Key | Value |
---|---|
FileSize | 255760 |
MD5 | F192A51FCCF7890ED6B2F1DE06247454 |
PackageDescription | true sums of products Implementation of n-ary sums and n-ary products. . The main purpose of this package is to serve as the core of generics-sop. . 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-sop-core-dev |
PackageSection | haskell |
PackageVersion | 0.5.0.1-2+b1 |
SHA-1 | 026728D14AF31C9836BFBF0CB17F7A00490D5057 |
SHA-256 | E36891B67FF76A99451B44CCA2DB787D4A97B8AC85E7E05A70C5CE09A0EF50C0 |
Key | Value |
---|---|
FileSize | 27756 |
MD5 | 86E6D8541FFC04BAEED236C9D2A15056 |
PackageDescription | Cross-platform library for handling echoing terminal input The base library exposes the hGetEcho and hSetEcho functions for querying and setting echo status, but unfortunately, neither function works with MinTTY consoles on Windows. This is a serious issue, since hGetEcho and hSetEcho are often used to disable input echoing when a program prompts for a password, so many programs will reveal your password as you type it on MinTTY! . This library provides an alternative interface which works with both MinTTY and other consoles. . 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-echo-dev |
PackageSection | haskell |
PackageVersion | 0.1.3-5+b1 |
SHA-1 | 02D7277972634C78C5C17CC63DED9C4B149F19D9 |
SHA-256 | 83AA1E352509444651C76F647AB681ED8108F2C2DDCFBADE6E7492689D43AECD |
Key | Value |
---|---|
FileSize | 114120 |
MD5 | D58DE00BD8A543A2D28DAE2EE314EDD1 |
PackageDescription | efficient lazy parsers for CSV (comma-separated values); profiling libraries The CSV format is defined by RFC 4180. These efficient lazy parsers (String and ByteString variants) can report all CSV formatting errors, whilst also returning all the valid data, so the user can choose whether to continue, to show warnings, or to halt on error. Valid fields retain information about their original location in the input, so a secondary parser from textual fields to typed values can give intelligent error messages. . 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-lazy-csv-prof |
PackageSection | haskell |
PackageVersion | 0.5.1-4+b1 |
SHA-1 | 0540E7E0CC4686E4CE0E2FC483CC8DA84D31A332 |
SHA-256 | D4B9C6F6F79789930E115E3C9553B5A0ED97C1BA454685323C002DD5501B04CB |
Key | Value |
---|---|
FileSize | 282360 |
MD5 | 44BBC71062B769EAE774817116E401F2 |
PackageDescription | signal handling and orphan reaping for Unix PID1 init processes Library/executable for initializing signal handlers, spawning and child process, and reaping orphan processes. These are the responsibilities that must be fulfilled by the initial process in a Unix system, and in particular comes up when running Docker containers. . This library/executable will automatically detect if it is run as some process besides PID1 and, if so, use a straightforward exec system call instead. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | pid1 |
PackageSection | admin |
PackageVersion | 0.1.2.0-4+b1 |
SHA-1 | 0B7FCBC6B7D50338490F773892E8EF446537C458 |
SHA-256 | 9E2189FF5F8957C5FC3E3191D69F1B644A7944EE1FACBF9B7BB3F098BF15BB49 |
Key | Value |
---|---|
FileSize | 217896 |
MD5 | F31FE2CDFCAEAB93914BC56316E06210 |
PackageDescription | nicer interface for reified information about data types This package normalizes variations in the interface for inspecting datatype information via Template Haskell so that packages and support a single, easier to use informational datatype while supporting many versions of Template Haskell. . 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-th-abstraction-dev |
PackageSection | haskell |
PackageVersion | 0.3.2.0-1+b1 |
SHA-1 | 0F37F49714FF96437631DB9FEC60742D1BFD4A15 |
SHA-256 | 42D3D7E641BB10CA2F8254174225FC2FB258FB92185782C1A97799BC7F8DA32A |
Key | Value |
---|---|
FileSize | 53104 |
MD5 | 6453D5656F8C53419D4E9CC2B69C089B |
PackageDescription | maps with multiple values per key; profiling libraries This is a simple implementation of a multimap, based on Data.Map. Internally this is a Map k [v]. It also provides a SetMap type. . 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-multimap-prof |
PackageSection | haskell |
PackageVersion | 1.2.1-3+b1 |
SHA-1 | 197EB0B7D85A80EC5DBAFCD70B77EB25EAD05823 |
SHA-256 | DC3E66EC9CA46B6B68F313F7C6F343CE18FD4B48DEDB1E06DDB7318397C64851 |
Key | Value |
---|---|
FileSize | 16228 |
MD5 | 4341E5A217D122E39423A5A73B0E5C0E |
PackageDescription | toy module to temporarily redirect a program's stdout; profiling libraries Due to the design of POSIX, it is possible to temporarily overload the file descriptors corresponding to stdout and stderr to point to an arbitrary pipe. It is, however, tricky to get right. This module gets it right, as far as such a terrible hack can be made right. It can be used to make misbehaving third-party C libraries stop spewing to standard output. . 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-system-posix-redirect-prof |
PackageSection | haskell |
PackageVersion | 1.1.0.1-2+b1 |
SHA-1 | 1CF59D93CC2BB134FBF98891A32DE8692CAA2169 |
SHA-256 | BCB914D43170AD075B77148FE81BF98413A357787F1EF080A96987C2DCA35426 |
Key | Value |
---|---|
FileSize | 16448 |
MD5 | 6203B5C103FC308A592C078F417FB9E0 |
PackageDescription | decidable propositions; profiling libraries This package provides a Dec type for decidable (nullary) relations. . 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-dec-prof |
PackageSection | haskell |
PackageVersion | 0.0.3-4+b1 |
SHA-1 | 1DE022561000BCFC07A35B9845F62E53C8AF7132 |
SHA-256 | 133AEC916B202BCA3A827E946AA7D153F09DCABDF559D413B6F5D7A472045F92 |
Key | Value |
---|---|
FileSize | 62404 |
MD5 | DCCA853B9B1F7029C5DF88E3558D10EB |
PackageDescription | combinatorial algorithms over multisets; profiling libraries Various combinatorial algorithms over multisets, including generating all permutations, partitions, size-2 partitions, size-k subsets, necklaces, and bracelets. . 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-multiset-comb-prof |
PackageSection | haskell |
PackageVersion | 0.2.4.1-5+b1 |
SHA-1 | 247332236A618E365B0BF2E62D917E0B626A143C |
SHA-256 | D41F5E58095C53505D586E7089E4E6ABB8D9963C9C5D0D624AA302584403CF3C |