blob: aea05ad438888e38a1b98b33ee600768afa25f92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Package
version = "0.1.2"
author = "John Conway"
description = "An Atom, RSS, and JSONfeed parser"
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 0.19.4"
|