Description:
Association between Unicode characters and their names.

Files:
lib/uniname/gen-uninames.lisp
lib/uniname/uninames.h
lib/uniname/uniname.c

Depends-on:
uniname/base
attribute
memcmp
stdbool
c99

configure.ac:
gl_LIBUNISTRING_MODULE([1.2], [uniname/uniname])

Makefile.am:
if LIBUNISTRING_COMPILE_UNINAME_UNINAME
# Note: Compilation of this file takes a long time with gcc ≥ 11 and option
# -fanalyzer. See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110112>.
# The best workaround is to install GNU libunistring first, and use module
# 'libunistring-optional' in your package.
# An alternative workaround would be to pass the option -fno-analyzer, using
# the technique from
# https://www.gnu.org/software/automake/manual/html_node/Per_002dObject-Flags.html
lib_SOURCES += uniname/uniname.c
endif

Include:
"uniname.h"

License:
LGPLv3+ or GPLv2+

Maintainer:
all
