ponyapi/ponyapi.nimble

12 lines
278 B
Plaintext
Raw Normal View History

2016-04-11 07:56:11 +00:00
# Package
version = "0.2.0"
author = "Cadey Dodrill"
2015-08-14 02:20:23 +00:00
description = "PonyAPI server https://github.com/Xe/PonyAPI"
2015-08-12 18:34:49 +00:00
license = "MIT"
2016-04-11 07:56:11 +00:00
bin = @["ponyapi"]
# Dependencies
2015-08-12 18:34:49 +00:00
2016-04-11 07:56:11 +00:00
requires "nim >= 0.13.0", "jester#head", "random#head", "sam#head", "jsmn#head"