This commit is contained in:
Norayr Chilingarian 2026-04-09 02:51:17 +04:00
parent 138cc765c0
commit 1ee8edc6c9
2 changed files with 36 additions and 0 deletions

20
toml/toml-0.1.0.json Normal file
View file

@ -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"
}
]
}

16
toml/toml-0.1.0.vipak Normal file
View file

@ -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"