Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-void-prof/buildinfo_armel.gz |
FileSize | 2876 |
MD5 | AAF0BC57A8B3907FA0BCC0084968F701 |
SHA-1 | 44ABF27DB19D311FFC04CD643A23A78847FC003B |
SHA-256 | ED913908CF9EDEC7A527AEFDAB76D4B1F75EB36160F9A3B5243B252564B7B33E |
SSDEEP | 48:XKpLRGFsv6Z5DU9EUkTLOyB3Mv5FnUHoktqJKQQE1PffRsrIebCI5yAKb7mSA0:6pspQ9UOyB3Yc5YQERf+rIebC/fE0 |
TLSH | T118514EFA045A175C1ABC9CE47481A6233944437AF4F533B9D6949643F7397F341501CC |
hashlookup:parent-total | 180 |
hashlookup:trust | 100 |
The searched file hash is included in 180 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 33228 |
MD5 | C04C83DAB47A61762D735000D16BF143 |
PackageDescription | Unicode alternatives for common functions and operators It defines new symbols for a number of functions and operators in the base package. . All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions. . For further Unicode goodness you can enable the UnicodeSyntax language extension [1]. This extension enables Unicode characters to be used to stand for certain ASCII character sequences, i.e. → instead of ->, ∀ instead of forall and many others. . 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-unicode-symbols-dev |
PackageSection | haskell |
PackageVersion | 0.2.4.2-1+b1 |
SHA-1 | 007B8ED5D9438EFB56E06D83F717DD1B59DAFE13 |
SHA-256 | 6BDAD6970E293893B53316A03716E20F8DF364D6C7011D11D8DEE6A67C2481D7 |
Key | Value |
---|---|
FileSize | 45472 |
MD5 | FE164B00178773D74F92DD4B80395225 |
PackageDescription | MurmurHash2 implementation for Haskell. Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. See <http://murmurhash.googlepages.com/> for details. . This implementation is pure Haskell, so it might be a bit slower than a C FFI binding. . This package contains the normal library files. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-murmur-hash-dev |
PackageSection | haskell |
PackageVersion | 0.1.0.9-4+b1 |
SHA-1 | 0126179453255B34B6F81C00F4B6D4E2EC947475 |
SHA-256 | 12DDE7FECD48B6278AF56C7A4C08CC3C2CD4BA94E53C7D069B326CD6F6E406F7 |
Key | Value |
---|---|
FileSize | 15528 |
MD5 | 5C61F7B73BA501E816A4059725E1A8D9 |
PackageDescription | Explicitly handled object names This tiny package contains the class ObjectName, which corresponds to the general notion of explicitly handled identifiers for API objects, e.g. a texture object name in OpenGL or a buffer object name in OpenAL. . 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-objectname-dev |
PackageSection | haskell |
PackageVersion | 1.1.0.1-6+b1 |
SHA-1 | 04DCE3E67F3E6F0405E5D2F59CBF319E86B5ECFB |
SHA-256 | CD92AF7EF91BA09C8CAA5743220FEDA4C4B480F4BF61C873CE3C546BF3310906 |
Key | Value |
---|---|
FileSize | 45952 |
MD5 | FF22BE73B14F2AA174A7ABB2776425B6 |
PackageDescription | type-level (low cardinality) integers This package provides unary type level representations of the (positive and negative) integers and basic operations (addition, subtraction, multiplication, division) on these. Due to the unary implementation the practical size of the NumTypes is severely limited making them unsuitable for large-cardinality applications. If you will be working with integers beyond (-20, 20) this package probably isn't for you. . It is, however, eminently suitable for applications such as representing physical dimensions (see the Dimensional library). . 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-numtype-dev |
PackageSection | haskell |
PackageVersion | 1.2-6+b1 |
SHA-1 | 07F3E6C2D7481B9CACDD7CD319430D0ABB40B866 |
SHA-256 | 0608CA7B17D6059AC379BF37732DAA1CEFDD96DECCC1787065C28BB617B05B2A |
Key | Value |
---|---|
FileSize | 21976 |
MD5 | EC298555BB805EFD0ED984F496C5C984 |
PackageDescription | exposes the native endianness of the system; profiling libraries This is for working with the native byte-ordering of the system. . 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-byteorder-prof |
PackageSection | haskell |
PackageVersion | 1.0.4-10+b1 |
SHA-1 | 08C158B78EE0F4D46EC93708D39D98D9EE416401 |
SHA-256 | 1B50F13290097DACF7FC034A46802B413F54453F841C22E26AFDAEE8CCBBCE2E |
Key | Value |
---|---|
FileSize | 27376 |
MD5 | 4DB49DAA18E2BE06302554E3FAE69DBD |
PackageDescription | The error function, erf, and related functions A type class for the error function, erf, and related functions. Instances for Float and Double. . 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-erf-dev |
PackageSection | haskell |
PackageVersion | 2.0.0.0-16+b1 |
SHA-1 | 0930DC9BAC4F1E7D999D7F123D9CB5BFFFBEE990 |
SHA-256 | 393E283BC48327F7B616F3ED18D9808F940621EAAB914AB89F5DC0CA25CC9E20 |
Key | Value |
---|---|
FileSize | 384136 |
MD5 | AB8D503B6597D0962821F39AE473F8CB |
PackageDescription | Wrappers for primitive operations This package contains Haskell bindings for the functions and data structures defined in the primitive C library. . 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-primitive-dev |
PackageSection | haskell |
PackageVersion | 0.7.0.1-1+b1 |
SHA-1 | 0AAF075F643A11AB7CE3EB0D83E3783A48C10FBB |
SHA-256 | B74E5BA19204ECF665AC18BFAE0D5DE6D7BF54D84236D08CD3AFB4A552FBE133 |
Key | Value |
---|---|
FileSize | 52764 |
MD5 | AD2D73ADBBC67E3F227985E8E8A1CEE1 |
PackageDescription | Strict variants of standard Haskell datatypes; profiling libraries This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations. . 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-strict-prof |
PackageSection | haskell |
PackageVersion | 0.3.2-16+b1 |
SHA-1 | 0B89C7EE79C0F207FB48F763DE24977ACD8A0034 |
SHA-256 | A27910BF07B1878E3B68E7C1E81C7008E6696C1B06578DCDCD1796EB7414B326 |
Key | Value |
---|---|
FileSize | 64080 |
MD5 | C2EAD622FFAA8B8BDB1387A6C7C9BEFB |
PackageDescription | Haskell parallel programming library for GHC Provides a library for parallel programming in 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-parallel-dev |
PackageSection | haskell |
PackageVersion | 3.2.2.0-3+b1 |
SHA-1 | 0DED437F26132F834B68633D9A23DD38CD6CA14F |
SHA-256 | 7DD44CDC7BBD44DB436F321E40A966237923B71FB7187E2E21F36B41ADCDDD30 |
Key | Value |
---|---|
FileSize | 217604 |
MD5 | 76F17A2986D320DBB44B3C7C40341031 |
PackageDescription | interpreter for the brainfuck programming language This package provides an interpreter for the Brainfuck programming language, written in the pure, lazy, functional language Haskell. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | hsbrainfuck |
PackageSection | haskell |
PackageVersion | 0.1.0.3-7+b1 |
SHA-1 | 11FBB8A68AA4A2489F2A0952EDBBFE5A93F2FF4E |
SHA-256 | 8BB0E3C20EDF6F9E791B39ABC5095E00E051BD61712FC04FF50E680E8DB1D5AA |