summaryrefslogtreecommitdiffstats
path: root/libraries/gumbo-parser/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gumbo-parser/README')
-rw-r--r--libraries/gumbo-parser/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/gumbo-parser/README b/libraries/gumbo-parser/README
new file mode 100644
index 0000000000..db1f271bd5
--- /dev/null
+++ b/libraries/gumbo-parser/README
@@ -0,0 +1,5 @@
+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.