Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-type-equality-doc/buildinfo_all.gz |
FileSize | 2800 |
MD5 | D81DE91D0B72C0E7A71161E63E1357CA |
SHA-1 | 8A354E33F211FD06D87346D3FDECCE70A73CDD11 |
SHA-256 | 36FFB2A453F91B8A9431BC439E4B596533D487BC23DE7678D5B6B41B9C6457D2 |
SSDEEP | 48:Xifj+ngx8uZOe+8sbZnwwSoS/Xqmqu1PQ15n7VbcrWi/gvTrij+Dv+VU0:yfj+5uMe+8kP6dPQjqJY6svU |
TLSH | T1A0513A62E91DE2F1CC161130397FB046B2832BA5A893B12C88B1E223F995C5D9DB1957 |
hashlookup:parent-total | 9 |
hashlookup:trust | 95 |
The searched file hash is included in 9 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 37688 |
MD5 | BE78073C2E6DBC0446EF2DF736ACDB27 |
PackageDescription | Data.Type.Equality compat package; documentation This library defines a propositional equality data type, shims Data.Type.Equality. . The module Data.Type.Equality.Hetero shims :~~: equality, for compilers with PolyKinds. . This package provides the documentation for 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-type-equality-doc |
PackageSection | doc |
PackageVersion | 1-2 |
SHA-1 | C1795AC404FA239FF33A14490E2ED656708254C9 |
SHA-256 | 6EFA743B20CCED351CD852F57D83644F2CB25C6804D6493F1D921BFECD1F592F |
Key | Value |
---|---|
FileSize | 51572 |
MD5 | 898BB45CAC0D461DB75830E1618EF3E4 |
PackageDescription | maps with multiple values per key; documentation 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 the documentation for 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-multimap-doc |
PackageSection | doc |
PackageVersion | 1.2.1-3 |
SHA-1 | 721F64F194E5F0D58220193045BE736B82AF69C8 |
SHA-256 | 9B2AEEE5B8B0BB9D487479E2EA7A028B2B2A583713748F60B12D616E3A0E60C5 |
Key | Value |
---|---|
FileSize | 72988 |
MD5 | 3560FEE6D76DAE5BF8A5C422A4023AED |
PackageDescription | Wadler/Leijen Pretty Printer, with annotation support; documentation This is a modified version of wl-pprint, which was based on Wadler's paper "A Prettier Printer". This version allows the library user to annotate the text with semantic information, which can later be rendered in a variety of ways. . This package provides the documentation for 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-annotated-wl-pprint-doc |
PackageSection | doc |
PackageVersion | 0.7.0-4 |
SHA-1 | 6F1E21A2E72895332323809C94573C916CCBAE15 |
SHA-256 | 0EFF434CA3ED8A30AB39E5DF88BFC9874C680780585C3A6EC4E5CD722CDA891B |
Key | Value |
---|---|
FileSize | 39868 |
MD5 | BEEF82BE611D120AA773E094266F5575 |
PackageDescription | toy module to temporarily redirect a program's stdout; documentation 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 the documentation for 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-system-posix-redirect-doc |
PackageSection | doc |
PackageVersion | 1.1.0.1-2 |
SHA-1 | 224805626D745E573734EE1CCAC2E911C4036E3E |
SHA-256 | 1F3ECA73865F765BF36BDD55A41C663E0ABCDB2D323724419933EE700E3BDAC8 |
Key | Value |
---|---|
FileSize | 47924 |
MD5 | 3CD499A1A9FD86A6EC1920EC8D6CC760 |
PackageDescription | Mutable and immutable bit arrays; documentation This package provides mutable and immutable bit arrays implemented as packed arrays of 64 bit words. It provides a pure interface as well as monadic interfaces for the IO and ST monad. . This package provides the documentation for 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-bitarray-doc |
PackageSection | doc |
PackageVersion | 0.0.1.1-6 |
SHA-1 | CC0AA8AEFE38BEB23378E1BECF84A128C5C92125 |
SHA-256 | 881D9564FEFEBD1FB7C4F1EDABB8639A0292C094EF4986EBC3177FB7A28F09DE |
Key | Value |
---|---|
FileSize | 38656 |
MD5 | 30CBF7A2C03372935D5CF814E550B61A |
PackageDescription | Memory reinterpretation casts for Float/Double/Word32/Word64; documentation This package provides memory reinterpretation casts for Float/Double and Word32/Word64 for Haskell. The implementations in the @.Internal@ package are different ways to tackle the problem; the @array@ method (current default) is about 5 times faster than the @FFI@ method. . This package provides the documentation for 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-reinterpret-cast-doc |
PackageSection | doc |
PackageVersion | 0.1.0-2 |
SHA-1 | 18C7960CAE6E4ADEC331DF4D3F737B77D7F7DD46 |
SHA-256 | 18E4B23E7639FE6DC4A89C0738A170D8E3E0F3C3785FCFDFEBF11FF80636B9A6 |
Key | Value |
---|---|
FileSize | 63916 |
MD5 | 6F76B04147C96BC3A0ACEA6358FC71C8 |
PackageDescription | combinatorial algorithms over multisets; documentation Various combinatorial algorithms over multisets, including generating all permutations, partitions, size-2 partitions, size-k subsets, necklaces, and bracelets. . This package provides the documentation for 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-multiset-comb-doc |
PackageSection | doc |
PackageVersion | 0.2.4.1-5 |
SHA-1 | 163B858093D782387B3A45D24740EEEF2EA970F4 |
SHA-256 | 0D00D6AB2FFBECE5B8CC7FA25050CA1A1ACD21A5CDBC350F78A6FF1EA57DF057 |
Key | Value |
---|---|
FileSize | 43604 |
MD5 | 4189FFA0C1BEF5F055983E23703ED3B9 |
PackageDescription | read and write hexadecimal floating point numbers; documentation Read and write hexadecimal floating point numbers. Provides a quasiquoter for entering hex-float literals, and a function for printing them in hexadecimal. . This package provides the documentation for 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-floatinghex-doc |
PackageSection | doc |
PackageVersion | 0.4-4 |
SHA-1 | 9102C28BAC9674B3748549997B26532971652C60 |
SHA-256 | F632AB06685B0B4FFDF2541557E78314A28A481F47806B8BA965B11A46938870 |
Key | Value |
---|---|
FileSize | 67836 |
MD5 | B2F25C0030611CE69EBC7ECDFD900835 |
PackageDescription | efficient lazy parsers for CSV (comma-separated values); documentation 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 the documentation for 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-lazy-csv-doc |
PackageSection | doc |
PackageVersion | 0.5.1-4 |
SHA-1 | AE48BC9CFB3E0FF127C5EC0998E2B8F58078D760 |
SHA-256 | D3576D3AACF86142FAC61EB553C33CE41B9A5B0A3295D9D5FE0B0930A6F35296 |