author | Mahlon E. Smith <mahlon@martini.nu> |
Wed, 27 Oct 2021 14:36:25 -0700 | |
changeset 10 | d63cce6d1a09 |
parent 9 | ad53c6500712 |
permissions | -rw-r--r-- |
4
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
1 |
|
0 | 2 |
# Package |
3 |
||
9
ad53c6500712
Get library and packaging versioning in line.
Mahlon E. Smith <mahlon@martini.nu>
parents:
8
diff
changeset
|
4 |
version = "0.1.3" |
0 | 5 |
author = "Mahlon E. Smith <mahlon@martini.nu>" |
6 |
description = "A pure-nim implementation of the STOMP protocol for machine messaging." |
|
7 |
license = "MIT" |
|
5
e34aabaefe44
Fix nimble file for distribution.
Mahlon E. Smith <mahlon@martini.nu>
parents:
4
diff
changeset
|
8 |
installExt = @["nim"] |
4
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
9 |
srcDir = "src" |
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
10 |
|
0 | 11 |
|
12 |
# Dependencies |
|
13 |
||
10
d63cce6d1a09
Updates for more modern (v1.6.0) nim.
Mahlon E. Smith <mahlon@martini.nu>
parents:
9
diff
changeset
|
14 |
requires "nim >= 1.4.0" |
0 | 15 |