equal
deleted
inserted
replaced
1 [Package] |
1 |
2 name = "tnetstring" |
2 # Package |
3 version = "0.1.1" |
3 |
|
4 version = "0.1.2" |
4 author = "Mahlon E. Smith <mahlon@martini.nu>" |
5 author = "Mahlon E. Smith <mahlon@martini.nu>" |
|
6 description = "A new awesome nimble package" |
5 description = "Parsing and serializing for the TNetstring format." |
7 description = "Parsing and serializing for the TNetstring format." |
6 license = "MIT" |
8 license = "MIT" |
|
9 installExt = @["nim"] |
|
10 bin = @["tnetstring"] |
|
11 srcDir = "src" |
7 |
12 |
8 [Deps] |
|
9 Requires: "nim >= 0.11.0" |
|
10 |
13 |
|
14 # Dependencies |
|
15 |
|
16 requires "nim >= 0.19.0" |
|
17 |