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-2ubuntu1) Filename: ./amd64/goexif_0.0~git20150520.0.709fab3-1_amd64.deb Size: 1317236 MD5sum: a47e1e69978af787ba59ce772f54a093 SHA1: 630950129c0d8cd75e11cabd299ba3b19747b2dd SHA256: 3ec70af77815964db78f6494691ef5d15a3f74af5505dbe3c9a1f747c9db51de 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-2ubuntu1) Filename: ./i386/goexif_0.0~git20150520.0.709fab3-1_i386.deb Size: 1291664 MD5sum: a75e8f3ce1d37d748a44e6f84d3a5b9b SHA1: 17f53709d09fd56692a7abf0ed9a5d687718a028 SHA256: a62ad11c1330359c65e18541f842e1e175987cb35c400968ab64ba3c820b4a23 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-2ubuntu1) Filename: ./amd64/golang-photocp_0.0~git20161231.0.ca5bef3-1_amd64.deb Size: 487122 MD5sum: 0b7dc364003dd84a1e7c26c2104e524b SHA1: a847d982624b636b4c3c258d15e9dd1c437869fd SHA256: 151564186ff85f521f7a5c9372a8074c38c1316f67d9b407f3fb90bfd10a46b1 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: 1448 Built-Using: goexif (= 0.0~git20150520.0.709fab3-1), golang-1.7 (= 1.7.4-2ubuntu1) Filename: ./i386/golang-photocp_0.0~git20161231.0.ca5bef3-1_i386.deb Size: 461710 MD5sum: ab42f1a13af58dc91b6759c3f549f954 SHA1: 06fce767a0753cffdb5f3ecda191b8223d3d77b5 SHA256: a429ac571e3c359416fa852f5a46ed662a13d3be67b6a1e23d54b37ee134e112 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: 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: 365058 MD5sum: 8c29a011df13243fe7d5f1d377d830bb SHA1: 78eeac962a75b8063b4fb7d5bc83376ce551995e SHA256: 76c1a3fabd177559d8e35df8dfa99178bfdf374ac1e56e89483390084a53745b 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: 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: 415280 MD5sum: ab495f5cb4a28554120d870447172f10 SHA1: 8003c711f9170e67ad49c94fd261a8b16bcc2279 SHA256: 650f1b3ecc3714add0759319325ddf4ba198e5a240768d9e81ac8393c7071db0 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: 1594 Depends: libgit2-24 (= 0.24.1-2) Filename: ./amd64/libgit2-dbg_0.24.1-2_amd64.deb Size: 1497530 MD5sum: 0d77fef64449451ad4e0dd61e7afa2f1 SHA1: 368881ef232c8c11e0224c3594db7c5a5e6be96c SHA256: 2d92021c8f9a910df7e9ceb28a4763528ca0327d117b5b61469b1ed820a6b9cd 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: 5c6a801b1eccae8d3ea995cbc2e5b084641d20ca 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: 1327730 MD5sum: 5fd70cee3ab92579d8a0f6349a2004f3 SHA1: ed3cea62b65c16c43081401a82b23c677dd19222 SHA256: 82d842abb202d5084c26bcc2cf640cb560d178238cbf53b0d96b219bc5d4fc8a 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: 02fbbf586172caedeb7038014d6c802410c2cfbd 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: 640200 MD5sum: 820d5010bc867e1ca92e170ec5ca7c48 SHA1: da56c8669246436f080c6204f88f3ee880df5212 SHA256: c09f78b819242cf1f2a6994797760432db2807cd92cf66448ae01be9790d6671 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: i386 Maintainer: Russell Sim Installed-Size: 2401 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: 664594 MD5sum: b4db67af97bf92ac05861f5c96122295 SHA1: aad48178114564953b039756bc37f6bf19342556 SHA256: 664c14e238d54935c4224c2b933a18def1e197b3c1ea41e5dccb43e656096c2c 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: 3108 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: 602504 MD5sum: 8ed7688e36405121cb195beddb0f5cbb SHA1: e1ea7e8688595a401658d87d905f68ae22522ee7 SHA256: 9230015645fb3e13c1666dbb506f80ee9c383d1bbb2a77da4644525b4aa7a7da 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 Version: 2.2.30-1 Architecture: i386 Maintainer: Zhanwei Wang Installed-Size: 2998 Depends: libc6 (>= 2.8), libgcc1 (>= 1:4.2), libgsasl7 (>= 1.1), libkrb5-3 (>= 1.6.dfsg.2), libprotobuf10, libstdc++6 (>= 6), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Filename: ./i386/libhdfs3_2.2.30-1_i386.deb Size: 632736 MD5sum: 612fbd79247c5e5c6346425c4ef50fa8 SHA1: 6c5265b31f02dbc29c2c0c366df4066402d20009 SHA256: d33746e5449c5a1439c8a677c78de8979f88f74fe59eb204dc5d8bb896d3271d 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: 7087 Depends: libhdfs3 (= 2.2.30-1) Filename: ./amd64/libhdfs3-dev_2.2.30-1_amd64.deb Size: 658492 MD5sum: faf4e8c60bdf5fe086de315ec007b07b SHA1: b09e9c6d98ded9bc361d334e34e01c1d5ebddf40 SHA256: 1946fd9bf81146a6dd62acd8f18ae4d07fce3e518c4d60a15b90ce99d208643f 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: libhdfs3-dev Source: libhdfs3 Version: 2.2.30-1 Architecture: i386 Maintainer: Zhanwei Wang Installed-Size: 5421 Depends: libhdfs3 (= 2.2.30-1) Filename: ./i386/libhdfs3-dev_2.2.30-1_i386.deb Size: 638464 MD5sum: 9e033ab078f9d887bbb2277e5a43f1aa SHA1: aafc9acc1bbe865e73630a94bdef0c074b0a7a82 SHA256: 2a5c384b121436a9692edb2df861e8297d9ea342ca5fbfaf926f6a17a1e2fe90 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: 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: 54 Depends: libhttp-parser2.1 (= 2.1-2) Filename: ./i386/libhttp-parser-dev_2.1-2_i386.deb Size: 15016 MD5sum: 9f5c0ff322d00e4d2a0aa4439b005c93 SHA1: e18962067390142242e8099f9f005c5ea7d3437d SHA256: 992df35113a400290e456f144d8c6c3fd8768a716f0356d9ba41defce446c3c9 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: 16780 MD5sum: 64b514a1d9ddf8eb7616e0aa028e9688 SHA1: c8fc977f2e154e0e650c75f6244faab8cef7d877 SHA256: 3c61d3409ec4c11f3e8cdafe3ae96dc8b1a49e28784cec95c31ee532219e74e4 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: 16922 MD5sum: 0086b68b9fc28d2ff8020db0da7e7be0 SHA1: 7f251924cc5c52bbf10e55725e2605b4a10139fa SHA256: 24d061b64b47eb31dd196b9ce367ceb426bc24ad61fd63c414eca9253e02da6b 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: 16242 MD5sum: 95240341d61ce4d08f6600c9e9566c66 SHA1: 9f1142101ef81861beba88f68659acfa3778847d SHA256: a32e90411ba1a33751cd6a32816113e67e326032a77915a902fe8778d4260e42 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: 5126f6de224e99952924eda1da52c1bbdef9f18f 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: 17468 MD5sum: a8ba0c2b228dd69bc99220a27a63f6bc SHA1: c8f2acf598438f2d633dfaba5709e27942ee2eb4 SHA256: 4121452e956ed8e8d97905183c2831175d6e7b879ce298450b65831e87b8f476 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: 2b804f193cb47e7201d9155f611c541efb46abcd 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: 125300 MD5sum: cdd550fc209366ae034764b99ee6300f SHA1: e67129a5aac5189a7a166270100119e90bb29002 SHA256: 274b260caf4697532e27bbb5fff9a356e0ee14bc8f441f165239e160d7b4b67a 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: 131830 MD5sum: 00acce07b2eaf70dd9000d313d65e3ab SHA1: ee03c295efd9681c194bd5850dd64c1151a7a331 SHA256: c2564fbf030564702b182ad6c84fb0c17f9d010519c44af3facf60d31dc93b44 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: 272446 MD5sum: d049cbeeba74b738f7316d5838cbb7cb SHA1: ebf79fbf3d67fdd6f2be52f18fc7eca1cb39edd2 SHA256: aa1fba33c086829911d5200bfc9dfcad064f2e9decc3f8e05fb15dceafef2d65 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: 4eb59cc7cf179e4290d27a8ad50ef3131f85b5c2 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: 236244 MD5sum: 343a579c3c4d2f0d969652c326013e1b SHA1: ba79749e434f6083923fd90ed14e87c4b5bc1fb4 SHA256: 2cc7f8f426052a4c5cb8c3e4366d6a485c792fbddb25db476ddc58d750fc3e25 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: 7bdd2f02ecd3a0ecf8c6ca0cf3df0f25c0df2118 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: 291176 MD5sum: 6869664843941e1578027df3190983d7 SHA1: aec5f954412669080e08c848b17b24b5717c1229 SHA256: db2fc44dda54fce0c6b4ddff3eab1626b0b41fae8e47f82122e40e29954a1a9f 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: 616 Depends: libssh2-1 (= 1.4.3-2), libgcrypt11-dev Filename: ./i386/libssh2-1-dev_1.4.3-2_i386.deb Size: 293344 MD5sum: dbfdda5a82791db76fafd3b97b45cc08 SHA1: af023aaca6cf37a7e57373afe0487e131d0ba7a4 SHA256: 0d55f3d16ceb671d1c2a4e9a462194873147b4fe3b5b1a60addcb5e7b9617dc8 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.