mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
10 lines
170 B
TOML
10 lines
170 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
tar = "https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libgmp",
|
|
"libmpfr",
|
|
]
|