1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-rwcarlsen-goexif
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 11),
dh-golang,
golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/rwcarlsen/goexif
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rwcarlsen-goexif
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rwcarlsen-goexif.git
XS-Go-Import-Path: github.com/rwcarlsen/goexif
Testsuite: autopkgtest-pkg-go
Package: golang-github-rwcarlsen-goexif-dev
Architecture: all
Depends: ${misc:Depends}
Description: Decode embedded EXIF meta data from image files with Go
Go package goexif provides decoding of basic exif and tiff encoded data.
Still in alpha - no guarantees. Suggestions and pull requests are welcome.
Functionality is split into two packages - "exif" and "tiff".
The exif package depends on the tiff package.
Documentation can be found at http://godoc.org/github.com/rwcarlsen/goexif
|