nim-zippy/zippy.nimble

9 lines
194 B
Plaintext
Raw Normal View History

2021-05-03 01:15:46 +00:00
version = "0.5.7"
2020-10-14 01:03:19 +00:00
author = "Ryan Oldenburg"
2020-11-19 01:42:16 +00:00
description = "Pure Nim implementation of deflate, zlib, gzip and zip."
2020-10-14 01:03:19 +00:00
license = "MIT"
srcDir = "src"
requires "nim >= 1.0.0"