haskell-bytestring-to-vector 0.3.0.1-6 source package in Ubuntu

Changelog

haskell-bytestring-to-vector (0.3.0.1-6) unstable; urgency=medium

  * Declare compliance with Debian policy 4.7.0
  * Sourceful upload for GHC 9.6

 -- Ilias Tsitsimpis <email address hidden>  Thu, 19 Sep 2024 10:40:47 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
haskell-bytestring-to-vector_0.3.0.1-6.dsc 2.4 KiB 30c8219ff3b1ad99a3f400caeefab3065febd5fc489b01651a7fdb2c319df6ac
haskell-bytestring-to-vector_0.3.0.1.orig.tar.gz 4.0 KiB ccfb5bdccd88a5be488acb291a5863d9026e109d2178e58d87948b43b519284a
haskell-bytestring-to-vector_0.3.0.1-6.debian.tar.xz 2.4 KiB 4330c854db07ea4dfdbe6c883dc848e7be0932c82655efbf23a9bc4b1f997e45

No changes file available.

Binary packages built by this source

libghc-bytestring-to-vector-dev: convert ByteString<->Vector.Storable without copying

 This library allows conversion between the types from Data.ByteString
 and Data.Vector.Storable without copying the underlying data. This
 is useful, for example, when ByteString IO produces or consumes
 vectors of numbers in native byte order.
 .
 The conversion relies on the fact that ByteString and Vector use their
 respective ForeignPtr's in compatible ways.
 .
 This library is a fork of spool.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-bytestring-to-vector-doc: convert ByteString<->Vector.Storable without copying; documentation

 This library allows conversion between the types from Data.ByteString
 and Data.Vector.Storable without copying the underlying data. This
 is useful, for example, when ByteString IO produces or consumes
 vectors of numbers in native byte order.
 .
 The conversion relies on the fact that ByteString and Vector use their
 respective ForeignPtr's in compatible ways.
 .
 This library is a fork of spool.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-bytestring-to-vector-prof: convert ByteString<->Vector.Storable without copying; profiling libraries

 This library allows conversion between the types from Data.ByteString
 and Data.Vector.Storable without copying the underlying data. This
 is useful, for example, when ByteString IO produces or consumes
 vectors of numbers in native byte order.
 .
 The conversion relies on the fact that ByteString and Vector use their
 respective ForeignPtr's in compatible ways.
 .
 This library is a fork of spool.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.