mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
'Package': 'dep2',
|
|
'Author': 'Author Name',
|
|
'License':'License name',
|
|
'Version': '1.0.0',
|
|
'Remote': 'vishap.oberon.com',
|
|
'Port': '80',
|
|
'Files': {
|
|
'0': 'File1.Mod',
|
|
'1': 'File2.Mod',
|
|
'2': 'MakeFile'
|
|
},
|
|
'Dependencies': {
|
|
'dep1': '1.0.0'
|
|
}
|
|
}
|