Package: goexif Version: 0.0~git20150520.0.709fab3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 3452 Built-Using: golang-1.13 (= 1.13.8-1ubuntu1) Filename: ./amd64/goexif_0.0~git20150520.0.709fab3-1_amd64.deb Size: 1521360 MD5sum: 131d1dd2402fcea8cb2dfe5d4d62eb35 SHA1: 1f8b91c4d07304769165f54db744c0f42be6259a SHA256: 601a11c04e5b9cc2e4bd2748c94fb8786dd686793bafea6f8b2fdd5f39fd1b41 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: 2136 Built-Using: goexif (= 0.0~git20150520.0.709fab3-1), golang-1.13 (= 1.13.8-1ubuntu1) Filename: ./amd64/golang-photocp_0.0~git20161231.0.ca5bef3-1_amd64.deb Size: 694156 MD5sum: a976eea70c50f318ff2399df093ab272 SHA1: de6831e11ab142714b9f3525f573fa6cacde62fe SHA256: 0afa0cf5440ffffffafdcb970e080af8bc377117d9b24757a9119f94bd0de9f5 Section: devel Priority: extra Homepage: TODO Description: TODO: short description Package: libhdfs3 Version: 2.2.30-1 Architecture: amd64 Maintainer: Zhanwei Wang Installed-Size: 3095 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libgsasl7 (>= 1.1), libkrb5-3 (>= 1.6.dfsg.2), libprotobuf17, libstdc++6 (>= 9), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Filename: ./amd64/libhdfs3_2.2.30-1_amd64.deb Size: 598268 MD5sum: 55e487337ab2f599a7b580d259efb1ea SHA1: 2ed9f43c8c1bd94a23d590c262ea7983a8bad266 SHA256: 633eab6d26f1ec27c157485ca79480408d12fca41269761ebe4334d6e19a4ad0 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: 7252 Depends: libhdfs3 (= 2.2.30-1) Filename: ./amd64/libhdfs3-dev_2.2.30-1_amd64.deb Size: 669244 MD5sum: 6fc77b277033cd88faadf3484c24cf99 SHA1: 5bec024bfd97ff5b159846ab66713894850c6538 SHA256: 6a79e62b3ad4041d900255c6c3c6c66d51fef0000750918606770e7e3be3d226 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: libodbc1 Source: unixodbc Version: 2.3.7-2 Architecture: amd64 Maintainer: Steve Langasek Installed-Size: 617 Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.6) Suggests: libmyodbc, odbc-postgresql, tdsodbc, unixodbc-bin Breaks: unixodbc (<< 2.2.14p2-3) Replaces: unixodbc (<< 2.2.14p2-3) Filename: ./amd64/libodbc1_2.3.7-2_amd64.deb Size: 199036 MD5sum: 1de1e8be980ae19a10085840b0e6bbbd SHA1: cd30358f2f5eee5e102523c1815481500bbf1feb SHA256: efc006064bf0c5081ee1cd33936fcf38a26a221179b33302d624b1c8c0dc369d Section: libs Priority: optional Multi-Arch: same Homepage: http://www.unixodbc.org/ Description: ODBC library for Unix UnixODBC is an implementation of the Open DataBase Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library. . This package provides the UnixODBC shared library, libodbc; and libodbctxt.so, a sample driver that reads from and writes to flat text files. Package: odbcinst Source: unixodbc Version: 2.3.7-2 Architecture: amd64 Maintainer: Steve Langasek Installed-Size: 57 Depends: libc6 (>= 2.4), odbcinst1debian2 (>= 2.3.1) Conflicts: odbcinst1 Replaces: odbcinst1, odbcinst1debian1 (<< 2.2.11-20), unixodbc (<< 2.1.1-2) Filename: ./amd64/odbcinst_2.3.7-2_amd64.deb Size: 23584 MD5sum: c7ba69c6571282fc2ec507b317474615 SHA1: de27da24367088b6c0b50c418415e4c8246940da SHA256: f04ce2f270d262c850aa5e3e3d5c0c74dcc00a9e075133a1feaa14ca29601aab Section: utils Priority: optional Multi-Arch: foreign Homepage: http://www.unixodbc.org/ Description: Helper program for accessing odbc ini files UnixODBC is an implementation of the Open DataBase Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library. . This package contains the odbcinst helper tool, which allows ODBC driver packages to install their own driver settings. Package: odbcinst1debian2 Source: unixodbc Version: 2.3.7-2 Architecture: amd64 Maintainer: Steve Langasek Installed-Size: 309 Depends: libc6 (>= 2.14), libltdl7 (>= 2.4.6), odbcinst Conflicts: odbcinst1, odbcinst1debian1 Breaks: libmyodbc (<< 5.1.6-2), odbc-postgresql (<< 1:09.00.0310-1.1), tdsodbc (<< 0.82-8) Replaces: unixodbc (<< 2.1.1-2) Filename: ./amd64/odbcinst1debian2_2.3.7-2_amd64.deb Size: 54172 MD5sum: 02eb1e6b6ac8795ff3ad748fc419d7bb SHA1: 991bac73c0c48cf43aa56aaead9d6e9ff0233777 SHA256: 5f5bb699df9eae6270408de9e302dbbb2644b78f63c4cbf9234014ca39f0d8c8 Section: libs Priority: optional Multi-Arch: same Homepage: http://www.unixodbc.org/ Description: Support library for accessing odbc ini files This package contains the libodbcinst library from unixODBC, a library used by ODBC drivers for reading their configuration settings from /etc/odbc.ini and ~/.odbc.ini. . Also contained in this package are the driver setup plugins, which describe the features supported by individual ODBC drivers. Package: unixodbc Version: 2.3.7-2 Architecture: amd64 Maintainer: Steve Langasek Installed-Size: 107 Depends: libc6 (>= 2.14), libodbc1 (>= 2.3.1), libreadline8 (>= 6.0), odbcinst1debian2 (>= 2.3.1) Filename: ./amd64/unixodbc_2.3.7-2_amd64.deb Size: 36252 MD5sum: 4548d33de6e2a28a0ad52d6951f08a0e SHA1: ef41461eaa8f443f16037d5e7d5619fd4a677436 SHA256: 868d0deb310a1aea511941b4094e83274759c98fa2eb0c26a54c13927f2bf415 Section: database Priority: optional Multi-Arch: foreign Homepage: http://www.unixodbc.org/ Description: Basic ODBC tools UnixODBC is an implementation of the Open Database Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library. . This package contains isql, a command-line tool that allows SQL commands to be entered interactively. Package: unixodbc-dev Source: unixodbc Version: 2.3.7-2 Architecture: amd64 Maintainer: Steve Langasek Installed-Size: 1893 Depends: libodbc1 (= 2.3.7-2), odbcinst1debian2 (= 2.3.7-2), libltdl-dev Conflicts: libiodbc2-dev Filename: ./amd64/unixodbc-dev_2.3.7-2_amd64.deb Size: 243060 MD5sum: d5c16d6860aec395944cb32906ac907c SHA1: 12a9550452c0128e10b9f612f7288707142cc3a5 SHA256: 2df1da6a63e4f4949603d8779e6480ddb387da14249a70efad5d13ab0078ed40 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://www.unixodbc.org/ Description: ODBC libraries for UNIX (development files) This package contains the development files (headers and libraries) for unixODBC, an implementation of the Open DataBase Connectivity interface for Unix systems. You should not need to install this package unless you intend to develop C language applications which use ODBC, or to compile ODBC-using applications from source.