unicode-data-security: Unicode security mechanisms database

[ apache, data, library, text, unicode ] [ Propose Tags ]

unicode-data-security provides Haskell APIs to access the Unicode security mechanisms database.

The Haskell data structures are generated programmatically from the database. The latest Unicode version supported by this library is 15.0.0.


[Skip to Readme]

Modules

[Index] [Quick Jump]

  • Unicode
    • Char
    • Internal
      • Char
        • Security
          • Unicode.Internal.Char.Security.Confusables
          • Unicode.Internal.Char.Security.IdentifierStatus
          • Unicode.Internal.Char.Security.IdentifierType
          • Unicode.Internal.Char.Security.IntentionalConfusables

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0
Change log Changelog.md
Dependencies base (>=4.7 && <4.19), unicode-data (>=0.4 && <0.5) [details]
License Apache-2.0
Copyright 2022 Composewell Technologies and Contributors
Author Composewell Technologies and Contributors
Maintainer dev@wismill.eu
Revised Revision 1 made by wismill at 2023-01-17T16:18:16Z
Category Data, Text, Unicode
Home page http://github.com/composewell/unicode-data
Bug tracker https://github.com/composewell/unicode-data/issues
Source repo head: git clone https://github.com/composewell/unicode-data
Uploaded by wismill at 2022-10-13T04:55:00Z
Distributions
Downloads 99 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for unicode-data-security-0.2.0

[back to package description]

README

unicode-data-security provides Haskell APIs to efficiently access the Unicode security mechanisms database.

The Haskell data structures are generated programmatically from the Unicode character database (UCD) files. The latest Unicode version supported by this library is 15.0.0.

Please see the Haddock documentation for reference documentation.

Licensing

unicode-data-security is an open source project available under a liberal Apache-2.0 license.

Contributing

As an open project we welcome contributions.