Araq / malebolgia

Malebolgia creates new spawns. Structured concurrency. Thread pools and related APIs.
MIT License
104 stars 10 forks source link

malebolgia.nimble #24

Open Moaneschien opened 11 months ago

Moaneschien commented 11 months ago

All four releases have the same malebolgia.nimble with the same version number. According to the nimble docs it should have been named package.nimble. When installing nimble nags about the structure not being right.

# Package

version       = "0.1.0"
author        = "Araq"
description   = "Malebolgia creates new spawns. Experiments with thread pools and related APIs."
license       = "MIT"
srcDir        = "src"

# Dependencies

requires "nim >= 1.9.3"