Sun, 14 Jul 2024 11:11:14 UTC | login

Information for RPM golang-github-pelletier-toml-devel-1.9.5-2.fc38.noarch.rpm

ID931484
Namegolang-github-pelletier-toml-devel
Version1.9.5
Release2.fc38
Epoch
Archnoarch
SummaryGo library for the TOML file format
DescriptionGo-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
Build Time2023-02-24 10:36:37 GMT
Size98.39 KB
8df56fcfd13aeecc9477d61f1544adc3
LicenseApache-2.0
Buildrootf38-build-684532-80190
Provides
golang(github.com/pelletier/go-toml) = 1.9.5-2.fc38
golang(github.com/pelletier/go-toml/query) = 1.9.5-2.fc38
golang-github-pelletier-toml-devel = 1.9.5-2.fc38
golang-ipath(github.com/pelletier/go-toml) = 1.9.5-2.fc38
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 65 >>>
Name descending sort Size
/usr/share/licenses/golang-github-pelletier-toml-devel/LICENSE13.07 KB
/usr/share/licenses/golang-github-pelletier-toml-devel0.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_writepub.go349.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_write_test.go11.31 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_write.go13.37 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_create_test.go6.33 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/tomltree_create.go4.36 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/tomlpub.go1.38 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/toml_testgen_test.go21.57 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/toml_testgen_support_test.go2.95 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/toml_test.go5.62 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/toml.go13.22 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/token_test.go1.65 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/token.go1.95 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/tokens.go1.34 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/query_test.go4.02 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/query.go4.05 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/parser_test.go14.37 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/parser.go6.04 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/match_test.go3.79 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/match.go5.90 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/lexer_test.go4.78 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/lexer.go6.28 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/doc.go6.04 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query/README.md5.63 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/query0.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/position_test.go454.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/position.go744.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/parser_test.go28.52 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/parser.go11.97 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/marshal_test.go94.84 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/marshal.go36.38 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/localtime_test.go12.85 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/localtime.go9.91 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/lexer_test.go38.37 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/lexer.go19.40 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/keysparsing_test.go2.07 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/keysparsing.go2.44 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/go.mod45.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/fuzz.go472.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/doc_test.go3.46 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/doc.go789.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomltestgen/main.go4.58 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomltestgen0.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomll/main.go2.36 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomll0.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson/main_test.go2.05 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson/main.go1.55 KB
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/tomljson0.00 B
/usr/share/gocode/src/github.com/pelletier/go-toml/cmd/jsontoml/main_test.go2.05 KB
Component of
Page:
<<< 51 through 100 of 204 >>>
Buildroot descending sort Created State
f40-build-737168-106717 2023-11-08 01:04:41 expired
f40-build-737165-106717 2023-11-08 00:38:34 expired
f40-build-737161-106717 2023-11-08 00:09:21 expired
f40-build-737159-106717 2023-11-07 23:56:16 expired
f40-build-737148-106715 2023-11-07 22:48:24 expired
f40-build-737144-106713 2023-11-07 22:15:44 expired
f40-build-737143-106713 2023-11-07 21:55:57 expired
f40-build-737141-106709 2023-11-07 21:13:52 expired
f40-build-737117-106713 2023-11-07 20:25:46 expired
f40-build-737111-106713 2023-11-07 20:23:21 expired
f40-build-737103-106711 2023-11-07 20:13:02 expired
f40-build-737099-106709 2023-11-07 20:09:54 expired
f40-build-737094-106709 2023-11-07 20:04:09 expired
f40-build-737091-106705 2023-11-07 19:59:50 expired
f40-build-737088-106705 2023-11-07 19:56:33 expired
f40-build-737087-106705 2023-11-07 19:55:46 expired
f40-build-737082-106705 2023-11-07 19:49:19 expired
f40-build-737080-106705 2023-11-07 19:47:48 expired
f40-build-737078-106705 2023-11-07 19:46:36 expired
f40-build-737077-106705 2023-11-07 19:46:21 expired
f40-build-737076-106705 2023-11-07 19:44:02 expired
f40-build-737066-106701 2023-11-07 19:33:36 expired
f40-build-737057-106701 2023-11-07 19:24:28 expired
f40-build-737056-106701 2023-11-07 19:23:48 expired
f40-build-737051-106701 2023-11-07 19:19:01 expired
f40-build-737049-106701 2023-11-07 19:16:57 expired
f40-build-737047-106701 2023-11-07 19:15:40 expired
f40-build-737039-106697 2023-11-07 19:06:25 expired
f40-build-737038-106697 2023-11-07 19:05:38 expired
f40-build-737035-106697 2023-11-07 18:57:05 expired
f40-build-737032-106697 2023-11-07 18:52:43 expired
f40-build-737030-106695 2023-11-07 18:51:41 expired
f40-build-737029-106695 2023-11-07 18:51:05 expired
f40-build-737028-106695 2023-11-07 18:47:22 expired
f40-build-737027-106693 2023-11-07 18:47:22 expired
f40-build-737021-106693 2023-11-07 18:44:19 expired
f40-build-737019-106693 2023-11-07 18:42:22 expired
f40-build-737016-106691 2023-11-07 18:38:44 expired
f40-build-736994-106687 2023-11-07 18:19:44 expired
f40-build-736984-106677 2023-11-07 18:12:32 expired
f40-build-736967-106665 2023-11-07 17:55:01 expired
f40-build-736966-106665 2023-11-07 17:54:48 expired
f40-build-736961-106665 2023-11-07 17:49:48 expired
f40-build-736959-106665 2023-11-07 17:48:25 expired
f40-build-736958-106665 2023-11-07 17:46:32 expired
f40-build-736954-106665 2023-11-07 17:43:51 expired
f40-build-736943-106665 2023-11-07 17:35:32 expired
f40-build-736940-106665 2023-11-07 17:32:41 expired
f40-build-736930-106665 2023-11-07 17:23:35 expired
f40-build-736925-106665 2023-11-07 17:20:18 expired