# @rescript/std

> The motiviation of 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 [Ex

Latest version **11.1.4** (published 2024-09-10) · SEE LICENSE IN LICENSE license · 0 weekly downloads

## Install

```sh
npm install @rescript/std
pnpm add @rescript/std
yarn add @rescript/std
bun add @rescript/std
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 11.1.4 |
| Published | 2024-09-10 |
| First published | 2021-01-30 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Hongbo Zhang |
| Maintainers | _zth, cristianoc, cknittel, ryyppy, chenglou, hongbo_zhang |
| Keywords | rescript, stdlib, functional programming |

## Links

- npm: https://www.npmjs.com/package/@rescript/std
- Homepage: http://rescript-lang.org
- Issues: https://github.com/rescript-compiler/issues
- npm.io page: https://npm.io/package/@rescript/std

## Recent versions

- 11.1.4 (latest) — 2024-09-10
- 12.0.0-beta.7 (next) — 2025-08-22
- 12.0.0-beta.6 — 2025-08-15
- 12.0.0-beta.5 — 2025-08-08
- 12.0.0-beta.4 — 2025-07-31
- 12.0.0-beta.3 — 2025-07-25
- 12.0.0-beta.2 — 2025-07-18
- 12.0.0-beta.1 — 2025-07-11
- 12.0.0-alpha.15 — 2025-07-09
- 12.0.0-alpha.14 — 2025-06-17
- 12.0.0-alpha.13 — 2025-05-20
- 12.0.0-alpha.12 — 2025-04-15
- 12.0.0-alpha.11 — 2025-04-01
- 12.0.0-alpha.10 — 2025-03-25
- 11.2.0-beta.2 — 2025-03-07
- … 71 more at https://npm.io/package/@rescript/std/versions

## README

# A light weight runtime for ReScript.

The motiviation of 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).

---
_Source: https://npm.io/package/@rescript/std · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
