mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
12 lines
207 B
TOML
12 lines
207 B
TOML
#TODO compilation error
|
|
[source]
|
|
tar = "https://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.0.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"openssl1",
|
|
"zlib",
|
|
"libyaml",
|
|
"libffi",
|
|
]
|