Result for 9B1AFE679CF364506B7D3B07453A34B60F5FDF0F

Query result

Key Value
FileName./usr/share/doc/libghc-primitive-prof/buildinfo_amd64.gz
FileSize2768
MD5543324C26D492CFF4DCC6D4A0339C501
SHA-19B1AFE679CF364506B7D3B07453A34B60F5FDF0F
SHA-256C95E84BCB6851516808BF5C9D9C04ECB4EA3808E4C2DBB448C5457CE410C86BC
SSDEEP48:XMCFx7gMSBbjD6/ybVagk7Y0mIGhJgGIB/fkfrdXUoKj5D+vj:8ogMwbNgi3TlM/fkRg5DGj
TLSHT1D4511B83CAED52968E16BA75B6E21A94F30D1155A10B5A844FBD384C32C8EAD3DD881B
hashlookup:parent-total102
hashlookup:trust100

Network graph view

Parents (Total: 102)

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

Key Value
FileSize18080
MD5AE15A4E3E03CD4B81C5FF5FEA8108447
PackageDescriptionHaskell support for regexp based pattern matching HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the normal pattern matching facility, allowing the user to match against regular expressions. This expressive power is highly useful in a wide range of areas, including text parsing and XML processing. Regular expression patterns in HaRP work over ordinary Haskell lists ([]) of arbitrary type. HaRP is implemented as a pre-processor to ordinary Haskell. . 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-harp-dev
PackageSectionhaskell
PackageVersion0.4.2-3
SHA-10678004D758949F6B5CB4F5C6DA3497ED2D2E589
SHA-25605864E30DF7BF44F311C90B022603AA4DB6DB2886F54A57C0DCE730EA0063D11
Key Value
FileSize133430
MD502D313D8E45B428E83D4BDEF90927A7B
PackageDescriptionGeneric finger-tree data structure implementation in Haskell This Haskell library provides a general sequence representation with arbitrary annotations, for use as a base for implementations of various collection types. . This package contains the normal library files.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-fingertree-dev
PackageSectionhaskell
PackageVersion0.1.1.0-5
SHA-10982BD2716C0BD12DF4A86E1F43098185ED64026
SHA-256872620C6297BD973983EEE86B2C32FAC9D4C81E0247F57B9CB9885F99AA919D5
Key Value
FileSize11124
MD5FF3440F15620CC4C256448780B26663C
PackageDescriptionknowledge of GHC's installation directories; profiling libraries This package provides constants with the installation directories of the Glasgow Haskell Compiler. . 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-ghc-paths-prof
PackageSectionhaskell
PackageVersion0.1.0.9-9
SHA-10B729BB984676C678DDDBA0343709A5E94035D5C
SHA-256FD78157FB996D7E0DE12D6A3E86D5B049A216A2AF29FD6EF5D30EACC412103DB
Key Value
FileSize87860
MD5B187DA318C46B89F5E5D0AEACE69473A
PackageDescriptionWrappers for primitive operations; profiling libraries This package provides wrappers for primitive array operations from GHC.Prim. . 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-primitive-prof
PackageSectionhaskell
PackageVersion0.6.1.0-4
SHA-10BC7025415D45F9D583C7A22CB1E4197CD5C0749
SHA-256F21E2F0BC69E4BFF80C6734BDCA4BE7C8C42B5CF6FDA507952082074796D7BAC
Key Value
FileSize21088
MD5BD37D3A814211C7DB39F088B7180B224
PackageDescriptiontype class for default values This package defines a type class Default for types with a default value. . 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-data-default-class-dev
PackageSectionhaskell
PackageVersion0.1.2.0-2
SHA-10BEFBCDBCBC2F84B86979B6DD59CB714698DCDC4
SHA-2565878202EF869A5E6224A9654600BA5C40E3F562176238A9ACE409EB4CBC15499
Key Value
FileSize13484
MD528943D30E3F9858F4D8F94692903E0DC
PackageDescriptionExplicitly handled object names This tiny package contains the class ObjectName, which corresponds to the general notion of explicitly handled identifiers for API objects, e.g. a texture object name in OpenGL or a buffer object name in OpenAL. . 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-objectname-dev
PackageSectionhaskell
PackageVersion1.1.0.1-3
SHA-10F876AE97F6FA864A3C4815C3651062C594C093B
SHA-2561426AF3B876ED8901D6DF2F0659B92B1B2B82BD74DE3DDB85D5BA2DB33039E81
Key Value
FileSize28484
MD5DDC65DB21FCA14831C50DBEA862447EA
PackageDescriptionefficiently run periodic, on-demand actions; profiling libraries A common problem is the desire to have an action run at a scheduled interval, but only if it is needed. For example, instead of having every web request result in a new getCurrentTime call, we'd like to have a single worker thread run every second, updating an IORef. However, if the request frequency is less than once per second, this is a pessimization, and worse, kills idle GC. . This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread. . 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-auto-update-prof
PackageSectionhaskell
PackageVersion0.1.4-3
SHA-11002B7DB24D765440BDB837D2E5A6B29CA7E9B34
SHA-256691047D34E808C9DF2C98C319DE8B6B3573A381C9BDAC3D70F5910CC98C411C8
Key Value
FileSize16260
MD5888A0DCF8985C91DC736FCF526E44D80
PackageDescriptionanaphoric and miscellaneous useful control-flow; profiling libraries Library for control flow inside of monads with anaphoric variants on if and when and a C-like "switch" function. . 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-ifelse-prof
PackageSectionhaskell
PackageVersion0.85-13
SHA-116A81772FA596D5467308A40B0C8EA377A3EC6F7
SHA-2564EBEF8D408207C4D966CB179A006FE90D0A6253AC9D314FF01A90C50B26EF273
Key Value
FileSize47840
MD5E1AE9AA83C7E578AC8F1D69AA667B0D7
PackageDescriptionDependent sum type Dependent sums and supporting typeclasses for comparing and formatting them. . 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-dependent-sum-dev
PackageSectionhaskell
PackageVersion0.3.2.2-3
SHA-119F087AB2C3E02C9D3352A7A9945946319AE0569
SHA-256799B10D54E3604E8016139EF2F909866C6E764DFB5CA53583123FDA981A461F5
Key Value
FileSize16524
MD5AA17202C1E7A47BAEB690ABF1DABE274
PackageDescriptionHaskell support for regexp based pattern matching; profiling libraries HaRP, or Haskell Regular Patterns, is a Haskell extension that extends the normal pattern matching facility, allowing the user to match against regular expressions. This expressive power is highly useful in a wide range of areas, including text parsing and XML processing. Regular expression patterns in HaRP work over ordinary Haskell lists ([]) of arbitrary type. HaRP is implemented as a pre-processor to ordinary 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-harp-prof
PackageSectionhaskell
PackageVersion0.4.2-3
SHA-11C365112B7C8EA3101D0C790C2DFCC3C07391D28
SHA-256EB9E1DA8F2B9D0D11BE7226130547FBF074790195AA68C942B8C818070976686