ctucx.git: nimjpg

parse jpg file header

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
# Package

version       = "0.1.0"
author        = "ctucx, Milan"
description   = "Read jpg headers"
license       = "GPL-3.0"
srcDir        = "./"
bin           = @["example", "example_sync"]
installFiles  = @["nimjpg.nim", "utils.nim"]

# Dependencies
requires "nim >= 1.4"
requires "https://cgit.ctu.cx/nimexif"