[ Bron: haskell-stm-chans ]
Pakket: libghc-stm-chans-dev (3.0.0.4-8 en anderen)
Verwijzigingen voor libghc-stm-chans-dev
Debian bronnen:
Het bronpakket haskell-stm-chans downloaden:
- [haskell-stm-chans_3.0.0.4-8.dsc]
- [haskell-stm-chans_3.0.0.4.orig.tar.gz]
- [haskell-stm-chans_3.0.0.4-8.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [code.haskell.org]
Vergelijkbare pakketten:
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.
Andere aan libghc-stm-chans-dev gerelateerde pakketten
|
|
|
|
-
- dep: libatomic1 (>= 4.8)
- support library providing __atomic built-in functions
-
- dep: libc6 (>= 2.2.5)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libghc-base-dev-4.11.1.0-5dd74
- virtueel pakket geboden door ghc
-
- dep: libghc-stm-dev-2.4.5.1-e1689
- virtueel pakket geboden door ghc
-
- dep: libgmp10
- Multiprecision arithmetic library
-
- sug: libghc-stm-chans-doc
- additional types of channels for STM; documentation
-
- sug: libghc-stm-chans-prof
- additional types of channels for STM; profiling libraries