mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
dependency tree gets populated.
This commit is contained in:
parent
289c154f46
commit
d8a2a9ddac
19 changed files with 229 additions and 707 deletions
11
src/vpkInstaller.Mod
Normal file
11
src/vpkInstaller.Mod
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
MODULE vpkInstaller;
|
||||
IMPORT StringList, vpkResolver;
|
||||
|
||||
PROCEDURE install*(VAR unit: ARRAY OF CHAR);
|
||||
BEGIN
|
||||
vpkResolver.resolve(unit);
|
||||
|
||||
END install;
|
||||
|
||||
|
||||
END vpkInstaller.
|
||||
Loading…
Add table
Add a link
Reference in a new issue