https://github.com/kuy/lecho
Local Echo program written in OCaml with Core and Async.
https://github.com/kuy/lecho
async core echo example ocaml
Last synced: 11 months ago
JSON representation
Local Echo program written in OCaml with Core and Async.
- Host: GitHub
- URL: https://github.com/kuy/lecho
- Owner: kuy
- Created: 2017-03-04T09:11:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-04T09:12:57.000Z (almost 9 years ago)
- Last Synced: 2025-01-09T16:57:22.881Z (about 1 year ago)
- Topics: async, core, echo, example, ocaml
- Language: OCaml
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## lecho
Local Echo program written in OCaml with Core and Async.
### Requirements
* [Core](https://opam.ocaml.org/packages/core/)
* [Async](https://opam.ocaml.org/packages/async/)
Do OPAM install before building the code.
### Build
```
$ corebuild -pkg async lecho.native
```
### Run
```
$ ./lecho.native
```