GitLab
Sign in
Göran Krampe
/
Lapp for Nim
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
1
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
19ec8d350bf85e272b5c523dd852f8d16e588342
Authored by
Göran Krampe
2014-11-12 15:57:43 +0100
1 parent
6a614998
Added missing bin directive in lapp.nimble
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
lapp.nimble
lapp.nimble
View file @
19ec8d3
...
...
@@ -5,5 +5,7 @@ author = "Steven Donovan, Göran Krampe"
5
5
description = "Opt parser using synopsis as specification, ported from Lua."
6
6
license = "MIT"
7
7
8
+bin = lapp
9
+
8
10
[Deps]
9
11
Requires: "nimrod >= 0.10"
...
...