1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: golang-github-zclconf-go-cty
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
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.
|