Blame view

blimp.nimble 270 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]
2514b5ba   Göran Krampe   Updated to work w...
11
  Requires: "nimrod >= 1.2.0"