[ 源代码: haskell-stm-chans ]
软件包:libghc-stm-chans-dev(3.0.0.6-1 以及其他的)
libghc-stm-chans-dev 的相关链接
Debian 的资源:
下载源码包 haskell-stm-chans:
- [haskell-stm-chans_3.0.0.6-1.dsc]
- [haskell-stm-chans_3.0.0.6.orig.tar.gz]
- [haskell-stm-chans_3.0.0.6-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [wrengr.org]
相似软件包:
additional types of channels for STM
Additional types of STM channels:
* TBChan: a version of TChan where the queue is bounded in length * TBMChan: a version of TChan where the queue is bounded in length and closeable. * TBMQueue: a version of TQueue where the queue is bounded in length and closeable. * TMChan: a version of TChan where the queue is closeable. This is similar to a TChan (Maybe a) with a monotonicity guarantee that once there's a Nothing there will always be Nothing. * TMQueue: a version of TQueue where the queue is closeable. This is similar to a TQueue (Maybe a) with a monotonicity guarantee that once there's a Nothing there will always be Nothing.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-stm-chans-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.15.1.0-0d25e
- 本虚包由这些包填实: ghc
-
- dep: libghc-stm-dev-2.5.0.0-f1cbe
- 本虚包由这些包填实: ghc
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- 多精度运算库