Blame view

blimp.nimble 293 Bytes
fd9587de   Göran Krampe   Added nimble file
1
2
  [Package]
  name          = "blimp"
e914743a   Göran Krampe   Added remove comm...
3
  version       = "0.2"
fd9587de   Göran Krampe   Added nimble file
4
5
6
7
8
9
10
11
  author        = "Göran Krampe"
  description   = "Utility that helps with big files in git, very similar to git-fat, s3annnex etc."
  license       = "MIT"
  
  bin           = blimp
  
  [Deps]
  Requires: "nimrod >= 0.10"
19f977a4   Göran Krampe   Added missing req...
12
  Requires: "lapp >= 0.1.0"