mirror of
https://github.com/logos-storage/nim-leveldb.git
synced 2026-01-06 15:43:09 +00:00
14 lines
250 B
Nim
14 lines
250 B
Nim
# Package
|
|
|
|
version = "0.3.0"
|
|
author = "Michał Zieliński"
|
|
description = "LevelDB wrapper for Nim"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
binDir = "bin"
|
|
bin = @["leveldb"]
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.0.0"
|