This repository contains a module moonbitlang/x
, which is an experimental
library consisting of multiple packages that are subject to frequent changes or are
not yet mature. These packages are initially placed here for testing and development.
As packages become stable and depending on the actual situation and community feedback, they may be merged into the standard library moonbitlang/core.
To use a package from this repository, add module moonbitlang/x
to
dependencies by command
moon add moonbitlang/x
And import any packages in your moon.pkg.json
file. for example:
{
"import": [
"moonbitlang/x/json5"
]
}
Please note that the packages in this repository may change frequently.
We welcome contributions! If you find a bug or have a suggestion, please open an issue. If you'd like to contribute code, please check the contribution guide.