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

Changelog

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

  * Declare compliance with Debian policy 4.6.2
  * Sourceful upload for GHC 9.4

 -- Ilias Tsitsimpis <email address hidden>  Sun, 10 Sep 2023 20:32:35 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-bytestring-to-vector_0.3.0.1-5.dsc 2.4 KiB 15df2c4e17f05f1faaa848d7e1543f64149d53ffff5d00479c28b70a3cbab050
haskell-bytestring-to-vector_0.3.0.1.orig.tar.gz 4.0 KiB ccfb5bdccd88a5be488acb291a5863d9026e109d2178e58d87948b43b519284a
haskell-bytestring-to-vector_0.3.0.1-5.debian.tar.xz 2.4 KiB 1c2bc7637153fa69a7295d11e84fba890a70b8efaf09e4c790484ccc5b2478b4

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.