NaturalSort: Natural sorting for strings
Deprecated.
A library for sorting strings "naturally", i.e. taking numerical values into account when comparing textual inputs.
E.g., "1" < "10", and "10 bottles of beer" < "100 bottles of beer".
[Skip to Readme]
Versions [faq] | 0.2.1 |
---|---|
Dependencies | base (>=3 && <5), bytestring (>=0.9 && <1), QuickCheck (>=2.1 && <3), strict (==0.3.*) [details] |
License | BSD-3-Clause |
Copyright | (c) Joachim Fasting 2008-2010 |
Author | |
Maintainer | Joachim Fasting <joachim.fasting@gmail.com> |
Category | Text |
Home page | http://github.com/joachifm/natsort |
Source repo | head: git clone git://github.com/joachifm/natsort.git |
Uploaded | by JoachimFasting at 2010-04-05T01:35:36Z |
Distributions | NixOS:0.2.1 |
Executables | test, nsort |
Downloads | 1113 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Flags
Name | Description | Default | Type |
---|---|---|---|
base3 | Use base version 3 | Disabled | Automatic |
driver | Build driver program | Disabled | Automatic |
no-lib | Do not build the library (just the driver) | Disabled | Automatic |
test | Build test driver | Disabled | Automatic |
coverage | Build with code coverage | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- NaturalSort-0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)