An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.9% on proxy.golang.org

proxy.golang.org : cmd/pack

Pack is a simple version of the traditional Unix ar tool. It implements only the operations needed by Go. Usage: Pack applies the operation to the archive, using the names as arguments to the operation. The operation op is given by one of these letters: The archive argument to the c command must be non-existent or a valid archive file, which will be cleared before adding new entries. It is an error if the file exists but is not an archive. For the p, t, and x commands, listing no names on the command line causes the operation to apply to all files in the archive. In contrast to Unix ar, the r operation always appends to the archive, even if a file with the given name already exists in the archive. In this way pack's r operation is more like Unix ar's rq operation. Adding the letter v to an operation, as in pv or rv, enables verbose operation: For the c and r commands, names are printed as files are added. For the p command, each file is prefixed by the name on a line by itself. For the t command, the listing includes additional file metadata. For the x command, names are printed as files are extracted.

Registry - Source - Documentation - JSON
purl: pkg:golang/cmd/pack
License: BSD-3-Clause
Latest release: 11 days ago
Namespace: cmd
Docker dependents: 4,273
Docker downloads: 2,386,097,494
Last synced: 11 days ago