File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Package
2- version = " 1.0.0 "
2+ version = " 1.0.1 "
33author = " zevv & ThomasTJdev"
44description = " Native MQTT library and binaries for publishing, subscribing and broker"
55license = " MIT"
6- srcDir = " src "
6+ bin = @ [ " nmqtt/nmqtt " , " nmqtt/nmqtt_password " , " nmqtt/nmqtt_pub " , " nmqtt/nmqtt_sub " ]
77binDir = " bin"
88installFiles = @ [" nmqtt.nim" ]
99installDirs = @ [" config" ]
10- bin = @ [" nmqtt" , " nmqtt_password" , " nmqtt_pub" , " nmqtt_sub" ]
11-
10+ skipDirs = @ [" tests" , " nmqtt" ]
1211
1312# Dependencies
1413requires " nim >= 1.0.6"
@@ -19,7 +18,7 @@ from strutils import format
1918
2019
2120task test, " Runs the test suite." :
22- exec " nimble c -y -r test /tester"
21+ exec " nimble c -y -r tests /tester"
2322
2423
2524after install:
@@ -53,7 +52,7 @@ Access the nim-libary with an import statement in your code:
5352
5453
5554BINARIES:
56- Access the binaries directly with. For help append `--help`.
55+ Access the binaries directly with the commands below . For help append `--help`.
5756
5857 nmqtt
5958 nmqtt_password
You can’t perform that action at this time.
0 commit comments