SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-dsnet-compress-devel rpm build for : Fedora 25. For other distributions click golang-github-dsnet-compress-devel.

Name : golang-github-dsnet-compress-devel
Version : 0 Vendor : Fedora Project
Release : 0.3.20180411gitcc9eb1d.fc29 Date : 2018-07-13 13:49:15
Group : Unspecified Source RPM : golang-github-dsnet-compress-0-0.3.20180411gitcc9eb1d.fc29.src.rpm
Size : 1.26 MB
Packager : Fedora Project
Summary : Collection of compression related Go packages
Description :

This repository hosts a collection of compression related libraries. The goal of
this project is to provide pure Go implementations for popular compression
algorithms beyond what the Go standard library provides. The goals for these
packages are as follows:
* Maintainable: That the code remains well documented, well tested, readable,
easy to maintain, and easy to verify that it conforms to the specification
for the format being implemented.
* Performant: To be able to compress and decompress within at least 80% of the
rates that the C implementations are able to achieve.
* Flexible: That the code provides low-level and fine granularity control over
the compression streams similar to what the C APIs would provide.

Of these three, the first objective is often at odds with the other two
objectives and provides interesting challenges. Higher performance can often be
achieved by muddling abstraction layers or using non-intuitive low-level
primitives. Also, more features and functionality, while useful in some
situations, often complicates the API. Thus, this package will attempt to
satisfy all the goals, but will defer to favoring maintainability when the
performance or flexibility benefits are not significant enough.

This package contains the source code needed for building packages that import
the github.com/dsnet/compress Go namespace.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/29/25511/riscv64/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-dsnet-compress-devel-0-0.3.20180411gitcc9eb1d.fc29.noarch.rpm
ftp.icm.edu.pl  golang-github-dsnet-compress-devel-0-0.3.20180411gitcc9eb1d.fc29.noarch.rpm
     

Provides :
golang(github.com/dsnet/compress)
golang(github.com/dsnet/compress)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/brotli)
golang(github.com/dsnet/compress/brotli)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/bzip2)
golang(github.com/dsnet/compress/bzip2)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/bzip2/internal/sais)
golang(github.com/dsnet/compress/bzip2/internal/sais)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/flate)
golang(github.com/dsnet/compress/flate)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal)
golang(github.com/dsnet/compress/internal)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal/cgo/brotli)
golang(github.com/dsnet/compress/internal/cgo/brotli)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal/cgo/bzip2)
golang(github.com/dsnet/compress/internal/cgo/bzip2)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal/cgo/flate)
golang(github.com/dsnet/compress/internal/cgo/flate)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal/cgo/lzma)
golang(github.com/dsnet/compress/internal/cgo/lzma)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal/cgo/zstd)
golang(github.com/dsnet/compress/internal/cgo/zstd)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal/errors)
golang(github.com/dsnet/compress/internal/errors)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal/prefix)
golang(github.com/dsnet/compress/internal/prefix)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/internal/testutil)
golang(github.com/dsnet/compress/internal/testutil)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/xflate)
golang(github.com/dsnet/compress/xflate)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang(github.com/dsnet/compress/xflate/internal/meta)
golang(github.com/dsnet/compress/xflate/internal/meta)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)
golang-github-dsnet-compress-devel
golang-ipath(github.com/dsnet/compress)
golang-ipath(github.com/dsnet/compress)(commit=cc9eb1d7ad760af14e8f918698f745e80377af4f)

Requires :
golang(github.com/dsnet/golib/unitconv)
golang(github.com/klauspost/compress/flate)
golang(github.com/ulikunitz/xz/lzma)
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/share/doc/golang-github-dsnet-compress-devel
/usr/share/doc/golang-github-dsnet-compress-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/dsnet
/usr/share/gocode/src/github.com/dsnet/compress
/usr/share/gocode/src/github.com/dsnet/compress/.goipath
/usr/share/gocode/src/github.com/dsnet/compress/LICENSE.md
/usr/share/gocode/src/github.com/dsnet/compress/README.md
/usr/share/gocode/src/github.com/dsnet/compress/api.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli
/usr/share/gocode/src/github.com/dsnet/compress/brotli/bit_reader.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/bit_writer.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/brotli_test.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/common.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/common_test.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/context.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/dict.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/dict_decoder.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/dict_decoder_test.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/dict_encoder.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/dict_encoder_test.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/prefix.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/prefix_decoder.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/prefix_encoder.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/prefix_test.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/reader.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/reader_test.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/transform.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/transform_test.go
/usr/share/gocode/src/github.com/dsnet/compress/brotli/writer.go
There is 101 files more in these RPM.

 
ICM