https://github.com/bryphe/ocaml-attach-console-repro
Repro case for print_endline crash on Windows after attaching console
https://github.com/bryphe/ocaml-attach-console-repro
Last synced: about 2 months ago
JSON representation
Repro case for print_endline crash on Windows after attaching console
- Host: GitHub
- URL: https://github.com/bryphe/ocaml-attach-console-repro
- Owner: bryphe
- Created: 2020-01-18T20:34:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T21:03:12.000Z (over 6 years ago)
- Last Synced: 2026-01-02T12:35:43.398Z (5 months ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-ocaml
[](https://ci.appveyor.com/project/esy/hello-ocaml/branch/master)
[](https://travis-ci.org/esy-ocaml/hello-ocaml)
A project which demonstrates an OCaml workflow with [Esy][].
[Esy]: https://github.com/esy-ocaml/esy
[npm]: https://www.npmjs.com
## Usage
You need Esy, you can install the beta using [npm][]:
% npm install -g esy
Then you can install the project dependencies using:
% esy install
Then build the project dependencies along with the project itself:
% esy build
Now you can run your editor within the environment (which also includes merlin):
% esy $EDITOR
% esy vim
After you make some changes to source code, you can re-run project's build
using:
% esy build
And test compiled executable:
% esy ./_build/default/bin/hello.exe
Shell into environment:
% esy shell