Source: golang-github-spf13-cast Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Anthony Fok , Tim Potter Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-frankban-quicktest-dev (>= 1.14.3) Testsuite: autopkgtest-pkg-go Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-spf13-cast Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-spf13-cast.git Homepage: https://github.com/spf13/cast XS-Go-Import-Path: github.com/spf13/cast Package: golang-github-spf13-cast-dev Architecture: all Multi-Arch: foreign Depends: golang-github-frankban-quicktest-dev (>= 1.14.3), ${shlibs:Depends}, ${misc:Depends} 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.