mirror of
https://github.com/codex-storage/nim-leveldb.git
synced 2025-02-21 03:48:10 +00:00
15 lines
276 B
Nim
15 lines
276 B
Nim
# Package
|
|
|
|
version = "0.3.0"
|
|
author = "Michał Zieliński"
|
|
description = "LevelDB wrapper for Nim"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
installExt = @["nim"]
|
|
binDir = "bin"
|
|
bin = @["leveldb"]
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.18.0"
|