diff --git a/toml/toml-0.1.0.json b/toml/toml-0.1.0.json new file mode 100644 index 0000000..166f17d --- /dev/null +++ b/toml/toml-0.1.0.json @@ -0,0 +1,20 @@ +{ + "package": "opts", + "author": "noch", + "license": "GPL-3", + "version": "0.1.0", + "remote": { + "type": "git", + "path": "https://github.com/norayr/toml", + "tag": "0.1.0" + }, + "dependencies": { + "lists": "0.1.0" + }, + "build": [ + { + "command": "voc -s", + "file": "src/toml.Mod" + } + ] +} diff --git a/toml/toml-0.1.0.vipak b/toml/toml-0.1.0.vipak new file mode 100644 index 0000000..2964cc0 --- /dev/null +++ b/toml/toml-0.1.0.vipak @@ -0,0 +1,16 @@ +[PACKAGE] +name = opts +author = noch +license = GPL-3 +version = 0.1.0 + +[REMOTE] +type = git +uri = https://github.com/norayr/toml +tag = 0.1.0 + +[DEPS] +lists = 0.1.0 + +[BUILD] +run = "voc -s src/toml.Mod"