nim-stint-versioned/stint_versioned.nimble
Eric 09033bc865
v1.0.0
Points to nim-stint#5c5e01cef089a261474b7abfe246b37447aaa8ed
2024-11-27 19:22:50 +11:00

11 lines
478 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 = "Efficient stack-based multiprecision int in Nim"
license = "MIT"
requires "nim >= 1.6.0"
requires "stint#5c5e01cef089a261474b7abfe246b37447aaa8ed"