File: control

package info (click to toggle)
golang-github-hashicorp-terraform-json 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,572 kB
  • sloc: makefile: 31
file content (32 lines) | stat: -rw-r--r-- 1,400 bytes parent folder | download
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-hashicorp-terraform-json
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-davecgh-go-spew-dev,
               golang-github-zclconf-go-cty-dev
Standards-Version: 4.6.0.1
Homepage: https://github.com/hashicorp/terraform-json
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-terraform-json
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-terraform-json.git
XS-Go-Import-Path: github.com/hashicorp/terraform-json
Testsuite: autopkgtest-pkg-go

Package: golang-github-hashicorp-terraform-json-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-davecgh-go-spew-dev,
         golang-github-zclconf-go-cty-dev
Description: helper types for the Terraform external data representation
 This package contains data types designed to help parse the data produced
 by two Terraform (https://www.terraform.io/) commands:
  - terraform show -json
  - terraform providers schema -json
 While containing mostly data types, there are also a few helpers to
 assist with working with the data.
 .
 This pcakage also serves as de facto documentation for the
 formats produced by these commands.