SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-protobuf-simple rpm build for : OpenSuSE. For other distributions click ghc-protobuf-simple.

Name : ghc-protobuf-simple
Version : 0.1.0.2 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 2.19 Date : 2018-01-30 04:43:11
Group : Development/Languages/Other Source RPM : ghc-protobuf-simple-0.1.0.2-2.19.src.rpm
Size : 3.74 MB
Packager : (none)
Summary : Simple Protocol Buffers library (proto2)
Description :
An Haskell implementation of Google\'s Protocol Buffers version 2 with an
emphasis on simplicity. The implementation consists of a library for encoding
and decoding of data and the `protoc` executable for generating Haskell types
from proto files. In fact, the types that are used in the tests are generated
with the following command:

> $ protoc data/Types.proto

In the example below, the `CustomType` is a Haskell type that was generated
with the `protoc` executable. The `encCustomType` function encodes a CustomType
into a ByteString. The `decCustomType` function decodes a ByteString into
either a CustomType or an error.

> module Codec where > > import Data.ByteString.Lazy (ByteString) > import
Data.ProtoBuf (decode, encode) > import Types.CustomType (CustomType(..)) > >
encCustomType :: CustomType -> ByteString > encCustomType = encode > >
decCustomType :: ByteString -> Either String CustomType > decCustomType =
decode

The library exposes two modules, \"Data.ProtoBuf\", which is used for encoding
and decoding and \"Data.ProtoBufInt\", which is an internal module that is used
by the generated types.

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

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-protobuf-simple
ghc-protobuf-simple(x86-64)
libHSprotobuf-simple-0.1.0.2-JdWHt7zx2z04aEoDJ9VnNV-ghc8.0.1.so()(64bit)

Requires :
libc.so.6()(64bit)
libHSbinary-0.8.3.0-ghc8.0.1.so()(64bit)
librt.so.1(GLIBC_2.2.5)(64bit)
librt.so.1()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
libHSdata-binary-ieee754-0.4.4-F1HjhwdV1xx5grS0eMjeg2-ghc8.0.1.so()(64bit)
libpthread.so.0(GLIBC_2.3.2)(64bit)
libffi.so.4()(64bit)
libHSbase-4.9.0.0-ghc8.0.1.so()(64bit)
libHStext-1.2.2.1-JAnD1x1IHr6H3rdrqlXcyH-ghc8.0.1.so()(64bit)
libdl.so.2()(64bit)
libHSmtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM-ghc8.0.1.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.1.so()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libutil.so.1()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.1.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHStransformers-0.5.2.0-ghc8.0.1.so()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
libpthread.so.0()(64bit)
librt.so.1(GLIBC_2.3.3)(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.1.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSghc-prim-0.5.0.0-ghc8.0.1.so()(64bit)
libc.so.6(GLIBC_2.7)(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libm.so.6()(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libHSbytestring-0.10.8.1-ghc8.0.1.so()(64bit)
libdl.so.2(GLIBC_2.2.5)(64bit)
libpthread.so.0(GLIBC_2.12)(64bit)
libHSarray-0.5.1.1-ghc8.0.1.so()(64bit)


Content of RPM :
/usr/bin/protoc
/usr/lib64/ghc-8.0.1/protobuf-simple-0.1.0.2-JdWHt7zx2z04aEoDJ9VnNV
/usr/lib64/ghc-8.0.1/protobuf-simple-0.1.0.2-JdWHt7zx2z04aEoDJ9VnNV/libHSprotobuf-simple-0.1.0.2-JdWHt7zx2z04aEoDJ9VnNV-ghc8.0.1.so
/usr/share/doc/packages/ghc-protobuf-simple
/usr/share/doc/packages/ghc-protobuf-simple/LICENSE

 
ICM