From 366512d77c0051c81353b5e1119cd7df3a4734b2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 5 Feb 2017 23:25:46 +0100 Subject: Start with repository and dependency resolution --- clpm.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'clpm.json') 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, -- cgit v1.2.3