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

https://github.com/Dean177/reason-standard

An easy-to-use, comprehensive, and safe standard library enhancement for Reason and OCaml.
https://github.com/Dean177/reason-standard

Last synced: 8 months ago
JSON representation

An easy-to-use, comprehensive, and safe standard library enhancement for Reason and OCaml.

Awesome Lists containing this project

README

          

# Standard

[![CircleCI](https://circleci.com/gh/Dean177/reason-standard.svg?style=shield)](https://circleci.com/gh/Dean177/reason-standard)
[![Npm](https://badge.fury.io/js/reason-standard.svg)](https://www.npmjs.com/package/reason-standard)
[![Opam](https://img.shields.io/badge/opam_package-0.1.0--alpha.1-brightgreen)](https://opam.ocaml.org/packages/reason-standard)

> A portable standard library enhancement for Reason and OCaml.

Standard provides an easy-to-use, comprehensive and safe standard library, that has the same API for the OCaml and Bucklescript compilers.

> ⚠️ **Deprecated** ⚠️
>
> Standard has now been merged into [Tablecloth](github.com/darklang/tablecloth) no further updates will be made to this project
>
> In most cases switching will be as easy as updating your dependencies and changing `open Standard` to `open Tablecloth` as, apart from some naming changes, all of the features of Standard are now available in Tablecloth.
>

## Documentation

Head to the [documentation site](https://reason-standard.netlify.com)

## Contributing

Want to help with the development of Standard?

There is plenty to do, [check out the guidelines](docs/contributing.md)

## Developing

To get set up for developing standard, [follow the instructions here](docs/developing.md)

## License

Standard uses the [MIT](./LICENSE) license.