Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-github-hashicorp-hil-devel-0-0.19.20210109git43f73a9.fc37 RPM for noarch

From Fedora 37 for ppc64le / g

Name: golang-github-hashicorp-hil-devel Distribution: Fedora Project
Version: 0 Vendor: Fedora Project
Release: 0.19.20210109git43f73a9.fc37 Build date: Thu Jul 21 11:53:55 2022
Group: Unspecified Build host: buildvm-x86-16.iad2.fedoraproject.org
Size: 241851 Source RPM: golang-github-hashicorp-hil-0-0.19.20210109git43f73a9.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/hashicorp/hil
Summary: Small embedded language for string interpolations
HIL (HashiCorp Interpolation Language) is a lightweight embedded language used
primarily for configuration interpolation. The goal of HIL is to make a simple
language for interpolations in the various configurations of HashiCorp tools.

HIL is built to interpolate any string, but is in use by HashiCorp primarily
with HCL. HCL is not required in any way for use with HIL.

HIL isn't meant to be a general purpose language. It was built for basic
configuration interpolations. Therefore, you can't currently write functions,
have conditionals, set intermediary variables, etc. within HIL itself. It is
possible some of these may be added later but the right use case must exist.

This package contains the source code needed for building packages that
reference the following Go import paths:
 – github.com/hashicorp/hil

Provides

Requires

License

MPLv2.0

Changelog

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.19
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.18
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.17
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.16
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 09 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.15.20210109git43f73a9
  - Bump to commit 43f73a9c70075edef29491640d19f4b69580753d
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.14
  - Second attempt - Rebuilt for
    https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/share/doc/golang-github-hashicorp-hil-devel
/usr/share/doc/golang-github-hashicorp-hil-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hashicorp
/usr/share/gocode/src/github.com/hashicorp/hil
/usr/share/gocode/src/github.com/hashicorp/hil/.goipath
/usr/share/gocode/src/github.com/hashicorp/hil/README.md
/usr/share/gocode/src/github.com/hashicorp/hil/ast
/usr/share/gocode/src/github.com/hashicorp/hil/ast/arithmetic.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/arithmetic_op.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/ast.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/ast_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/call.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/call_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/conditional.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/index.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/index_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/literal.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/literal_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/output.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/output_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/scope.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/scope_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/stack.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/stack_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/type_string.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/unknown.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/variable_access.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/variable_access_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/ast/variables_helper.go
/usr/share/gocode/src/github.com/hashicorp/hil/builtins.go
/usr/share/gocode/src/github.com/hashicorp/hil/check_identifier.go
/usr/share/gocode/src/github.com/hashicorp/hil/check_identifier_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/check_types.go
/usr/share/gocode/src/github.com/hashicorp/hil/check_types_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/convert.go
/usr/share/gocode/src/github.com/hashicorp/hil/convert_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/eval.go
/usr/share/gocode/src/github.com/hashicorp/hil/eval_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/eval_type.go
/usr/share/gocode/src/github.com/hashicorp/hil/evaltype_string.go
/usr/share/gocode/src/github.com/hashicorp/hil/example_func_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/example_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/example_var_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/glide.lock
/usr/share/gocode/src/github.com/hashicorp/hil/glide.yaml
/usr/share/gocode/src/github.com/hashicorp/hil/go.mod
/usr/share/gocode/src/github.com/hashicorp/hil/parse.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser
/usr/share/gocode/src/github.com/hashicorp/hil/parser/binary_op.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser/error.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser/fuzz.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser/parser.go
/usr/share/gocode/src/github.com/hashicorp/hil/parser/parser_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/peeker.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/peeker_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/scanner.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/scanner_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/token.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/token_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/scanner/tokentype_string.go
/usr/share/gocode/src/github.com/hashicorp/hil/transform_fixed.go
/usr/share/gocode/src/github.com/hashicorp/hil/transform_fixed_test.go
/usr/share/gocode/src/github.com/hashicorp/hil/walk.go
/usr/share/gocode/src/github.com/hashicorp/hil/walk_test.go
/usr/share/licenses/golang-github-hashicorp-hil-devel
/usr/share/licenses/golang-github-hashicorp-hil-devel/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024