argenv
Package info
-
Homepage
gitlab.com/clean-and-itasks/argenv -
Latest version
1.0.3, 1 year, 1 month ago -
Maintainer
TOP Software Technology -
License
BSD-2-Clause
Description
Library for command line arguments and environment variables.
Readme
# argenv
ArgEnv is a small library to access environment variables and command line
arguments. It is deprecated in favour of `System.Environment` and
`System.CommandLine` in [platform](https://clean-lang.org/pkg/platform).
This is a delayed mirror of the [upstream][] version and is only used to
publish the package. Periodically changes from upstream are released in a new
version here.
## Maintainer & license
This project is maintained by [TOP Software][].
For license details, see the [LICENSE](/LICENSE) file.
[TOP Software]: https://top-software.nl
[upstream]: https://gitlab.science.ru.nl/clean-and-itasks/clean-libraries
Changelog
#### 1.0.3
- Fix: remove dependency on `base` to avoid circular dependency in `base-compiler`.
#### 1.0.2
- Chore: Allow base-rts ^3.0, `base-stdenv` ^3.0 and base ^2.0 to support compiler ^3.0.
#### 1.0.1
- Chore: allow `base-stdenv` 2.0.
## 1.0.0
- First tagged version.
Versions
-
1.0.3 latest 1 year, 1 month ago
Dependencies: base-rts ^1.0.0 || ^2.0.0 || ^3.0.0; base-stdenv ^1.0.0 || ^2.0.0 || ^3.0.0.
Targets: linux-x64; linux-x86; windows-x64.
-
1.0.2 1 year, 1 month ago
Dependencies: base ^1.0.0 || ^2.0.0; base-rts ^1.0.0 || ^2.0.0 || ^3.0.0; base-stdenv ^1.0.0 || ^2.0.0 || ^3.0.0.
Targets: linux-x64; linux-x86; windows-x64.
-
1.0.1 2 years ago
Dependencies: base-rts ^1.0.0 || ^2.0.0; base-stdenv ^1.0.0 || ^2.0.0.
Targets: linux-x64; linux-x86; windows-x64.
-
1.0.0 2 years ago
Dependencies: base-rts ^1.0.0 || ^2.0.0; base-stdenv ^1.0.0.
Targets: linux-x64; linux-x86; windows-x64.