Commit fd9587dec481c10ea077c35c50ebf6d16f79b000

Authored by Göran Krampe
1 parent b9ad52ff

Added nimble file

Showing 1 changed file with 11 additions and 0 deletions
blimp.nimble 0 → 100644
  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"
... ...