Skip to content

Commit 9d88524

Browse files
hendrikgitoprypin
authored andcommitted
nimble file update
1 parent b6e5c95 commit 9d88524

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

docopt.nimble

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
[Package]
2-
name: "docopt"
3-
version: "0.6.5"
4-
author: "Oleh Prypin"
5-
description: "Command line option parser that will make you smile"
6-
license: "MIT"
7-
srcDir: "src"
8-
[Deps]
9-
requires: "nim >= 0.15.0"
1+
# Package
2+
version = "0.6.5"
3+
author = "Oleh Prypin"
4+
description = "Command line option parser that will make you smile"
5+
license = "MIT"
6+
srcDir = "src"
7+
skipDirs = @["private"]
8+
9+
requires "nim >= 0.15.0"
10+
11+
task test, "Test":
12+
exec "nim compile --verbosity:0 --run test/test"
13+
exec "for f in examples/*.nim; do nim compile --verbosity:0 --hints:off \"$f\" || exit; done"

0 commit comments

Comments
 (0)