Package: goexif Version: 0.0~git20150520.0.709fab3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 3127 Built-Using: golang-1.10 (= 1.10.1-1ubuntu2) Filename: ./amd64/goexif_0.0~git20150520.0.709fab3-1_amd64.deb Size: 1396560 MD5sum: c8fa16de6a710c9a0491411c357568e7 SHA1: 52229198eab34cd721f6dd921803ccc963d49c23 SHA256: ffdfc53e2fec6c1e16d9595490c11f841e28afc099a2b703d7be698e3811fec4 Section: devel Priority: extra Homepage: https://github.com/rwcarlsen/goexif Description: Decode embedded EXIF meta data from image files. 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 . Like goexif? - Bitcoin tips welcome: 17M7LFh3ETz4bz83VikB7xuGQskt8K5Lj4 . To install, in a terminal type: . . go get github.com/rwcarlsen/goexif/exif . . Or if you just want the tiff package: . . go get github.com/rwcarlsen/goexif/tiff . . Example usage: . ```go package main . import ( "fmt" "log" "os" "github.com/rwcarlsen/goexif/exif" "github.com/rwcarlsen/goexif/mknote" . ) . func ExampleDecode() { fname := "sample1.jpg" f, err := os.Open(fname) if err != nil { log.Fatal(err) } . // Optionally register camera makenote data parsing - currently Nikon and // Canon are supported. exif.RegisterParsers(mknote.All...) . x, err := exif.Decode(f) if err != nil { log.Fatal(err) } . camModel, _ := x.Get(exif.Model) // normally, don't ignore errors! fmt.Println(camModel.StringVal()) . focal, _ := x.Get(exif.FocalLength) numer, denom, _ := focal.Rat2(0) // retrieve first (only) rat. value fmt.Printf("%v/%v", numer, denom) . // Two convenience functions exist for date/time taken and GPS coords: tm, _ := x.DateTime() fmt.Println("Taken: ", tm) . lat, long, _ := x.LatLong() fmt.Println("lat, long: ", lat, ", ", long) . } ``` githalytics.com alpha (http://githalytics.com/rwcarlsen/goexif) Package: golang-photocp Version: 0.0~git20161231.0.ca5bef3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 1807 Built-Using: goexif (= 0.0~git20150520.0.709fab3-1), golang-1.10 (= 1.10.1-1ubuntu2) Filename: ./amd64/golang-photocp_0.0~git20161231.0.ca5bef3-1_amd64.deb Size: 567216 MD5sum: f67c2fd0dae6f8947c732dd4d83a88af SHA1: 153b4907a16c02bace5fcc605b5d7d267e46b5a5 SHA256: 0a0b37b15c1fc7221c9a1de2fa683041c2f2ade4e456711a044ff56bf26cfd1a Section: devel Priority: extra Homepage: TODO Description: TODO: short description Package: libgit2-24 Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 935 Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.18.2), libhttp-parser2.7.1 (>= 2.1), libssh2-1 (>= 1.2.5), zlib1g (>= 1:1.1.4) Filename: ./amd64/libgit2-24_0.24.1-2_amd64.deb Size: 367144 MD5sum: e20200ad79d659bfb18bd2afc5210861 SHA1: 0e1b8008cc30f5cf468e953d5739646b3dddf412 SHA256: 8019aea15a9b73cb4038f6949ffe75a58d2c338acae910e086fb550b1fe12a9e Section: libs Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ Description: low-level Git library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. Package: libgit2-dbg Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 1607 Depends: libgit2-24 (= 0.24.1-2) Filename: ./amd64/libgit2-dbg_0.24.1-2_amd64.deb Size: 1512172 MD5sum: 7990e4c4fbadbcf508e8befac88b9bae SHA1: 8517b74d02f71c88651492fdca4ae0220f2f4874 SHA256: c9ac59e5bdf9819f961dc851361a8a3ac7e835a8c86897b1162c8f0b7f1951bf Section: libdevel Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ Description: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. . This package contains the debugging symbols for libgit2. Build-Ids: 6f1eacbdfd7caa3f30587eda710594a5e0e14f05 Package: libgit2-dev Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 2776 Depends: libgit2-24 (= 0.24.1-2), libz-dev, libcurl4-gnutls-dev, libssh2-1-dev, libhttp-parser-dev Filename: ./amd64/libgit2-dev_0.24.1-2_amd64.deb Size: 653924 MD5sum: c2e7f564aeb1cc55fa197ba735433e90 SHA1: e38ae50b202ac9402fe7337254d86528a83f5bbc SHA256: 215570b7bf8d70b336e8a1bbba72ed59381645c1e7b5a2c52db82a531e51d25a Section: libdevel Priority: extra Multi-Arch: same Homepage: http://libgit2.github.com/ Description: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a re-entrant link-able library with a solid API. . This package contains the development files for libgit2. Package: libhdfs3 Version: 2.2.30-1 Architecture: amd64 Maintainer: Zhanwei Wang Installed-Size: 3088 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgsasl7 (>= 1.1), libkrb5-3 (>= 1.6.dfsg.2), libprotobuf10, libstdc++6 (>= 6), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Filename: ./amd64/libhdfs3_2.2.30-1_amd64.deb Size: 600128 MD5sum: c9704479fde28cf080d3770a83562a45 SHA1: 565b15f749b7f3b93c8dce6721b215c16fd4710b SHA256: 985f1942b315d8d548cca8b0ed39af418a362dece3496e0e4563b80cd7437e7d Section: libs Priority: optional Homepage: http://pivotalrd.github.io/libhdfs3/ Description: Native C/C++ HDFS Client Libhdfs3, designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. . Libhdfs3 is developed by Pivotal and used in HAWQ, which is a massive parallel database engine in Pivotal Hadoop Distribution. Package: libhdfs3-dev Source: libhdfs3 Version: 2.2.30-1 Architecture: amd64 Maintainer: Zhanwei Wang Installed-Size: 7094 Depends: libhdfs3 (= 2.2.30-1) Filename: ./amd64/libhdfs3-dev_2.2.30-1_amd64.deb Size: 654468 MD5sum: d7c35b7721a384238309436dfa8a30c6 SHA1: 5aee27f4f315fe823d5da8d314f9d948832c5f50 SHA256: 40c4b34f7a8b2cf760c9f2ed6e2364125d8b95dab4c5600ff469bc18a600b597 Section: libdevel Priority: optional Homepage: http://pivotalrd.github.io/libhdfs3/ Description: Native C/C++ HDFS Client - development files Libhdfs3, designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. Package: libssh2-1 Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 237 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.8.0), zlib1g (>= 1:1.1.4) Filename: ./amd64/libssh2-1_1.4.3-2_amd64.deb Size: 125136 MD5sum: 3dbc4b0ca3db9e53baba6d45cbd986be SHA1: 8bee23beefb69a209102608fc2f85f9f8f5ced3b SHA256: 3fd40e63493949ef39dd68ca45af5eea08895fc657a543941104bebbe294c840 Section: libs Priority: optional Multi-Arch: same Homepage: http://libssh2.org/ Description: SSH2 client-side library libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the runtime library. Package: libssh2-1-dbg Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 301 Depends: libssh2-1 (= 1.4.3-2), libssh2-1-dev (= 1.4.3-2) Filename: ./amd64/libssh2-1-dbg_1.4.3-2_amd64.deb Size: 271200 MD5sum: b3256c73444f5a3661a37b22ef1d3dad SHA1: 5a2d2ee295b3c13c77c24c355cde6bd81e895dc6 SHA256: 3097ea5ac4aea6f615f2d6c8f97adb1320b166dc4930fb9298e378943e82e24f Section: debug Priority: extra Multi-Arch: same Homepage: http://libssh2.org/ Description: SSH2 client-side library (debug package) libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the debugging symbols. Build-Ids: 248fc22b890cb588a1db604af94f8e37600c39b5 Package: libssh2-1-dev Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 667 Depends: libssh2-1 (= 1.4.3-2), libgcrypt11-dev Filename: ./amd64/libssh2-1-dev_1.4.3-2_amd64.deb Size: 290516 MD5sum: dd237f837458083ecc1af91bf06d3c3b SHA1: d7b3a6e4d2c253c5f96576c5998163f5a91706d0 SHA256: 2fcca5ae634c5e5a00950dd79d850aa88b54e87ccf6940e4336d6b84b77c083d Section: libdevel Priority: optional Multi-Arch: same Homepage: http://libssh2.org/ Description: SSH2 client-side library (development headers) libssh2 is a client-side C library implementing the SSH2 protocol. It supports regular terminal, SCP and SFTP sessions; port forwarding; password, key-based and keyboard-interactive authentication. . This package contains the development files.