[ 源代码: haskell-psqueue ]
软件包:libghc-psqueue-dev(1.1-13 以及其他的)
libghc-psqueue-dev 的相关链接
Debian 的资源:
下载源码包 haskell-psqueue:
- [haskell-psqueue_1.1-13.dsc]
- [haskell-psqueue_1.1.orig.tar.gz]
- [haskell-psqueue_1.1-13.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [hackage.haskell.org]
相似软件包:
Priority Search Queue
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 normal library files.
其他与 libghc-psqueue-dev 有关的软件包
|
|
|
|
-
- dep: libatomic1 (>= 4.8)
- 提供 __atomic 内置函数的支持库
-
- dep: libc6 (>= 2.1.3)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.11.1.0-3abbc
- 本虚包由这些包填实: ghc
-
- dep: libgmp10
- 多精度运算库
-
- sug: libghc-psqueue-doc
- Priority Search Queue; documentation
-
- sug: libghc-psqueue-prof
- Priority Search Queue; profiling libraries