10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
+
+
-
-
+
+
+
+
+
+
+
+
+
|
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: $
#
###############################################################################
#
# TODO: Set this to your list of API keys.
#
# set ::pkgr_api_keys [list 0000000000000000000000000000000000000000]
variable strictUnknownLanguage false
#
# TODO: When this setting is non-zero, only packages matching the current
# language will be handled via its custom [package unknown] handler.
# This is almost always what is actually wanted, hence non-zero is
# the default value. This setting can be set to zero in order to
# help with testing.
#
# variable strictUnknownLanguage false
variable verboseGetUrl true
variable verboseUnknownResult true
variable verboseUriDownload true
|