Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esy/esy
package.json workflow for native development with Reason/OCaml
https://github.com/esy/esy
Last synced: 2 days ago
JSON representation
package.json workflow for native development with Reason/OCaml
- Host: GitHub
- URL: https://github.com/esy/esy
- Owner: esy
- License: other
- Created: 2017-10-16T08:34:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T05:12:33.000Z (14 days ago)
- Last Synced: 2024-10-31T06:18:23.364Z (14 days ago)
- Language: Reason
- Homepage: http://esy.sh
- Size: 13.1 MB
- Stars: 845
- Watchers: 18
- Forks: 93
- Open Issues: 312
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - esy
README
# esy
`package.json` workflow for native development with Reason/OCaml
[![Build Status](https://dev.azure.com/esy-dev/esy/_apis/build/status/build)](https://dev.azure.com/esy-dev/esy/_build/latest?definitionId=1)
Esy is a package manager for Reason and OCaml centered around the [NPM] workflow. Reason/OCaml are compiled languages and it can be daunting for developers to setup tools and develop a workflow that is intuitive and well documented. Developing apps that are natively compiled are also hard to reproduce and often require additional tooling. Esy tries address these, by offering a familiar `package.json` centered workflow and light-weight sandboxing.
- [Repository structure](#repository-structure)
- [Workflow](#workflow)
- [Testing Locally](#testing-locally)
- [Running Tests](#running-tests)
- [Branches](#branches)
- [Issues](#issues)
- [Publishing Releases](#publishing-releases)## Installation
Esy is available on NPM.
```sh
npm i -g esy
```## Documentation
You can find the Esy documentation [on the website](https://esy.sh/). You can also find them under the [docs folder](./docs) of the source tree.
## Contributing
Please refer the documents in [docs/contributing](./docs/contributing). You'll find instructions for building the source, CI setup, release process, esy internal concepts and other documentation to help you get started hacking on esy. You can also find them on the website [under the contributing section](https://esy.sh/docs/contributing/building-from-source)
## Issues
Issues are tracked at [esy/esy][].
## History and motivation
See [`package.json` for compilers](https://github.com/jordwalke/PackageJsonForCompilers)
## Maintenance and Sponsorship
This project was originally authored by [Andrey Popp](https://github.com/andreypopp), and is currently maintained by [ManasJayanth](https://github.com/ManasJayanth). The project is currently not funded and could benefit from generous sponsorships.
[esy/esy]: https://github.com/esy/esy
[NPM]: https://npmjs.org
[esy.sh]: http://esy.sh