# SPDX-License-Identifier: CC0-1.0 language = 'Whitespace' display = 'Whitespace (whitespacers 1.3.0)' license = [ { name = 'MPL-2.0', url = 'https://github.com/CensoredUsername/whitespace-rs/blob/master/LICENSE' }, ] filename = 'Main.ws' install = ''' sudo apt-get update sudo apt-get install -y --no-install-recommends rustup git rustup install stable cd /tmp cargo install --git https://github.com/CensoredUsername/whitespace-rs --rev 5e496ec sudo cp $HOME/.cargo/bin/wsc /usr/local/bin rm -fr $HOME/.cargo $HOME/.rustup ''' compile = ''' wsc --dump Main.dump Main.ws ''' object = 'Main.dump' execution = [ 'wsc', 'Main.ws', ]