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.
- Host: GitHub
- URL: https://github.com/Dean177/reason-standard
- Owner: Dean177
- License: mit
- Created: 2020-01-25T11:11:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T19:43:26.000Z (about 3 years ago)
- Last Synced: 2024-11-10T01:23:16.652Z (about 1 year ago)
- Language: OCaml
- Homepage: https://reason-standard.netlify.com
- Size: 4.96 MB
- Stars: 52
- Watchers: 2
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - reason-standard - to-use, comprehensive, and safe standard library enhancement for Reason and OCaml. | Dean177 | 53 | (OCaml)
README
# Standard
[](https://circleci.com/gh/Dean177/reason-standard)
[](https://www.npmjs.com/package/reason-standard)
[](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.