requirements ( builder -- xml )


Vocabulary
webapps.mason.utils

Inputs
builderan object


Outputs
xmlan object


Definition


: requirements ( builder -- xml )
os>> {
{ "windows" "Windows 10, Windows 11, or newer" }
{ "macosx" "macOS 11 (Big Sur) or newer" }
{
"linux"
"Ubuntu Linux 20.04 or newer (other distributions may also work)"
}
} at 1 nenum T{ xml-chunk
{ seq
V{
""
T{ tag { name ~name~ } { children ~vector~ } }
""
}
}
} interpolate-xml ;