Wed, 27 Nov 2024 00:24:18 UTC | login

Information for RPM golang-github-pierrec-lz4-devel-4.1.18-1.fc40.noarch.rpm

ID1070725
Namegolang-github-pierrec-lz4-devel
Version4.1.18
Release1.fc40
Epoch
Archnoarch
SummaryLZ4 compression and decompression in pure Go
DescriptionPackage lz4 implements reading and writing lz4 compressed data (a frame), as specified in http://fastcompression.blogspot.com/2013/04/lz4-streaming-format-final.html. This package is compatible with the LZ4 frame format although the block level compression and decompression functions are exposed and are fully compatible with the LZ4 block format definition, they are low level and should not be used directly. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/pierrec/lz4
Build Time2023-11-08 05:04:30 GMT
Size50.92 KB
60a455a2329b29629669db48912eb7cb
LicenseBSD-3-Clause
Buildrootf40-build-737188-106723
Provides
golang(github.com/pierrec/lz4) = 4.1.18-1.fc40
golang(github.com/pierrec/lz4/fuzz) = 4.1.18-1.fc40
golang(github.com/pierrec/lz4/internal/lz4block) = 4.1.18-1.fc40
golang(github.com/pierrec/lz4/internal/lz4errors) = 4.1.18-1.fc40
golang(github.com/pierrec/lz4/internal/lz4stream) = 4.1.18-1.fc40
golang(github.com/pierrec/lz4/internal/xxh32) = 4.1.18-1.fc40
golang-github-pierrec-lz4-devel = 4.1.18-1.fc40
golang-ipath(github.com/pierrec/lz4) = 4.1.18-1.fc40
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
go-filesystem
golang(code.cloudfoundry.org/bytefmt)
golang(github.com/pierrec/cmdflag)
golang(github.com/schollz/progressbar/v3)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 53 >>>
Name ascending sort Size
/usr/share/doc/golang-github-pierrec-lz4-devel0.00 B
/usr/share/doc/golang-github-pierrec-lz4-devel/README.md2.56 KB
/usr/share/gocode/src/github.com0.00 B
/usr/share/gocode/src/github.com/pierrec0.00 B
/usr/share/gocode/src/github.com/pierrec/lz40.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/.goipath47.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/README.md2.56 KB
/usr/share/gocode/src/github.com/pierrec/lz4/bench_test.go3.72 KB
/usr/share/gocode/src/github.com/pierrec/lz4/cmd0.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/cmd/lz4c0.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/cmd/lz4c/compress.go2.86 KB
/usr/share/gocode/src/github.com/pierrec/lz4/cmd/lz4c/main.go720.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/cmd/lz4c/uncompress.go1.92 KB
/usr/share/gocode/src/github.com/pierrec/lz4/example_test.go1.15 KB
/usr/share/gocode/src/github.com/pierrec/lz4/fuzz0.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/fuzz/lz4.go1.92 KB
/usr/share/gocode/src/github.com/pierrec/lz4/go.mod42.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal0.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block0.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/block.go12.19 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/block_test.go4.88 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/blocks.go1.83 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/decode_amd64.s7.84 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/decode_arm.s4.66 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/decode_arm64.s4.87 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/decode_asm.go219.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/decode_other.go3.03 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4block/decode_test.go6.35 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4errors0.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4errors/errors.go924.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4stream0.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4stream/block.go8.34 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4stream/frame.go4.71 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4stream/frame_gen.go2.45 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4stream/frame_test.go3.04 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/lz4stream/gen.go1.21 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/xxh320.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/xxh32/xxh32zero.go4.82 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/xxh32/xxh32zero_arm.go209.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/xxh32/xxh32zero_arm.s4.31 KB
/usr/share/gocode/src/github.com/pierrec/lz4/internal/xxh32/xxh32zero_other.go244.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/internal/xxh32/xxh32zero_test.go4.40 KB
/usr/share/gocode/src/github.com/pierrec/lz4/lz4.go6.84 KB
/usr/share/gocode/src/github.com/pierrec/lz4/options.go5.50 KB
/usr/share/gocode/src/github.com/pierrec/lz4/options_gen.go2.22 KB
/usr/share/gocode/src/github.com/pierrec/lz4/reader.go5.89 KB
/usr/share/gocode/src/github.com/pierrec/lz4/reader_test.go6.97 KB
/usr/share/gocode/src/github.com/pierrec/lz4/state.go1.59 KB
/usr/share/gocode/src/github.com/pierrec/lz4/state_gen.go749.00 B
/usr/share/gocode/src/github.com/pierrec/lz4/writer.go5.46 KB
Component of
Page:
1 through 50 of 598 >>>
Buildroot descending sort Created State
f41-build-818811-151183 2024-07-23 13:50:32 expired
f41-build-818807-151181 2024-07-23 13:49:44 expired
f41-build-818744-151181 2024-07-23 13:29:29 expired
f41-build-818714-151181 2024-07-23 13:20:34 expired
f41-build-818711-151181 2024-07-23 13:19:38 expired
f41-build-818708-151156 2024-07-23 13:17:36 expired
f41-build-818671-151145 2024-07-23 13:06:05 expired
f41-build-818661-151135 2024-07-23 13:02:27 expired
f41-build-818644-151133 2024-07-23 12:54:26 expired
f41-build-818626-151120 2024-07-23 12:46:49 expired
f41-build-818614-151110 2024-07-23 12:41:55 expired
f41-build-818610-151108 2024-07-23 12:39:18 expired
f41-build-818609-151120 2024-07-23 12:39:07 expired
f41-build-818603-151110 2024-07-23 12:34:29 expired
f41-build-818600-151102 2024-07-23 12:33:44 expired
f41-build-818580-151100 2024-07-23 12:26:45 expired
f41-build-818572-151096 2024-07-23 12:25:05 expired
f41-build-818561-151096 2024-07-23 12:21:19 expired
f41-build-818556-151096 2024-07-23 12:20:32 expired
f41-build-818547-151075 2024-07-23 12:19:04 expired
f41-build-818545-151068 2024-07-23 12:18:41 expired
f41-build-818538-151075 2024-07-23 12:17:54 expired
f41-build-818344-151010 2024-07-23 11:29:21 expired
f41-build-818338-151008 2024-07-23 11:28:18 expired
f41-build-818323-150998 2024-07-23 11:25:17 expired
f41-build-818316-150998 2024-07-23 11:24:02 expired
f41-build-818210-150991 2024-07-23 11:08:21 expired
f41-build-809238-146202 2024-05-30 12:39:49 expired
f41-build-808876-146098 2024-05-30 08:48:57 expired
f41-build-808487-145873 2024-05-29 22:43:33 expired
f41-build-808485-145871 2024-05-29 22:11:39 expired
f41-build-808484-145871 2024-05-29 21:55:13 expired
f41-build-808481-145871 2024-05-29 20:51:26 expired
f41-build-808480-145871 2024-05-29 20:46:33 expired
f41-build-808469-145871 2024-05-29 19:56:19 expired
f40-build-807672-145235 2024-04-17 11:35:49 expired
f40-build-807641-145229 2024-04-17 11:14:20 expired
f40-build-807638-145229 2024-04-17 11:13:24 expired
f40-build-807626-145227 2024-04-17 11:05:03 expired
f40-build-807619-145225 2024-04-17 11:01:04 expired
f40-build-807582-145223 2024-04-17 10:31:39 expired
f40-build-807537-145217 2024-04-17 10:03:59 expired
f40-build-807414-145199 2024-04-17 08:47:36 expired
f40-build-807393-145193 2024-04-17 08:31:06 expired
f40-build-807379-145189 2024-04-17 08:17:44 expired
f40-build-807371-145187 2024-04-17 08:09:17 expired
f40-build-807368-145187 2024-04-17 08:04:37 expired
f40-build-807341-145179 2024-04-17 07:11:27 expired
f40-build-807263-145173 2024-04-17 06:17:38 expired
f40-build-807205-145173 2024-04-17 03:00:01 expired