Files
Nim/tools/atlas/tests/sync.nimble
Andreas Rumpf 664dbb6bfb atlas tool: testing via mocking (#18588)
* atlas: refactoring
* Atlas: do some basic testing via mocking
2021-07-26 18:00:03 +02:00

11 lines
169 B
Nim

# Package
version = "1.4.0"
author = "Antonis Geralis"
description = "Useful synchronization primitives."
license = "MIT"
# Deps
requires "nim >= 1.0.0"