SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-vector-builder rpm build for : openSUSE Leap 15. For other distributions click ghc-vector-builder.

Name : ghc-vector-builder
Version : 0.3.7.2 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : lp151.10.2 Date : 2019-02-18 01:27:47
Group : Development/Libraries/Haskell Source RPM : ghc-vector-builder-0.3.7.2-lp151.10.2.src.rpm
Size : 0.05 MB
Packager : (none)
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell/openSUSE_Leap_15.1/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-vector-builder
ghc-vector-builder(x86-64)
libHSvector-builder-0.3.7.2-GbaQ12LWvy51UcOUCHenn0-ghc8.6.3.so()(64bit)

Requires :
libHSarray-0.5.3.0-ghc8.6.3.so()(64bit)
libHSbase-4.12.0.0-ghc8.6.3.so()(64bit)
libHSbase-prelude-1.3-4ZZNNsW3hao94Bjea11y2s-ghc8.6.3.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.6.3.so()(64bit)
libHSghc-prim-0.5.3-ghc8.6.3.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.6.3.so()(64bit)
libHSprimitive-0.6.4.0-1mvPxVOk6Q6KOkWCZxqESf-ghc8.6.3.so()(64bit)
libHSsemigroups-0.18.5-6T2lH5F6zyQIdwR3JYKMO3-ghc8.6.3.so()(64bit)
libHStransformers-0.5.5.0-ghc8.6.3.so()(64bit)
libHSvector-0.12.0.2-5G85DK6NPIx1LphnqJy7eO-ghc8.6.3.so()(64bit)
libatomic.so.1()(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.6.3/vector-builder-0.3.7.2-GbaQ12LWvy51UcOUCHenn0
/usr/lib64/ghc-8.6.3/vector-builder-0.3.7.2-GbaQ12LWvy51UcOUCHenn0/libHSvector-builder-0.3.7.2-GbaQ12LWvy51UcOUCHenn0-ghc8.6.3.so
/usr/share/licenses/ghc-vector-builder
/usr/share/licenses/ghc-vector-builder/LICENSE

 
ICM