diff options
author | Camil Staps | 2017-02-05 23:25:46 +0100 |
---|---|---|
committer | Camil Staps | 2017-02-05 23:25:46 +0100 |
commit | 366512d77c0051c81353b5e1119cd7df3a4734b2 (patch) | |
tree | 00f7b3336cfb6bfbda30045971c5b67028015f0e /clpm.json | |
parent | Working make command (diff) |
Start with repository and dependency resolution
Diffstat (limited to 'clpm.json')
-rw-r--r-- | clpm.json | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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, |