An open API service indexing awesome lists of open source software.

https://github.com/rescript-lang/std

Light weight runtime for ReScript
https://github.com/rescript-lang/std

Last synced: 7 months ago
JSON representation

Light weight runtime for ReScript

Awesome Lists containing this project

README

          

# ⛔️ DEPRECATED Standalone ReScript runtime package (@rescript/std)

**This repo is obsolete. The npm package @rescript/std is now built and published automatically as part of the CI process for the [ReScript compiler repo](https://github.com/rescript-lang/rescript-compiler).**

The motivation for this repo is that when ReScript users want to share their library with JS users, the JS users don't need have ReScript toolchain installed, this makes sharing code with JS users easier (more details on that topic can be found in our [External Stdlib Docs](https://rescript-lang.org/docs/manual/latest/build-external-stdlib)).

It shares the same version schema with ReScript compiler.

When you use this library, the config would be adding such things in bsconfig.json

```json
"external-stdlib" : "@rescript/std"
```

## Contributing

See the [CONTRIBUTING.md](CONTRIBUTING.md).