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