From 1ee8edc6c9c27fae1d523ee03b98e18749392d15 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Thu, 9 Apr 2026 02:51:17 +0400 Subject: [PATCH] toml --- toml/toml-0.1.0.json | 20 ++++++++++++++++++++ toml/toml-0.1.0.vipak | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 toml/toml-0.1.0.json create mode 100644 toml/toml-0.1.0.vipak 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"