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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.2, 0.2.0.3, 0.2.0.3
Change log None available
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:45:58Z

Modules

[Index]

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


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