Package: rkhunter Priority: optional Section: admin Installed-Size: 1038 Maintainer: Debian Forensics Architecture: all Version: 1.4.2-5 Depends: binutils, file, lsof, net-tools, ucf (>= 0.28), perl Pre-Depends: debconf (>= 0.5) | debconf-2.0 Recommends: bsd-mailx | mailutils | heirloom-mailx | mailx, default-mta | mail-transport-agent, iproute2, unhide, unhide.rb, wget | curl Suggests: liburi-perl, libwww-perl, powermgmt-base Filename: dists/jessie/main/binary-all/admin/rkhunter_1.4.2-5_all.deb Size: 238998 MD5sum: 8864a758b2deca25c9eacfd3d4a70c3a SHA1: 342074bfabacc524b6337f67d8dae36d5aed4b0d SHA256: 3b3d1e2792bb75f8012aa3da1ff90e77c56fe74db13c8c00b90354c56ceb50bb SHA512: fd2ad46380810c95bd03631292a8054e528c6ce3a30dbbe5eccb71a7b98b6d5246cb31208acd143e20fa9d9c8432e80b38c6f12b9ef3c4bfee4f691d6e9b1d4c Description: rootkit, backdoor, sniffer and exploit scanner Rootkit Hunter scans systems for known and unknown rootkits, backdoors, sniffers and exploits. . It checks for: - SHA256 hash changes; - files commonly created by rootkits; - executables with anomalous file permissions; - suspicious strings in kernel modules; - hidden files in system directories; and can optionally scan within files. . Using rkhunter alone does not guarantee that a system is not compromised. Running additional tests, such as chkrootkit, is recommended. Homepage: http://rkhunter.sourceforge.net Package: megaclisas-status Priority: optional Section: admin Installed-Size: 52 Maintainer: Adam Cécile (Le_Vert) Architecture: all Version: 0.9 Depends: python, lsb-base, daemon, bsd-mailx | mailx, megacli Filename: dists/jessie/main/binary-all/admin/megaclisas-status_0.9_all.deb Size: 6678 MD5sum: e5df64d5c3c5a4d17ac0b4253ec367c5 SHA1: dfb241ccd551dbe216e85f767df6fb5d121c1882 SHA256: 11e83234dc6b5d90e4a8c332e098312b8ac6c5e59c9180ce62bfaad6445acfb2 SHA512: 06ed067ab7f29ab59692c8ccca2d229a9ba047985a2c7e1a2119a1d375ed698fb7b204b6effded5b99264b4aa95c628f400e560ee903ffbec8136b40dcbafcf2 Description: get RAID status out of LSI MegaRAID SAS HW RAID controllers The megacli-status software is a query tool to access the running configuration and status of LSI MegaRAID SAS HBAs. . It uses LSI MegaCli proprietary command line tool. Package: golang-github-azure-go-autorest-dev Priority: optional Section: devel Installed-Size: 521 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-azure-go-autorest Version: 8.3.1-1 Depends: golang-github-dgrijalva-jwt-go-v3-dev, golang-golang-x-crypto-dev Filename: dists/jessie/main/binary-all/devel/golang-github-azure-go-autorest-dev_8.3.1-1_all.deb Size: 72528 MD5sum: bd5270aa92561106304a332241fdcbec SHA1: f12c3f2730d8d1ec61f2f6d32c25433509078a92 SHA256: b9c24fe005581b7ed8b6a1e7d4ef4042cde04209270cd7db4725e09b36d1c4b5 SHA512: 0de4a66256b5a5c87c672526bb3303fca581cd58d32357324819248e456227caaceaf4b78b24086c0a431252f42a22ccf65315a5c09bbd4897e26d021eb0c79c Description: HTTP request pipeline suitable for use across multiple go-routines Package autorest implements an HTTP request pipeline suitable for use across multiple go-routines and provides the shared routines relied on by AutoRest (see https://github.com/Azure/autorest/) generated Go code. . The package breaks sending and responding to HTTP requests into three phases: Preparing, Sending, and Responding. . Each phase relies on decorators to modify and / or manage processing. Decorators may first modify and then pass the data along, pass the data first and then modify the result, or wrap themselves around passing the data (such as a logger might do). Decorators run in the order provided. . Preparers and Responders may be shared and re-used (assuming the underlying decorators support sharing and re-use). Performant use is obtained by creating one or more Preparers and Responders shared among multiple go-routines, and a single Sender shared among multiple sending go-routines, all bound together by means of input / output channels. . Decorators hold their passed state within a closure (such as the path components in the example above). Be careful to share Preparers and Responders only in a context where such held state applies. For example, it may not make sense to share a Preparer that applies a query string from a fixed set of values. Similarly, sharing a Responder that reads the response body into a passed struct (e.g., ByUnmarshallingJson) is likely incorrect. . Lastly, the Swagger specification (https://swagger.io) that drives AutoRest (https://github.com/Azure/autorest/) precisely defines two date forms: date and date-time. The github.com/Azure/go-autorest/autorest/date package provides time.Time derivations to ensure correct parsing and formatting. . Errors raised by autorest objects and methods will conform to the autorest.Error interface. Homepage: https://github.com/Azure/go-autorest Package: golang-github-minio-minio-go-dev Priority: extra Section: devel Installed-Size: 803 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-minio-minio-go Version: 3.0.0-1 Depends: golang-github-go-ini-ini-dev, golang-github-mitchellh-go-homedir-dev Filename: dists/jessie/main/binary-all/devel/golang-github-minio-minio-go-dev_3.0.0-1_all.deb Size: 105512 MD5sum: 3203b6228c62fe3a1e26fc3c77033b42 SHA1: 8a304e49923cfbbdeb092e77959fb4e0fdbca615 SHA256: 5393ba82c15003922a3987ad2474229d9ff10babfd716fca667257304a2dccb9 SHA512: a815d02eb363f907bd00d8bf5db830f3be362e20b1955edac8396e690112aaaa6db1c946cda371f0be3cb4911f558e8f1fd025dd943c48263b84f5aaed6616c0 Description: Go library for Amazon S3 compatible cloud storage The Minio Golang Client SDK provides simple APIs to access any Amazon S3 compatible object storage server. Homepage: https://github.com/minio/minio-go Package: golang-github-ncw-swift-dev Priority: extra Section: devel Installed-Size: 218 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-ncw-swift Version: 0.0~git20160617.0.b964f2c-2 Filename: dists/jessie/main/binary-all/devel/golang-github-ncw-swift-dev_0.0~git20160617.0.b964f2c-2_all.deb Size: 38654 MD5sum: df099836b68bf7ccf4780d80a421c7c2 SHA1: 344f9c39817182e4a06539e658da513017ee32ca SHA256: 43f3745f29fdd7291d05d2f27d935acef4e31b1a327dea9ca4f4e163c56f6e84 SHA512: 34d5dc02db9ccbc5f7991aab168517b60f0a43b181eb353c2768c1baa63126ac046136a8427f86cbf08483c3f93b6b938f10c51370da680cd8c5339ca0844c75 Description: Go language interface to Swift / Openstack Object Storage / Rackspace cloud files This package provides an easy to use library for interfacing with Swift / Openstack Object Storage / Rackspace cloud files from the Go Language. Built-Using: golang-1.7 (= 1.7.4-1~bpo8+2) Homepage: https://github.com/ncw/swift Package: golang-github-dgrijalva-jwt-go-v3-dev Priority: extra Section: devel Installed-Size: 154 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-dgrijalva-jwt-go-v3 Version: 3.0.0+v3-1 Filename: dists/jessie/main/binary-all/devel/golang-github-dgrijalva-jwt-go-v3-dev_3.0.0+v3-1_all.deb Size: 29358 MD5sum: adefdddc3026e9ecab1b9bfe729661a7 SHA1: 2f28a0f48e51f77c30696282d2f4259286133612 SHA256: 97b68af9bc73b0ed0af8d5fe2e89937a192cba117120fb2838fc155412602b00 SHA512: 6f0fb6ded2326d7a3e1cc0b86c5c2276fe27bc1bab2d574838d23d7fd45565f246f97dc2d983e8715c82f58b3713cf690e62c79cec440e24ef74a694e6fddc86 Description: Golang implementation of JSON Web Tokens (JWT) JSON Web Tokens are compact, URL-safe means of representing claims to be transferred between two parties. This library is an implementation of JSON Web Tokens in the Go language. Homepage: https://github.com/dgrijalva/jwt-go Package: golang-github-spf13-jwalterweatherman-dev Priority: extra Section: devel Installed-Size: 60 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-jwalterweatherman Version: 0.0~git20170523.0.0efa520-1 Depends: golang-github-stretchr-testify-dev Filename: dists/jessie/main/binary-all/devel/golang-github-spf13-jwalterweatherman-dev_0.0~git20170523.0.0efa520-1_all.deb Size: 6690 MD5sum: ca7519d377223fb3ce05a50bb7fc1aa3 SHA1: 75f6bba5c9b31780624c3c74482ac88df221d918 SHA256: 0136c337f324d233acf5c40bb135d6d32a7d9b21c78368909f692212529bfbfb SHA512: 7b2d5e6ea94c450dfeb8a23201fa541bb1a82f0c83033ec02930e7e53412f37b26db479575c55dfc70a1583ca31dcd108bfcf6a25f03eb7856c4ab69cf1a307d Description: Go library for both printing to the terminal and logging to files jWalterWeatherman provides seamless printing to the terminal (stdout) and logging to a io.Writer (file) that's as easy to use as fmt.Println. . JWW is primarily a wrapper around the excellent Go standard log library. It provides a few advantages over using the standard log library alone: . * One library for both printing to the terminal and logging (to files). * Allow the user to easily control what levels are printed and logged * No unnecessary initialization cruft. Just use it. Homepage: https://github.com/spf13/jwalterweatherman Package: golang-github-mitchellh-go-homedir-dev Priority: extra Section: devel Installed-Size: 51 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-mitchellh-go-homedir Version: 0.0~git20161203.0.b8bc1bf-1 Filename: dists/jessie/main/binary-all/devel/golang-github-mitchellh-go-homedir-dev_0.0~git20161203.0.b8bc1bf-1_all.deb Size: 4582 MD5sum: 6c072b36a8233a2451d3621e975fdf66 SHA1: 7b212cc09c8e18d4b58e6165aab341430ea26375 SHA256: 464f6d9f2cfb624db7826958edc66d58c45f994f43f86d055a38bc28ba1ef83c SHA512: 8ccf272537430fc191fdd134ea091ebbb8b6aa6e8c8311fcb66864fd9d0ab49d5d4ab7b2dd234a7f49e572ed6d77f4215c61ee0f25d3a09b58f03eabad3beb00 Description: Go library for detecting and expanding the user's home directory This is a Go library for detecting the user's home directory without the use of cgo, so the library can be used in cross-compilation environments. . Usage is incredibly simple, just call homedir.Dir() to get the home directory for a user, and homedir.Expand() to expand the ~ in a path to the home directory. . Why not just use os/user? The built-in os/user package requires cgo on Darwin systems. This means that any Go code that uses that package cannot cross compile. But 99% of the time the use for os/user is just to retrieve the home directory, which we can do for the current user without cgo. This library does that, enabling cross-compilation. Homepage: https://github.com/mitchellh/go-homedir Package: golang-github-kurin-blazer-dev Priority: extra Section: devel Installed-Size: 227 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-kurin-blazer Version: 0.0~git20170711.0.612082e-1 Depends: golang-golang-x-net-dev Filename: dists/jessie/main/binary-all/devel/golang-github-kurin-blazer-dev_0.0~git20170711.0.612082e-1_all.deb Size: 31922 MD5sum: be4e386b1b484536e18cf00aa9c60ad1 SHA1: 3652a12c15b523da7660956b4fe3dfee7455f7fa SHA256: 9bef5f8d80858b13731f6703d779b07ea497fda343da9868be24dbb8065ddbb1 SHA512: 2b5b97a304821290fe981ec48194b3a5fb58a44fcf141d68effb2b90775bc288214080341b8d51185306ab63527f8457b3c3d77cbef3b467427b1c6a10742820 Description: Go library for Backblaze's B2 Blazer is a Golang client library for Backblaze's B2 object storage service. It is designed for simple integration with existing applications that may already be using S3 and Google Cloud Storage, by exporting only a few standard Go types. . It implements and satisfies the B2 integration checklist (https://www.backblaze.com/b2/docs/integration_checklist.html), automatically handling error recovery, reauthentication, and other low-level aspects, making it suitable to upload very large files, or over multi-day time scales. Homepage: https://github.com/kurin/blazer Package: golang-github-pkg-xattr-dev Priority: extra Section: devel Installed-Size: 57 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pkg-xattr Version: 0.2.0+git20170313.4.2c7218a-1 Filename: dists/jessie/main/binary-all/devel/golang-github-pkg-xattr-dev_0.2.0+git20170313.4.2c7218a-1_all.deb Size: 4706 MD5sum: 70b7f3232e9ea2de72fa447d401a394b SHA1: bd118c43908fa1608d5b2502a9e2c609fbd993a7 SHA256: 13b0f381242419bd7114ace2764de6013d79175ff40f683faeae5c5e72b7dda8 SHA512: a948d0b06168b906b9db8b2995d5cd43c1495f8d4ac7b187fb0036e60f0f96e57f7d56ac52020884c43f34ef15035e42546b2b1f08be5f99018fe8fc977cd73d Description: Extended attribute support for Go This library allows manipulating filesystem extended attributes in Go. . Linux, Darwin and FreeBSD are supported. Homepage: https://github.com/pkg/xattr Package: golang-github-elithrar-simple-scrypt-dev Priority: extra Section: devel Installed-Size: 59 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-elithrar-simple-scrypt Version: 1.1+git20161119.3.2325946-2 Depends: golang-golang-x-crypto-dev Filename: dists/jessie/main/binary-all/devel/golang-github-elithrar-simple-scrypt-dev_1.1+git20161119.3.2325946-2_all.deb Size: 6644 MD5sum: f575675c122ce5cb3b1db28dd433b47e SHA1: 1d0c7678233d4febff92968a6a29ea775e070001 SHA256: d8e1c12e65f9cff3c4f10898914cf96d0241deac2b734a2fce0fe35897016133 SHA512: 47a8d3082086472029c072f56a0657984bbd7416b9c47b0219dcbc7abebcf15e6e4e8ac46c2674d02520c7de21a6e1e88bbf7f2e22388a61088557c7277312c8 Description: various purpose password hashes library using the scrypt KDF simple-scrypt provides a convenience wrapper around Go's existing scrypt package that makes it easier to securely derive strong keys ("hash user passwords"). This library allows you to: - Generate a scrypt derived key with a crytographically secure salt and sane default parameters for N, r and p. - Upgrade the parameters used to generate keys as hardware improves by storing them with the derived key (the scrypt spec. doesn't allow for this by default). - Provide your own parameters (if you wish to). The API closely mirrors Go's bcrypt (https://golang.org/x/crypto/bcrypt) library in an effort to make it easy to migrate—and because it's an easy to grok API. Homepage: https://github.com/elithrar/simple-scrypt Package: golang-bazil-fuse-dev Priority: extra Section: devel Installed-Size: 347 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-bazil-fuse Version: 0.0~git20160811.0.371fbbd-2 Depends: golang-golang-x-net-dev, golang-golang-x-sys-dev Filename: dists/jessie/main/binary-all/devel/golang-bazil-fuse-dev_0.0~git20160811.0.371fbbd-2_all.deb Size: 60106 MD5sum: fb3b25809ec3a32b792c84d7410f2098 SHA1: 6a66e9e662cc1aa69653c37d31264ee32593b968 SHA256: cd03401d29450235565189851cad6de7da3443931e46fae17162b7b478c2b549 SHA512: 50bfd63395f6a1963e8e34dd57859b1f05c5ab6d847c647d01967a8852a9dd427b5ec8ae118557e259a90512f0b7281e8d8fea55c41a18920bbeaef2bf8bcb6e Description: FUSE library for Go bazil.org/fuse is a Go library for writing FUSE userspace filesystems. . It is a from-scratch implementation of the kernel-userspace communication protocol, and does not use the C library from the project called FUSE. bazil.org/fuse embraces Go fully for safety and ease of programming. Built-Using: golang-1.7 (= 1.7.4-1~bpo8+2), golang-golang-x-net-dev (= 1:0.0+git20161013.8b4af36+dfsg-3~bpo8+2), golang-golang-x-sys (= 0.0~git20161122.0.30237cf-1~bpo8+2) Homepage: https://bazil.org/fuse/ Package: golang-github-azure-azure-sdk-for-go-dev Priority: optional Section: devel Installed-Size: 12025 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-azure-azure-sdk-for-go Version: 10.3.0~beta-1 Depends: golang-github-azure-go-autorest-dev (>= 8.2.0), golang-github-satori-go.uuid-dev, golang-github-shopspring-decimal-dev, golang-golang-x-crypto-dev Filename: dists/jessie/main/binary-all/devel/golang-github-azure-azure-sdk-for-go-dev_10.3.0~beta-1_all.deb Size: 681154 MD5sum: 0f5e8872f41d77ce2b2feed7755aa088 SHA1: d437b1fd92013d38955a15a04145943e35792a97 SHA256: a46deb7e38e9c0f42936256029174c41ff1ce84246a6dfebbb28dcd0e5448be4 SHA512: 1343186d7232dd84df5291da46777972b730ff732249ae158d384728140b647b48127adf048d7df6a2adbba7c50bc3dab0eea9a596e099c100490946b8c4a13b Description: Microsoft Azure SDK for Go This project provides various Go packages to perform operations on Microsoft Azure REST APIs. . See list of implemented API clients here (http://godoc.org/github.com/Azure/azure-sdk-for-go). Homepage: https://github.com/Azure/azure-sdk-for-go Package: golang-github-pelletier-go-toml-dev Priority: optional Section: devel Installed-Size: 259 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pelletier-go-toml Version: 1.0.1-1 Depends: golang-github-burntsushi-toml-dev, golang-github-davecgh-go-spew-dev, golang-gopkg-yaml.v2-dev, golang-github-pelletier-go-buffruneio-dev Filename: dists/jessie/main/binary-all/devel/golang-github-pelletier-go-toml-dev_1.0.1-1_all.deb Size: 42368 MD5sum: c30eb1eaddd30ca747b7f823496f19f1 SHA1: a1d4804868f8f5cdb3e2b87b02316d07be64fd89 SHA256: 4741d8c328c772f96d72e3faa58c53f9618f8f179f7136979b98c9977ac16681 SHA512: e4cfc760c5637a8fba206ebf3acd34639f19fd90ca0c6666ed4ec22926af1ed8e7c37a135d0d016eadf624d53743b1ea53cb78c7a0005dd453c4b87e7393dd6b Description: Go library for the TOML language This library supports TOML (Tom's Obvious, Minimal Language) version v1.0.0. . TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages. Homepage: https://github.com/pelletier/go-toml Package: golang-github-shopspring-decimal-dev Priority: optional Section: devel Installed-Size: 108 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-shopspring-decimal Version: 0.0~git20170816.b9ab2bc-1 Filename: dists/jessie/main/binary-all/devel/golang-github-shopspring-decimal-dev_0.0~git20170816.b9ab2bc-1_all.deb Size: 16140 MD5sum: bc51be937508056aa08ee93ea937560e SHA1: ba3de73d09dae8620f0fda233d944ab52cf2a6d8 SHA256: 9546b4261dc5fe5dfcda1e9ca62f07238fbbd61f22bebf1b79104c5a5db28c82 SHA512: e64219b1f8dd253d2a94db785832ba86827c7a4216538cf2cc6a163b0a5ca889dbc08ddbace3c582ee10133c19254c3be81278386d2233f7c719886eedbfa016 Description: arbitrary-precision fixed-point decimal numbers in go Features * the zero-value is 0, and is safe to use without initialization * addition, subtraction, multiplication with no loss of precision * division with specified precision * database/sql serialization/deserialization * json and xml serialization/deserializationInstall Homepage: https://github.com/shopspring/decimal Package: golang-github-pelletier-go-buffruneio-dev Priority: extra Section: devel Installed-Size: 52 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-pelletier-go-buffruneio Version: 0.2.0-1 Filename: dists/jessie/main/binary-all/devel/golang-github-pelletier-go-buffruneio-dev_0.2.0-1_all.deb Size: 3976 MD5sum: ceb1da0d0483e99b0ba55faedbad602b SHA1: 7523d89c3d3e999938596e5c73d137033b12e124 SHA256: c5ad1220b518bbd425e7e9a077138983020d5b7b6d693565298f55909f958717 SHA512: 6f79fab18ea60ea6e1c5fee7935d9eda07c5b086bfdf0f4f6f77aec89b5faaade4ab65a60de044c6b2ebee2bc9b3628f23d6ba6304e789bba914c5dcba9d1ea5 Description: wrapper around bufio to provide buffered runes access Buffruneio is a wrapper around bufio to provide buffered runes access with unlimited unreads. Homepage: https://github.com/pelletier/go-buffruneio Package: golang-github-hashicorp-hcl-dev Priority: extra Section: devel Installed-Size: 355 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-hashicorp-hcl Version: 0.0~git20170509.0.392dba7-1 Depends: golang-github-davecgh-go-spew-dev Filename: dists/jessie/main/binary-all/devel/golang-github-hashicorp-hcl-dev_0.0~git20170509.0.392dba7-1_all.deb Size: 59114 MD5sum: 07a2b599c5647fe7bb811e6064877261 SHA1: afc9bb464802789b6b008939ec087f7eb8963340 SHA256: 8ed21dab195cfea9b5ddb93468a775085e3f771389d8ef3ffce4a54c67234d6d SHA512: 050cefe2f2900fbe4a7e0a680b505f96ad028cdd4dc49a3279e3fc40ff12604e5ef3824bbfc9d41e426045aa73e335a7671464144424f5cbc9e6cd5884c35a46 Description: Go implementation of HashiCorp Configuration Language HCL (HashiCorp Configuration Language) is a configuration language built by HashiCorp. The goal of HCL is to build a structured configuration language that is both human and machine friendly for use with command-line tools, but specifically targeted towards DevOps tools, servers, etc. . HCL is also fully JSON compatible. That is, JSON can be used as completely valid input to a system expecting HCL. This helps makes systems interoperable with other systems. . HCL is heavily inspired by libucl, nginx configuration, and others similar. . This package contains the source. Homepage: https://github.com/hashicorp/hcl Package: golang-github-spf13-cast-dev Priority: extra Section: devel Installed-Size: 103 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-cast Version: 1.1.0-1 Depends: golang-github-stretchr-testify-dev Filename: dists/jessie/main/binary-all/devel/golang-github-spf13-cast-dev_1.1.0-1_all.deb Size: 9018 MD5sum: 80c77baa80d2bf76fadc3219134f23f9 SHA1: f795c5ffd7a2eaddab4fedaa0f5fd268b014aaef SHA256: 28c83e01d3b9891c9d99a767ac2c1650734d9a28794da6eb191197866a2d336d SHA512: 478e1237f8cbc4c02422d6e72d7d49c46ee3f076da11e76df03045c729f77bd4780c8af74988ce751c3dc18dcc0a292bb54db50ebb1551b439a603f13085fe4f Description: Safe and easy casting from one type to another in Go Cast is a library to convert between different Go types in a consistent and easy way. . Cast provides simple functions to easily convert a number to a string, an interface into a bool, etc. Cast does this intelligently when an obvious conversion is possible. It doesn’t make any attempts to guess what you meant; for example, you can only convert a string to an int when it is a string representation of an int such as “8”. . Cast was developed for use in Hugo (http://gohugo.io/), a website engine which uses YAML, TOML or JSON for meta data. Homepage: https://github.com/spf13/cast Package: golang-github-spf13-pflag-dev Priority: extra Section: devel Installed-Size: 233 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-spf13-pflag Version: 0.0~git20170508.0.e57e3ee-1 Filename: dists/jessie/main/binary-all/devel/golang-github-spf13-pflag-dev_0.0~git20170508.0.e57e3ee-1_all.deb Size: 32672 MD5sum: c59d5eccd1c68f923626b72bea99a6de SHA1: 6e2a4f77bdc1cba47c8c949d2e756a24e236850a SHA256: 6dbf3fff153a36d69840f6d608e9ed7251716ec82beb3d37a225ce6e4de92239 SHA512: d4ccc5f715b03a565b2af10ac459b441d9c55d4fe7ce4ef2aa11b57d8b40b1ed2778095a2a7916a808e6ab9bc52419a237ff891753eed3025dbd230c27011aa0 Description: Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags . pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options (http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html). . Forked from github.com/ogier/pflag. Homepage: https://github.com/spf13/pflag Package: golang-github-restic-chunker-dev Priority: extra Section: devel Installed-Size: 80 Maintainer: Debian Go Packaging Team Architecture: all Source: golang-github-restic-chunker Version: 0.1.0-1 Filename: dists/jessie/main/binary-all/devel/golang-github-restic-chunker-dev_0.1.0-1_all.deb Size: 13292 MD5sum: 694f6819f6297bf776b0eac47d4648de SHA1: 0c6800ef894a4b8db6c0b33d6cfb7b3ec48ffb25 SHA256: d5dd5613d00bb1904cd00fca1748ce2de23d5becd0ae98eef7473e2ec9d4c565 SHA512: baf172b6772108f84989b9a63511c18dd30ef5daa5336d49d58258f7c1eb880bf2e5937c841ed00ec1579c8cf799d7430d9a43fefc3279f1fed83a39cb104b81 Description: implementation of Content Defined Chunking (CDC) in Go The package chunker implements content-defined-chunking (CDC) based on a rolling Rabin Hash. The library is part of the restic backup program (https://github.com/restic/restic). Homepage: https://github.com/restic/chunker Package: nsd3 Priority: extra Section: oldlibs Installed-Size: 83 Maintainer: Debian DNS Packaging Architecture: all Source: nsd Version: 4.1.7-1 Depends: debconf, nsd (>= 4.0.0-1~) Pre-Depends: dpkg (>= 1.17.14) Filename: dists/jessie/main/binary-all/oldlibs/nsd3_4.1.7-1_all.deb Size: 57214 MD5sum: 745b7b76f8f4450be2cff68192618bdf SHA1: 55aa586107561c87274b7bc2341d98168318977b SHA256: e3368c2c8a8e548cb242d97ca8f38aaf445e7997268bcf3cab89ed0ff64d2102 SHA512: d9f9bb43b2261b2ec8d916b04f8cc531b709aab38a1b726eeb53712385c55ff394fb5459b8e8896004991228a4afcfdb3ea574d0a53f83b232640965dc4b3355 Description: authoritative domain name server - transitional package NSD is a fast, authoritative only, high performance, simple and open source name server. . NSD was primarily developed by NLnet Labs on request from and in close cooperation with RIPE NCC, as an alternative DNS server to be run on the root name server operated by RIPE NCC. . This is a transitional dummy package. It can safely be removed. Homepage: http://www.nlnetlabs.nl/nsd/ Package: maradns-docs Priority: extra Section: doc Installed-Size: 466 Maintainer: Dariusz Dwornikowski Architecture: all Source: maradns Version: 2.0.13-1 Recommends: dwww Filename: dists/jessie/main/binary-all/doc/maradns-docs_2.0.13-1_all.deb Size: 181626 MD5sum: 38b572c40da7e95fb4108124878e8833 SHA1: 79c3be16f482fa429ebe6de6071a9f50d51af33e SHA256: 6af21e8b5de5deacc9d8d6ffd267a5a6e9b25e5bff1bd288175819c213e219d3 SHA512: f51ad9f913f6a57028b8583df2220a25760f36908cb9d61bda3d0a809c056a21e21e2443800ec9a0a59df4c20e96918200cde963b01199eeb4442128c2b4302a Description: upstream documentation for the MaraDNS Domain Name Service server MaraDNS is easy to configure DNS server that functions as a recursive and/or authoritative name server. This package provides the upstream documentation for the MaraDNS suite. This includes more information than is available in the man pages including background information on DNS, how to obtain the source code, compile and install it. As a result the documentation includes none of the packaging tweaks intended to fit MaraDNS into Debian. Enhances: duende, maradns, maradns-deadwood, maradns-zoneserver Homepage: http://maradns.org Package: nagios-plugins-check-smart-attributes Priority: extra Section: net Installed-Size: 91 Maintainer: Georg Schönberger Architecture: all Version: 1.2.1 Depends: libconfig-json-perl, smartmontools, perl Filename: dists/jessie/main/binary-all/net/nagios-plugins-check-smart-attributes_1.2.1_all.deb Size: 9976 MD5sum: bc43cc68db67e0e95734679a3b3bc872 SHA1: f6ef04981398fc003778cc671d8477a8877e9e7d SHA256: 47142aeb8fb36b007a884fb218a7fb891c29e2e41dad73799c462deb0bbc320d SHA512: 26b718f2fbdf8b98066217589f5fd3e1eee93ac7217d19dc2b4993ff32c086c366ad5be3b64621afad1e312989dc3c9e86d3f8b2b6433ef7409871d69e2f9d9f Description: Nagios/Icinga plugin to check smart attributes with smartctl. Homepage: https://www.thomas-krenn.com/de/wiki/SMART_Attributes_Monitoring_Plugin