INFO
Name: ghc-stm
Version: 2.4.5.0-1.el8
Arch: aarch64
Summary: Software Transactional Memory
License: BSD
Vendor: Fedora Project
Build Host: buildvm-a64-33.iad2.fedoraproject.org
Build Date: Wed Sep 7 15:04:57 2022
Size: 17431
URL: https://hackage.haskell.org/package/stm
Description: Software Transactional Memory, or STM, is an abstraction for concurrent
communication. The main benefits of STM are /composability/ and /modularity/.
That is, using STM you can write concurrent abstractions that can be easily
composed with any other abstraction built using STM, without exposing the
details of how your abstraction ensures safety. This is typically not the case
with other forms of concurrent communication, such as locks or 'MVar's.
FILES
ghc-stm.spec
stm-2.4.5.0.tar.gz
REQUIRES
ghc-Cabal-devel
ghc-array-devel
ghc-rpm-macros
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
PROVIDES
CONFIG FILES
ghc-stm.spec s
stm-2.4.5.0.tar.gz
LICENSE FILES
BSD
|