html5-entity: A library for looking up and validating HTML5 entities.

[ bsd3, library, text ] [ Propose Tags ]

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 this library as about bindings to the data from that file. For usage see the Text.Html5.Entity module.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
generator

Build generation executable 'html5-entity-generate'

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.2, 0.2.0.3
Dependencies aeson, base (>=4.0 && <5.0), bytestring, containers, haskell-src, text, unordered-containers [details]
License BSD-3-Clause
Copyright (c) Konstantin Zudov, 2015
Author Konstantin Zudov
Maintainer konstantin@anche.no
Category Text
Home page https://github.com/zudov/html5-entity/
Bug tracker https://github.com/zudov/html5-entity/issues/
Uploaded by zudov at 2015-04-10T15:47:43Z
Distributions NixOS:0.2.0.3
Reverse Dependencies 2 direct, 1 indirect [details]
Executables html5-entity-generate
Downloads 3409 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-10 [all 1 reports]

Readme for html5-entity-0.2.0.3

[back to package description]

HTML5-entity

A library for looking up and validating HTML5 entities.

Travis build Hackage

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