GitLab
Sign in
Göran Krampe
/
Blimp
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
2
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fd9587dec481c10ea077c35c50ebf6d16f79b000
Authored by
Göran Krampe
2014-11-12 16:00:23 +0100
1 parent
b9ad52ff
Added nimble file
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
blimp.nimble
blimp.nimble
0 → 100644
View file @
fd9587d
1
+[Package]
2
+name = "blimp"
3
+version = "0.1"
4
+author = "Göran Krampe"
5
+description = "Utility that helps with big files in git, very similar to git-fat, s3annnex etc."
6
+license = "MIT"
7
+
8
+bin = blimp
9
+
10
+[Deps]
11
+Requires: "nimrod >= 0.10"
...
...