Result for CC6398CC44C11502D60C268B63B7A94EBA1B0633

Query result

Key Value
FileName./usr/share/doc/libghc-xml-types-prof/buildinfo_mips64el.gz
FileSize2741
MD5132BA36399E084EB423F04FFF21C69BE
SHA-1CC6398CC44C11502D60C268B63B7A94EBA1B0633
SHA-2568CA8CE9890A7D0605B11795827962A18C1EB00F786C7FFC7E658AA6A10E10F67
SSDEEP48:XigbN8fdOE3X/m8I9vREoutgq1ezO6ezFIaQiWWOJkFUTy9ceNAG/vKEzlnYh:FIO2FIQou6IezO60IaLzUCzlCEzFY
TLSHT1A4511B695C5ECE356AA1D54B5DA16926188430E172233F6007B0143364FA961EF67BAC
hashlookup:parent-total38
hashlookup:trust100

Network graph view

Parents (Total: 38)

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

Key Value
FileSize38108
MD5B70FE55EDA43DD939612AEC7A34CA228
PackageDescriptionportable interface to file locking (flock / LockFileEx) This package provides an interface to Windows and Unix file locking functionalities. . 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-filelock-dev
PackageSectionhaskell
PackageVersion0.1.1.5-1
SHA-102ED2CB192CDEDF3E4327FA8EA305DA5A6292124
SHA-256BCA3BF47CA6D1989FF72385C65AF029A73EB3374E4D8BA9BA74B751A1715AD1A
Key Value
FileSize27516
MD590902F59E71EC14D23DEBA8D3F13317A
PackageDescriptionportable interface to file locking (flock / LockFileEx); profiling libraries This package provides an interface to Windows and Unix file locking functionalities. . 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-filelock-prof
PackageSectionhaskell
PackageVersion0.1.1.5-1
SHA-104858D7E02C656C22C1B093FC3621CF158B8B1BB
SHA-256F919A15AF3639FC3C3A7831DD9492C2479090D5F9112DF6F466DC45D1BF1D007
Key Value
FileSize288420
MD51137ABE198A5C701108DFB3F71125AC3
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.8-1
SHA-10783C81FBCCB32604E12FFA6CC2BF10D5A5D0DEA
SHA-256AA010945DF493DBADB9BC78AF0FAD9BFC3234F171BBC9F5BA597D6C677BEF1A8
Key Value
FileSize66796
MD58F6A5AE559CA2CF80F314919FB7F8340
PackageDescriptioncompatibility layer for base; profiling libraries 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, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-base-compat-prof
PackageSectionhaskell
PackageVersion0.11.1-1+b1
SHA-10B6FF624C84055B936B89B7FD41F8C9AAAB0C0AD
SHA-25683D2557E2974F72D2CA9832C240D7C716F3133BF49639A3CEA86A49979EE2AA3
Key Value
FileSize20160
MD57E6F4A523B417487BE6D42343A17C22A
PackageDescriptionabstract parallelization interface This module offers the types and abstract definitons for the par monad. The par monad offers parrallelization based on dataflow programming. . 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-abstract-par-dev
PackageSectionhaskell
PackageVersion0.3.3-10+b1
SHA-114E02D9D9F49E1B5D52D7BBA8A3E04406A1EFE95
SHA-25630456A432E3D775A5CC20A24D7963218222B54C07A675823F1CD73E061B677E3
Key Value
FileSize107224
MD52100AA910213742D0DAF1EA12C87B455
PackageDescriptionProfiling library for safe (pattern match free) functions; profiling libraries . Partial functions from the base library, such as head and !!, modified to return more descriptive error messages, programmer defined error messages, Maybe wrapped results and default values. These functions can be used to reduce the number of unsafe pattern matches in your code. . 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-safe-prof
PackageSectionhaskell
PackageVersion0.3.19-1
SHA-12BDC1D9837A400897D3FA4CCC77482DC3423911B
SHA-256A3F01A2C4B033E3BF878CFBA3C3D730C60FC93FC893387D2461CE0CE5550DABD
Key Value
FileSize12288
MD5E9062BC560ABF4585269CD7629D91EE6
PackageDescriptionfold function for Bool type; profiling libraries Function `bool' allows folding over boolean values, that is comparable to the `maybe' or `either' functions on their respective types. . Function `bool' is a replacement for the build-in if-then-else syntax. However, since it is a function, it can be partially applied and passed around to higher order functions. . 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-bool-extras-prof
PackageSectionhaskell
PackageVersion0.4.0-9+b1
SHA-13139B12DA5B25600127E97935D694A8BCBFB90F0
SHA-25603CEB333FF9DA917438467CD95E55194C13427DD51F296077766FAF436270D14
Key Value
FileSize102192
MD51836CE6D76480838ADB9F9F7F6683B7B
PackageDescriptionhigher-order versions of Prelude classes; profiling libraries 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, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-prelude-extras-prof
PackageSectionhaskell
PackageVersion0.4.0.3-6+b1
SHA-1329B720F62FFCEFA08AC0296B8A2FF7B949B0793
SHA-2568641D48C5709A8759D8B45FA35695D093BF60D27F4BBB9736075263213EAE2DF
Key Value
FileSize40900
MD52F00942FE96307B5DDD6EA23583F96C6
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-1419F8045E7C2068DB01068E782D6332D62EC4AAC
SHA-256016D51E61EBC3C93792F05540808595F20FAA1E0F049B004098642D9C704CBBA
Key Value
FileSize118460
MD58DD2510B33391DBB986FA9D096B37E62
PackageDescriptionGHC Library for safe (pattern match free) functions . Partial functions from the base library, such as head and !!, modified to return more descriptive error messages, programmer defined error messages, Maybe wrapped results and default values. These functions can be used to reduce the number of unsafe pattern matches in your code. . 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-safe-dev
PackageSectionhaskell
PackageVersion0.3.19-1
SHA-147411C072364FF628218144901C01857E4295E5D
SHA-25632AF63D2C8C75314B9AC346BF711F46F59F5471D59804B6669C312D74A8B7DBB