dependency tree gets populated.

This commit is contained in:
Norayr Chilingarian 2020-06-09 17:57:59 +04:00
parent 289c154f46
commit d8a2a9ddac
19 changed files with 229 additions and 707 deletions

View file

@ -13,6 +13,9 @@ CONST
confTreeVal* = defTreeVal;
defTypVal* = confTypGitVal;
pkgTypKey* = "Package";
depTypKey* = "Dependencies";
packageFileName* = "VersionFile.json";
host* = "localhost";
port* = "80";
@ -27,4 +30,6 @@ TYPE
typ* : SHORTINT
END;
END vpkSettings.