Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[build]
type = "autotools"
[build.flags]
configure = ["--disable-static"]
[dependencies]
runtime = [
"glibc",
"gmp",
]
test = [ "valgrind" ]
[package]
description = "low-level cryptographic library that is designed to fit easily in many contexts"
homepage = "https://www.gnu.org/software/nettle/"
license = "LGPL-3.0-or-later OR GPL-2.0-or-later"
name = "nettle"
version = "4.0"
[[source]]
extract_dir = "$name-$version"
sha256 = "3addbc00da01846b232fb3bc453538ea5468da43033f21bb345cb1e9073f5094"
url = "https://mirrors.kernel.org/gnu/nettle/nettle-$version.tar.gz"