aboutsummaryrefslogtreecommitdiff
path: root/clpm.json
diff options
context:
space:
mode:
authorCamil Staps2017-02-07 19:10:34 +0100
committerCamil Staps2017-02-07 19:10:34 +0100
commitf43db4cbbf9bbcde928daa49ce3fac96be1fa822 (patch)
tree32ba6071a9b407cdf9fd92b2be748a01391b8c66 /clpm.json
parentMake main module optional (diff)
Improved installation
Diffstat (limited to 'clpm.json')
-rw-r--r--clpm.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/clpm.json b/clpm.json
index 4517fa2..74f4f1d 100644
--- a/clpm.json
+++ b/clpm.json
@@ -6,16 +6,14 @@
"url": "https://github.com/camilstaps/clpm",
"main": "clpm",
"paths": [
- "$CLEAN_HOME/lib/clean-platform/OS-Linux-64",
- "$CLEAN_HOME/lib/clean-platform/OS-Linux",
- "$CLEAN_HOME/lib/clean-platform/OS-Posix",
- "$CLEAN_HOME/lib/clean-platform/OS-Independent",
- "$CLEAN_HOME/lib/clean-platform/OS-Independent/Deprecated/StdLib",
- "$CLEAN_HOME/lib/Generics",
"$CLEAN_HOME/lib/TCPIP"
],
"options": {
"show_result": false,
- "show_time": false
- }
+ "show_time": false,
+ "heap_size": 10000
+ },
+ "depends": [
+ "clean-platform:~0.?.?"
+ ]
}