套件: libghc-hashmap-dev (1.3.2-1build2)
libghc-hashmap-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 haskell-hashmap:
- [haskell-hashmap_1.3.2-1build2.dsc]
- [haskell-hashmap_1.3.2.orig.tar.gz]
- [haskell-hashmap_1.3.2-1build2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Haskell Group (郵件存檔)
- Clint Adams
外部的資源:
- 主頁 [git.auryn.cz]
相似套件:
- libghc-hashmap-prof
- libghc-enummapset-dev
- libghc-enummapset-doc
- libghc-enummapset-prof
- libghc-data-default-instances-containers-dev
- libghc-data-default-instances-containers-doc
- libghc-data-default-instances-containers-prof
- libghc-enummapset-th-dev
- libghc-hashable-dev
- libghc-enummapset-th-doc
- libghc-enummapset-th-prof
persistent containers Map and Set based on hashing
An implementation of persistent Map and Set containers based on hashing. The implementation is build on top of Data.IntMap.IntMap and Data.IntSet.IntSet, with very similar API. It uses Hashable class from the hashable package for hashing.
This package can be used as a drop-in replacement for Data.Map and Data.Set modules.
The Map key value is an Data.IntMap.IntMap indexed by the hash value, containing either one (key, value) or a Data.Map.Map key value for all keys with the same hash value.
The Set elem is an Data.IntMap.IntMap indexed by the hash value, containing either one elem or Data.Set.Set elem for all elements with the same hash value.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-hashmap-dev 有關的套件
|
|
|
-
- dep: libc6 (>= 2.1.3) [i386]
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
- dep: libc6 (>= 2.2.5) [amd64]
-
- dep: libghc-base-dev-4.9.1.0-5a696 [i386]
- 本虛擬套件由這些套件提供: ghc
-
- dep: libghc-base-dev-4.9.1.0-d28d6 [amd64]
- 本虛擬套件由這些套件提供: ghc
-
- dep: libghc-containers-dev-0.5.7.1-cd211 [amd64]
- 本虛擬套件由這些套件提供: ghc
-
- dep: libghc-containers-dev-0.5.7.1-ed950 [i386]
- 本虛擬套件由這些套件提供: ghc
-
- dep: libghc-deepseq-dev-1.4.2.0-ab902 [i386]
- 本虛擬套件由這些套件提供: ghc
-
- dep: libghc-deepseq-dev-1.4.2.0-fb727 [amd64]
- 本虛擬套件由這些套件提供: ghc
-
- dep: libghc-hashable-dev-1.2.6.1-04604 [amd64]
- 本虛擬套件由這些套件提供: libghc-hashable-dev
-
- dep: libghc-hashable-dev-1.2.6.1-86b66 [i386]
- 本虛擬套件由這些套件提供: libghc-hashable-dev
-
- dep: libgmp10
- Multiprecision arithmetic library
-
- sug: libghc-hashmap-doc
- persistent containers Map and Set based on hashing; documentation
-
- sug: libghc-hashmap-prof
- persistent containers Map and Set based on hashing; profiling libraries