2019-12-25 18:07:23 -06:00
|
|
|
# Package
|
|
|
|
|
2022-06-04 10:42:54 -05:00
|
|
|
version = "1.0.2"
|
2019-12-25 18:07:23 -06:00
|
|
|
author = "Jonathan Bernard"
|
|
|
|
description = "Lightweight Postgres ORM for Nim."
|
|
|
|
license = "GPL-3.0"
|
|
|
|
srcDir = "src"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
2021-04-02 13:58:08 -05:00
|
|
|
requires "nim >= 1.4.0"
|
2022-01-13 14:45:16 -06:00
|
|
|
requires "https://git.jdb-software.com/jdb/nim-namespaced-logging.git"
|