base-stdenv


Package info
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 [TOP Software Technology][]. The upstream is maintained by John van Groningen. For license details, see the [LICENSE](/LICENSE) file. The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Radboud University Nijmegen. [base]: https://gitlab.com/clean-and-itasks/base/base [TOP Software Technology]: https://top-software.nl [Clean]: https://clean-lang.org [upstream]: https://gitlab.science.ru.nl/clean-compiler-and-rts/stdenv
Changelog
# Changelog #### v2.1.2 - Enhancement: The sources pass the linter. #### 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 of `Int`, `Real`, `Bool`, 32-bit `Int`, and 32-bit `Real`, to save space. Add `_ARRAY_R_` descriptor for unboxed arrays of records. ## v1.0 First tagged version.
Versions