Package: goexif Version: 0.0~git20150520.0.709fab3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 3432 Built-Using: golang-1.12 (= 1.12.10-1ubuntu1) Filename: ./amd64/goexif_0.0~git20150520.0.709fab3-1_amd64.deb Size: 1509840 MD5sum: 5e2063d9dba8135123c897257485300f SHA1: 09dab5188cfbc9e7bd26b295bc1ea6624042c36b SHA256: 8ec42734d51ae63281b31bbef69266a32b1361183b98482defb069299d29385f 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: 2112 Built-Using: goexif (= 0.0~git20150520.0.709fab3-1), golang-1.12 (= 1.12.10-1ubuntu1) Filename: ./amd64/golang-photocp_0.0~git20161231.0.ca5bef3-1_amd64.deb Size: 681864 MD5sum: 1aae6b4416d2e11f2fdb353b049a2a14 SHA1: 9d948bac0f549801c8fac8b2316c1d4ae30cd6da SHA256: 671ad4efa6e2105422149d33f49b0c842d199a9c359926da0056155e5c91beec Section: devel Priority: extra Homepage: TODO Description: TODO: short description Package: libhdfs3 Version: 2.2.30-1 Architecture: amd64 Maintainer: Zhanwei Wang Installed-Size: 3107 Depends: libc6 (>= 2.14), libgcc1 (>= 1: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: 600944 MD5sum: 5d1ef0f7edde17a9c3ce5ecc4c027fff SHA1: 42147d3f79f839cb6321c2acaca6b3623c701dbf SHA256: 3d8c3b2eb5620d97e0404fff6d3350288b0baf8ecb5f6a4e40460a9945c3c3a6 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: 7261 Depends: libhdfs3 (= 2.2.30-1) Filename: ./amd64/libhdfs3-dev_2.2.30-1_amd64.deb Size: 671964 MD5sum: c6743109a96996b21a98df8abfa824d6 SHA1: 1f3a40b413aeee58ee3d892e1a9f3628cad71e7e SHA256: bb200fc68007a75eee68c0fb13716b3a7c59c4457ac466c625270bdb9006d65e 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: 199032 MD5sum: e7e46e06f6e872cb4675e5b5a9a82c37 SHA1: f212169679455b0fe909f54d0cbbdf10c750f41b SHA256: f748f46352eef5b0540523f133200fd59c38e5e27cb1bb7d73a46409888b376d 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: 61 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: 23716 MD5sum: 0f47a5a4ba56355f87df62895915bdbf SHA1: 1961eb7f851e35d728ae2ac1b1df31c954c754f3 SHA256: 1b604c91bb9a35cbfdf477b2469bb43f923f9eb59fa10322d80120c3fb0d5778 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: 54084 MD5sum: 69defc07981338edd81b01d7634dfacc SHA1: f25c284ba3d38bf683452e9edd82b0ad5e4e1142 SHA256: 0e6d325f230c87df499f7aefa71176e1de6a4050856283aaa83178eff7075829 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: 36664 MD5sum: 540d3a63d726050a517a1af0200fe4ed SHA1: 83c27658cfa7c557473449bbcb6ff606ad2ce45b SHA256: 257f338e795d3c1247fa898777027ad12efaffaf2a043d1bab8d117bc71ff9d2 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: 243404 MD5sum: e515a4abfb5570ce6746dc611f433152 SHA1: d223cafdd21c2c2456107717f179d95fbbbd0bde SHA256: e067ffa2394b5e640e6d73f443fd1070f9deb1d43b75ec4073d11776814d1656 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.