diff options
author | minskim <minskim@pkgsrc.org> | 2018-06-18 20:46:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-06-18 20:46:47 +0000 |
commit | 6193df981cd48975f678a8e8d196151605adb012 (patch) | |
tree | 6a510218a2ca68e1192177edecdd065fab375974 /archivers/go-xz/DESCR | |
parent | c84559c4c48637a1577836b68653219a4b7a50a9 (diff) | |
download | pkgsrc-6193df981cd48975f678a8e8d196151605adb012.tar.gz |
archivers/go-xz: Import version 0.5.4
This Go language package supports the reading and writing of xz
compressed streams. It includes also a gxz command for compressing and
decompressing data. The package is completely written in Go and
doesn't have any dependency on any C code.
Diffstat (limited to 'archivers/go-xz/DESCR')
-rw-r--r-- | archivers/go-xz/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/go-xz/DESCR b/archivers/go-xz/DESCR new file mode 100644 index 00000000000..3d2b9a778da --- /dev/null +++ b/archivers/go-xz/DESCR @@ -0,0 +1,4 @@ +This Go language package supports the reading and writing of xz +compressed streams. It includes also a gxz command for compressing and +decompressing data. The package is completely written in Go and +doesn't have any dependency on any C code. |