Package: goexif Version: 0.0~git20150520.0.709fab3-1 Architecture: i386 Maintainer: Debian Go Packaging Team Installed-Size: 3328 Built-Using: golang-1.6 (= 1.6.3-1ubuntu1) Filename: ./i386/goexif_0.0~git20150520.0.709fab3-1_i386.deb Size: 1407410 MD5sum: d0611b3874fbc0ed10999be266c566f8 SHA1: 98b93ea6d25ba962f061cfcf2abe115c4e6b8f7f SHA256: ea471e143eb1c5d21d0d2b68122bad0687bc247a877eb1f02e3063afe5f7b0a5 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: goexif Version: 0.0~git20150520.0.709fab3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 3826 Built-Using: golang-1.6 (= 1.6.3-1ubuntu1) Filename: ./amd64/goexif_0.0~git20150520.0.709fab3-1_amd64.deb Size: 1436744 MD5sum: f01d42bac90e6234fb08d98324165d3c SHA1: a06ae0e3304a64e616d920869ae7246f67fd8f65 SHA256: 5b56f3d7beadd6113d753dc111f1fcd8b2d7e3a75452c24cd969a27c5f0e84c9 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: i386 Maintainer: Debian Go Packaging Team Installed-Size: 1988 Built-Using: goexif (= 0.0~git20150520.0.709fab3-1), golang-1.6 (= 1.6.3-1ubuntu1) Filename: ./i386/golang-photocp_0.0~git20161231.0.ca5bef3-1_i386.deb Size: 573194 MD5sum: 14c60740769b6e87ecaf3fc5d0c08a72 SHA1: d6b1b6e69dc689e76fecf6c7d598667fcf4462bb SHA256: ca1748ccb40d1a6a5bdf25dd3fa0cb7b21eea6cd3c6cacdf81ba9ed0b5d14e1f Section: devel Priority: extra Homepage: TODO Description: TODO: short description Package: golang-photocp Version: 0.0~git20161231.0.ca5bef3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 2490 Built-Using: goexif (= 0.0~git20150520.0.709fab3-1), golang-1.6 (= 1.6.3-1ubuntu1) Filename: ./amd64/golang-photocp_0.0~git20161231.0.ca5bef3-1_amd64.deb Size: 603262 MD5sum: ac1126b21081f74b19575a2fc3415ba7 SHA1: 64ca91e1077adf2e3f6c7ef39ef69d28814ba1c2 SHA256: cb80de8a5cd6929bd49288be8e4adff4e33b1580a4da1532aee3d0e3f1347f22 Section: devel Priority: extra Homepage: TODO Description: TODO: short description Package: libgit2-24 Source: libgit2 Version: 0.24.1-2 Architecture: i386 Maintainer: Russell Sim Installed-Size: 1092 Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.18.2), libhttp-parser2.1 (>= 2.1), libssh2-1 (>= 1.2.5), zlib1g (>= 1:1.1.4) Filename: ./i386/libgit2-24_0.24.1-2_i386.deb Size: 415248 MD5sum: 9c6c76e8689ba1efaf68997e7a29cd50 SHA1: 06f2879a7d5e3488fd6019495dbd93a4c0c9bc10 SHA256: 17850a32717604efc7aeb32276535eefd0f769dd98a23f261a19af995d12aa03 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-24 Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 943 Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.18.2), libhttp-parser2.1 (>= 2.1), libssh2-1 (>= 1.2.5), zlib1g (>= 1:1.1.4) Filename: ./amd64/libgit2-24_0.24.1-2_amd64.deb Size: 364838 MD5sum: 54b62823d6b408b0bde3a9386fedaa7b SHA1: d35e8609fe06ffc0fed652f5cce8b5f171e7db8d SHA256: e37b8f35b5679300bcbfd5e20ed47fd64f069f1ade65a030db82ad9404d5f43b 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: i386 Maintainer: Russell Sim Installed-Size: 1410 Depends: libgit2-24 (= 0.24.1-2) Filename: ./i386/libgit2-dbg_0.24.1-2_i386.deb Size: 1327620 MD5sum: 0a3137145546dfa03bb30591652c10e1 SHA1: 6c50d6bafda5cbad796258b1723a2a1627982365 SHA256: e8e7225df6f777697afcf264565c4ce0a1fc407a046221ab80731da2e5655743 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: 645273e3d7cbde513ebd9d021657691f323ccbeb Package: libgit2-dbg Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 1594 Depends: libgit2-24 (= 0.24.1-2) Filename: ./amd64/libgit2-dbg_0.24.1-2_amd64.deb Size: 1497704 MD5sum: c2d0f19bd7cb7a0302976e62ce2545a8 SHA1: f7c3b8d84276af4df4230e8493422a6604393af3 SHA256: 970d1fc76ddffd9c7a12e944b22dbab809cd03bc80d5358070965522e645b5d2 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: a4f84eb09a588b19cb46757dcf39f1a51c3ddd0f Package: libgit2-dev Source: libgit2 Version: 0.24.1-2 Architecture: i386 Maintainer: Russell Sim Installed-Size: 2402 Depends: libgit2-24 (= 0.24.1-2), libz-dev, libcurl4-gnutls-dev, libssh2-1-dev, libhttp-parser-dev Filename: ./i386/libgit2-dev_0.24.1-2_i386.deb Size: 664820 MD5sum: 9bcb2bd2ada111886041485b77285d64 SHA1: 92ae6987217eed71337605c618dd3bd46221f69d SHA256: 8a9d89c507f2f9b67d4bba42dbc218418bad83d65bc9b45f855e259e1a46b439 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: libgit2-dev Source: libgit2 Version: 0.24.1-2 Architecture: amd64 Maintainer: Russell Sim Installed-Size: 2720 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: 640516 MD5sum: ac99b76bb1933451ccb2468edec723be SHA1: 3e8ed91225e8f53280057c012d78a0d951355a5c SHA256: 20da200a6cfbb3956a45e6adafe8d93c6d98b9813c217d28da104d6dee51d681 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: libhttp-parser-dev Source: http-parser Version: 2.1-2 Architecture: i386 Maintainer: Praveen Arimbrathodiyil Installed-Size: 54 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./i386/libhttp-parser-dev_2.1-2_i386.deb Size: 15016 MD5sum: ed58d038af62a6a1d59d10fb22c5469f SHA1: cea4ac7de31158df16812ed7f164c74c4b9327d9 SHA256: 47c51993accd29cea6e35585c7917b948e5d5c81f546b02127a559ad947187a6 Section: libdevel Priority: extra Homepage: https://github.com/joyent/http-parser Description: parser for HTTP messages: development libraries and header files It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). . This package contains development libraries and header files. Package: libhttp-parser-dev Source: http-parser Version: 2.1-2 Architecture: amd64 Maintainer: Praveen Arimbrathodiyil Installed-Size: 61 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./amd64/libhttp-parser-dev_2.1-2_amd64.deb Size: 14992 MD5sum: 62fbf6b34cf43c7667dd929cd18a66f8 SHA1: a76254cb1d141172b8c30ce2a8cef5e793d1f267 SHA256: 793792a384c306b4939d87fa3027fb0982df6937f0ae5644e2913b6cb5c25490 Section: libdevel Priority: extra Homepage: https://github.com/joyent/http-parser Description: parser for HTTP messages: development libraries and header files It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). . This package contains development libraries and header files. Package: libhttp-parser2.1 Source: http-parser Version: 2.1-2 Architecture: i386 Maintainer: Praveen Arimbrathodiyil Installed-Size: 50 Depends: libc6 (>= 2.1.3) Filename: ./i386/libhttp-parser2.1_2.1-2_i386.deb Size: 16908 MD5sum: 17afbc9204815a05999fbc980c94e2b5 SHA1: 2988e784303edef5841d2a767c0a7a4dd9d9c833 SHA256: 5a482a9f112041984290f77bb9b2e50625fd253179782d086f26aabd207fbc21 Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/joyent/http-parser Description: parser for HTTP messages written in C It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). Package: libhttp-parser2.1 Source: http-parser Version: 2.1-2 Architecture: amd64 Maintainer: Praveen Arimbrathodiyil Installed-Size: 51 Depends: libc6 (>= 2.2.5) Filename: ./amd64/libhttp-parser2.1_2.1-2_amd64.deb Size: 16754 MD5sum: ce9ae5c9c398b0bbcfd19c81cda50e1a SHA1: 351e937cf99a8f4d766ab57c22308829eaef1569 SHA256: 67e7970c1d743ea8a247d77219955d9238475a52eef9866aeb95da280bfcdb17 Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/joyent/http-parser Description: parser for HTTP messages written in C It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). Package: libhttp-parser2.1-dbg Source: http-parser Version: 2.1-2 Architecture: i386 Maintainer: Praveen Arimbrathodiyil Installed-Size: 37 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./i386/libhttp-parser2.1-dbg_2.1-2_i386.deb Size: 17470 MD5sum: cbff61b36a41750b66f4a92dffbec670 SHA1: 90b8444c3b9315d7742645a288c51570b452c468 SHA256: ee8743606a42af3bd9467fa8ee6a97dc018523f02e8da09d2ab9b5d0969b7c8b Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/joyent/http-parser Description: debugging symbols for libhttp-parser2.1 It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). . This package contains the debugging symbols for libhttp-parser2.1. Build-Ids: a92b286bd94cf048fa25cdde8e8fd1ba53548d4a Package: libhttp-parser2.1-dbg Source: http-parser Version: 2.1-2 Architecture: amd64 Maintainer: Praveen Arimbrathodiyil Installed-Size: 35 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./amd64/libhttp-parser2.1-dbg_2.1-2_amd64.deb Size: 16234 MD5sum: 1361488f10c262f6c1c7327f593c4df5 SHA1: 01b7fd54a21da34b986035a9581cd20c1dc964eb SHA256: cb8288ae138df766ddf0e23257488eb3e5342ce7e9777dd4d0f3640fb3838d98 Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/joyent/http-parser Description: debugging symbols for libhttp-parser2.1 It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). . This package contains the debugging symbols for libhttp-parser2.1. Build-Ids: 6d1181d5817df42b5b9c1832be0e715738941762 Package: libssh2-1 Source: libssh2 Version: 1.4.3-2 Architecture: i386 Maintainer: Mikhail Gusarov Installed-Size: 260 Depends: libc6 (>= 2.4), libgcrypt20 (>= 1.7.0), zlib1g (>= 1:1.1.4) Filename: ./i386/libssh2-1_1.4.3-2_i386.deb Size: 131758 MD5sum: 8e6774e1e970e72a43c8367d9674d937 SHA1: 44813864409ad4435df42ee36d7a008aa3196560 SHA256: 51ae12afd8d26bdf54f350967a5d1124bf12c2edaef9975afdf0b77127dbaf96 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 Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 242 Depends: libc6 (>= 2.14), libgcrypt20 (>= 1.7.0), zlib1g (>= 1:1.1.4) Filename: ./amd64/libssh2-1_1.4.3-2_amd64.deb Size: 125210 MD5sum: 2c9b29f40333f6b32c0d7a3b7fb22349 SHA1: 0b77d441bc14047c7cbaf9c36bfaf46db362d71d SHA256: 3414a5bc7a02c343b79f1e195e0505a9709309c7fd40f42bf13118f49326d666 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: i386 Maintainer: Mikhail Gusarov Installed-Size: 263 Depends: libssh2-1 (= 1.4.3-2), libssh2-1-dev (= 1.4.3-2) Filename: ./i386/libssh2-1-dbg_1.4.3-2_i386.deb Size: 235884 MD5sum: 07fb25286da6a4e9c0a1bce078d30aca SHA1: 626cd69eccf0398471893038a87921f37127ba85 SHA256: b59894681adb7a21a7629b0e0a0f55de2ca280fc9b97a2798f136246dc8d7d3a 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: 114e4ac8a3c237834087b9fcbb0c2e2c3f6338a1 Package: libssh2-1-dbg Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 302 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: 272258 MD5sum: 5ffe53757fbb0d8637b227b5e637a463 SHA1: 47314ee90dd1e4a2cf88323acab00466ba517f95 SHA256: 088933d5d98ba45fb6d04305618ff8bdfabf10374768b0ed77e68efa35e4fd6a 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: 458cf7a46a954a900665d8f7fc49a975b67c16c1 Package: libssh2-1-dev Source: libssh2 Version: 1.4.3-2 Architecture: i386 Maintainer: Mikhail Gusarov Installed-Size: 616 Depends: libssh2-1 (= 1.4.3-2), libgcrypt11-dev Filename: ./i386/libssh2-1-dev_1.4.3-2_i386.deb Size: 293352 MD5sum: bb229afdcf33c3bb6cecb214029fe1ba SHA1: 719121575cac00e350295b283f174255a9433603 SHA256: 4cf3a1e98c1f91026b5d20e19a1675208c7ad625101ead739667292268dabc90 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. Package: libssh2-1-dev Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 668 Depends: libssh2-1 (= 1.4.3-2), libgcrypt11-dev Filename: ./amd64/libssh2-1-dev_1.4.3-2_amd64.deb Size: 291148 MD5sum: e7b362a8170ab1527c79a860a831d18f SHA1: 670ce90bc3b05da5d7a55e426d26ae999afac9e3 SHA256: 476997ab9c8e6682d96723d5ddb75f42a0fea8f92c8a0ab9219ccb2e16dc689b 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.