12 lines
356 B
TOML
12 lines
356 B
TOML
description = "The GNU Multiple Precision Arithmetic Library"
|
|
name = "libgmp"
|
|
licenses = "LGPL-3.0-only"
|
|
maintainers = ["derodat@adacore.com", "chouteau@adacore.com"]
|
|
maintainers-logins = ["pmderodat", "Fabien-Chouteau"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libgmp-dev"]
|
|
msys2 = ["mingw-w64-x86_64-gmp"]
|