Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-xml-doc/buildinfo_all.gz |
FileSize | 3059 |
MD5 | F5AB5DEBAF3137AA14C79761E9825965 |
SHA-1 | 73918FEF587B794B229561DB3EA7DFAFBA8D5304 |
SHA-256 | C34D337E241B3E7FCDE79386EAFDF3BCB8C1FF745B8DED449ADE7E650D8C6316 |
SSDEEP | 48:X5q5HSRE6v7qZszWXEL9bU5TWDzU+lU41+pISdniVezZ3rFV/h0KOJBfTd5zyrf:JZRXgJXo9U41k/dniSZH/h0Ky5zk |
TLSH | T16F516E0A6D48DFC7791C857AC2367C0F853DA172AD6723F8F53EB410409979665B1502 |
hashlookup:parent-total | 8 |
hashlookup:trust | 90 |
The searched file hash is included in 8 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 42722 |
MD5 | 533CC4CDF31E685E00D8CDCD99DDE5BC |
PackageDescription | mime-type handling types and functions; documentation; documentation This package provides basic types and functions to handle mime-types. . 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-mime-types-doc |
PackageSection | doc |
PackageVersion | 0.1.0.7-3 |
SHA-1 | D7859C5B6D8AC33A23354DAEF26420F83B7C6630 |
SHA-256 | D1F58F039A337CB6F19786BAF54FE94FBC32ECC8C83F7F03C110A9E9341BC746 |
Key | Value |
---|---|
FileSize | 26966 |
MD5 | 23BB164F77AF21D02D94A508C07B4FDD |
PackageDescription | Binary instances for text types; documentation A compatibility layer providing Binary instances for strict and lazy text types for versions older than 1.2.1 of 'text' . 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-text-binary-doc |
PackageSection | doc |
PackageVersion | 0.2.1.1-3 |
SHA-1 | 54D9ACD8F1FDB9A128F521A2DDC0FCCF768F1FFE |
SHA-256 | 80A8575AC12DE23EA2E51A581F7633E14665D1059A61846BFDB54F687DD4A503 |
Key | Value |
---|---|
FileSize | 96956 |
MD5 | AC67366B5351BD7D135277BF6F0E7AFE |
PackageDescription | alternative parser combinator libraries for Haskell; documentation Alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings. . 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-polyparse-doc |
PackageSection | doc |
PackageVersion | 1.12-3 |
SHA-1 | FEAEE40FCB61E8E643935444A5EC7A22CA557AF7 |
SHA-256 | 9453A2FD1403ABF2CF6129CDCB4335A4B42B70A2BB1CE6244A6ADB79684C9399 |
Key | Value |
---|---|
FileSize | 54486 |
MD5 | 1D0E734041196AFD93A8C892F92F360D |
PackageDescription | high-level, byte-based file and directory path manipulations; documentation Functions for portable file path manipulation. . 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-filepath-doc |
PackageSection | doc |
PackageVersion | 0.4.13.4-6 |
SHA-1 | 36333CE870871DC1C3A2371C83E264A186DF9DEA |
SHA-256 | ACC1471CE786D535F6B01B26E3E2D5F18BFB8C1275E5985C6738F0051A9FB527 |
Key | Value |
---|---|
FileSize | 101486 |
MD5 | 9782A75CF57F1225CF31BB14DE8F9840 |
PackageDescription | high-performance left-fold enumerators; documentation Typical buffer–based incremental I/O is based around a single loop, which reads data from some source (such as a socket or file), transforms it, and generates one or more outputs (such as a line count, HTTP responses, or modified file). Although efficient and safe, these loops are all single–purpose; it is difficult or impossible to compose buffer–based processing loops. . Haskell's concept of "lazy I/O" allows pure code to operate on data from an external source. However, lazy I/O has several shortcomings. Most notably, resources such as memory and file handles can be retained for arbitrarily long periods of time, causing unpredictable performance and error conditions. . Enumerators are an efficient, predictable, and safe alternative to lazy I/O. Discovered by Oleg Kiselyov, they allow large datasets to be processed in near–constant space by pure code. Although somewhat more complex to write, using enumerators instead of lazy I/O produces more correct programs. . This library contains an enumerator implementation for Haskell, designed to be both simple and efficient. Three core types are defined, along with numerous helper functions: . Iteratee: Data sinks, analogous to left folds. Iteratees consume a sequence of input values, and generate a single output value. Many iteratees are designed to perform side effects (such as printing to stdout), so they can also be used as monad transformers. . Enumerator: Data sources, which generate input sequences. Typical enumerators read from a file handle, socket, random number generator, or other external stream. To operate, enumerators are passed an iteratee, and provide that iteratee with input until either the iteratee has completed its computation, or EOF. . Enumeratee: Data transformers, which operate as both enumerators and iteratees. Enumeratees read from an outer enumerator, and provide the transformed data to an inner iteratee. . 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-enumerator-doc |
PackageSection | doc |
PackageVersion | 0.4.20-6 |
SHA-1 | 86B12ACCACE70F99338DA0D4D4B2638A17A452FC |
SHA-256 | B35A4C700AD60E2105281BA00ACFE9646B76AC12225491895081CA99ACF255C2 |
Key | Value |
---|---|
FileSize | 49954 |
MD5 | 9C92BA3EF0539B69F52CA918131AD55A |
PackageDescription | working with MIME types; documentation Codecs for Base64, quoted-printable, and MIME parts. . 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-mime-doc |
PackageSection | doc |
PackageVersion | 0.4.0.2-4 |
SHA-1 | 83829C7A083C3035CC5179752810D2305471BC75 |
SHA-256 | 7DEA67E40119E1D423DDA448849F08BE9A2D228F0A83A2C038099A9E13B8901B |
Key | Value |
---|---|
FileSize | 66664 |
MD5 | 399ADC3B48311AA356815B4BE224B605 |
PackageDescription | A simple Haskell XML library; documentation This library provides lightweight tools to parse, filter and generate XML. . 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-xml-doc |
PackageSection | doc |
PackageVersion | 1.3.14-6 |
SHA-1 | 2479D4D55DB10206181E6F15F368FCB166808D31 |
SHA-256 | A64A67D880A4B5CD82FAF029BAD67D1B5203CB324643ED53C445B3B296F98339 |
Key | Value |
---|---|
FileSize | 43556 |
MD5 | B2791809E5526E18E83D15630F481A43 |
PackageDescription | basic types for representing XML; documentation The idea is to have a full set of appropriate types, which various XML libraries can share. Instead of having equivalent-but-incompatible types for every binding, parser, or client, they all share the same types can thus interoperate easily. . This library contains complete types for most parts of an XML document, including the prologue, node tree, and doctype. Some basic combinators are included for common tasks, including traversing the node tree and filtering children. . 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-xml-types-doc |
PackageSection | doc |
PackageVersion | 0.3.6-5 |
SHA-1 | BDFC9F332B8091153E8613F2F31E4F49722B6F13 |
SHA-256 | 0432FF2F964CA3C109C5A9FE032531C1E7E7A761A82C4A5E0B7015CCDBD66D6F |