mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-07-09 19:13:31 +00:00
toml
This commit is contained in:
parent
138cc765c0
commit
1ee8edc6c9
2 changed files with 36 additions and 0 deletions
20
toml/toml-0.1.0.json
Normal file
20
toml/toml-0.1.0.json
Normal 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
16
toml/toml-0.1.0.vipak
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue