mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 09:26:38 +00:00
10 lines
316 B
Nim
10 lines
316 B
Nim
packageName = "sqlite3_abi"
|
|
version = "3.34.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A wrapper for SQLite"
|
|
license = "Apache License 2.0 or MIT"
|
|
installFiles = @["sqlite3_abi.nim", "sqlite3_gen.nim", "sqlite3.c", "sqlite3.h"]
|
|
|
|
### Dependencies
|
|
requires "nim >= 0.18.1"
|