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