软件包:libghc-broadcast-chan-dev(0.2.1.2-1 以及其他的)
libghc-broadcast-chan-dev 的相关链接
Debian 的资源:
下载源码包 haskell-broadcast-chan:
- [haskell-broadcast-chan_0.2.1.2-1.dsc]
- [haskell-broadcast-chan_0.2.1.2.orig.tar.gz]
- [haskell-broadcast-chan_0.2.1.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
closable, fair, leak-avoidant, single-wakeup channel
A closable, fair, single-wakeup channel that avoids the 0 reader space leak that Control.Concurrent.Chan from base suffers from.
The Chan type from Control.Concurrent.Chan consists of both a read and write end combined into a single value. This means there is always at least 1 read end for a Chan, which keeps any values written to it alive. This is a problem for applications/libraries that want to have a channel that can have zero listeners.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-broadcast-chan-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.15.1.0-78aa1
- 本虚包由这些包填实: ghc
-
- dep: libghc-transformers-dev-0.5.6.2-fc6f3
- 本虚包由这些包填实: ghc
-
- dep: libghc-unliftio-core-dev-0.2.0.1-4e4d2
- 本虚包由这些包填实: libghc-unliftio-core-dev
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- 多精度运算库