ctucx.git: nimexif

nim-wrapper for libexif

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

version       = "0.1.0"
author        = "ctucx, Milan"
description   = "Read exif data using libexif"
license       = "GPL-3.0"
srcDir        = "./"
bin           = @["example"]
installDirs   = @["nimexif"]

# Dependencies
requires "nim >= 1.4"
requires "nimterop"