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.5 Vendor : openSUSE
Release : bp156.1.1 Date : 2024-03-05 11:14:15
Group : Unspecified Source RPM : ghc-vector-builder-0.3.8.5-bp156.1.1.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.6/repo/oss/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-vector-builder-0.3.8.5-bp156.1.1.x86_64.rpm
ftp.icm.edu.pl  ghc-vector-builder-0.3.8.5-bp156.1.1.x86_64.rpm
     

Provides :
ghc-vector-builder
ghc-vector-builder(x86-64)
libHSvector-builder-0.3.8.5-GmQ6NXYsVHqmArElLu5es-ghc8.10.7.so()(64bit)

Requires :
libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)
libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)
libHSdata-array-byte-0.1.0.1-K28hjVtnMmk7as6rZ7LlwO-ghc8.10.7.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit)
libHSghc-boot-th-8.10.7-ghc8.10.7.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit)
libHSpretty-1.1.3.6-ghc8.10.7.so()(64bit)
libHSprimitive-0.8.0.0-7GvTqDWvNsdIftJV9fdokB-ghc8.10.7.so()(64bit)
libHStemplate-haskell-2.16.0.0-ghc8.10.7.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.7.so()(64bit)
libHSvector-0.13.1.0-FrnJWV7JTzZBoqufN7KMEY-ghc8.10.7.so()(64bit)
libHSvector-stream-0.1.0.1-CAjZpdJHuP0B3cWISynNAe-ghc8.10.7.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.7/vector-builder-0.3.8.5
/usr/lib64/ghc-8.10.7/vector-builder-0.3.8.5/libHSvector-builder-0.3.8.5-GmQ6NXYsVHqmArElLu5es-ghc8.10.7.so
/usr/share/licenses/ghc-vector-builder
/usr/share/licenses/ghc-vector-builder/LICENSE

 
ICM