rescript-lang / std

Light weight runtime for ReScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⛔️ 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.

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).

It shares the same version schema with ReScript compiler.

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

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

Contributing

See the CONTRIBUTING.md.

About

Light weight runtime for ReScript

License:Other


Languages

Language:JavaScript 100.0%