File: control

package info (click to toggle)
golang-github-hashicorp-hcl 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, bullseye-backports, experimental, sid, trixie
  • size: 1,028 kB
  • sloc: makefile: 22
file content (36 lines) | stat: -rw-r--r-- 1,520 bytes parent folder | download | duplicates (2)
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
33
34
35
36
Source: golang-github-hashicorp-hcl
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any,
               golang-github-davecgh-go-spew-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-hcl
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-hcl.git
Homepage: https://github.com/hashicorp/hcl
XS-Go-Import-Path: github.com/hashicorp/hcl

Package: golang-github-hashicorp-hcl-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         golang-github-davecgh-go-spew-dev
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.