haskell-psqueue 1.1.1-1 source package in Ubuntu

Changelog

haskell-psqueue (1.1.1-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Clint Adams ]
  * New upstream release

 -- Clint Adams <email address hidden>  Thu, 30 Jun 2022 16:01:38 -0400

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-psqueue_1.1.1-1.dsc 2.2 KiB 63c39a348d467ab00e2fe2aef2e61b80f9034def362a793d4b698b84f4a20fab
haskell-psqueue_1.1.1.orig.tar.gz 6.7 KiB 7191ef25e63df3658ad3eccde7d7a7e31fa8dd43c6705714672836dbf9c7ef0a
haskell-psqueue_1.1.1-1.debian.tar.xz 3.1 KiB 8e249b38bbf6d3d1f05cd70aae8f41e52f5b82e44d45e475797f6d36f1c452e1

No changes file available.

Binary packages built by this source

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

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

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

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

libghc-psqueue-prof: Priority Search Queue; profiling libraries

 A /priority search queue/ efficiently supports the
 opperations of both a search tree and a priority queue. A
 'Binding' is a product of a key and a priority. Bindings
 can be inserted, deleted, modified and queried in
 logarithmic time, and the binding with the least priority
 can be retrieved in constant time. A queue can be built
 from a list of bindings, sorted by keys, in linear time.
 .
 This package contains the libraries compiled with profiling enabled.