mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
Code is written, nothing works
This commit is contained in:
parent
7a05c9b3e8
commit
344c0f0aa7
10 changed files with 176 additions and 42 deletions
15
httpServer/dep1/1.0.0/VersionFile.json
Normal file
15
httpServer/dep1/1.0.0/VersionFile.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
'Package': 'Package-name',
|
||||
'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': {
|
||||
}
|
||||
}
|
||||
16
httpServer/dep2/1.0.0/VersionFile.json
Normal file
16
httpServer/dep2/1.0.0/VersionFile.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
'Package': 'Package-name',
|
||||
'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'
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue