mirror of
https://github.com/status-im/nim-rocksdb.git
synced 2025-02-16 17:07:40 +00:00
Add nimble file
This commit is contained in:
parent
89b94bc135
commit
6a7fa44b99
9
rocksdb.nimble
Normal file
9
rocksdb.nimble
Normal file
@ -0,0 +1,9 @@
|
||||
packageName = "rocksdb"
|
||||
version = "0.1.0"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "A wrapper for Facebook's RocksDB, an embeddable, persistent key-value store for fast storage"
|
||||
license = "Apache License 2.0 or GPLv2"
|
||||
srcDir = "src"
|
||||
|
||||
### Dependencies
|
||||
requires "nim >= 0.17.2"
|
Loading…
x
Reference in New Issue
Block a user