Lindenii Project Forge
Login

hare-ev

Temporary fork of hare-ev for... reasons

Warning: Due to various recent migrations, viewing non-HEAD refs may be broken.

/README.md (raw)

# ev

This package provides an event loop for Hare programs. This is a future
candidate for being merged into the Hare standard library.

## Installation

### From your distribution

The recommended name for this package is "hare-ev". Look for this, or
something similar, in your local package manager. This is the preferred way to
install this package.

### System-wide installation

```
make install
```

### Vendoring

```
git subtree -P vendor/hare-ev/ add https://git.sr.ht/~sircmpwn/hare-ev master
```

## Examples

See cmd/*