nim-stew-versioned/stew_versioned.nimble
Eric ce101c0cac
v1.0.0
Points to nim-stew#a6e198132097fb544d04959aeb3b839e1408f942
2024-11-27 19:40:12 +11:00

10 lines
531 B
Nim

# corresponds to what the dependent package version SHOULD BE, following the
# [semver spec](http://semver.org/) [with initial release at
# 1.0.0](https://docs.npmjs.com/about-semantic-versioning#incrementing-semantic-versions-in-published-packages).
version = "1.0.0"
author = "Status Research & Development GmbH"
description = "Backports, standard library candidates and small utilities that don't yet deserve their own repository"
license = "MIT"
requires "nim >= 1.6.0"
requires "stew#a6e198132097fb544d04959aeb3b839e1408f942"