nim-leveldb/leveldbstatic.nimble

13 lines
323 B
Plaintext
Raw Normal View History

2024-05-13 14:08:17 +02:00
# Package
2024-05-14 09:49:07 +02:00
version = "0.1.2"
2024-05-13 14:08:17 +02: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"