|
root / devel / gmp / package.toml
package.toml TOML 29 lines 687 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# GMP - GNU Multiple Precision Arithmetic Library
# https://gmplib.org/

[package]
name = "gmp"
version = "6.3.0"
release = 1
description = "GNU Multiple Precision Arithmetic Library"
url = "https://gmplib.org/"
license = "LGPL-3.0-or-later OR GPL-2.0-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "gmp-6.3.0.tar.xz"
urls = [
    "https://ftpmirror.gnu.org/gmp/gmp-6.3.0.tar.xz",
    "https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz",
    "https://mirrors.kernel.org/gnu/gmp/gmp-6.3.0.tar.xz"
]
checksum = "a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898"

[build]
parallel = true