Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-pelletier-toml-devel | Distribution: Mageia |
Version: 1.8.1 | Vendor: Mageia.Org |
Release: 3.mga8 | Build date: Sat Dec 26 10:56:48 2020 |
Group: Development/Other | Build host: localhost |
Size: 429082 | Source RPM: golang-github-pelletier-toml-1.8.1-3.mga8.src.rpm |
Packager: guillomovitch <guillomovitch> | |
Url: https://github.com/pelletier/go-toml | |
Summary: Go library for the toml language |
Go-toml provides the following features for using data parsed from TOML documents: – Load TOML documents from files and string data – Easily navigate TOML structure using Tree – Mashaling and unmarshaling to and from data structures – Line & column position data for all parsed elements – Query support similar to JSON-Path – Syntax errors contain line and column numbers This package contains the source code needed for building packages that reference the following Go import paths: – github.com/pelletier/go-toml
MIT
* Fri Dec 25 2020 guillomovitch <guillomovitch> 1.8.1-3.mga8 + Revision: 1663597 - new version 1.8.1 * Sun Nov 01 2020 pterjan <pterjan> 1.8.0-3.mga8 + Revision: 1641238 - Fix pretrans to not fail when there is nothing to do * Sat Sep 05 2020 guillomovitch <guillomovitch> 1.8.0-2.mga8 + Revision: 1622451 - fix upgrade * Sat Sep 05 2020 guillomovitch <guillomovitch> 1.8.0-1.mga8 + Revision: 1622329 - renamed to golang-github-pelletier-toml - new version 1.8.0 - renamed to golang-github-pelletier-toml
/usr/share/doc/golang-github-pelletier-toml-devel /usr/share/doc/golang-github-pelletier-toml-devel/CONTRIBUTING.md /usr/share/doc/golang-github-pelletier-toml-devel/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/pelletier /usr/share/gocode/src/github.com/pelletier/go-toml /usr/share/gocode/src/github.com/pelletier/go-toml/.goipath /usr/share/gocode/src/github.com/pelletier/go-toml/CONTRIBUTING.md /usr/share/gocode/src/github.com/pelletier/go-toml/PULL_REQUEST_TEMPLATE.md /usr/share/gocode/src/github.com/pelletier/go-toml/README.md /usr/share/gocode/src/github.com/pelletier/go-toml/cmd /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/jsontoml /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/jsontoml/main.go /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/jsontoml/main_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson/main.go /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson/main_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomll /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomll/main.go /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomltestgen /usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomltestgen/main.go /usr/share/gocode/src/github.com/pelletier/go-toml/doc.go /usr/share/gocode/src/github.com/pelletier/go-toml/doc_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/fuzz.go /usr/share/gocode/src/github.com/pelletier/go-toml/glide.lock /usr/share/gocode/src/github.com/pelletier/go-toml/glide.yaml /usr/share/gocode/src/github.com/pelletier/go-toml/go.mod /usr/share/gocode/src/github.com/pelletier/go-toml/keysparsing.go /usr/share/gocode/src/github.com/pelletier/go-toml/keysparsing_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/lexer.go /usr/share/gocode/src/github.com/pelletier/go-toml/lexer_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/localtime.go /usr/share/gocode/src/github.com/pelletier/go-toml/localtime_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/marshal.go /usr/share/gocode/src/github.com/pelletier/go-toml/marshal_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/parser.go /usr/share/gocode/src/github.com/pelletier/go-toml/parser_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/position.go /usr/share/gocode/src/github.com/pelletier/go-toml/position_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/query /usr/share/gocode/src/github.com/pelletier/go-toml/query/README.md /usr/share/gocode/src/github.com/pelletier/go-toml/query/doc.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/lexer.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/lexer_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/match.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/match_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/parser.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/parser_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/query.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/query_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/query/tokens.go /usr/share/gocode/src/github.com/pelletier/go-toml/token.go /usr/share/gocode/src/github.com/pelletier/go-toml/token_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/toml.go /usr/share/gocode/src/github.com/pelletier/go-toml/toml_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/toml_testgen_support_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/toml_testgen_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_create.go /usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_create_test.go /usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_write.go /usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_write_test.go /usr/share/licenses/golang-github-pelletier-toml-devel /usr/share/licenses/golang-github-pelletier-toml-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 10:18:22 2024