Difference between revisions of "Libuninum"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=libuninum |Short description=Convert between integers and numeric strings in various number systems |Full description=libuninum is a library for converting Unicode ...")
 
(New version)
Line 3: Line 3:
 
|Short description=Convert between integers and numeric strings in various number systems
 
|Short description=Convert between integers and numeric strings in various number systems
 
|Full description=libuninum is a library for converting Unicode strings to integers and integers to Unicode strings. Internal computation is done using arbitrary precision arithmetic, so there is no limit on the size of the integer that can be converted. Values are passed and returned as ASCII decimal strings, GNU MP mpz_t objects, or unsigned long integers. Auto-detection of the number system is provided. Group delimitation for output strings is fully controllable. Virtually all known number systems are supported.
 
|Full description=libuninum is a library for converting Unicode strings to integers and integers to Unicode strings. Internal computation is done using arbitrary precision arithmetic, so there is no limit on the size of the integer that can be converted. Values are passed and returned as ASCII decimal strings, GNU MP mpz_t objects, or unsigned long integers. Auto-detection of the number system is provided. Group delimitation for output strings is fully controllable. Virtually all known number systems are supported.
 +
|Homepage URL=http://billposer.org/Software/libuninum.html
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://billposer.org/Software/libuninum.html
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
 
|Documentation note=For the library consult the README files and the sample programs in the Examples directory, as well as numconv.c
 
|Documentation note=For the library consult the README files and the sample programs in the Examples directory, as well as numconv.c
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=Unicode,conversion,numbers
 
|Keywords=Unicode,conversion,numbers
|Is GNU=n
+
|Version identifier=2.7
|Last review by=Bill Poser
+
|Version date=2007/12/08
|Last review date=2007-03-20
+
|Version status=stable
 +
|Version download=http://billposer.org/Software/Downloads/libuninum-2.7.tar.bz2
 +
|Version comment=2.7 released on 2007-12-08
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/16
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.8
+
|Status=
|Version date=2007-12-09
+
|Is GNU=No
|Version status=stable
+
|License verified date=2007-03-20
|Version download=http://billposer.org/Software/Downloads/libuninum.tar.gz
+
}}
 +
{{Project license
 +
|License=LGPLv2.1
 +
|License verified by=Deborah Nicholson
 
|License verified date=2007-03-20
 
|License verified date=2007-03-20
|Version comment=2.2.2 released on 2007-03-08
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Bill Poser
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Bill Poser
 
 
|Email=billposer@alum.mit.edu
 
|Email=billposer@alum.mit.edu
 
|Resource URL=
 
|Resource URL=
Line 43: Line 41:
 
|Localization=text-converters
 
|Localization=text-converters
 
|Use=localization
 
|Use=localization
}}
 
{{Project license
 
|License=LGPLv2.1
 
|License verified by=Deborah Nicholson
 
|License verified date=2007-03-20
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 53: Line 46:
 
|Prerequisite description=GMP (http://www.swox.com/gmp/)
 
|Prerequisite description=GMP (http://www.swox.com/gmp/)
 
}}
 
}}
 +
{{Featured}}

Revision as of 16:08, 16 February 2017


[edit]

libuninum

http://billposer.org/Software/libuninum.html
Convert between integers and numeric strings in various number systems

libuninum is a library for converting Unicode strings to integers and integers to Unicode strings. Internal computation is done using arbitrary precision arithmetic, so there is no limit on the size of the integer that can be converted. Values are passed and returned as ASCII decimal strings, GNU MP mpz_t objects, or unsigned long integers. Auto-detection of the number system is provided. Group delimitation for output strings is fully controllable. Virtually all known number systems are supported.





Licensing

License

Verified by

Verified on

Notes

License

LGPLv2.1

Verified by

Deborah Nicholson

Verified on

20 March 2007




Leaders and contributors

Contact(s)Role
Bill Poser Maintainer


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/libuninum
SupportE-mailmailto:billposer@alum.mit.edu


Software prerequisites

KindDescription
Required to useGMP (http://www.swox.com/gmp/)




Entry




















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.