haskell-mmap 0.5.9-9 source package in Ubuntu

Changelog

haskell-mmap (0.5.9-9) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Wed, 29 Jun 2022 20:45:38 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-mmap_0.5.9-9.dsc 2.2 KiB b32d4a2d1cff78f068d4d15a444d7f64bec9c7e787d34158c6489edaad99a595
haskell-mmap_0.5.9.orig.tar.gz 11.5 KiB 58fcbb04e1cb8e7c36c05823b02dce2faaa989c53d745a7f36192de2fc98b5f8
haskell-mmap_0.5.9-9.debian.tar.xz 5.2 KiB 3f0ee60edc205e974c27d2accd7777218ae8373ca2e03363424ea24621be3e06

No changes file available.

Binary packages built by this source

libghc-mmap-dev: No summary available for libghc-mmap-dev in ubuntu kinetic.

No description available for libghc-mmap-dev in ubuntu kinetic.

libghc-mmap-doc: No summary available for libghc-mmap-doc in ubuntu kinetic.

No description available for libghc-mmap-doc in ubuntu kinetic.

libghc-mmap-prof: Memory mapped files for POSIX and Windows; profiling libraries

 This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or
 devices to be lazily loaded into memory as strict or lazy ByteStrings,
 ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand
 loading. Modifications are also supported.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.