2026-05-05 20:53:35 +05:30
|
|
|
|
2025-12-17 16:34:06 +01:00
|
|
|
version = "0.1.1"
|
2023-11-17 09:43:43 +01:00
|
|
|
author = "Balazs Komuves"
|
|
|
|
|
description = "Groth16 proof system"
|
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
|
|
|
|
|
|
skipDirs = @["groth16/example"]
|
|
|
|
|
binDir = "build"
|
2024-01-18 13:04:26 +01:00
|
|
|
namedBin = {"cli/cli_main": "nim-groth16"}.toTable()
|
2026-01-16 11:50:33 +01:00
|
|
|
installExt = @["nim"]
|
2023-11-17 09:43:43 +01:00
|
|
|
|
2026-04-23 17:29:31 +02:00
|
|
|
requires "nim >= 2.2.0"
|
2026-01-15 19:09:23 +01:00
|
|
|
requires "https://github.com/status-im/nim-taskpools >= 0.0.5"
|
2026-04-23 17:29:31 +02:00
|
|
|
requires "https://github.com/mratsim/constantine"
|
|
|
|
|
# requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"
|