[ trixie ]
[ sid ]
软件包:golang-github-sassoftware-go-rpmutils-dev(0.2.0-1.1)
golang-github-sassoftware-go-rpmutils-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-sassoftware-go-rpmutils:
- [golang-github-sassoftware-go-rpmutils_0.2.0-1.1.dsc]
- [golang-github-sassoftware-go-rpmutils_0.2.0.orig.tar.gz]
- [golang-github-sassoftware-go-rpmutils_0.2.0-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Golang implementation of parsing RPM packages (library)
go-rpmutils is a library written in go (http://golang.org) for parsing and extracting content from RPMs (http://www.rpm.org).
go-rpmutils provides a few interfaces for handling RPM packages. There is a highlevel Rpm struct that provides access to the RPM header and CPIO (https://en.wikipedia.org/wiki/Cpio) payload. The CPIO payload can be extracted to a filesystem location via the ExpandPayload function or through a Reader interface, similar to the tar implementation (https://golang.org/pkg/archive/tar/) in the go standard library.
其他与 golang-github-sassoftware-go-rpmutils-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-datadog-zstd-dev
- Zstd wrapper for Go
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-github-ulikunitz-xz-dev
- Pure golang package for reading and writing xz-compressed files
-
- dep: golang-github-xi2-xz-dev
- native Go XZ decompression
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-uber-goleak-dev
- goroutine leak detector