base-stdenv
Package info
-
Homepage
gitlab.com/clean-and-itasks/base/stdenv -
Latest version
2.1.1, 1 year, 10 months ago -
Maintainer
Camil Staps -
License
BSD-2-Clause
Description
The StdEnv library.
Readme
stdenv
This is the repository of the Clean StdEnv library. This library contains many high-frequency functions.
This is a fork of the upstream version and is used to publish a package to https://clean-lang.org. This version also includes documentation. Periodically changes from upstream are released in a new version here. The fork matches the upstream in API and behaviour, and only differs in documentation and things like CI configuration.
StdEnv is released in the base-stdenv
package. This package should normally
not be used directly; instead, you should use base
.
See the documentation in base if you intend to make a merge request for this repository.
Maintainer & license
This fork is maintained by Camil Staps. The upstream is maintained by John van Groningen.
For license details, see the LICENSE file.
Changelog
Changelog
v2.1.1
- Fix: change system modules to definition modules.
v2.1.0
- Feature: add support for
{..:}
arrays.
v2.0.0
- Enhancement: add dedicated
_ARRAY_
descriptors for unboxed arrays ofInt
,Real
,Bool
, 32-bitInt
, and 32-bitReal
, to save space. Add_ARRAY_R_
descriptor for unboxed arrays of records.
v1.0
First tagged version.
Versions
-
2.1.1 latest 1 year, 10 months ago
Targets: linux-x64; linux-x86; windows-x64.
-
2.1.0 2 years ago
Targets: linux-x64; linux-x86; windows-x64.
-
2.0.0 latest 2.0 2 years ago
Targets: linux-x64; linux-x86; windows-x64.
-
1.0.1 latest 1.0 1 year, 10 months ago
Targets: linux-x64; linux-x86; windows-x64.
-
1.0.0 2 years ago
Targets: linux-x64; linux-x86; windows-x64.