https://github.com/lucretia/uca
Unicode Components for Ada
https://github.com/lucretia/uca
ada ada2012 unicode utf-8
Last synced: 2 months ago
JSON representation
Unicode Components for Ada
- Host: GitHub
- URL: https://github.com/lucretia/uca
- Owner: Lucretia
- License: mpl-2.0
- Created: 2020-02-09T19:04:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T10:56:48.000Z (about 4 years ago)
- Last Synced: 2024-12-26T20:25:16.876Z (4 months ago)
- Topics: ada, ada2012, unicode, utf-8
- Language: Ada
- Size: 33.2 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UCA - Unicode Components for Ada
This is an Ada 2012 library that implements [Unicode v12.1.0](https://www.unicode.org/versions/latest).
UCA is split up into components that can be linked only if required, the base library provides support for definite
string types, everything else is built on top of this. The libraries try to match the Ada standard for the other string
types.# Building
## GNAT
```bash
$ cd build/gnat
$ make
```# Dependencies
Ada 2012 compiler.
## Tested with
FSF GNAT 9.2.0
## [Current version](http://www.semver.org)
v0.0.10
# Copyright
Copyright (C) 2020, Luke A. Guest
# Licence
MPL 2.0