Repository for NewGRF Meta Language
NML is a python-based compiler, capable of compiling NML (NewGRF Meta Language) files (along with their associated language, sound and graphic files) into grf and/or nfo files (which can serve as datafiles for the OpenTTD or TTDPatch games).
If you want to install this repository, please import its key first:
curl https://packages.pages.tworem.nl/openttd/nml/archive.gpg | sudo apt-key add -
Then install the repository using the following command:
echo "deb https://packages.pages.tworem.nl/openttd/nml $(lsb_release -s -c) main" | sudo tee -a /etc/apt/sources.list.d/heliumnet_nml.list
Do not forget to update your package lists afterwards:
sudo apt update
Additional resources