Sat, 06 Jul 2024 18:43:37 UTC | login

Information for build golang-mvdan-editorconfig-0.2.0-1.fc33

ID194811
Package Namegolang-mvdan-editorconfig
Version0.2.0
Release1.fc33
Epoch
SummaryEditorConfig support in Go
Description A small package to parse and use EditorConfig files. Currently passes all of the official test cases. Note that an official library exists for Go. This alternative implementation started with a different design: - Specialised INI parser, for full compatibility with the spec - Ability to cache parsing files and compiling pattern matches - Storing and querying all properties equally - Minimising pointers and maps to store data
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 24 Apr 2021 05:19:03 UTC
CompletedSat, 24 Apr 2021 05:19:03 UTC
Tags
f33
f37
f38
RPMs
src
golang-mvdan-editorconfig-0.2.0-1.fc33.src.rpm (info) (download)
noarch
golang-mvdan-editorconfig-devel-0.2.0-1.fc33.noarch.rpm (info) (download)
Changelog * Sun Apr 04 2021 Davide Cavalca <dcavalca@fedoraproject.org> - 0.2.0-1 - Initial package