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 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: libuninum
Priority: extra
Maintainer: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libgmp3-dev
Standards-Version: 3.7.3
Section: libs
Homepage: http://billposer.org/Software/libuninum.html
Package: libuninum-dev
Section: libdevel
Architecture: any
Depends: libuninum5 (>= ${binary:Version})
Description: development files for Libuninum library
Libuninum is a library for converting Unicode strings to numbers and numbers to
Unicode strings. Standard functions like strtoul, strtod, and sprintf do
this for numbers written in the usual Western number system using the
Indo-Arabic numerals, but they do not handle other number systems.
.
Libuninum can handle them properly.
.
This package contains files needed if you wish to use the libstatgrab
library in your own programs.
Package: libuninum5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: library for handling numbers as Unicode strings
Libuninum is a library for converting Unicode strings to numbers and numbers to
Unicode strings. Standard functions like strtoul, strtod, and sprintf do
this for numbers written in the usual Western number system using the
Indo-Arabic numerals, but they do not handle other number systems.
.
Libuninum can handle them properly.
Package: numconv
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: utility for conversion numbers as Unicode strings
numconv is an utility handling number system conversions and provides
a convenient way to delimit numbers generated by other programs without
delimitation or with delimitation inappropriate for the locale.
|