Package: goexif Version: 0.0~git20150520.0.709fab3-1 Architecture: amd64 Maintainer: Debian Go Packaging Team Installed-Size: 2927 Built-Using: golang-1.7 (= 1.7.4-2+deb9u1) Filename: ./amd64/goexif_0.0~git20150520.0.709fab3-1_amd64.deb Size: 1316672 MD5sum: 01be2b367fb912df244c017ae8c3fbe5 SHA1: 713a97297bc26e5827ec390c9eb0bebdfa3fbc1c SHA256: 89cd9037985d72620f8c112f80c3fdb222528c24e4f8001856371279bab1a562 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: i386 Maintainer: Debian Go Packaging Team Installed-Size: 2768 Built-Using: golang-1.7 (= 1.7.4-2+deb9u1) Filename: ./i386/goexif_0.0~git20150520.0.709fab3-1_i386.deb Size: 1291244 MD5sum: 020fab0e639d46c0c04de98c360d707a SHA1: 1ff88a605568d0a25ed83ee15345fe3dccba387b SHA256: 99d2c9077327ee0c41472167084d89b2eca1d33152c8e1f7d6177c4d871d7d77 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: 1607 Built-Using: goexif (= 0.0~git20150520.0.709fab3-1), golang-1.7 (= 1.7.4-2+deb9u1) Filename: ./amd64/golang-photocp_0.0~git20161231.0.ca5bef3-1_amd64.deb Size: 487054 MD5sum: c48bb25aab0768a7af7949686885f043 SHA1: 72e1126055b33551aae6caaa0454e8c8f04066b8 SHA256: 96f1248725de622a8822c5330c67898fc984b13f945405c09810c4e32b2e4cbf Section: devel Priority: extra Homepage: TODO Description: TODO: short description Package: golang-photocp Version: 0.0~git20161231.0.ca5bef3-1 Architecture: i386 Maintainer: Debian Go Packaging Team Installed-Size: 1444 Built-Using: goexif (= 0.0~git20150520.0.709fab3-1), golang-1.7 (= 1.7.4-2+deb9u1) Filename: ./i386/golang-photocp_0.0~git20161231.0.ca5bef3-1_i386.deb Size: 461326 MD5sum: 3b7a677ccb9a883db0df0d243d2ab989 SHA1: e3a42d9033e3904ab526502bd6830b24b1df4e88 SHA256: 868465a46de353f05032ad801176e0c0340696df4d8f58f0e44778bd7defebf8 Section: devel Priority: extra Homepage: TODO Description: TODO: short description 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: 15000 MD5sum: 921121331fa9ac118bdc273997423f53 SHA1: de5cc0794d936f3b9192a4e31dd42c38eaec7e78 SHA256: a81610fbd08811a0201670d6d5d6b4806113157f715ffd42fbf42eadc467c39d 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: i386 Maintainer: Praveen Arimbrathodiyil Installed-Size: 57 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./i386/libhttp-parser-dev_2.1-2_i386.deb Size: 15884 MD5sum: 4a30408871c8af3473179cf6c530529d SHA1: 55a5a1ae43640366d92419e5aabd82c99f88e6a7 SHA256: e5e210333b353ccb70cf48d5fc5fa6e444d6c17c7a672782344fea74d1b63a20 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: amd64 Maintainer: Praveen Arimbrathodiyil Installed-Size: 51 Depends: libc6 (>= 2.2.5) Filename: ./amd64/libhttp-parser2.1_2.1-2_amd64.deb Size: 16784 MD5sum: 8e9c77ed901956d7b5c27e489408a893 SHA1: e6cf926d1dba6b9e78f8c36b65c3b04b078a332c SHA256: e5eeb2f9e669619dd118fe02b42732f7905a999047074166e03656fab1523457 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: i386 Maintainer: Praveen Arimbrathodiyil Installed-Size: 50 Depends: libc6 (>= 2.1.3) Filename: ./i386/libhttp-parser2.1_2.1-2_i386.deb Size: 16956 MD5sum: f6488a2167df2d250b52468f058f1556 SHA1: f4e50fa65973b4cf1c64ba4a57ad0ce204e6ffb8 SHA256: 0af6c517108a121ea3aec78decc12e3fb3f1dec6747abb5d86fdd5a6e64867c8 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: 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: 16246 MD5sum: 4f667dddd69d180cb501d4d97b91f950 SHA1: 8a0f362fc0ccf9eb74d0062f2166bba732f591db SHA256: 6f43b1cfd8aea242bc88097089c51b889fe9d5df42363b0d58af460daa50f49a 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: 63415977783f2887d792ca27810e49dcd1091147 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: 17476 MD5sum: d9c836b88e9904f514313ab610e8fb3f SHA1: d5cd25a8bbc90898e29aa4cac73b8996bc0a1fc8 SHA256: e81f5f780241d25d13c0adc8de363c6e4b4309977d0d571a285971de98e1a271 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: c33e94c75d6e2d8c89bc093a31c4375fafe14427 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: 125444 MD5sum: 4766b547350278bd2ff517178260d868 SHA1: c596b07013605213704a5c134d27ea2ced19effa SHA256: 8898fa1fe0135c2de76ea725c71235fe14093311c96e4f92fc17264a09c31ea5 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: 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: 131944 MD5sum: 70feda3a8d90aff60e0e88f9b22f855b SHA1: 7669f297fe9c18560c1972535230c746ba2396d2 SHA256: a7f1a11553e49b6c23d7a2a39d39a0571260601ff5bd5a8d1f6b5b4efa98620c 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: 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: 272678 MD5sum: 28402ac12efece4c559b444345041fbe SHA1: 0074c30cc4aff9a9d34c49105d9250bf17c8138d SHA256: cbe46091c0dd1e9aa9e509e0459a05603cb51f4d91e32a3f9dcc9cd3bed51dc3 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: 76483364c4449e4ba881df908ef15b4de3505cc4 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: 236090 MD5sum: e97cfe6db00a7df39f5c0fd9502e582c SHA1: 426378637eeefe6f4a5863167aa48f24b88ce4de SHA256: bf01c097709e97835065f50a66435ad123b3c8d6eb2b0144a61b2986e52105db 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: 21a49063857fdd74addc88953e1b91211813fe2e Package: libssh2-1-dev Source: libssh2 Version: 1.4.3-2 Architecture: amd64 Maintainer: Mikhail Gusarov Installed-Size: 669 Depends: libssh2-1 (= 1.4.3-2), libgcrypt11-dev Filename: ./amd64/libssh2-1-dev_1.4.3-2_amd64.deb Size: 291114 MD5sum: cb64d9430b1f665124f77783f99d2fae SHA1: 3d33b2a46c46a94e081bad95a243799afc88c396 SHA256: f62a8fcc205ea4447b55bafda8ccf2fde94513895d6d293143de5961f8688235 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: i386 Maintainer: Mikhail Gusarov Installed-Size: 644 Depends: libssh2-1 (= 1.4.3-2), libgcrypt11-dev Filename: ./i386/libssh2-1-dev_1.4.3-2_i386.deb Size: 299204 MD5sum: de1a82d201a0dd6f0edcbf5bc82268d2 SHA1: 2c070b50ce2ca2a6418be41105aec34b18321555 SHA256: 350e91d06ab1f6d5bae71e4a4a6ba11fd9179752dfcfa72c112759b90bebcd33 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.