author | Mahlon E. Smith <mahlon@martini.nu> |
Wed, 27 Oct 2021 10:09:51 -0700 | |
changeset 12 | 959dc81335c9 |
parent 11 | c302a311cedf |
permissions | -rw-r--r-- |
9
c109bf5f2aa4
Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
1 |
|
c109bf5f2aa4
Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
2 |
# Package |
c109bf5f2aa4
Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
3 |
|
12
959dc81335c9
Updates for more recent (v1.6.0) nim.
Mahlon E. Smith <mahlon@martini.nu>
parents:
11
diff
changeset
|
4 |
version = "0.1.3" |
2 | 5 |
author = "Mahlon E. Smith <mahlon@martini.nu>" |
6 |
description = "Parsing and serializing for the TNetstring format." |
|
7 |
license = "MIT" |
|
9
c109bf5f2aa4
Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
8 |
installExt = @["nim"] |
c109bf5f2aa4
Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
9 |
srcDir = "src" |
2 | 10 |
|
9
c109bf5f2aa4
Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
11 |
|
c109bf5f2aa4
Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
12 |
# Dependencies |
2 | 13 |
|
12
959dc81335c9
Updates for more recent (v1.6.0) nim.
Mahlon E. Smith <mahlon@martini.nu>
parents:
11
diff
changeset
|
14 |
requires "nim >= 1.4.0" |
9
c109bf5f2aa4
Re-org project directory for use with nimble.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
15 |