Result for B34FDDC6E9FD39F28C7555C6D225A14ADD27EE2A

Query result

Key Value
FileName./usr/share/doc/libghc-xml-prof/buildinfo_armhf.gz
FileSize3057
MD56B7C0EEC21692E65D53A43D244752505
SHA-1B34FDDC6E9FD39F28C7555C6D225A14ADD27EE2A
SHA-25622A76C64A0E77EF7486D682E6538F3F22B5E5F79082DF4BACA1A672D88027FC6
SSDEEP48:XIbO+Bx7iS0p4eC9ChjnQpFomczoIwS/8UNNuZ/WJmSEJeROiOPyeEaelC7pMB4K:COO750p4rtfczdC/WJx59VwjpACmhh
TLSHT15C51399E6012B9313FFE27A3B6EC77D26B424ADDA0699C187803815796835C8D11A88A
hashlookup:parent-total16
hashlookup:trust100

Network graph view

Parents (Total: 16)

The searched file hash is included in 16 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize185286
MD5282D9BD471B4CDC7AECAC6461E48F150
PackageDescriptionworking with MIME types Codecs for Base64, quoted-printable, and MIME parts. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-mime-dev
PackageSectionhaskell
PackageVersion0.4.0.2-4+b1
SHA-10368718489F6E5C2D1104C41AFB6DF55BE14E291
SHA-256B5557F45A34338718222900A39C07F526B9381200273DC477377DDCCCA0E0459
Key Value
FileSize454252
MD51FF36D4D680366469FF8694CD47D603B
PackageDescriptionalternative parser combinator libraries for Haskell; profiling libraries 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 a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-polyparse-prof
PackageSectionhaskell
PackageVersion1.12-3+b1
SHA-1046095A64D1660D1919BF0B62E1D56419DC46213
SHA-25641E80B6235F2DD629E7B1685FA981D5255424B85595407CFC004FC22FAA1313A
Key Value
FileSize255164
MD55E8E0F72960A99CBB4F0FAA2C2C7CED0
PackageDescriptionA simple Haskell XML library This library provides lightweight tools to parse, filter and generate XML. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-xml-dev
PackageSectionhaskell
PackageVersion1.3.14-6+b1
SHA-1052C9A1FEBE956516088C49D38EF3216B23F964A
SHA-2568A2834E76A85179BDD2A0F439F66A6814C60C7A716A604B29CD7AD76C1E8B132
Key Value
FileSize228854
MD5D78675CC8955DBB5862BEC2313CA23B7
PackageDescriptionbasic types for representing XML 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 a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-xml-types-dev
PackageSectionhaskell
PackageVersion0.3.6-5+b1
SHA-116730961330807C1B9C1DE392EA1C6E254F09882
SHA-256FD43AD7F515408B2A60227D25856B26DAFA96F38720D82019CD3E778DC0F2187
Key Value
FileSize291478
MD57968CBAC1CDB1CB7653A99A6A10BF26D
PackageDescriptionhigh-performance left-fold enumerators 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 a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-enumerator-dev
PackageSectionhaskell
PackageVersion0.4.20-6+b1
SHA-116D8FF28CCA145C44FB8D3C51111CDA15B007BAA
SHA-25626A82C5784F8FB3DDE7B5C77E1845C9157E4E78C5E33021D94E262FBF2CD7B0A
Key Value
FileSize303294
MD5D3B10948240934E9B14E380D7A8419BC
PackageDescriptionhigh-performance left-fold enumerators; profiling libraries 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 a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-enumerator-prof
PackageSectionhaskell
PackageVersion0.4.20-6+b1
SHA-12E0D7A074758E26CFBA832839F4F3D0EBD4DBD92
SHA-256C697E6CF4C1E7956AB63867F7ACA157B7A3A7BA6B1A01ACAD2E15AC8D6DF5DED
Key Value
FileSize215542
MD5AE05C00F1124D7673EC5958AC40D5598
PackageDescriptionhigh-level, byte-based file and directory path manipulations Functions for portable file path manipulation. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-system-filepath-dev
PackageSectionhaskell
PackageVersion0.4.13.4-6+b1
SHA-15A9566F8788300604482C2B7AE98FC6E94D675C0
SHA-25646A1B61B85A123035B6681DEDA7689D9C85974E3C55606CD41645466929D2640
Key Value
FileSize427596
MD5AEBE2824DE4FFF1B2F7492914DECE93C
PackageDescriptionalternative parser combinator libraries for Haskell 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 a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-polyparse-dev
PackageSectionhaskell
PackageVersion1.12-3+b1
SHA-1738CE67D85BC744FCB7E3B250E91B7FD784DF71E
SHA-2562FF56E43A3FA7B5BD27B9A4A9079CAA592E892B32B7ABABA69660851E2B9BA89
Key Value
FileSize232918
MD58D474EFE958B387B0381AFB0BD215AAE
PackageDescriptionA simple Haskell XML library; profiling libraries This library provides lightweight tools to parse, filter and generate XML. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-xml-prof
PackageSectionhaskell
PackageVersion1.3.14-6+b1
SHA-17A12553C245EFC617C8264AC52EF2A2C76C70B25
SHA-256F3AC16621F10BA105A2C8AC91B31DF9C8DED28A5D52E6AC546AF82CFEF11FB5B
Key Value
FileSize778876
MD5F33612BFEE26FDB12CA2E9C1834DD5E9
PackageDescriptionmime-type handling types and functions; profiling libraries; profiling libraries This package provides basic types and functions to handle mime-types. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-mime-types-prof
PackageSectionhaskell
PackageVersion0.1.0.7-3+b1
SHA-17A38820E7E8A9BB17DD3555C5750BB1E44E90B63
SHA-256E648BF7BD651BB2E94BD5866EB3DE6FAE9E5AFF501DE1CE6532017347ADDC67B