          MODULE=libuninameslist
         VERSION=20240910
          SOURCE=$MODULE-dist-$VERSION.tar.gz
      SOURCE_URL=https://github.com/fontforge/libuninameslist/releases/download/$VERSION/
      SOURCE_VFY=sha256:e59aab324ca0a3a713fe85c09a56c40c680a8458438d90624597920b3ef0be26
        WEB_SITE=https://github.com/fontforge/libuninameslist/
         ENTERED=20190813
         UPDATED=20241223
           SHORT="A Library of Unicode names and annotation data"

cat << EOF
In Nameslist.txt the Unicode consortium provides a file containing annotations
on many unicode characters. This library contains a compiled version of this
file so that programs can access this data quickly and easily.
ListeDesNoms.txt is a seperate file which is translated from Nameslist.txt,
These libraries contain very large (sparse) arrays with one entry for each
unicode code point (U+0000–U+10FFFF). Each entry contains two strings, a name
and an annotation. Either or both may be NULL. Both libraries also contain a
(much smaller) list of all the Unicode blocks.
EOF
