pkgsrc/devel/hs-stm-chans/PLIST
pho ebf6857793 devel/hs-stm-chans: import hs-stm-chans-3.0.0.6
This package offers a collection of channel types, similar to
Control.Concurrent.STM.{TChan,TQueue} but with additional features. In
particular we offer the following data types:

Control.Concurrent.STM.TBChan:
    Bounded FIFO channels. When the channel is full, writers will
    block/retry. This ensures that the writers do not get too far ahead of
    the readers, which helps to make sure that memory and cpu resources are
    used responsibly.

Control.Concurrent.STM.TMChan:
    Closeable FIFO channels.

Control.Concurrent.STM.TMQueue:
    Closeable FIFO queues. Like TChan (Maybe a) but with a monotonicity
    guarantee that once Nothing is returned all future reads will be
    Nothing as well.

Control.Concurrent.STM.TBMChan:
    Bounded Closeable FIFO channels.

Control.Concurrent.STM.TBMQueue:
    Bounded Closeable FIFO queues. Combines the capabilities of TBChan and
    TMChan.
2022-02-23 16:15:22 +00:00

35 lines
2.3 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2022/02/23 16:15:22 pho Exp $
lib/stm-chans-${PKGVERSION}/${HS_VERSION}/package-description
lib/stm-chans-${PKGVERSION}/${HS_VERSION}/package-id
lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBChan.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBChan.hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBChan.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBMChan.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBMChan.hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBMChan.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBMQueue.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBMQueue.hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TBMQueue.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TMChan.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TMChan.hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TMChan.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TMQueue.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TMQueue.hi
lib/${HS_PLATFORM}/${HS_PKGID}/Control/Concurrent/STM/TMQueue.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/LICENSE
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/Control-Concurrent-STM-TBChan.html
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/Control-Concurrent-STM-TBMChan.html
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/Control-Concurrent-STM-TBMQueue.html
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/Control-Concurrent-STM-TMChan.html
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/Control-Concurrent-STM-TMQueue.html
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/doc-index.html
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/haddock-bundle.min.js
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/index.html
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/linuwial.css
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/meta.json
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/quick-jump.css
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/stm-chans.haddock
share/doc/${HS_PLATFORM}/stm-chans-${PKGVERSION}/html/synopsis.png