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

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"