Key | Value |
---|---|
FileName | ./usr/share/doc/libghc-hscolour-prof/buildinfo_ppc64el.gz |
FileSize | 2757 |
MD5 | 82B9755B65D9D218B6957CCE595DA4C5 |
SHA-1 | F57C35497D9D9BDD32133C2738E8E6BC2D897FC3 |
SHA-256 | 2E7633643A3D8880F1B39B410F0408A91B5FD30FD867191625468D30AD598827 |
SSDEEP | 48:XuoN1gTfDGJn4A7uJvv5GDOMxzkZ4nreDa9GV53aWrIE38kgIZRXTrJaBJu11aOb:+oN1gTfyuAIvALxpreDaw3aWn3bgAjss |
TLSH | T1D2514CC7275E4C27BEE475B7F6931AC292B23B86D22D686483EB0380DA604785CF4361 |
hashlookup:parent-total | 65 |
hashlookup:trust | 100 |
The searched file hash is included in 65 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 83332 |
MD5 | 1B09A36EBED2ED93DA3BC437E5561D36 |
PackageDescription | combinatorial algorithms over multisets Various combinatorial algorithms over multisets, including generating all permutations, partitions, size-2 partitions, size-k subsets, necklaces, and bracelets. . 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-multiset-comb-dev |
PackageSection | haskell |
PackageVersion | 0.2.4.1-5+b1 |
SHA-1 | 089FC2E9671E8616882E083CCF86D785ECBB9353 |
SHA-256 | A96B0CC859D13B0135654D2E24BA21CD2FB146BCEB1F96A1260D338B8108C092 |
Key | Value |
---|---|
FileSize | 58140 |
MD5 | 151F5D726261382E91CB1AC61B777149 |
PackageDescription | maps with multiple values per key; profiling libraries This is a simple implementation of a multimap, based on Data.Map. Internally this is a Map k [v]. It also provides a SetMap type. . 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-multimap-prof |
PackageSection | haskell |
PackageVersion | 1.2.1-3+b1 |
SHA-1 | 0D75784915583A7E1E17787C30566E98B450311B |
SHA-256 | EA6AA471B95F45B160D9D16F510A6997A10E9062244AE1E857C903C73D947710 |
Key | Value |
---|---|
FileSize | 32332 |
MD5 | AFAE3DBBB168E046F1DBE5958B027C8A |
PackageDescription | fixpoint data types; profiling libraries Fixpoint types and recursion schemes. If you define your AST as fixpoint type, you get fold and unfold operations for free. . 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-data-fix-prof |
PackageSection | haskell |
PackageVersion | 0.2.1-1+b1 |
SHA-1 | 106F4C5719C1B5F7387077DCC41C6CE8D1E29910 |
SHA-256 | 8765E18EDE86CC438F610CC689EDAD299E7C6CC89A1EF4E0565DED7E6075A1DF |
Key | Value |
---|---|
FileSize | 15124 |
MD5 | 644BCF49C9E1DD18270ADA8534D98806 |
PackageDescription | Memory reinterpretation casts for Float/Double/Word32/Word64; profiling libraries This package provides memory reinterpretation casts for Float/Double and Word32/Word64 for Haskell. The implementations in the @.Internal@ package are different ways to tackle the problem; the @array@ method (current default) is about 5 times faster than the @FFI@ method. . 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-reinterpret-cast-prof |
PackageSection | haskell |
PackageVersion | 0.1.0-2+b1 |
SHA-1 | 11D91B963CFC68CC6A3C3880F1FD314C6CDDCFDD |
SHA-256 | 80843D7AACF210CF86BDF03CC97A0D048D51453C9D44E58A0B5551DAF97D4592 |
Key | Value |
---|---|
FileSize | 23992 |
MD5 | 644FBCA5C30ADCC0263D87A5B9D8F394 |
PackageDescription | updatable one-shot timer polled with STM This library lets you create a one-shot timer, poll it using STM, and update it to ring at a different time than initially specified. . It uses GHC event manager timeouts when available, yielding performance similar to threadDelay and registerDelay. Otherwise, it falls back to forked threads and threadDelay. . 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-stm-delay-dev |
PackageSection | haskell |
PackageVersion | 0.1.1.1-2+b1 |
SHA-1 | 124B373623625346B6E60EA93BB3374A8A414107 |
SHA-256 | A74B3DD0BC5370DFEF5AA62E8258BECAB9484A82E7475E3242BC011C1C375A87 |
Key | Value |
---|---|
FileSize | 26584 |
MD5 | 0064840DD63DEC83B00CE75000F67E0F |
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-4+b1 |
SHA-1 | 12AC137A561A7948266A6B58ECB22DB4368FF5B6 |
SHA-256 | 76DFEFDB1EAE1FE831DD7B48C1C3A76A60D5E04DA4965E1C352D31691EB304E7 |
Key | Value |
---|---|
FileSize | 16340 |
MD5 | EE587B5ED58F3023896EE3455E1FB149 |
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-5+b1 |
SHA-1 | 151DA4A2CD8650B119BA2888BE1378622FDB8A5C |
SHA-256 | 4CE6157409FCCB2CAE301262A14CA45B95DC97E0BECD9B056D2F50F087A21156 |
Key | Value |
---|---|
FileSize | 979428 |
MD5 | 28A8195B92C156AE346E2681B68FC400 |
PackageDescription | Haskell program to colourise Haskell code HsColour currently has five output formats: ANSI terminal codes, HTML 3.2 with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client codes. |
PackageMaintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
PackageName | hscolour |
PackageSection | haskell |
PackageVersion | 1.24.4-3+b1 |
SHA-1 | 1DA8675E22E2EA332220167C2029E5F4C97829B7 |
SHA-256 | 58E82A4493315CAEB67329E06DD4AEBB099E26CC18D4C3CFB4D35E30A373B186 |
Key | Value |
---|---|
FileSize | 33024 |
MD5 | 6F9DAD67F24D88D931BBDCDDFBCBD0C7 |
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. . 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-pid1-dev |
PackageSection | haskell |
PackageVersion | 0.1.2.0-4+b1 |
SHA-1 | 22C2F581BFCB627F1813B685D08CB265949B8CBB |
SHA-256 | BF6286BB19FD0C01DBACDE0B77723CD75EA1630DA58B67051993451E36D780DA |
Key | Value |
---|---|
FileSize | 8012 |
MD5 | 4C1BD493D5F4067ABC07E1A1181DABED |
PackageDescription | Data.Type.Equality compat package; profiling libraries This library defines a propositional equality data type, shims Data.Type.Equality. . The module Data.Type.Equality.Hetero shims :~~: equality, for compilers with PolyKinds. . 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-type-equality-prof |
PackageSection | haskell |
PackageVersion | 1-2+b1 |
SHA-1 | 2322A5923C6D81283D844C8335712DE0CF728BB8 |
SHA-256 | 56C8B9958A728CC1D03ED85F31007449A22B95F0AE4C0D1AAB26D51E35F9D061 |