Merge branch 'nimble'

This commit is contained in:
Ștefan Talpalaru 2018-12-26 16:01:12 +01:00
commit 1d721f4eca
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ description = "RLP serialization library for Nim"
license = "Apache License 2.0"
skipDirs = @["tests"]
bin = @["rlp/bin/rlp_inspect"]
# avoid being considered a binary-only package: https://github.com/nim-lang/nimble/blob/66d79bf9a0970542351988fa31f487a1e70144f7/src/nimblepkg/packageparser.nim#L280
installExt = @["nim"]
requires "nim >= 0.17.0",
"ranges"