nim-leveldb/leveldbstatic.nimble

13 lines
323 B
Plaintext
Raw Normal View History

2024-05-13 12:08:17 +00:00
# Package
2024-05-23 06:58:28 +00:00
version = "0.1.4"
2024-05-13 12:08:17 +00:00
author = "leveldbstatic authors"
description = "Statically linked LevelDB wrapper for Nim"
license = "MIT"
bin = @["leveldbtool"]
installDirs = @["build", "leveldbstatic", "vendor"]
installFiles = @["leveldbstatic.nim"]
# Dependencies
requires "nim >= 1.4.0"