Blame view

blimp.nimble 271 Bytes
fd9587de   Göran Krampe   Added nimble file
1
2
  [Package]
  name          = "blimp"
2514b5ba   Göran Krampe   Updated to work w...
3
  version       = "0.6.0"
fd9587de   Göran Krampe   Added nimble file
4
5
6
7
8
9
10
  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]
4b30fdc5   Göran Krampe   Backing down to n...
11
  Requires: "nimrod <= 0.18.0"