Skip to content

moonbitlang/x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoonBit Experimental

Coverage Status

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.

Usage

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.

Contributing

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.

About

experimental packages for moonbitlang/core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published