@hackage html5-entity0.2.0.2
A library for looking up and validating HTML5 entities.
Categories
License
BSD-3-Clause
Maintainer
konstantin@anche.no
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
- base >=4.5 && <4.8
- containers
- text Show all…
Dependents (2)
@hackage/acme-everything, @hackage/comark-parser
Package Flags
generator
(off by default)
Build generation executable 'html5-entity-generate'
HTML5-entity
A library for looking up and validating HTML5 entities. The following document is used as an authoritative source of the valid entity names and their corresponding codepoints.
You can think of the library as about bindings to the data in that file.
For usage see documentation on Hackage