Sat, 09 Nov 2024 16:03:00 UTC | login

Information for RPM golang-github-hashicorp-hcl-devel-1.0.0-16.fc41.noarch.rpm

ID1294339
Namegolang-github-hashicorp-hcl-devel
Version1.0.0
Release16.fc41
Epoch
Archnoarch
SummaryHashicorp configuration language
DescriptionHCL (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 code needed for building packages that reference the following Go import paths: – github.com/hashicorp/hcl
Build Time2024-03-08 20:28:39 GMT
Size61.01 KB
909c06fffdeedf300194b15d1bdfc6a2
LicenseMPL-2.0
Provides
golang(github.com/hashicorp/hcl) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/hcl/ast) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/hcl/fmtcmd) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/hcl/parser) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/hcl/printer) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/hcl/scanner) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/hcl/strconv) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/hcl/token) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/json/parser) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/json/scanner) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/json/token) = 1.0.0-16.fc41
golang(github.com/hashicorp/hcl/testhelper) = 1.0.0-16.fc41
golang-github-hashicorp-hcl-devel = 1.0.0-16.fc41
golang-ipath(github.com/hashicorp/hcl) = 1.0.0-16.fc41
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
go-filesystem
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 57 >>>
Name ascending sort Size
/usr/share/doc/golang-github-hashicorp-hcl-devel0.00 B
/usr/share/doc/golang-github-hashicorp-hcl-devel/README.md4.18 KB
/usr/share/gocode/src/github.com0.00 B
/usr/share/gocode/src/github.com/hashicorp0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/.goipath47.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/decoder.go17.89 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/decoder_test.go21.54 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/go.mod75.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl.go480.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/ast0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/ast/ast.go5.37 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/ast/ast_test.go4.15 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/ast/walk.go1.25 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/fmtcmd0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/fmtcmd/fmtcmd.go3.17 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/fmtcmd/fmtcmd_test.go8.86 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/parser0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/parser/error.go266.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/parser/error_test.go109.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/parser/parser.go12.57 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/parser/parser_test.go10.12 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/printer0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/printer/nodes.go19.28 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/printer/printer.go1.41 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/printer/printer_test.go4.13 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/scanner0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/scanner/scanner.go14.44 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/scanner/scanner_test.go15.70 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/strconv0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/strconv/quote.go4.56 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/strconv/quote_test.go1.90 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/token0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/token/position.go1.20 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/token/token.go4.93 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl/token/token_test.go1.46 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/hcl_test.go334.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/json0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/json/parser0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/json/parser/flatten.go3.04 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/json/parser/parser.go6.66 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/json/parser/parser_test.go6.36 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/json/scanner0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/json/scanner/scanner.go10.36 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/json/scanner/scanner_test.go8.61 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/json/token0.00 B
/usr/share/gocode/src/github.com/hashicorp/hcl/json/token/position.go1.20 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/json/token/token.go2.59 KB
/usr/share/gocode/src/github.com/hashicorp/hcl/json/token/token_test.go536.00 B
Component of
1 through 17 of 17
Buildroot descending sort Created State
f41-build-818600-151102 2024-07-23 12:33:44 expired
f41-build-818580-151100 2024-07-23 12:26:45 expired
f41-build-818572-151096 2024-07-23 12:25:05 expired
f41-build-818571-151096 2024-07-23 12:25:00 expired
f41-build-818561-151096 2024-07-23 12:21:19 expired
f41-build-818556-151096 2024-07-23 12:20:32 expired
f41-build-818547-151075 2024-07-23 12:19:04 expired
f41-build-818545-151068 2024-07-23 12:18:41 expired
f41-build-818538-151075 2024-07-23 12:17:54 expired
f41-build-818396-151030 2024-07-23 11:49:22 expired
f41-build-818372-151016 2024-07-23 11:43:18 expired
f41-build-818344-151010 2024-07-23 11:29:21 expired
f41-build-818338-151008 2024-07-23 11:28:18 expired
f41-build-818334-151005 2024-07-23 11:27:38 expired
f41-build-818332-151005 2024-07-23 11:27:09 expired
f41-build-809238-146202 2024-05-30 12:39:49 expired
f41-build-808876-146098 2024-05-30 08:48:57 expired