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
- Host: GitHub
- URL: https://github.com/rescript-lang/std
- Owner: rescript-lang
- License: other
- Archived: true
- Created: 2021-01-30T04:01:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T05:30:33.000Z (over 2 years ago)
- Last Synced: 2024-08-04T01:26:49.788Z (over 1 year ago)
- Language: JavaScript
- Size: 618 KB
- Stars: 15
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- awesome-list - std - lang | 12 | (JavaScript)
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).