SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-vector-binary-instances
Version : 0.2.5.1 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : lp150.1.2 Date : 2018-12-10 04:13:13
Group : Development/Libraries/Haskell Source RPM : ghc-vector-binary-instances-0.2.5.1-lp150.1.2.src.rpm
Size : 0.06 MB
Packager : (none)
Summary : Instances of Data.Binary for vector
Description :
Instances for Binary for the types defined in the vector package, making it
easy to serialize vectors to and from disk. We use the generic interface to
vectors, so all vector types are supported. Specific instances are provided for
unboxed, boxed and storable vectors.

To serialize a vector:

> *Data.Vector.Binary> let v = Data.Vector.fromList [1..10] >
*Data.Vector.Binary> v > fromList [1,2,3,4,5,6,7,8,9,10] :: Data.Vector.Vector
> *Data.Vector.Binary> encode v > Chunk
\"NULNULNULNULNUL...NULNULNULtNULNULNULNULn\" Empty

Which you can in turn compress before writing to disk:

> compress . encode $ v > Chunk \"US139bNULNULN...229240,254:NULNULNUL\" Empty

Try the cereal-vector package if you are looking for Data.Serialize instances.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/12/openSUSE_Leap_15.0/x86_64

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-vector-binary-instances
ghc-vector-binary-instances(x86-64)
libHSvector-binary-instances-0.2.5.1-Igsceto7gGTGoxMdQiURFP-ghc8.4.4.so()(64bit)

Requires :
libHSarray-0.5.2.0-ghc8.4.4.so()(64bit)
libHSbase-4.11.1.0-ghc8.4.4.so()(64bit)
libHSbinary-0.8.5.1-ghc8.4.4.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.4.4.so()(64bit)
libHScontainers-0.5.11.0-ghc8.4.4.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.4.4.so()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.4.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.4.4.so()(64bit)
libHSprimitive-0.6.3.0-DaZpcxwJp2TGn8ITSgfI4C-ghc8.4.4.so()(64bit)
libHStransformers-0.5.5.0-ghc8.4.4.so()(64bit)
libHSvector-0.12.0.2-4IpdnxtqTfNJ9xEZNSAM2c-ghc8.4.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.4.4/vector-binary-instances-0.2.5.1-Igsceto7gGTGoxMdQiURFP
/usr/lib64/ghc-8.4.4/vector-binary-instances-0.2.5.1-Igsceto7gGTGoxMdQiURFP/libHSvector-binary-instances-0.2.5.1-Igsceto7gGTGoxMdQiURFP-ghc8.4.4.so
/usr/share/licenses/ghc-vector-binary-instances
/usr/share/licenses/ghc-vector-binary-instances/LICENSE

 
ICM