Result for 4C2AC102EE2FCA898B61C0812838A5A06ECA122B

Query result

Key Value
FileName./usr/share/doc/libghc-xml-prof/buildinfo_amd64.gz
FileSize2786
MD56D0A05C84FE954445119D319CFB21AA6
SHA-14C2AC102EE2FCA898B61C0812838A5A06ECA122B
SHA-256B0F851DE5F07D5FEAE0EEBD1985DACB22298209F52DE47474FD4470B7225AEC6
SSDEEP48:XPDODCAEW+MZpkurXdMP6Raejd4OzgEVVsU2JJdZnaVDM6GBaZ3NxwSDSEYkz1:eTEW+WNXdMSRaQ4WvzVYsZ3Nxn3
TLSHT1F1517EF8747C153BFCB0684E112A9E20AA76FB5A60E02A08E6830D4585BD9D045B725F
hashlookup:parent-total173
hashlookup:trust100

Network graph view

Parents (Total: 173)

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

Key Value
FileSize33700
MD5D93FCB11C05545820DC2E0BE4C1105DF
PackageDescriptionA simple applicative parser in Parsec style This is a simple applicative parser. . 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-appar-dev
PackageSectionhaskell
PackageVersion0.1.8-2+b1
SHA-100D034D46F679B0C81C1CAE892B0CA90BE756F60
SHA-256AAF253A6BF8E2C0D401CB6F6B11C247B32AA8FD6B718A5569E81C9469354D628
Key Value
FileSize73400
MD5EF499D450A3F5F5072C159CDAD371364
PackageDescriptionabstraction for things that work like IORef A collection of type-classes generalizing the read/write/modify operations for stateful variables provided by things like IORef, TVar, &c. Note that The interface has changed a bit from the 0.2.* version. "*Ref" functions are now called "*Reference" and new "*Ref" function exist with simpler signatures. The new Ref existential type provides a convenient monad-indexed reference type, and the HasRef class indicates monads for which there is a default reference type for every referent. . 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-stateref-dev
PackageSectionhaskell
PackageVersion0.3-9+b1
SHA-10626B6A46CD86743B4A829B32570AD4D1839ACD5
SHA-2565A01C20DF48E1BFAABB83A32AC0F34C7E4A38780959A5BA845F72FAC4E0D7D64
Key Value
FileSize181604
MD57170064B054AFD37C20DB1BD02D418BF
PackageDescriptiona map, where the keys may be complex structured data; profiling libraries This type implements maps where the keys are themselves complex structured data. For example, the keys may be the abstract syntax trees for a programming language. The map is implemented as a trie, so common parts of the keys will be shared in the representation. The library provides a generic implementation of the data structure, so values of types that have support for 'Generic' may be automatically used as keys in the map. . 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-generic-trie-prof
PackageSectionhaskell
PackageVersion0.3.1-5+b1
SHA-106CD0DDC7DDDD9EDF8A3FEECF767B6B496DA8142
SHA-256B15800341799F5E009C38C650F9960D34AC9AF3A635882A0CDD532F982CD7F31
Key Value
FileSize96544
MD5AF5D09F443397B9ECEA4681EAFDE567A
PackageDescriptionhigher-order versions of Prelude classes Haskell 98 - higher order versions of Prelude classes to ease programming with polymorphic recursion and reduce UndecidableInstances . 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-prelude-extras-dev
PackageSectionhaskell
PackageVersion0.4.0.3-6+b1
SHA-10AF3817A36B45C6EB5AE22D50C500415F0F79EBF
SHA-256F68C46778D0743100013AD5880ADB96536E0C1BFFAA11079E42A3C91040A389A
Key Value
FileSize12488
MD58CCF08A204E31EFACC0E97E3BB205634
PackageDescriptionsimple (but internally ugly) memoization function This provides a simple memoization function in pure and IO forms. . 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-uglymemo-dev
PackageSectionhaskell
PackageVersion0.1.0.1-6+b1
SHA-10FCAB9E1A476EF52EEDC9027452B369F9EF8B8ED
SHA-2561E36A1299A57748230A2358AB2BDE0A6B857E3C211EA3C35D4055B137E7F24C8
Key Value
FileSize26128
MD51C30DBB63FA164F43A697245867193D6
PackageDescriptionTarjan's algorithm for computing the SCCs of a graph; profiling libraries Tarjan's algorithm for computing the strongly connected components of a graph. . 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-graphscc-prof
PackageSectionhaskell
PackageVersion1.0.4-6+b1
SHA-110CDDE4070138014F521048E1FCA3D54EBB24456
SHA-256AE829F72BD266360DFE139D697500883914AF78E630AC962920A091E57B49526
Key Value
FileSize78652
MD53B3C03AA699376476AC6526829068E96
PackageDescriptionsimple reflection of expressions containing variables; profiling libraries This package allows simple reflection of expressions containing variables. Reflection here means that a Haskell expression is turned into a string. . The primary aim of this package is teaching and understanding; there are no options for manipulating the reflected expressions beyond showing them. . 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-simple-reflect-prof
PackageSectionhaskell
PackageVersion0.3.3-3+b1
SHA-112804CF7189EB88C53E4EBF416E936B1BB3C3225
SHA-256A2A37DA6999E89F651A062D3F298FBC4007FBCAE88400B84905EDA8A55D4535C
Key Value
FileSize27444
MD544CB4BB120115BEF908939A723D9F92A
PackageDescriptionFork threads and wait for their result This package provides functions to fork threads and wait for their result, whether it's an exception or a normal value. . Besides waiting for the termination of a single thread this package also provides functions to wait for a group of threads to terminate. . 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-threads-dev
PackageSectionhaskell
PackageVersion0.5.1.6-4+b1
SHA-112F593A8DDF85F3D8A81222946895AA617AF4F16
SHA-256042370F734B54135E6A79B3D16EDD950334317F58EC0E81FAB4BB5C438787C2A
Key Value
FileSize27380
MD5746CEA94A42E0C5E503EC096844852BE
PackageDescriptionManipulate name strings for TH; profiling libraries This package includes functions to manipulate name string and extra library functions for Template Haskell. . 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-names-th-prof
PackageSectionhaskell
PackageVersion0.3.0.1-1+b1
SHA-113DEA6BC24134040AC05AE8AC8817A8F28651EA3
SHA-25605D0DDB9EA7BDDB38D013EF18BCBCF137E24A4D7E7E54140C35C1B8C163ECF58
Key Value
FileSize94024
MD520DFF704D4B848BADDF85E0BC637E57B
PackageDescriptionlibrary representing integers using Haskell type families; profiling libraries This library represents numbers in Haskell at the level of types. This is achieved by means of type families. . Numbers up to 2^18-1 can be represented. . In this version of the package, comparison of numbers, subtraction and multiplication of numbers is supported. . 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-type-level-numbers-prof
PackageSectionhaskell
PackageVersion0.1.1.1-6+b1
SHA-114565EECF5FE9FBAEC62048A5137AA75E37E1DE1
SHA-256E259F49A3F0D9212A82FED5B14E60A81274FB7C41F2CF7CEA366069049ABEEC4