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

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.

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
```