diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-01-13 16:18:10 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-13 21:35:08 +0100 |
commit | 82f3124522a579d2fa75f9021a16f8494fc7bf25 (patch) | |
tree | 546f2d0f14afdff24c44c49aa268eba9ee694f7f /package/python-html5lib/Config.in | |
parent | 8d49d853f5c882c7d9c3c30e61c82265ee26e9e1 (diff) | |
download | buildroot-82f3124522a579d2fa75f9021a16f8494fc7bf25.tar.gz buildroot-82f3124522a579d2fa75f9021a16f8494fc7bf25.zip |
python-html5lib: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-html5lib/Config.in')
-rw-r--r-- | package/python-html5lib/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-html5lib/Config.in b/package/python-html5lib/Config.in new file mode 100644 index 0000000000..c3e9f2a859 --- /dev/null +++ b/package/python-html5lib/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PYTHON_HTML5LIB + bool "python-html5lib" + help + HTML parser based on the WHATWG HTML specification. + + https://github.com/html5lib/html5lib-python |