blob: d71fe4ed11133055b07206ba68649aa3f42a629b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
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.1], [uniname/uniname])
Makefile.am:
if LIBUNISTRING_COMPILE_UNINAME_UNINAME
lib_SOURCES += uniname/uniname.c
endif
Include:
"uniname.h"
License:
LGPLv3+ or GPLv2+
Maintainer:
all
|