Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michaelsbradleyjr/achan
- Owner: michaelsbradleyjr
- License: other
- Created: 2023-12-20T16:16:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-19T16:06:22.000Z (8 months ago)
- Last Synced: 2024-10-16T11:26:27.754Z (3 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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.