[ ソース: 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.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libghc-base-dev-4.15.1.0-78aa1
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-stm-dev-2.5.0.0-4cba8
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- 多倍長精度演算ライブラリ