bigints, rand_bigints 0.2.0 (#1819)

This commit is contained in:
César Sagaert
2026-03-06 18:18:39 +01:00
committed by GitHub
parent 85f9e9b747
commit 4688d7b529
2 changed files with 72 additions and 0 deletions
@@ -0,0 +1,22 @@
name = "rand_bigints"
description = "Random big integer generation"
version = "0.2.0"
authors = ["César SAGAERT"]
maintainers = ["César SAGAERT <sagaert@adacore.com>"]
maintainers-logins = ["AldanTanneo"]
licenses = "MIT"
website = "https://github.com/AldanTanneo/bigints"
tags = ["random", "bigint", "ada2022"]
[build-switches]
"*".ada_version = "Ada2022"
[[depends-on]]
rand_core = "0.1.0"
bigints = "0.2.0"
[origin]
url = "git+https://github.com/AldanTanneo/bigints.git"
commit = "414589c10e5dec87aebf9cfe8fda675a047d45b1"
subdir = "rand_bigints"