getopt
Package info
-
Homepage
gitlab.com/clean-and-itasks/libraries/getopt -
Latest version
1.0.2, 7 months ago -
Maintainer
TOP Software Technology -
License
BSD-2-Clause
Description
This library provides a Clean implementation of getopt, a command line argument parser.
Readme
# getopt
This library provides a Clean implementation of getopt, a command line argument parser.
## Licence
The package is licensed under the BSD-2-Clause license; for details, see the
[LICENSE](/LICENSE) file.
Some modules were ported from Haskell and they are provided the compatible
Haskell's 3-clause BSD license (see [LICENSE.BSD3](LICENCE.BSD3)).
- System.GetOpt
Changelog
# Changelog
#### 1.0.2
- Chore: accept `base` `3.0`.
#### 1.0.1
- Chore: allow text ^2.
## 1.0.0
- Initial version, import modules from clean platform v0.3.38 and destill all
getopt modules.
Versions
-
1.0.2 latest 7 months ago
Dependencies: base ^2.0.0 || ^3.0.0; category-theory ^1.0.0; text ^1.0.0 || ^2.0.0.
Targets: any-any.
-
1.0.1 1 year, 1 month ago
Dependencies: base ^2.0.0; category-theory ^1.0.0; text ^1.0.0 || ^2.0.0.
Targets: any-any.
-
1.0.0 1 year, 3 months ago
Dependencies: base ^2.0.0; category-theory ^1.0.0; text ^1.0.0.
Targets: any-any.