Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-syb-with-class-prof/buildinfo_mips64el.gz |
FileSize | 2319 |
MD5 | 8C4021F40734756CB990551ECDDF42A7 |
SHA-1 | 5E08D42E4985BA2541D171DA26F194297210E758 |
SHA-256 | C48573F841D6306EBB869B0782E90BE77EB6548DA030514BE2000208D84BDCB8 |
SSDEEP | 48:XBuJr8oK5y6s//3qlQllOIgy+hw4MvqgcBEUPHl3HorVBIw4EYMl:xuGoaR6iNLnhLMvrUPaVQfMl |
TLSH | T179416B7EC94CF3CA73E53255B81923E982C8048E9466C8F69C60930E00EE6E7C8DB975 |
hashlookup:parent-total | 6 |
hashlookup:trust | 80 |
The searched file hash is included in 6 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 951390 |
MD5 | 5377EFA0BB7C951FFBF9484B781B61D1 |
PackageDescription | generic programming library for generalised deriving This package provides functionality for generalising the deriving mechanism in Haskell to arbitrary classes. It was first described in the paper: . A generic deriving mechanism for Haskell. Jose Pedro Magalhaes, Atze Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10. . 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-generic-deriving-dev |
PackageSection | haskell |
PackageVersion | 1.11.1-2+b1 |
SHA-1 | 7A0BEFBC9F0E3BC737C3B6AF11DDD85740A0B70D |
SHA-256 | 97AE9D884827F8FBA81E4DCAFD16A96E990C561D4F7ACAFDAB3C131C5E1A45EF |
Key | Value |
---|---|
FileSize | 58190 |
MD5 | DD07B81B031D48B5F6C585A74E1458DB |
PackageDescription | zipper-like comonad which works as a list, tracking a position; profiling libraries This Haskell library provides PointedList, which tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge. . This package contains the libraries compiled with profiling enabled. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-pointedlist-prof |
PackageSection | haskell |
PackageVersion | 0.6.1-6+b1 |
SHA-1 | 4957AE45D0A9C306B24DA3AF076FD647635EBED1 |
SHA-256 | 91593C32325C7BAE2814F1F7448C1E2AE0CF88CFBCF2607C57D23534DC58D230 |
Key | Value |
---|---|
FileSize | 59270 |
MD5 | BB158E0AF1D1CC15DE116CC9BDC7F0FC |
PackageDescription | zipper-like comonad which works as a list, tracking a position This Haskell library provides PointedList, which tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge. . This package contains the normal library files. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-pointedlist-dev |
PackageSection | haskell |
PackageVersion | 0.6.1-6+b1 |
SHA-1 | CB300B99D8D0B024E4C4DEC28E3840A68D834FDF |
SHA-256 | EF852A40CCE2796853BCDCC45214E24C3BCBD3DF1B6569BA176A58E9C748079C |
Key | Value |
---|---|
FileSize | 931342 |
MD5 | 489910460FEBF221BA8F09291B505DF7 |
PackageDescription | generic programming library for generalised deriving; profiling libraries This package provides functionality for generalising the deriving mechanism in Haskell to arbitrary classes. It was first described in the paper: . A generic deriving mechanism for Haskell. Jose Pedro Magalhaes, Atze Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10. . 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-generic-deriving-prof |
PackageSection | haskell |
PackageVersion | 1.11.1-2+b1 |
SHA-1 | 39A65BE624DA8D2074A259616F324F2A8853CDA1 |
SHA-256 | 29B94AF89713C53DF3B9B0D156AFEC9C3AD034CBBFBBADFD7139B52DA7688EAC |
Key | Value |
---|---|
FileSize | 301852 |
MD5 | 8E89F0B6E579BD4E352705AA4425374B |
PackageDescription | Haskell library for generic programming The "Scrap your boilerplate" approach is a lightweight generic programming approach for Haskell. Using this approach, you can write generic functions such as traversal schemes (e.g., everywhere and everything), as well as generic read, generic show and generic equality (i.e., gread, gshow, and geq). This approach is based on just a few primitives for type-safe cast and processing constructor applications. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-syb-with-class-dev |
PackageSection | haskell |
PackageVersion | 0.6.1.7-3+b1 |
SHA-1 | 5FDB43A03CEC08EB176403EC95045481C9EFEB97 |
SHA-256 | AD24DEA4B2EDB363471AD899E13BBD819100EA7E4AF56A8A36316D6E75B2AB02 |
Key | Value |
---|---|
FileSize | 278698 |
MD5 | FC5842491C595AA00DA1E60AD2E34AEA |
PackageDescription | Haskell library for generic programming; profiling libraries The "Scrap your boilerplate" approach is a lightweight generic programming approach for Haskell. Using this approach, you can write generic functions such as traversal schemes (e.g., everywhere and everything), as well as generic read, generic show and generic equality (i.e., gread, gshow, and geq). This approach is based on just a few primitives for type-safe cast and processing constructor applications. . This package contains the profiling libraries. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | libghc-syb-with-class-prof |
PackageSection | haskell |
PackageVersion | 0.6.1.7-3+b1 |
SHA-1 | 241209B43F6735E7838E66EA88BE41F772994026 |
SHA-256 | FAD5C5DDFFF6A1C86E5B4487AF9D67A03C6E8B525B9E214EC1F7A88A43CF1737 |