author | Mahlon E. Smith <mahlon@martini.nu> |
Mon, 08 Oct 2018 12:11:54 -0700 | |
changeset 4 | 2f4e88604125 |
parent 0 | 52e9f64937bf |
child 5 | e34aabaefe44 |
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 |
||
4
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
4 |
version = "0.1.1" |
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" |
|
4
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
8 |
installExt = @["stomp"] |
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
9 |
bin = @["stomp"] |
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
10 |
srcDir = "src" |
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
11 |
|
0 | 12 |
|
13 |
# Dependencies |
|
14 |
||
4
2f4e88604125
Re-arrange for nimble, update to Nim 0.19.
Mahlon E. Smith <mahlon@martini.nu>
parents:
0
diff
changeset
|
15 |
requires "nim >= 0.19.0" |
0 | 16 |