[ 原始碼: haskell-stm-chans ]
套件:libghc-stm-chans-prof(3.0.0.4-9 以及其他的)
libghc-stm-chans-prof 的相關連結
Debian 的資源:
下載原始碼套件 haskell-stm-chans:
- [haskell-stm-chans_3.0.0.4-9.dsc]
- [haskell-stm-chans_3.0.0.4.orig.tar.gz]
- [haskell-stm-chans_3.0.0.4-9.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [code.haskell.org]
相似套件:
additional types of channels for STM; profiling libraries
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, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-stm-chans-prof 有關的套件
|
|
|
|
-
- dep: libghc-base-prof-4.13.0.0-95196
- 本虛擬套件由這些套件填實: ghc-prof
-
- dep: libghc-stm-chans-dev (= 3.0.0.4-9+b2)
- additional types of channels for STM
-
- dep: libghc-stm-prof-2.5.0.0-b76c2
- 本虛擬套件由這些套件填實: ghc-prof