Source: haskell-async Maintainer: Debian Haskell Group Uploaders: Clint Adams Priority: optional Section: haskell Rules-Requires-Root: no Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.13), cdbs, ghc (>= 8.4.3), ghc-prof, libghc-hashable-dev (>= 1.1.2.0), libghc-hashable-dev (<< 1.4), libghc-hashable-prof, libghc-hunit-dev, libghc-test-framework-dev, libghc-test-framework-hunit-dev, Build-Depends-Indep: ghc-doc, libghc-hashable-doc, Standards-Version: 4.5.0 Homepage: https://github.com/simonmar/async Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-async Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-async] Package: libghc-async-dev Architecture: any Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, Description: run IO operations asynchronously and wait for their results This package provides a higher-level interface over threads, in which an (Async a) is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. . This package contains the normal library files. Package: libghc-async-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, Description: run IO operations asynchronously and wait for their results; profiling libs This package provides a higher-level interface over threads, in which an (Async a) is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. . This package contains the libraries compiled with profiling enabled. Package: libghc-async-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Description: run IO operations asynchronously and wait for their results; documentation This package provides a higher-level interface over threads, in which an (Async a) is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. . This package contains the documentation files.