module Compress::XZ

Defined in:

xz.cr
xz/lib.cr

Constant Summary

LZMA_VERSION = SemanticVersion.parse(String.new(LZMA.version_string))
LZMA_VERSION_MINIMUM = SemanticVersion.parse("5.2.4")
VERSION = "0.1.5"