mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
Development on Google's GitHub repository has stopped a long time ago. A fork exists on Codeberg, and multiple distributions (Fedora, Arch Linux, ...) are already using it (see [1]). Update the source URL to use the new upstream location. The new upstream has a different hash for the 0.10.1 tarball, so update it as well. [1]: https://repology.org/project/gumbo-parser/versions Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
408 B
Plaintext
11 lines
408 B
Plaintext
config BR2_PACKAGE_GUMBO_PARSER
|
|
bool "gumbo-parser"
|
|
help
|
|
Gumbo is an implementation of the HTML5 parsing algorithm
|
|
implemented as a pure C99 library with no outside
|
|
dependencies. It's designed to serve as a building block for
|
|
other tools and libraries such as linters, validators,
|
|
templating languages, and refactoring and analysis tools.
|
|
|
|
https://codeberg.org/gumbo-parser/gumbo-parser/
|