haskell-cereal-vector 0.2.0.1-5 source package in Ubuntu

Changelog

haskell-cereal-vector (0.2.0.1-5) unstable; urgency=medium

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

 -- Ilias Tsitsimpis <email address hidden>  Tue, 19 Jul 2022 11:10:04 +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

Downloads

File Size SHA-256 Checksum
haskell-cereal-vector_0.2.0.1-5.dsc 2.4 KiB 04dd4e16a002a55808db41c9ebba91485ebdf7bdf2bab9260dcf46d01a504e29
haskell-cereal-vector_0.2.0.1.orig.tar.gz 3.3 KiB ff0685a6c39e7aae32f8b4165e2ae06f284c867298ad4f7b776c1c1b2859f933
haskell-cereal-vector_0.2.0.1-5.debian.tar.xz 2.5 KiB 90569ff1f841114cec5d9afe0c37aae98fd9a9f64691d30a2591768d7d943f37

No changes file available.

Binary packages built by this source

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

No description available for libghc-cereal-vector-dev in ubuntu kinetic.

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

No description available for libghc-cereal-vector-doc in ubuntu kinetic.

libghc-cereal-vector-prof: Serialize instances for Data.Vector types; profiling libraries

 Data.Serialize functions for Data.Vector.Generic vectors. Orphan
 instances are provided for Data.Vector, Data.Vector.Unboxed,
 Data.Vector.Storable, and Data.Vector.Primitive vectors.
 .
 The serialized format is an Int64 representing the length of the
 vector, followed by the Data.Serialized contents of each element.
 .
 Note that the functions in Data.Vector.Storable.UnsafeSerialize
 perform much better when serialization does not need to account for
 host endianness and word size.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.