proxy.golang.org : github.com/fmzchao/xtractr : v0.0.0-20231115062940-ffa0279e1eed
Package xtractr provides methods and procedures to extract compressed archive files. It can be used in two ways. The simplest method is to pass an archive file path and an output path to ExtractFile(). This decompresses the provided file and returns some information about the data written. The other, more sophisticated way to extract files is with a queue. The queue method allows you to send an Xtract into a channel where it's queued up and extracted in order. The number of concurrent extractions is configured when the queue is created. A provided callback method is run when a queued Xtract begins and it's run again when the Xtract finishes.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/fmzchao/[email protected]
Published:
Indexed:
- github.com/andybalholm/brotli v1.0.6
- github.com/bodgit/plumbing v1.3.0
- github.com/bodgit/sevenzip v1.4.4
- github.com/bodgit/windows v1.0.1
- github.com/davecgh/go-spew v1.1.1
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/kdomanski/iso9660 v0.4.0
- github.com/klauspost/compress v1.17.2
- github.com/nwaples/rardecode v1.1.3
- github.com/pierrec/lz4/v4 v4.1.18
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.4
- github.com/ulikunitz/xz v0.5.11
- github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
- go4.org v0.0.0-20230225012048-214862532bf5
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- golang.org/x/text v0.14.0
- gopkg.in/yaml.v3 v3.0.1