Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michaelsbradleyjr/achan

Asynchronous channels for Nim
https://github.com/michaelsbradleyjr/achan

Last synced: about 2 months ago
JSON representation

Asynchronous channels for Nim

Awesome Lists containing this project

README

        

# achan

[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Stability: experimental](https://img.shields.io/badge/Stability-experimental-orange.svg)](#stability)
[![Builds (GitHub Actions)](https://github.com/michaelsbradleyjr/achan/actions/workflows/builds.yml/badge.svg?branch=master)](https://github.com/michaelsbradleyjr/achan/actions?query=workflow%3ABuilds+branch%3Amaster)

Asynchronous channels for [Nim](https://nim-lang.org).

## Installation

Add `achan` to a project's [`.nimble`](https://github.com/nim-lang/nimble#readme) file

```nim
requires "https://github.com/michaelsbradleyjr/achan#head"
```

:construction: These instructions will be revised once changes in [`master`](https://github.com/michaelsbradleyjr/achan/tree/master) are included in a tagged version and the package has been published in the [Nim packages](https://github.com/nim-lang/packages#readme) directory.

[choosenim](https://github.com/dom96/choosenim#readme) is a convenient way to install the Nim compiler and tools, if you don't have them installed already.

## Stability

This package is currently experimental. Until it is marked as stable, it may be subject to breaking changes across patch and minor versions.

## License

achan is licensed and distributed under either of

* Apache License, Version 2.0: [LICENSE-APACHEv2](LICENSE-APACHEv2) or [https://opensource.org/licenses/Apache-2.0](https://opensource.org/licenses/Apache-2.0)
* MIT License: [LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)

at your option. The contents of this repository may not be copied, modified, or distributed except according to those terms.