SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-vector-builder rpm build for : OpenSuSE. For other distributions click ghc-vector-builder.

Name : ghc-vector-builder
Version : 0.3.8 Vendor : openSUSE
Release : bp153.1.20 Date : 2021-04-08 03:42:13
Group : Unspecified Source RPM : ghc-vector-builder-0.3.8-bp153.1.20.src.rpm
Size : 0.05 MB
Packager : https://bugs_opensuse_org
Summary : Vector builder
Description :
An API for efficient and convenient construction of vectors. It provides the
composable `Builder` abstraction, which has instances of the `Monoid` and
`Semigroup` classes.

[Usage]

First you use the `Builder` abstraction to specify the structure of the vector.
Then you execute the builder to actually produce the vector.

[Example]

The following code shows how you can efficiently concatenate different
datastructures into a single immutable vector:

> >import qualified Data.Vector as A >import qualified VectorBuilder.Builder as
B >import qualified VectorBuilder.Vector as C > > >myVector :: A.Vector a ->
[a] -> a -> A.Vector a >myVector vector list element = > C.build builder >
where > builder = > B.vector vector < > > B.foldable list < > > B.singleton
element.

RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.3/repo/oss/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-vector-builder-0.3.8-bp153.1.20.x86_64.rpm
ftp.icm.edu.pl  ghc-vector-builder-0.3.8-bp153.1.20.x86_64.rpm
     

Provides :
ghc-vector-builder
ghc-vector-builder(x86-64)
libHSvector-builder-0.3.8-6LBrwJUdNT4KO4OPctDXfX-ghc8.10.4.so()(64bit)

Requires :
libHSarray-0.5.4.0-ghc8.10.4.so()(64bit)
libHSbase-4.14.1.0-ghc8.10.4.so()(64bit)
libHSbase-prelude-1.3-68jnPxIHZLO7SABYIj4JiH-ghc8.10.4.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.4.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.4.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.4.so()(64bit)
libHSprimitive-0.7.0.1-CjUVJtyc7XkLJdDthYlvZV-ghc8.10.4.so()(64bit)
libHSsemigroups-0.19.1-FzieqrLdZI71C64LnuY3Qi-ghc8.10.4.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.4.so()(64bit)
libHSvector-0.12.1.2-2Aes45f7p7sBDaKbXdIL9K-ghc8.10.4.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.10.4/vector-builder-0.3.8
/usr/lib64/ghc-8.10.4/vector-builder-0.3.8/libHSvector-builder-0.3.8-6LBrwJUdNT4KO4OPctDXfX-ghc8.10.4.so
/usr/share/licenses/ghc-vector-builder
/usr/share/licenses/ghc-vector-builder/LICENSE

 
ICM