aboutsummaryrefslogtreecommitdiff
path: root/clpm.json
diff options
context:
space:
mode:
Diffstat (limited to 'clpm.json')
-rw-r--r--clpm.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/clpm.json b/clpm.json
index 0232dbc..4517fa2 100644
--- a/clpm.json
+++ b/clpm.json
@@ -1,5 +1,6 @@
{
"name": "CLPM",
+ "version": [0,1,0],
"desc": "Clean Package Manger",
"author": "Camil Staps",
"url": "https://github.com/camilstaps/clpm",
@@ -9,7 +10,9 @@
"$CLEAN_HOME/lib/clean-platform/OS-Linux",
"$CLEAN_HOME/lib/clean-platform/OS-Posix",
"$CLEAN_HOME/lib/clean-platform/OS-Independent",
- "$CLEAN_HOME/lib/Generics"
+ "$CLEAN_HOME/lib/clean-platform/OS-Independent/Deprecated/StdLib",
+ "$CLEAN_HOME/lib/Generics",
+ "$CLEAN_HOME/lib/TCPIP"
],
"options": {
"show_result": false,