[[intros]]
template = "This is part {p} of {t}. Please wait for the remaining parts (if any) before taking any action"
firstonly = false
[[intros]]
template = "The REMOTE files are the mumu code that is a dependancy of of mumu-math. The LOCAL files are what we have on the local machine"
firstonly = true
[[items]]
type = "remote"
description = "This is the mumu code that is a dependancy of mumu-math"
remote = "git@gitlab.com:tofo/mumu.git"
remote_groups = ["core"]
groups = ["all"]
[[items]]
type = "singlefile"
path = "LICENSE"
groups = ["legal"]
[[items]]
type = "singlefile"
path = "NOTICE"
groups = ["legal"]
[[items]]
type = "singlefile"
path = "README.md"
groups = ["docs"]
[[items]]
type = "singlefile"
path = "Cargo.toml"
groups = ["core"]
[[items]]
type = "singlefile"
path = "Makefile"
groups = ["core"]
[[items]]
explain = "Compiled plugin for functions related to math in the Lava Mumu language "
type = "recursive"
path = "src/"
extension = "rs"
groups = ["core"]