Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-wcwidth-prof/buildinfo_armhf.gz |
FileSize | 2817 |
MD5 | 0183648A2547BBD07F81AEED22FF6CB5 |
SHA-1 | F76C0A5F7A50C50F40EAD9014DCA30BC378A0DFD |
SHA-256 | 3D1F265400E912403A531DDF73524E13B622F74C9225C420D7D7977EDBF1A2E8 |
SSDEEP | 48:X8gfaYsUv4XGXoNmr0W2t2sNm5VOg9GwUURHoxQgCfdh0qFizv1E0zpY4:fiYsUgNNbWh9GwAxT+YqFizv15pY4 |
TLSH | T137513B66F884C065EEB4E9055B29653D704249208F9D3152F89AEBD01E93A0E8DB9393 |
hashlookup:parent-total | 32 |
hashlookup:trust | 100 |
The searched file hash is included in 32 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 12692 |
MD5 | E6ABBC65BD84C8595B7D9BCC454E2D37 |
PackageDescription | bindings for system's native wcwidth This package provides the wcwidth function which can be used to learn, for most of Unicode, how wide the individual Char code points will come out on the terminal. . 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-wcwidth-dev |
PackageSection | haskell |
PackageVersion | 0.0.2-1+b1 |
SHA-1 | 08B42ECC8A21410ACEAB30E8176CA1A7D58C7A7F |
SHA-256 | EE649C2F349298011F09E24EBD3F9CCAED5EC9EC44666726BD9A13720F2E5B93 |
Key | Value |
---|---|
FileSize | 50064 |
MD5 | 36F9C08F0638AF36751FD64DC2DB922E |
PackageDescription | Setup.hs helper for doctests running; profiling libraries Currently (beginning of 2017), there isn't a `cabal doctest` command. Yet to properly work, doctest needs plenty of configuration. This library provides the common bits for writing custom Setup.hs until that is resolved. . 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-cabal-doctest-prof |
PackageSection | haskell |
PackageVersion | 1.0.6-3+b2 |
SHA-1 | 0FC456747450B3FE0B731BA22052A74CEF9F7714 |
SHA-256 | B7EC8552BC017FABB751218B1AC9A90E0A475B31FC3002AF022885D9FF9B4F9D |
Key | Value |
---|---|
FileSize | 11456 |
MD5 | B4CF715B564535196C631071FFFAFE39 |
PackageDescription | Windows code page library for Haskell; profiling libraries Functions which adjust code pages on Windows, and do nothing on other operating systems. . 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-code-page-prof |
PackageSection | haskell |
PackageVersion | 0.1.3-3+b2 |
SHA-1 | 2D585D4FB57317BA4C6C68696F77CE55B3FDFF97 |
SHA-256 | BD1176BB301FAE8E7F66EF198FF33657A7EB430912F66E511735E8170A8D2BAF |
Key | Value |
---|---|
FileSize | 24792 |
MD5 | FD45CA9D97C15730222A1BF18DE8852E |
PackageDescription | signal handling and orphan reaping for Unix PID1 init processes; profiling libraries Library/executable for initializing signal handlers, spawning and child process, and reaping orphan processes. These are the responsibilities that must be fulfilled by the initial process in a Unix system, and in particular comes up when running Docker containers. . This library/executable will automatically detect if it is run as some process besides PID1 and, if so, use a straightforward exec system call instead. . 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-pid1-prof |
PackageSection | haskell |
PackageVersion | 0.1.2.0-3+b2 |
SHA-1 | 35DE145CC40C17C8D887CD7805E7EB38B0549CD7 |
SHA-256 | E38EB0DB4ECD120E05F632482ACD3C2B0F93AD7BB6F53923073381EF354CD2E1 |
Key | Value |
---|---|
FileSize | 18624 |
MD5 | 6289895BC1CE7F741F5F386D25AB5FE1 |
PackageDescription | most complete prelude formed solely from the "base" package; profiling libraries A library which aims to reexport all the non-conflicting and most general definitions from the base package. This includes APIs for applicatives, arrows, monoids, foldables, traversables, exceptions, generics, ST, MVars and STM. . 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-base-prelude-prof |
PackageSection | haskell |
PackageVersion | 1.3-1+b2 |
SHA-1 | 3B3FA3FF17DC74BE3CDCDDFC56C8CC30587990F0 |
SHA-256 | 6EFA891B76D8E5C41DAE1F1D26D970A3D528B190E1C75BCD82BC119A84472FC1 |
Key | Value |
---|---|
FileSize | 288340 |
MD5 | BFFDCFFCBA0ECD931F4C549531972F79 |
PackageDescription | efficient lazy parsers for CSV (comma-separated values) The CSV format is defined by RFC 4180. These efficient lazy parsers (String and ByteString variants) can report all CSV formatting errors, whilst also returning all the valid data, so the user can choose whether to continue, to show warnings, or to halt on error. Valid fields retain information about their original location in the input, so a secondary parser from textual fields to typed values can give intelligent error messages. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | haskell-lazy-csv-utils |
PackageSection | misc |
PackageVersion | 0.5.1-3+b2 |
SHA-1 | 3F2C77503C47DF58388158F224EB2F0081538925 |
SHA-256 | C9A02B89E83F846AE0245726669290B8F96E226D51E726E8B8293EA13A21EC32 |
Key | Value |
---|---|
FileSize | 17856 |
MD5 | CEC4722DC0F847E14166A21E2A800560 |
PackageDescription | explicit sharing with tags TagShare supplies a monad for sharing values based on tags and types. Each tag and type is bound to at most one value in a dynamic map. . The principal use of this package is to ensure that constant class members or other overloaded values are shared. . 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-tagshare-dev |
PackageSection | haskell |
PackageVersion | 0.0-4+b2 |
SHA-1 | 45B4E0236E87508F52A08D0D713F97139095D69E |
SHA-256 | 142912E60D9DBF91A6ADD437EBE129843DD51F3793FF2623B1497552FE7CFF5C |
Key | Value |
---|---|
FileSize | 293760 |
MD5 | 8129726A5100A26209D3FEF92158C734 |
PackageDescription | signal handling and orphan reaping for Unix PID1 init processes Library/executable for initializing signal handlers, spawning and child process, and reaping orphan processes. These are the responsibilities that must be fulfilled by the initial process in a Unix system, and in particular comes up when running Docker containers. . This library/executable will automatically detect if it is run as some process besides PID1 and, if so, use a straightforward exec system call instead. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | pid1 |
PackageSection | admin |
PackageVersion | 0.1.2.0-3+b2 |
SHA-1 | 4B92DA0BDB47C14E942F4E31B5EC5EFF07D85AB0 |
SHA-256 | 01FFCBFEDF6CAB116A6EAA8C2D2ADC041DE01A6218AF976CE2867A3F5425B5E1 |
Key | Value |
---|---|
FileSize | 15656 |
MD5 | 5D8AE074A9CBB4C5C92EC6D99176CC80 |
PackageDescription | explicit sharing with tags; profiling libraries TagShare supplies a monad for sharing values based on tags and types. Each tag and type is bound to at most one value in a dynamic map. . The principal use of this package is to ensure that constant class members or other overloaded values are shared. . 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-tagshare-prof |
PackageSection | haskell |
PackageVersion | 0.0-4+b2 |
SHA-1 | 4EB8E2EAB0B161A0B00AFD770F3C43B4D152CF4B |
SHA-256 | B39F55CDD7ECF93FCE1555124071AB9837570B334114C65797A26CC4AEFF621A |
Key | Value |
---|---|
FileSize | 22800 |
MD5 | DB1696B1BAAD355AA9FE405221EE639D |
PackageDescription | use GHC call-stacks in a backward compatible way Source locations in a GHC call stack. . 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-call-stack-dev |
PackageSection | haskell |
PackageVersion | 0.1.0-5+b2 |
SHA-1 | 535F6CE60689F457BC6BEF69D91D33731FABB90D |
SHA-256 | 42C3AD3F05E1EAE68D648E1A5062DAFB3A4AB9A3B89051766F9F42570B7064F1 |