Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-xml-prof/buildinfo_arm64.gz |
FileSize | 2869 |
MD5 | 28E876CE1ADA9E757EEAE13593FD7DEA |
SHA-1 | 741563A7820E3CAA7C2AD52F8E3B59A888C1CE26 |
SHA-256 | DF75E8BEE142172937603D632373DA20EF1924CA99719375CFC4F42C73A7F0EF |
SSDEEP | 48:Xtvk+QeJbtVRjT99bumFMTt/os9wGZqyxC5D27x830lFSgnEM3bqggzBP5T3VO:hkoRRjTyIRsqyxC5D2Vb1kggF1lO |
TLSH | T12C514D344517735C018526FF0E7E9200B0AB1D093E99D2ADCD809679FB97A21D51CD73 |
hashlookup:parent-total | 116 |
hashlookup:trust | 100 |
The searched file hash is included in 116 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 50884 |
MD5 | 44D81AC181E81E2238016FC5F9BB5920 |
PackageDescription | Haskell library for splitting lists; profiling libraries This Haskell library provides a wide range of strategies and a unified combinator framework for splitting lists with respect to some sort of delimiter. . For example, it can split a list every N elements, or on elements that satisfy some condition. . 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-split-prof |
PackageSection | haskell |
PackageVersion | 0.2.3.3-2+b2 |
SHA-1 | 0321B7450F33DDB745DC6E3C0358367FCF3E14BD |
SHA-256 | D95C56F5C63E70CC74DEB3AFFB33427E0FFBF5EF47AC639A9DDD547B7E3C403A |
Key | Value |
---|---|
FileSize | 190212 |
MD5 | 64201124C4A2E66C170D701F4584E20D |
PackageDescription | Fast searching, splitting and replacing of ByteStrings This package provides several functions to quickly search for substrings in strict or lazy ByteStrings. It also provides functions for breaking or splitting on substrings and replacing all occurrences of a substring (the first in case of overlaps) with another. . Author: Daniel Fischer, Chris Kuklewicz, Justin Bailey Upstream-Maintainer: daniel.is.fischer@googlemail.com . This package contains the normal library files. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-stringsearch-dev |
PackageSection | haskell |
PackageVersion | 0.3.6.6-8+b2 |
SHA-1 | 03B71EA14A357E04D311946238AB354741D38AD5 |
SHA-256 | 65A4619C6B22A77737D9279920AE25CFDD18C1CE2D6F8B4441F7153C541F1947 |
Key | Value |
---|---|
FileSize | 42232 |
MD5 | 310A1CE85C5704B4813251AB880D173D |
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-3+b2 |
SHA-1 | 07ABA9F3335C941175D34E37CA2340B474D673A3 |
SHA-256 | C0D474C624E26E25CC316B7AB7ECA35871A9BD911E0C80A5EDFBA18F3C0282F5 |
Key | Value |
---|---|
FileSize | 25060 |
MD5 | DE1AC53D06D12809D04CC1D54BDBE482 |
PackageDescription | bundles the minified jQuery code into a Haskell package This package bundles the minified jQuery code into a Haskell package, so it can be depended upon by Cabal packages. The first three components of the version number match the upstream jQuery version. The haskell library is designed to meet the redistribution requirements of downstream users, and to reduce duplication of bundled code in Debian. . 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-js-jquery-dev |
PackageSection | haskell |
PackageVersion | 3.3.1-2+b2 |
SHA-1 | 0810F48B6763234CF2D2950AC6029A0FA20527D3 |
SHA-256 | A7C06F0A56E571E25897763CDF62D690B1A1CE2F1E3082BC97242DC1B91AB46E |
Key | Value |
---|---|
FileSize | 84704 |
MD5 | DEC5216D1D5CFCAE6ACBD7B140FF0F1A |
PackageDescription | monad transformer version of the ST monad This package provides a monad transformer version of the ST monad. . Warning! This monad transformer should not be used with monads that can contain multiple answers, like the list monad. The reason is that the will be duplicated across the different answers and this cause Bad Things to happen (such as loss of referential transparency). Safe monads include the monads State, Reader, Writer, Maybe and combinations of their corresponding monad transformers. . 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-stmonadtrans-dev |
PackageSection | haskell |
PackageVersion | 0.4.3-4+b2 |
SHA-1 | 08B7E73185A06F99250BF8F9C911BB08ED34AF4E |
SHA-256 | 48834AACFCC14E436F83541B575B660450E47753575E1B2E87E3BDDA65EBDFAA |
Key | Value |
---|---|
FileSize | 49932 |
MD5 | B27CA6CE9DA5B79366E70AA8C580D8B3 |
PackageDescription | Haskell implementation of the Patience Diff algorithm This library implements the "patience diff" algorithm, as well as the patience algorithm for the longest increasing subsequence problem. . Patience diff computes the difference between two lists, for example the lines of two versions of a source file. It provides a good balance of performance, nice output for humans, and implementation simplicity. For more information, see http://alfedenzo.livejournal.com/170301.html and http://bramcohen.livejournal.com/73318.html. . 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-patience-dev |
PackageSection | haskell |
PackageVersion | 0.1.1-11+b2 |
SHA-1 | 0908F1378F637C7BB33B84FD5019BD18AF5FBF8B |
SHA-256 | D7FCAC09F0E8A1B5A1AAAE0181A14130BA754B868D18596104BAF958DAB90F60 |
Key | Value |
---|---|
FileSize | 82232 |
MD5 | A223625DF09329C54B4E1E3C783189A8 |
PackageDescription | compatibility layer for base With this package, you can ban CPP from your code. See the README at <https://github.com/sol/base-compat#readme> to see what's covered. . 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-compat-dev |
PackageSection | haskell |
PackageVersion | 0.10.4-1+b2 |
SHA-1 | 09D2B6F9C2034F5A58228ADA0D3B50B00B1FD23F |
SHA-256 | E2463E0B081D138D3DC5846C84B13A1D99209765CD8272D25BD373D6A8AFE1FC |
Key | Value |
---|---|
FileSize | 416136 |
MD5 | 23CDF18A9B245A80B4DFE8B4375A0543 |
PackageDescription | alternative 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. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-polyparse-dev |
PackageSection | haskell |
PackageVersion | 1.12-6+b2 |
SHA-1 | 0A7935CA33087E568BD298D7800D641F2114601E |
SHA-256 | 21C08DE3BBD562F7159D02342C05DF8E7289ADE23DAC301E4A14C82A1AA84280 |
Key | Value |
---|---|
FileSize | 66484 |
MD5 | F1A9957D7CE8D6FF44F24D5CE6C8D593 |
PackageDescription | GHC library providing an API for regular expressions; profiling libraries A library containing the interface API for the Haskell regular expressions library packages regex-posix, regex-pcre, regex-parsec, regex-tdfs, regex-dfa. . 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-regex-base-prof |
PackageSection | haskell |
PackageVersion | 0.93.2-13+b2 |
SHA-1 | 0AAEBFF2521C2805572BA13CD86A87FD43E81AE8 |
SHA-256 | 97AC2BAC106A708EA6450B315695C0D0A7C5C6E41A2869480CC1F30A0253AB03 |
Key | Value |
---|---|
FileSize | 213924 |
MD5 | 49B1D49FD8A09A4C34EF96BBEE4728C4 |
PackageDescription | exception safe alternatives to QSem, QSemN, and SampleVar - GHC profiling data; profiling libraries This is an alternative to the deprecated QSem, QSemN, and SampleVar in GHC base. Those base modules are not exception safe and can be broken by killThread. . 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-safesemaphore-prof |
PackageSection | haskell |
PackageVersion | 0.10.1-10+b2 |
SHA-1 | 123B2AAC1952921A96ADD68CC726A9DBB92A8702 |
SHA-256 | 20482E1224AAA70A85D144A5BD71E5A1D5F5B973DEBBCFA35E10B9D9F3E69B6C |