Source: golang-github-zclconf-go-cty Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, Build-Depends-Indep: golang-any, golang-github-apparentlymart-go-textseg-dev (>= 13.0.0~), golang-github-google-go-cmp-dev, golang-golang-x-text-dev, golang-gopkg-vmihailenco-msgpack.v2-dev, Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-zclconf-go-cty Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-zclconf-go-cty.git Homepage: https://github.com/zclconf/go-cty Rules-Requires-Root: no XS-Go-Import-Path: github.com/zclconf/go-cty Package: golang-github-zclconf-go-cty-dev Architecture: all Depends: golang-github-apparentlymart-go-textseg-dev (>= 13.0.0~), golang-golang-x-text-dev, golang-gopkg-vmihailenco-msgpack.v2-dev, ${misc:Depends}, Multi-Arch: foreign Description: type system for dynamic values in Golang applications cty (pronounced "see-tie") is a dynamic type system for applications written in Go that need to represent user-supplied values without losing type information. The primary intended use is for implementing configuration languages, but other uses may be possible too.