1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/libuninum/libuninum.desc
3 [COPY] Copyright (C) 2007 - 2021 The T2 SDE Project
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] A library for converting strings to numbers
14 [T] Libuninum is a library for converting Unicode strings to numbers. Internal
15 [T] computation is done using arbitrary precision arithmetic, so there is
16 [T] no limit on the size of the integer that can be converted. The value is
17 [T] returned as an ASCII decimal string, a GNU MP object, or an unsigned
18 [T] long integer. Auto-detection of the number system is provided. The
19 [T] number systems supported include Arabic, Armenian, Balinese, Bengali,
20 [T] Burmese, Chinese, Cyrillic, Devanagari, Egyptian, Ethiopic, Glagolitic,
21 [T] Greek, Gujarati, Gurmukhi, Hebrew, Kannada, Khmer, Klingon, Lao, Limbu,
22 [T] Malayalam, Mongolian, New Tai Lue, Nko, Old Italic, Old Persian, Oriya,
23 [T] Osmanya, Perso-Arabic, Phoenician, Roman Numerals, Tamil, Telugu, Tengwar,
24 [T] Thai, and Tibetan.
26 [U] http://billposer.org/Software/libuninum.html
28 [A] Bill Poser <billposer@alum.mit.edu>
29 [M] The T2 Project <t2@t2-project.org>
37 [P] X -----5---9 201.000
39 [O] atstage native || hook_add preconf 5 "echo 'ac_cv_func_malloc_0_nonnull=yes' >> config.cache"
41 [D] 5882073fdcd66998a849f358dfa46d57ccbd5401772cbe3d760544ba libuninum-2.7.tar.bz2 http://billposer.org/Software/Downloads/