mirror of
https://github.com/logos-storage/nim-leveldb.git
synced 2026-01-02 13:43:11 +00:00
* Change the LevelDbCmakeFlags option case * Add nimbledeps to ignored files * Increase version * Add Nim 2.0.12 to the matrix * Fixes STD_REGEX issue introduced by gtest/benchmark submodule * Revert "Fixes STD_REGEX issue introduced by gtest/benchmark submodule" This reverts commit b4db94d75300f9d638869279ab736571eda632e6. * Disables building benchmark tests --------- Co-authored-by: Arnaud <arnaud@status.im>
13 lines
323 B
Nim
13 lines
323 B
Nim
# Package
|
|
|
|
version = "0.2.0"
|
|
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"
|