objpatch/objpatch.nimble

15 lines
280 B
Plaintext
Raw Permalink Normal View History

2019-09-18 19:30:14 +00:00
# Package
version = "0.1.0"
author = "Christine Dodrill"
description = "Store JSON objects and patches to them, then query the aggregate object"
license = "0BSD"
srcDir = "src"
bin = @["objpatch"]
# Dependencies
requires "nim >= 0.20.2"