mirror of
https://github.com/logos-storage/nim-stew-versioned.git
synced 2026-01-02 13:43:12 +00:00
10 lines
531 B
Nim
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" |