MNghia commited on
Commit
f44e3ca
·
verified ·
1 Parent(s): 9302a7a

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. bin/freetype-config +211 -0
  2. bin/get_gprof +75 -0
  3. bin/gif2rgb +0 -0
  4. bin/gif2webp +0 -0
  5. bin/gifbuild +0 -0
  6. bin/gifclrmp +0 -0
  7. bin/giffix +0 -0
  8. bin/giftext +0 -0
  9. bin/giftool +0 -0
  10. bin/google-oauthlib-tool +8 -0
  11. bin/iconv +0 -0
  12. bin/idle3 +5 -0
  13. bin/idle3.10 +5 -0
  14. bin/idn2 +0 -0
  15. bin/lzgrep +300 -0
  16. bin/ncursesw6-config +331 -0
  17. bin/nettle-hash +0 -0
  18. bin/nettle-lfib-stream +0 -0
  19. bin/nettle-pbkdf2 +0 -0
  20. bin/normalizer +10 -0
  21. bin/open3d +8 -0
  22. bin/tiff2bw +0 -0
  23. bin/tiff2fsspec +8 -0
  24. bin/tiff2ps +0 -0
  25. bin/tiff2rgba +0 -0
  26. bin/tiffcmp +0 -0
  27. compiler_compat/README +2 -0
  28. conda-meta/_libgcc_mutex-0.1-main.json +29 -0
  29. conda-meta/_openmp_mutex-5.1-1_gnu.json +43 -0
  30. conda-meta/prompt-toolkit-3.0.51-pyha770c72_0.json +0 -0
  31. conda-meta/psutil-5.9.1-py310h5764c6d_0.json +579 -0
  32. conda-meta/pthread-stubs-0.3-h0ce48e5_1.json +43 -0
  33. conda-meta/ptyprocess-0.7.0-pyhd8ed1ab_1.json +143 -0
  34. conda-meta/pure_eval-0.2.3-pyhd8ed1ab_1.json +172 -0
  35. conda-meta/pygments-2.19.2-pyhd8ed1ab_0.json +0 -0
  36. conda-meta/pysocks-1.7.1-py310h06a4308_0.json +129 -0
  37. conda-meta/python-3.10.18-h1a3bd86_0.json +0 -0
  38. conda-meta/python_abi-3.10-2_cp310.json +33 -0
  39. conda-meta/wcwidth-0.2.13-pyhd8ed1ab_1.json +185 -0
  40. conda-meta/wheel-0.45.1-py310h06a4308_0.json +563 -0
  41. conda-meta/xorg-libx11-1.8.12-h9b100fa_1.json +1762 -0
  42. conda-meta/xorg-libxau-1.0.12-h9b100fa_0.json +73 -0
  43. conda-meta/xorg-libxdmcp-1.1.5-h9b100fa_0.json +73 -0
  44. conda-meta/xorg-xorgproto-2024.1-h5eee18b_1.json +1929 -0
  45. conda-meta/xz-5.6.4-h5eee18b_1.json +1720 -0
  46. conda-meta/yaml-0.2.5-h7b6447c_0.json +81 -0
  47. conda-meta/zeromq-4.3.5-h6a678d5_0.json +669 -0
  48. conda-meta/zipp-3.23.0-pyhd8ed1ab_0.json +190 -0
  49. conda-meta/zlib-1.2.13-h5eee18b_1.json +89 -0
  50. conda-meta/zstd-1.5.6-hc292b87_0.json +216 -0
bin/freetype-config ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #! /bin/sh
2
+ #
3
+ # Copyright (C) 2000-2024 by
4
+ # David Turner, Robert Wilhelm, and Werner Lemberg.
5
+ #
6
+ # This file is part of the FreeType project, and may only be used, modified,
7
+ # and distributed under the terms of the FreeType project license,
8
+ # LICENSE.TXT. By continuing to use, modify, or distribute this file you
9
+ # indicate that you have read the license and understand and accept it
10
+ # fully.
11
+
12
+ LC_ALL=C
13
+ export LC_ALL
14
+
15
+
16
+ # if `pkg-config' is available, use values from `freetype2.pc'
17
+ /croot/freetype_1743636614804/_build_env/bin/pkg-config --atleast-pkgconfig-version 0.24 >/dev/null 2>&1
18
+ if test $? -eq 0 ; then
19
+ # note that option `--variable' is not affected by the
20
+ # PKG_CONFIG_SYSROOT_DIR environment variable
21
+ if test "x$SYSROOT" != "x" ; then
22
+ PKG_CONFIG_SYSROOT_DIR="$SYSROOT"
23
+ export PKG_CONFIG_SYSROOT_DIR
24
+ fi
25
+
26
+ prefix=`/croot/freetype_1743636614804/_build_env/bin/pkg-config --variable prefix freetype2`
27
+ exec_prefix=`/croot/freetype_1743636614804/_build_env/bin/pkg-config --variable exec_prefix freetype2`
28
+
29
+ includedir=`/croot/freetype_1743636614804/_build_env/bin/pkg-config --variable includedir freetype2`
30
+ libdir=`/croot/freetype_1743636614804/_build_env/bin/pkg-config --variable libdir freetype2`
31
+
32
+ version=`/croot/freetype_1743636614804/_build_env/bin/pkg-config --modversion freetype2`
33
+
34
+ cflags=`/croot/freetype_1743636614804/_build_env/bin/pkg-config --cflags freetype2`
35
+ dynamic_libs=`/croot/freetype_1743636614804/_build_env/bin/pkg-config --libs freetype2`
36
+ static_libs=`/croot/freetype_1743636614804/_build_env/bin/pkg-config --static --libs freetype2`
37
+ else
38
+ prefix="/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe"
39
+ exec_prefix="/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe"
40
+
41
+ includedir="/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/include"
42
+ libdir="/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/lib"
43
+
44
+ version=26.2.20
45
+
46
+ cflags="-I${SYSROOT}$includedir/freetype2"
47
+ dynamic_libs="-lfreetype"
48
+ static_libs="-lfreetype -L/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/lib -lz -L/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/lib -lpng16 -lm -lz -lm -lz"
49
+ if test "${SYSROOT}$libdir" != "/usr/lib" &&
50
+ test "${SYSROOT}$libdir" != "/usr/lib64" ; then
51
+ libs_L="-L${SYSROOT}$libdir"
52
+ fi
53
+ fi
54
+
55
+ orig_prefix=$prefix
56
+ orig_exec_prefix=$exec_prefix
57
+
58
+ orig_includedir=$includedir
59
+ orig_libdir=$libdir
60
+
61
+ include_suffix=`echo $includedir | sed "s|$prefix||"`
62
+ lib_suffix=`echo $libdir | sed "s|$exec_prefix||"`
63
+
64
+
65
+ usage()
66
+ {
67
+ cat <<EOF
68
+ Usage: freetype-config [OPTION]...
69
+ Get FreeType compilation and linking information.
70
+
71
+ Options:
72
+ --prefix display \`--prefix' value used for building the
73
+ FreeType library
74
+ --prefix=PREFIX override \`--prefix' value with PREFIX
75
+ --exec-prefix display \`--exec-prefix' value used for building
76
+ the FreeType library
77
+ --exec-prefix=EPREFIX override \`--exec-prefix' value with EPREFIX
78
+ --version display libtool version of the FreeType library
79
+ --ftversion display FreeType version number
80
+ --libs display flags for linking with the FreeType library
81
+ --libtool display library name for linking with libtool
82
+ --cflags display flags for compiling with the FreeType
83
+ library
84
+ --static make command line options display flags
85
+ for static linking
86
+ --help display this help and exit
87
+ EOF
88
+ exit $1
89
+ }
90
+
91
+
92
+ if test $# -eq 0 ; then
93
+ usage 1 1>&2
94
+ fi
95
+
96
+
97
+ while test $# -gt 0 ; do
98
+ case "$1" in
99
+ -*=*)
100
+ optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'`
101
+ ;;
102
+ *)
103
+ optarg=
104
+ ;;
105
+ esac
106
+
107
+ case $1 in
108
+ --prefix=*)
109
+ prefix=$optarg
110
+ local_prefix=yes
111
+ ;;
112
+ --prefix)
113
+ echo_prefix=yes
114
+ ;;
115
+ --exec-prefix=*)
116
+ exec_prefix=$optarg
117
+ exec_prefix_set=yes
118
+ local_prefix=yes
119
+ ;;
120
+ --exec-prefix)
121
+ echo_exec_prefix=yes
122
+ ;;
123
+ --version)
124
+ echo_version=yes
125
+ break
126
+ ;;
127
+ --ftversion)
128
+ echo_ft_version=yes
129
+ ;;
130
+ --cflags)
131
+ echo_cflags=yes
132
+ ;;
133
+ --libs)
134
+ echo_libs=yes
135
+ ;;
136
+ --libtool)
137
+ echo_libtool=yes
138
+ ;;
139
+ --static)
140
+ show_static=yes
141
+ ;;
142
+ --help)
143
+ usage 0
144
+ ;;
145
+ *)
146
+ usage 1 1>&2
147
+ ;;
148
+ esac
149
+ shift
150
+ done
151
+
152
+
153
+ if test "$local_prefix" = "yes" ; then
154
+ if test "$exec_prefix_set" != "yes" ; then
155
+ exec_prefix=$prefix
156
+ fi
157
+ fi
158
+
159
+ if test "$local_prefix" = "yes" ; then
160
+ includedir=${prefix}${include_suffix}
161
+ if test "$exec_prefix_set" = "yes" ; then
162
+ libdir=${exec_prefix}${lib_suffix}
163
+ else
164
+ libdir=${prefix}${lib_suffix}
165
+ fi
166
+ fi
167
+
168
+
169
+ if test "$echo_version" = "yes" ; then
170
+ echo $version
171
+ fi
172
+
173
+ if test "$echo_prefix" = "yes" ; then
174
+ echo ${SYSROOT}$prefix
175
+ fi
176
+
177
+ if test "$echo_exec_prefix" = "yes" ; then
178
+ echo ${SYSROOT}$exec_prefix
179
+ fi
180
+
181
+ if test "$echo_ft_version" = "yes" ; then
182
+ major=`grep define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
183
+ | grep FREETYPE_MAJOR \
184
+ | sed 's/.*[ ]\([0-9][0-9]*\).*/\1/'`
185
+ minor=`grep define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
186
+ | grep FREETYPE_MINOR \
187
+ | sed 's/.*[ ]\([0-9][0-9]*\).*/\1/'`
188
+ patch=`grep define ${SYSROOT}$includedir/freetype2/freetype/freetype.h \
189
+ | grep FREETYPE_PATCH \
190
+ | sed 's/.*[ ]\([0-9][0-9]*\).*/\1/'`
191
+ echo $major.$minor.$patch
192
+ fi
193
+
194
+ if test "$echo_cflags" = "yes" ; then
195
+ echo $cflags | sed "s|$orig_includedir/freetype2|$includedir/freetype2|"
196
+ fi
197
+
198
+ if test "$echo_libs" = "yes" ; then
199
+ if test "$show_static" = "yes" ; then
200
+ libs="$libs_L $static_libs"
201
+ else
202
+ libs="$libs_L $dynamic_libs"
203
+ fi
204
+ echo $libs | sed "s|$orig_libdir|$libdir|"
205
+ fi
206
+
207
+ if test "$echo_libtool" = "yes" ; then
208
+ echo ${SYSROOT}$libdir/libfreetype.la
209
+ fi
210
+
211
+ # EOF
bin/get_gprof ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/bin/python3.10
2
+ #
3
+ # Author: Mike McKerns (mmckerns @caltech and @uqfoundation)
4
+ # Copyright (c) 2008-2016 California Institute of Technology.
5
+ # Copyright (c) 2016-2025 The Uncertainty Quantification Foundation.
6
+ # License: 3-clause BSD. The full license text is available at:
7
+ # - https://github.com/uqfoundation/dill/blob/master/LICENSE
8
+ '''
9
+ build profile graph for the given instance
10
+
11
+ running:
12
+ $ get_gprof <args> <instance>
13
+
14
+ executes:
15
+ gprof2dot -f pstats <args> <type>.prof | dot -Tpng -o <type>.call.png
16
+
17
+ where:
18
+ <args> are arguments for gprof2dot, such as "-n 5 -e 5"
19
+ <instance> is code to create the instance to profile
20
+ <type> is the class of the instance (i.e. type(instance))
21
+
22
+ For example:
23
+ $ get_gprof -n 5 -e 1 "import numpy; numpy.array([1,2])"
24
+
25
+ will create 'ndarray.call.png' with the profile graph for numpy.array([1,2]),
26
+ where '-n 5' eliminates nodes below 5% threshold, similarly '-e 1' eliminates
27
+ edges below 1% threshold
28
+ '''
29
+
30
+ if __name__ == "__main__":
31
+ import sys
32
+ if len(sys.argv) < 2:
33
+ print ("Please provide an object instance (e.g. 'import math; math.pi')")
34
+ sys.exit()
35
+ # grab args for gprof2dot
36
+ args = sys.argv[1:-1]
37
+ args = ' '.join(args)
38
+ # last arg builds the object
39
+ obj = sys.argv[-1]
40
+ obj = obj.split(';')
41
+ # multi-line prep for generating an instance
42
+ for line in obj[:-1]:
43
+ exec(line)
44
+ # one-line generation of an instance
45
+ try:
46
+ obj = eval(obj[-1])
47
+ except Exception:
48
+ print ("Error processing object instance")
49
+ sys.exit()
50
+
51
+ # get object 'name'
52
+ objtype = type(obj)
53
+ name = getattr(objtype, '__name__', getattr(objtype, '__class__', objtype))
54
+
55
+ # profile dumping an object
56
+ import dill
57
+ import os
58
+ import cProfile
59
+ #name = os.path.splitext(os.path.basename(__file__))[0]
60
+ cProfile.run("dill.dumps(obj)", filename="%s.prof" % name)
61
+ msg = "gprof2dot -f pstats %s %s.prof | dot -Tpng -o %s.call.png" % (args, name, name)
62
+ try:
63
+ res = os.system(msg)
64
+ except Exception:
65
+ print ("Please verify install of 'gprof2dot' to view profile graphs")
66
+ if res:
67
+ print ("Please verify install of 'gprof2dot' to view profile graphs")
68
+
69
+ # get stats
70
+ f_prof = "%s.prof" % name
71
+ import pstats
72
+ stats = pstats.Stats(f_prof, stream=sys.stdout)
73
+ stats.strip_dirs().sort_stats('cumtime')
74
+ stats.print_stats(20) #XXX: save to file instead of print top 20?
75
+ os.remove(f_prof)
bin/gif2rgb ADDED
Binary file (25.8 kB). View file
 
bin/gif2webp ADDED
Binary file (35.4 kB). View file
 
bin/gifbuild ADDED
Binary file (34.4 kB). View file
 
bin/gifclrmp ADDED
Binary file (21.8 kB). View file
 
bin/giffix ADDED
Binary file (21 kB). View file
 
bin/giftext ADDED
Binary file (25.7 kB). View file
 
bin/giftool ADDED
Binary file (21 kB). View file
 
bin/google-oauthlib-tool ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/bin/python3.10
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from google_auth_oauthlib.tool.__main__ import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
bin/iconv ADDED
Binary file (40.3 kB). View file
 
bin/idle3 ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/bin/python3.10
2
+
3
+ from idlelib.pyshell import main
4
+ if __name__ == '__main__':
5
+ main()
bin/idle3.10 ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ #!/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/bin/python3.10
2
+
3
+ from idlelib.pyshell import main
4
+ if __name__ == '__main__':
5
+ main()
bin/idn2 ADDED
Binary file (31.6 kB). View file
 
bin/lzgrep ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ # SPDX-License-Identifier: GPL-2.0-or-later
3
+
4
+ # xzgrep -- a wrapper around a grep program that decompresses files as needed
5
+ # Adapted from a version sent by Charles Levert <charles@comm.polymtl.ca>
6
+
7
+ # Copyright (C) 1998, 2001, 2002, 2006, 2007 Free Software Foundation
8
+ # Copyright (C) 1993 Jean-loup Gailly
9
+
10
+ # Modified for XZ Utils by Andrew Dudman and Lasse Collin.
11
+
12
+ # This program is free software; you can redistribute it and/or modify
13
+ # it under the terms of the GNU General Public License as published by
14
+ # the Free Software Foundation; either version 2 of the License, or
15
+ # (at your option) any later version.
16
+
17
+ # This program is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ # GNU General Public License for more details.
21
+
22
+
23
+ #SET_PATH - This line is a placeholder to ease patching this script.
24
+
25
+ # Instead of unsetting XZ_OPT, just make sure that xz will use file format
26
+ # autodetection. This way memory usage limit and thread limit can be
27
+ # specified via XZ_OPT. With gzip, bzip2, and lzop it's OK to just unset the
28
+ # environment variables.
29
+ xz='xz --format=auto'
30
+ unset GZIP BZIP BZIP2 LZOP
31
+
32
+ case ${0##*/} in
33
+ *egrep*) prog=xzegrep; grep=${GREP:-grep -E};;
34
+ *fgrep*) prog=xzfgrep; grep=${GREP:-grep -F};;
35
+ *) prog=xzgrep; grep=${GREP:-grep};;
36
+ esac
37
+
38
+ version="$prog (XZ Utils) 5.6.4"
39
+
40
+ usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
41
+ Look for instances of PATTERN in the input FILEs, using their
42
+ uncompressed contents if they are compressed.
43
+
44
+ OPTIONs are the same as for '$grep'.
45
+
46
+ Report bugs to <xz@tukaani.org>."
47
+
48
+ # sed script to escape all ' for the shell, and then (to handle trailing
49
+ # newlines correctly) turn trailing X on last line into '.
50
+ escape='
51
+ s/'\''/'\''\\'\'''\''/g
52
+ $s/X$/'\''/
53
+ '
54
+ operands=
55
+ have_pat=0
56
+ files_with_matches=0
57
+ files_without_matches=0
58
+ no_filename=0
59
+ with_filename=0
60
+
61
+ # See if -H and --label options are supported (GNU and *BSDs).
62
+ if test f:x = "$(eval "echo x | $grep -H --label=f x 2> /dev/null")"; then
63
+ grep_supports_label=1
64
+ else
65
+ grep_supports_label=0
66
+ fi
67
+
68
+ while test $# -ne 0; do
69
+ option=$1
70
+ shift
71
+ optarg=
72
+
73
+ case $option in
74
+ (-[0123456789abcdEFGhHiIKlLnoPqrRsTuUvVwxyzZ]*[!0123456789]*)
75
+ # Something like -Fiv was specified, that is, $option contains more
76
+ # than one option of which the first option (in this example -F)
77
+ # doesn't take an argument. Split the first option into a standalone
78
+ # argument and continue parsing the rest of the options (in this example,
79
+ # replace -Fiv with -iv in the argument list and set option=-F).
80
+ #
81
+ # If there are digits [0-9] they are treated as if they were a single
82
+ # option character because this syntax is an alias for -C for GNU grep.
83
+ # For example, "grep -25F" is equivalent to "grep -C25 -F". If only
84
+ # digits are specified like "grep -25" we don't get here because the
85
+ # above pattern in the case-statement doesn't match such strings.
86
+ arg2=-\'$(LC_ALL=C expr "X${option}X" : 'X-.[0-9]*\(.*\)' |
87
+ LC_ALL=C sed "$escape")
88
+ eval "set -- $arg2 "'${1+"$@"}'
89
+ option=$(LC_ALL=C expr "X$option" : 'X\(-.[0-9]*\)');;
90
+ (--binary-*=* | --[lm]a*=* | --reg*=*)
91
+ # These options require an argument and an argument has been provided
92
+ # with the --foo=argument syntax. All is good.
93
+ ;;
94
+ (-[ABCDefmX] | --binary-* | --file | --[lm]a* | --reg*)
95
+ # These options require an argument which should now be in $1.
96
+ # If it isn't, display an error and exit.
97
+ case ${1?"$option option requires an argument"} in
98
+ (*\'*)
99
+ optarg=" '"$(printf '%sX\n' "$1" | LC_ALL=C sed "$escape");;
100
+ (*)
101
+ optarg=" '$1'";;
102
+ esac
103
+ shift;;
104
+ (--)
105
+ break;;
106
+ (-?*)
107
+ ;;
108
+ (*)
109
+ case $option in
110
+ (*\'*)
111
+ operands="$operands '"$(printf '%sX\n' "$option" |
112
+ LC_ALL=C sed "$escape");;
113
+ (*)
114
+ operands="$operands '$option'";;
115
+ esac
116
+ ${POSIXLY_CORRECT+break}
117
+ continue;;
118
+ esac
119
+
120
+ case $option in
121
+ (-[drRzZ] | --di* | --exc* | --inc* | --rec* | --nu*)
122
+ printf >&2 '%s: %s: Option not supported\n' "$0" "$option"
123
+ exit 2;;
124
+ (-[ef]* | --file | --file=* | --reg*)
125
+ have_pat=1;;
126
+ (--h | --he | --hel | --help)
127
+ printf '%s\n' "$usage" || exit 2
128
+ exit;;
129
+ (-H | --wi | --wit | --with | --with- | --with-f | --with-fi \
130
+ | --with-fil | --with-file | --with-filen | --with-filena | --with-filenam \
131
+ | --with-filename)
132
+ with_filename=1
133
+ continue;;
134
+ (-l | --files-with-*)
135
+ files_with_matches=1
136
+ continue;;
137
+ (-L | --files-witho*)
138
+ files_without_matches=1
139
+ continue;;
140
+ (-h | --no-f*)
141
+ no_filename=1;;
142
+ (-V | --v | --ve | --ver | --vers | --versi | --versio | --version)
143
+ printf '%s\n' "$version" || exit 2
144
+ exit;;
145
+ esac
146
+
147
+ case $option in
148
+ (*\'?*)
149
+ option=\'$(printf '%sX\n' "$option" | LC_ALL=C sed "$escape");;
150
+ (*)
151
+ option="'$option'";;
152
+ esac
153
+
154
+ grep="$grep $option$optarg"
155
+ done
156
+
157
+ eval "set -- $operands "'${1+"$@"}'
158
+
159
+ if test $have_pat -eq 0; then
160
+ case ${1?"Missing pattern; try '${0##*/} --help' for help"} in
161
+ (*\'*)
162
+ grep="$grep -e '"$(printf '%sX\n' "$1" | LC_ALL=C sed "$escape");;
163
+ (*)
164
+ grep="$grep -e '$1'";;
165
+ esac
166
+ shift
167
+ fi
168
+
169
+ if test $# -eq 0; then
170
+ set -- -
171
+ fi
172
+
173
+ exec 3>&1
174
+
175
+ # res=1 means that no file matched yet
176
+ res=1
177
+
178
+ for i; do
179
+ case $i in
180
+ *[-.][zZ] | *_z | *[-.]gz | *.t[ag]z) uncompress="gzip -cdf";;
181
+ *[-.]bz2 | *[-.]tbz | *.tbz2) uncompress="bzip2 -cdf";;
182
+ *[-.]lzo | *[-.]tzo) uncompress="lzop -cdf";;
183
+ *[-.]zst | *[-.]tzst) uncompress="zstd -cdfq";; # zstd needs -q.
184
+ *[-.]lz4) uncompress="lz4 -cdf";;
185
+ *) uncompress="$xz -cdfqQ";; # -qQ to ignore warnings like unsupp. check.
186
+ esac
187
+ # xz_status will hold the decompressor's exit status.
188
+ # Exit status of grep (and in rare cases, printf or sed) is
189
+ # available as the exit status of this assignment command.
190
+ xz_status=$(
191
+ exec 5>&1
192
+ ($uncompress -- "$i" 5>&-; echo $? >&5) 3>&- |
193
+ if test $files_with_matches -eq 1; then
194
+ eval "$grep -q" && { printf '%s\n' "$i" || exit 2; }
195
+ elif test $files_without_matches -eq 1; then
196
+ eval "$grep -q" || {
197
+ r=$?
198
+ if test $r -eq 1; then
199
+ printf '%s\n' "$i" || r=2
200
+ fi
201
+ exit $r
202
+ }
203
+ elif test $with_filename -eq 0 &&
204
+ { test $# -eq 1 || test $no_filename -eq 1; }; then
205
+ eval "$grep"
206
+ elif test $grep_supports_label -eq 1; then
207
+ # The grep implementation in use allows us to specify the filename
208
+ # that grep will prefix to the output lines. This is faster and
209
+ # less prone to security bugs than the fallback method that uses sed.
210
+ # This also avoids confusing output with GNU grep >= 3.5 (2020-09-27)
211
+ # which prints "binary file matches" to stderr instead of stdout.
212
+ #
213
+ # If reading from stdin, let grep use whatever name it prefers for
214
+ # stdin. With GNU grep it is a locale-specific translated string.
215
+ if test "x$i" = "x-"; then
216
+ eval "$grep -H"
217
+ else
218
+ eval "$grep -H --label \"\$i\""
219
+ fi
220
+ else
221
+ # Append a colon so that the last character will never be a newline
222
+ # which would otherwise get lost in shell command substitution.
223
+ i="$i:"
224
+
225
+ # Escape & \ | and newlines only if such characters are present
226
+ # (speed optimization).
227
+ case $i in
228
+ (*'
229
+ '* | *'&'* | *'\'* | *'|'*)
230
+ # If sed fails, set i to a known safe string to ensure that
231
+ # failing sed did not create a half-escaped dangerous string.
232
+ i=$(printf '%s\n' "$i" | LC_ALL=C sed 's/[&\|]/\\&/g; $!s/$/\\/') ||
233
+ i='(unknown filename):';;
234
+ esac
235
+
236
+ # $i already ends with a colon so do not add it here.
237
+ sed_script="s|^|$i|"
238
+
239
+ # If grep or sed fails, pick the larger value of the two exit statuses.
240
+ # If sed fails, use at least 2 since we use >= 2 to indicate errors.
241
+ r=$(
242
+ exec 4>&1
243
+ (eval "$grep" 4>&-; echo $? >&4) 3>&- |
244
+ LC_ALL=C sed "$sed_script" >&3 4>&-
245
+ ) || {
246
+ sed_status=$?
247
+ test "$sed_status" -lt 2 && sed_status=2
248
+ test "$r" -lt "$sed_status" && r=$sed_status
249
+ }
250
+ exit $r
251
+ fi >&3 5>&-
252
+ )
253
+ r=$?
254
+
255
+ # If grep or sed or other non-decompression command failed with a signal,
256
+ # exit immediately and ignore the possible remaining files.
257
+ #
258
+ # NOTE: Instead of 128 + signal_number, some shells use
259
+ # 256 + signal_number (ksh) or 384 + signal_number (yash).
260
+ # This is fine for us since their "exit" and "kill -l" commands take
261
+ # this into account. (At least the versions I tried do but there is
262
+ # a report of an old ksh variant whose "exit" truncates the exit status
263
+ # to 8 bits without any special handling for values indicating a signal.)
264
+ test "$r" -ge 128 && exit "$r"
265
+
266
+ if test -z "$xz_status"; then
267
+ # Something unusual happened, for example, we got a signal and
268
+ # the exit status of the decompressor was never echoed and thus
269
+ # $xz_status is empty. Exit immediately and ignore the possible
270
+ # remaining files.
271
+ exit 2
272
+ elif test "$xz_status" -ge 128; then
273
+ # The decompressor died due to a signal. SIGPIPE is ignored since it can
274
+ # occur if grep exits before the whole file has been decompressed (grep -q
275
+ # can do that). If the decompressor died with some other signal, exit
276
+ # immediately and ignore the possible remaining files.
277
+ test "$(kill -l "$xz_status" 2> /dev/null)" != "PIPE" && exit "$xz_status"
278
+ elif test "$xz_status" -gt 0; then
279
+ # Decompression failed but we will continue with the remaining
280
+ # files anyway. Set exit status to at least 2 to indicate an error.
281
+ test "$r" -lt 2 && r=2
282
+ fi
283
+
284
+ # Since res=1 is the initial value, we only need to care about
285
+ # matches (r == 0) and errors (r >= 2) here; r == 1 can be ignored.
286
+ if test "$r" -ge 2; then
287
+ # An error occurred in decompressor, grep, or some other command. Update
288
+ # res unless a larger error code has been seen with an earlier file.
289
+ test "$res" -lt "$r" && res=$r
290
+ elif test "$r" -eq 0; then
291
+ # grep found a match and no errors occurred. Update res if no errors have
292
+ # occurred with earlier files.
293
+ test "$res" -eq 1 && res=0
294
+ fi
295
+ done
296
+
297
+ # 0: At least one file matched and no errors occurred.
298
+ # 1: No matches were found and no errors occurred.
299
+ # >=2: Error. It's unknown if matches were found.
300
+ exit "$res"
bin/ncursesw6-config ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ # $Id: ncurses-config.in,v 1.52 2022/07/26 21:36:28 tom Exp $
3
+ ##############################################################################
4
+ # Copyright 2018-2021,2022 Thomas E. Dickey #
5
+ # Copyright 2006-2015,2017 Free Software Foundation, Inc. #
6
+ # #
7
+ # Permission is hereby granted, free of charge, to any person obtaining a #
8
+ # copy of this software and associated documentation files (the "Software"), #
9
+ # to deal in the Software without restriction, including without limitation #
10
+ # the rights to use, copy, modify, merge, publish, distribute, distribute #
11
+ # with modifications, sublicense, and/or sell copies of the Software, and to #
12
+ # permit persons to whom the Software is furnished to do so, subject to the #
13
+ # following conditions: #
14
+ # #
15
+ # The above copyright notice and this permission notice shall be included in #
16
+ # all copies or substantial portions of the Software. #
17
+ # #
18
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
19
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, #
20
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL #
21
+ # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER #
22
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #
23
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER #
24
+ # DEALINGS IN THE SOFTWARE. #
25
+ # #
26
+ # Except as contained in this notice, the name(s) of the above copyright #
27
+ # holders shall not be used in advertising or otherwise to promote the sale, #
28
+ # use or other dealings in this Software without prior written #
29
+ # authorization. #
30
+ ##############################################################################
31
+ #
32
+ # Author: Thomas E. Dickey, 2006-on
33
+
34
+ LANG=C; export LANG
35
+ LANGUAGE=C; export LANGUAGE
36
+ LC_ALL=C; export LC_ALL
37
+ LC_CTYPE=C; export LC_CTYPE
38
+
39
+ prefix="/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe"
40
+ exec_prefix="${prefix}"
41
+
42
+ bindir="${exec_prefix}/bin"
43
+ includedir="${prefix}/include"
44
+ libdir="${exec_prefix}/lib"
45
+ datarootdir="${prefix}/share"
46
+ datadir="${datarootdir}"
47
+ mandir="${datarootdir}/man"
48
+
49
+ THIS="ncursesw"
50
+ TINFO_LIB="tinfow"
51
+ RPATH_LIST="${libdir}"
52
+
53
+ includesubdir="${prefix}/include/${THIS}"
54
+
55
+ # Ensure that RPATH_LIST contains only absolute pathnames, if it is nonempty.
56
+ # We cannot filter it out within the build-process since the variable is used
57
+ # in some special cases of installation using a relative path.
58
+ if [ -n "$RPATH_LIST" ]
59
+ then
60
+ save_IFS="$IFS"
61
+ IFS=':'
62
+ filtered=
63
+ for item in $RPATH_LIST
64
+ do
65
+ case "$item" in
66
+ ./*|../*|*/..|*/../*)
67
+ ;;
68
+ *)
69
+ [ -n "$filtered" ] && filtered="${filtered}:"
70
+ filtered="${filtered}${item}"
71
+ ;;
72
+ esac
73
+ done
74
+ IFS="$save_IFS"
75
+ # if the result is empty, there is little we can do to fix it
76
+ RPATH_LIST="$filtered"
77
+ fi
78
+
79
+ # with --disable-overwrite, we installed into a subdirectory, but transformed
80
+ # the headers to include like this:
81
+ # <ncursesw/curses.h>
82
+ if [ xno = xno ]; then
83
+ case $includedir in
84
+ $prefix/include/ncursesw)
85
+ includedir=`echo "$includedir" | sed -e 's,/[^/]*$,,'`
86
+ ;;
87
+ esac
88
+ fi
89
+
90
+ LIBS=""
91
+ if [ "tinfo" = "ncurses" ]; then
92
+ LIBS="-l${THIS} $LIBS"
93
+ else
94
+ LIBS="-l${THIS} -l${TINFO_LIB} $LIBS"
95
+ fi
96
+
97
+ # Ignore -L options which do not correspond to an actual directory, or which
98
+ # are standard library directories (i.e., the linker is supposed to search
99
+ # those directories).
100
+ #
101
+ # There is no portable way to find the list of standard library directories.
102
+ # Require a POSIX shell anyway, to keep this simple.
103
+ lib_flags=
104
+ for opt in -L$libdir -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/lib -Wl,-rpath-link,/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/lib -L/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/lib $LIBS
105
+ do
106
+ case $opt in
107
+ -specs*) # ignore linker specs-files which were used to build library
108
+ continue
109
+ ;;
110
+ -Wl,-z,*) # ignore flags used to manipulate shared image
111
+ continue
112
+ ;;
113
+ -Wl,--dynamic-linker*) # ignore ELF interpreter
114
+ continue
115
+ ;;
116
+ -Wl,--as-needed|-Wl,--build-id=*|-Wl,-dT,*|-Wl,-T,*)
117
+ continue
118
+ ;;
119
+ -L*)
120
+ lib_check=`echo "x$opt" | sed -e 's/^.-L//'`
121
+ [ -d "$lib_check" ] || continue
122
+ case "$lib_check" in
123
+ /usr/local/lib64|/lib64|/usr/lib64|/usr/local/lib|/lib|/usr/lib) # skip standard libdir
124
+ if [ "$lib_check" = "$libdir" ]
125
+ then
126
+ lib_first=yes
127
+ IFS_save="$IFS"
128
+ IFS='|'
129
+ LIBDIRS="/usr/local/lib64|/lib64|/usr/lib64|/usr/local/lib|/lib|/usr/lib"
130
+ for lib_check in $LIBDIRS
131
+ do
132
+ if [ -d "$lib_check" ]
133
+ then
134
+ if [ "$lib_check" != "$libdir" ]
135
+ then
136
+ lib_first=no
137
+ fi
138
+ break
139
+ fi
140
+ done
141
+ IFS="$IFS_save"
142
+ [ $lib_first = yes ] && continue
143
+ found=no
144
+ for check in $lib_flags
145
+ do
146
+ if [ "x$check" = "x$opt" ]
147
+ then
148
+ found=yes
149
+ break
150
+ fi
151
+ done
152
+ [ $found = yes ] && continue
153
+ :
154
+ else
155
+ continue
156
+ fi
157
+ ;;
158
+ *)
159
+ found=no
160
+ for check in $lib_flags
161
+ do
162
+ if [ "x$check" = "x$opt" ]
163
+ then
164
+ found=yes
165
+ break
166
+ fi
167
+ done
168
+ [ $found = yes ] && continue
169
+ ;;
170
+ esac
171
+ ;;
172
+ esac
173
+ lib_flags="$lib_flags $opt"
174
+ done
175
+
176
+ [ $# = 0 ] && exec /bin/sh "$0" --error
177
+
178
+ while [ $# -gt 0 ]; do
179
+ case "$1" in
180
+ # basic configuration
181
+ --prefix)
182
+ echo "$prefix"
183
+ ;;
184
+ --exec-prefix)
185
+ echo "$exec_prefix"
186
+ ;;
187
+ # compile/link
188
+ --cflags)
189
+ INCS=" -D_GNU_SOURCE -DNCURSES_WIDECHAR"
190
+ if [ "xno" = xno ]; then
191
+ INCS="$INCS -I${includesubdir}"
192
+ fi
193
+ if [ "${includedir}" != /usr/include ]; then
194
+ INCS="$INCS -I${includedir}"
195
+ fi
196
+ sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
197
+ $INCS
198
+ ENDECHO
199
+ ;;
200
+ --libs)
201
+ OPTS=
202
+ for opt in $lib_flags
203
+ do
204
+ [ -n "$OPTS" ] && OPTS="$OPTS "
205
+ OPTS="${OPTS}${opt}"
206
+ done
207
+ printf '%s\n' "$OPTS"
208
+ ;;
209
+ --libs-only-L)
210
+ OPTS=
211
+ for opt in $lib_flags
212
+ do
213
+ case "x$opt" in
214
+ x-L*)
215
+ [ -n "$OPTS" ] && OPTS="$OPTS "
216
+ OPTS="${OPTS}${opt}"
217
+ ;;
218
+ esac
219
+ done
220
+ printf '%s\n' "$OPTS"
221
+ ;;
222
+ --libs-only-l)
223
+ OPTS=
224
+ for opt in $lib_flags
225
+ do
226
+ case "x$opt" in
227
+ x-l*)
228
+ [ -n "$OPTS" ] && OPTS="$OPTS "
229
+ OPTS="${OPTS}${opt}"
230
+ ;;
231
+ esac
232
+ done
233
+ printf '%s\n' "$OPTS"
234
+ ;;
235
+ --libs-only-other)
236
+ OPTS=
237
+ for opt in $lib_flags
238
+ do
239
+ case "x$opt" in
240
+ x-[lL]*)
241
+ ;;
242
+ *)
243
+ [ -n "$OPTS" ] && OPTS="$OPTS "
244
+ OPTS="${OPTS}${opt}"
245
+ ;;
246
+ esac
247
+ done
248
+ printf '%s\n' "$OPTS"
249
+ ;;
250
+ # identification
251
+ --version)
252
+ echo "6.5.20240427"
253
+ ;;
254
+ --abi-version)
255
+ echo "6"
256
+ ;;
257
+ --mouse-version)
258
+ echo "2"
259
+ ;;
260
+ # locations
261
+ --bindir)
262
+ echo "${bindir}"
263
+ ;;
264
+ --datadir)
265
+ echo "${datadir}"
266
+ ;;
267
+ --includedir)
268
+ INCS=
269
+ if [ "xno" = xno ]; then
270
+ INCS="${includesubdir}"
271
+ elif [ "${includedir}" != /usr/include ]; then
272
+ INCS="${includedir}"
273
+ fi
274
+ echo "$INCS"
275
+ ;;
276
+ --libdir)
277
+ echo "${libdir}"
278
+ ;;
279
+ --mandir)
280
+ echo "${mandir}"
281
+ ;;
282
+ --terminfo)
283
+ echo "/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/share/terminfo"
284
+ ;;
285
+ --terminfo-dirs)
286
+ echo "/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/share/terminfo"
287
+ ;;
288
+ --termpath)
289
+ echo "/etc/termcap:/usr/share/misc/termcap"
290
+ ;;
291
+ # general info
292
+ --help)
293
+ cat <<ENDHELP
294
+ Usage: `basename "$0"` [options]
295
+
296
+ Options:
297
+ --prefix echos the package-prefix of ${THIS}
298
+ --exec-prefix echos the executable-prefix of ${THIS}
299
+
300
+ --cflags echos the C compiler flags needed to compile with ${THIS}
301
+ --libs echos the libraries needed to link with ${THIS}
302
+
303
+ --libs-only-L echos -L linker options (search path) for ${THIS}
304
+ --libs-only-l echos -l linker options (libraries) for ${THIS}
305
+ --libs-only-other echos linker options other than -L/-l
306
+
307
+ --version echos the release+patchdate version of ${THIS}
308
+ --abi-version echos the ABI version of ${THIS}
309
+ --mouse-version echos the mouse-interface version of ${THIS}
310
+
311
+ --bindir echos the directory containing ${THIS} programs
312
+ --datadir echos the directory containing ${THIS} data
313
+ --includedir echos the directory containing ${THIS} header files
314
+ --libdir echos the directory containing ${THIS} libraries
315
+ --mandir echos the directory containing ${THIS} manpages
316
+ --terminfo echos the \$TERMINFO terminfo database path
317
+ --terminfo-dirs echos the \$TERMINFO_DIRS directory list
318
+ --termpath echos the \$TERMPATH termcap list
319
+
320
+ --help prints this message
321
+ ENDHELP
322
+ ;;
323
+ --error|*)
324
+ /bin/sh "$0" --help 1>&2
325
+ exit 1
326
+ ;;
327
+ esac
328
+ shift
329
+ done
330
+ # vi:ts=4 sw=4
331
+ # vile:shmode
bin/nettle-hash ADDED
Binary file (91.8 kB). View file
 
bin/nettle-lfib-stream ADDED
Binary file (69.8 kB). View file
 
bin/nettle-pbkdf2 ADDED
Binary file (92.6 kB). View file
 
bin/normalizer ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/bin/python3.10
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+
6
+ from charset_normalizer.cli import cli_detect
7
+
8
+ if __name__ == '__main__':
9
+ sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
10
+ sys.exit(cli_detect())
bin/open3d ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/bin/python3.10
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from open3d.tools.cli import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
bin/tiff2bw ADDED
Binary file (21.5 kB). View file
 
bin/tiff2fsspec ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/home/aioz-nghiale/anaconda3/envs/testing_softzoo_pointe/bin/python3.10
2
+ # -*- coding: utf-8 -*-
3
+ import re
4
+ import sys
5
+ from tifffile.tiff2fsspec import main
6
+ if __name__ == '__main__':
7
+ sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
8
+ sys.exit(main())
bin/tiff2ps ADDED
Binary file (61.7 kB). View file
 
bin/tiff2rgba ADDED
Binary file (26 kB). View file
 
bin/tiffcmp ADDED
Binary file (21.6 kB). View file
 
compiler_compat/README ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Files in this folder are to enhance backwards compatibility of anaconda software with older compilers.
2
+ See: https://github.com/conda/conda/issues/6030 for more information.
conda-meta/_libgcc_mutex-0.1-main.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "main",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [],
7
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/_libgcc_mutex-0.1-main",
8
+ "files": [],
9
+ "fn": "_libgcc_mutex-0.1-main.conda",
10
+ "license": "",
11
+ "link": {
12
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/_libgcc_mutex-0.1-main",
13
+ "type": 1
14
+ },
15
+ "md5": "c3473ff8bdb3d124ed5ff11ec380d6f9",
16
+ "name": "_libgcc_mutex",
17
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/_libgcc_mutex-0.1-main.conda",
18
+ "paths_data": {
19
+ "paths": [],
20
+ "paths_version": 1
21
+ },
22
+ "requested_spec": "None",
23
+ "sha256": "476626712f60e5ef0fe04c354727152b1ee5285d57ccd3575c7be930122bd051",
24
+ "size": 3473,
25
+ "subdir": "linux-64",
26
+ "timestamp": 1562011674000,
27
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/_libgcc_mutex-0.1-main.conda",
28
+ "version": "0.1"
29
+ }
conda-meta/_openmp_mutex-5.1-1_gnu.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "1_gnu",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [
6
+ "openmp_impl 9999"
7
+ ],
8
+ "depends": [
9
+ "_libgcc_mutex 0.1 main",
10
+ "libgomp >=7.5.0"
11
+ ],
12
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/_openmp_mutex-5.1-1_gnu",
13
+ "files": [
14
+ "lib/libgomp.so.1"
15
+ ],
16
+ "fn": "_openmp_mutex-5.1-1_gnu.conda",
17
+ "license": "BSD-3-Clause",
18
+ "link": {
19
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/_openmp_mutex-5.1-1_gnu",
20
+ "type": 1
21
+ },
22
+ "md5": "71d281e9c2192cb3fa425655a8defb85",
23
+ "name": "_openmp_mutex",
24
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/_openmp_mutex-5.1-1_gnu.conda",
25
+ "paths_data": {
26
+ "paths": [
27
+ {
28
+ "_path": "lib/libgomp.so.1",
29
+ "path_type": "softlink",
30
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
31
+ "size_in_bytes": 0
32
+ }
33
+ ],
34
+ "paths_version": 1
35
+ },
36
+ "requested_spec": "None",
37
+ "sha256": "576011048d23f2e03372263493c5529f802286ff53e8426df99a5b11cc2572f3",
38
+ "size": 21315,
39
+ "subdir": "linux-64",
40
+ "timestamp": 1652859733000,
41
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/_openmp_mutex-5.1-1_gnu.conda",
42
+ "version": "5.1"
43
+ }
conda-meta/prompt-toolkit-3.0.51-pyha770c72_0.json ADDED
The diff for this file is too large to render. See raw diff
 
conda-meta/psutil-5.9.1-py310h5764c6d_0.json ADDED
@@ -0,0 +1,579 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "py310h5764c6d_0",
3
+ "build_number": 0,
4
+ "channel": "https://conda.anaconda.org/conda-forge/noarch",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=10.3.0",
8
+ "python >=3.10,<3.11.0a0",
9
+ "python_abi 3.10.* *_cp310"
10
+ ],
11
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/psutil-5.9.1-py310h5764c6d_0",
12
+ "files": [
13
+ "lib/python3.10/site-packages/psutil-5.9.1.dist-info/INSTALLER",
14
+ "lib/python3.10/site-packages/psutil-5.9.1.dist-info/LICENSE",
15
+ "lib/python3.10/site-packages/psutil-5.9.1.dist-info/METADATA",
16
+ "lib/python3.10/site-packages/psutil-5.9.1.dist-info/RECORD",
17
+ "lib/python3.10/site-packages/psutil-5.9.1.dist-info/REQUESTED",
18
+ "lib/python3.10/site-packages/psutil-5.9.1.dist-info/WHEEL",
19
+ "lib/python3.10/site-packages/psutil-5.9.1.dist-info/direct_url.json",
20
+ "lib/python3.10/site-packages/psutil-5.9.1.dist-info/top_level.txt",
21
+ "lib/python3.10/site-packages/psutil/__init__.py",
22
+ "lib/python3.10/site-packages/psutil/__pycache__/__init__.cpython-310.pyc",
23
+ "lib/python3.10/site-packages/psutil/__pycache__/_common.cpython-310.pyc",
24
+ "lib/python3.10/site-packages/psutil/__pycache__/_compat.cpython-310.pyc",
25
+ "lib/python3.10/site-packages/psutil/__pycache__/_psaix.cpython-310.pyc",
26
+ "lib/python3.10/site-packages/psutil/__pycache__/_psbsd.cpython-310.pyc",
27
+ "lib/python3.10/site-packages/psutil/__pycache__/_pslinux.cpython-310.pyc",
28
+ "lib/python3.10/site-packages/psutil/__pycache__/_psosx.cpython-310.pyc",
29
+ "lib/python3.10/site-packages/psutil/__pycache__/_psposix.cpython-310.pyc",
30
+ "lib/python3.10/site-packages/psutil/__pycache__/_pssunos.cpython-310.pyc",
31
+ "lib/python3.10/site-packages/psutil/__pycache__/_pswindows.cpython-310.pyc",
32
+ "lib/python3.10/site-packages/psutil/_common.py",
33
+ "lib/python3.10/site-packages/psutil/_compat.py",
34
+ "lib/python3.10/site-packages/psutil/_psaix.py",
35
+ "lib/python3.10/site-packages/psutil/_psbsd.py",
36
+ "lib/python3.10/site-packages/psutil/_pslinux.py",
37
+ "lib/python3.10/site-packages/psutil/_psosx.py",
38
+ "lib/python3.10/site-packages/psutil/_psposix.py",
39
+ "lib/python3.10/site-packages/psutil/_pssunos.py",
40
+ "lib/python3.10/site-packages/psutil/_psutil_linux.cpython-310-x86_64-linux-gnu.so",
41
+ "lib/python3.10/site-packages/psutil/_psutil_posix.cpython-310-x86_64-linux-gnu.so",
42
+ "lib/python3.10/site-packages/psutil/_pswindows.py",
43
+ "lib/python3.10/site-packages/psutil/tests/__init__.py",
44
+ "lib/python3.10/site-packages/psutil/tests/__main__.py",
45
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/__init__.cpython-310.pyc",
46
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/__main__.cpython-310.pyc",
47
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/foo.cpython-310.pyc",
48
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/runner.cpython-310.pyc",
49
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_aix.cpython-310.pyc",
50
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_bsd.cpython-310.pyc",
51
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_connections.cpython-310.pyc",
52
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_contracts.cpython-310.pyc",
53
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_linux.cpython-310.pyc",
54
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_memleaks.cpython-310.pyc",
55
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_misc.cpython-310.pyc",
56
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_osx.cpython-310.pyc",
57
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_posix.cpython-310.pyc",
58
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_process.cpython-310.pyc",
59
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_sunos.cpython-310.pyc",
60
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_system.cpython-310.pyc",
61
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_testutils.cpython-310.pyc",
62
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_unicode.cpython-310.pyc",
63
+ "lib/python3.10/site-packages/psutil/tests/__pycache__/test_windows.cpython-310.pyc",
64
+ "lib/python3.10/site-packages/psutil/tests/foo.py",
65
+ "lib/python3.10/site-packages/psutil/tests/runner.py",
66
+ "lib/python3.10/site-packages/psutil/tests/test_aix.py",
67
+ "lib/python3.10/site-packages/psutil/tests/test_bsd.py",
68
+ "lib/python3.10/site-packages/psutil/tests/test_connections.py",
69
+ "lib/python3.10/site-packages/psutil/tests/test_contracts.py",
70
+ "lib/python3.10/site-packages/psutil/tests/test_linux.py",
71
+ "lib/python3.10/site-packages/psutil/tests/test_memleaks.py",
72
+ "lib/python3.10/site-packages/psutil/tests/test_misc.py",
73
+ "lib/python3.10/site-packages/psutil/tests/test_osx.py",
74
+ "lib/python3.10/site-packages/psutil/tests/test_posix.py",
75
+ "lib/python3.10/site-packages/psutil/tests/test_process.py",
76
+ "lib/python3.10/site-packages/psutil/tests/test_sunos.py",
77
+ "lib/python3.10/site-packages/psutil/tests/test_system.py",
78
+ "lib/python3.10/site-packages/psutil/tests/test_testutils.py",
79
+ "lib/python3.10/site-packages/psutil/tests/test_unicode.py",
80
+ "lib/python3.10/site-packages/psutil/tests/test_windows.py"
81
+ ],
82
+ "fn": "psutil-5.9.1-py310h5764c6d_0.tar.bz2",
83
+ "license": "BSD-3-Clause",
84
+ "link": {
85
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/psutil-5.9.1-py310h5764c6d_0",
86
+ "type": 1
87
+ },
88
+ "md5": "eb3be71bc11a51ff49b6a0af9968f0ed",
89
+ "name": "psutil",
90
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/psutil-5.9.1-py310h5764c6d_0.tar.bz2",
91
+ "paths_data": {
92
+ "paths": [
93
+ {
94
+ "_path": "lib/python3.10/site-packages/psutil-5.9.1.dist-info/INSTALLER",
95
+ "path_type": "hardlink",
96
+ "sha256": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
97
+ "sha256_in_prefix": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
98
+ "size_in_bytes": 5
99
+ },
100
+ {
101
+ "_path": "lib/python3.10/site-packages/psutil-5.9.1.dist-info/LICENSE",
102
+ "path_type": "hardlink",
103
+ "sha256": "24c12984500caa07ffdce19eebc06396c5e6d244b573bc6c438f4a6ef8e56c1b",
104
+ "sha256_in_prefix": "24c12984500caa07ffdce19eebc06396c5e6d244b573bc6c438f4a6ef8e56c1b",
105
+ "size_in_bytes": 1549
106
+ },
107
+ {
108
+ "_path": "lib/python3.10/site-packages/psutil-5.9.1.dist-info/METADATA",
109
+ "path_type": "hardlink",
110
+ "sha256": "b48f9beb61d032244f4c239867a736641369484a967d3ac29eeab577ce127229",
111
+ "sha256_in_prefix": "b48f9beb61d032244f4c239867a736641369484a967d3ac29eeab577ce127229",
112
+ "size_in_bytes": 21346
113
+ },
114
+ {
115
+ "_path": "lib/python3.10/site-packages/psutil-5.9.1.dist-info/RECORD",
116
+ "path_type": "hardlink",
117
+ "sha256": "1658c46648d9c8d4a8259b77fac923b06d1a7e0f5a660af00e2733112d1d132b",
118
+ "sha256_in_prefix": "1658c46648d9c8d4a8259b77fac923b06d1a7e0f5a660af00e2733112d1d132b",
119
+ "size_in_bytes": 4762
120
+ },
121
+ {
122
+ "_path": "lib/python3.10/site-packages/psutil-5.9.1.dist-info/REQUESTED",
123
+ "path_type": "hardlink",
124
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
125
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
126
+ "size_in_bytes": 0
127
+ },
128
+ {
129
+ "_path": "lib/python3.10/site-packages/psutil-5.9.1.dist-info/WHEEL",
130
+ "path_type": "hardlink",
131
+ "sha256": "9d3cbf67c8af18407aa85c152e0eff87aaead09b74254e4fcf670bdbf16348c4",
132
+ "sha256_in_prefix": "9d3cbf67c8af18407aa85c152e0eff87aaead09b74254e4fcf670bdbf16348c4",
133
+ "size_in_bytes": 105
134
+ },
135
+ {
136
+ "_path": "lib/python3.10/site-packages/psutil-5.9.1.dist-info/direct_url.json",
137
+ "path_type": "hardlink",
138
+ "sha256": "4e4c1dba5f131cf1562a5f67b9c7a057f0682ccfd63919d2cb7d409be4556339",
139
+ "sha256_in_prefix": "4e4c1dba5f131cf1562a5f67b9c7a057f0682ccfd63919d2cb7d409be4556339",
140
+ "size_in_bytes": 102
141
+ },
142
+ {
143
+ "_path": "lib/python3.10/site-packages/psutil-5.9.1.dist-info/top_level.txt",
144
+ "path_type": "hardlink",
145
+ "sha256": "8023619f9ef0ce4b038d20084a680c2746a25f342e964d062616f6f81032620c",
146
+ "sha256_in_prefix": "8023619f9ef0ce4b038d20084a680c2746a25f342e964d062616f6f81032620c",
147
+ "size_in_bytes": 7
148
+ },
149
+ {
150
+ "_path": "lib/python3.10/site-packages/psutil/__init__.py",
151
+ "path_type": "hardlink",
152
+ "sha256": "f62b71bfa14507d657d7cce708cfb357c5b3b63ea52e6e456cbc56a202517638",
153
+ "sha256_in_prefix": "f62b71bfa14507d657d7cce708cfb357c5b3b63ea52e6e456cbc56a202517638",
154
+ "size_in_bytes": 87349
155
+ },
156
+ {
157
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/__init__.cpython-310.pyc",
158
+ "path_type": "hardlink",
159
+ "sha256": "42aa23ae45d22e56bc3482d02ab41337cabca8230dc568c64378dc2751003aff",
160
+ "sha256_in_prefix": "42aa23ae45d22e56bc3482d02ab41337cabca8230dc568c64378dc2751003aff",
161
+ "size_in_bytes": 63470
162
+ },
163
+ {
164
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_common.cpython-310.pyc",
165
+ "path_type": "hardlink",
166
+ "sha256": "d7f5ac2ab01cf366b3e628db5421b09b45e04c57c0151c9afb34f1de3b6db4d2",
167
+ "sha256_in_prefix": "d7f5ac2ab01cf366b3e628db5421b09b45e04c57c0151c9afb34f1de3b6db4d2",
168
+ "size_in_bytes": 21912
169
+ },
170
+ {
171
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_compat.cpython-310.pyc",
172
+ "path_type": "hardlink",
173
+ "sha256": "6a4ca752286f869afe1986a6b3cae69b149997a1f730c78f58149a5495d165fe",
174
+ "sha256_in_prefix": "6a4ca752286f869afe1986a6b3cae69b149997a1f730c78f58149a5495d165fe",
175
+ "size_in_bytes": 11845
176
+ },
177
+ {
178
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_psaix.cpython-310.pyc",
179
+ "path_type": "hardlink",
180
+ "sha256": "4066a258bdcb694a973f16f742785ff4dacc350f4c50d4b8de96c1467da399b6",
181
+ "sha256_in_prefix": "4066a258bdcb694a973f16f742785ff4dacc350f4c50d4b8de96c1467da399b6",
182
+ "size_in_bytes": 14992
183
+ },
184
+ {
185
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_psbsd.cpython-310.pyc",
186
+ "path_type": "hardlink",
187
+ "sha256": "59dd4fde836f166c680e10251a4c97d62a2be5ff1ac65fd3bbd18d87d455e7db",
188
+ "sha256_in_prefix": "59dd4fde836f166c680e10251a4c97d62a2be5ff1ac65fd3bbd18d87d455e7db",
189
+ "size_in_bytes": 20945
190
+ },
191
+ {
192
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_pslinux.cpython-310.pyc",
193
+ "path_type": "hardlink",
194
+ "sha256": "69bccc2a018ef84003928ff1a39a70944652ef1afbd5d7280ee51cb126214d2a",
195
+ "sha256_in_prefix": "69bccc2a018ef84003928ff1a39a70944652ef1afbd5d7280ee51cb126214d2a",
196
+ "size_in_bytes": 52880
197
+ },
198
+ {
199
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_psosx.cpython-310.pyc",
200
+ "path_type": "hardlink",
201
+ "sha256": "d59299b37f818a0da04b808b4c352b961b82cbce3d400f8317268dd652c6522e",
202
+ "sha256_in_prefix": "d59299b37f818a0da04b808b4c352b961b82cbce3d400f8317268dd652c6522e",
203
+ "size_in_bytes": 13403
204
+ },
205
+ {
206
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_psposix.cpython-310.pyc",
207
+ "path_type": "hardlink",
208
+ "sha256": "6db84660beca8be80cb3089cc0506a1614f60293c3e842e6452f3b8ef299fd17",
209
+ "sha256_in_prefix": "6db84660beca8be80cb3089cc0506a1614f60293c3e842e6452f3b8ef299fd17",
210
+ "size_in_bytes": 4500
211
+ },
212
+ {
213
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_pssunos.cpython-310.pyc",
214
+ "path_type": "hardlink",
215
+ "sha256": "168d06fd63a068f0c9883152c4c3997a78dc129a5d4bcf30191e6f752a1603bd",
216
+ "sha256_in_prefix": "168d06fd63a068f0c9883152c4c3997a78dc129a5d4bcf30191e6f752a1603bd",
217
+ "size_in_bytes": 18114
218
+ },
219
+ {
220
+ "_path": "lib/python3.10/site-packages/psutil/__pycache__/_pswindows.cpython-310.pyc",
221
+ "path_type": "hardlink",
222
+ "sha256": "d457f3bfffad29c08b6ec27b352222af4e14f533dbcf1c7145dbe1de70c4defd",
223
+ "sha256_in_prefix": "d457f3bfffad29c08b6ec27b352222af4e14f533dbcf1c7145dbe1de70c4defd",
224
+ "size_in_bytes": 28864
225
+ },
226
+ {
227
+ "_path": "lib/python3.10/site-packages/psutil/_common.py",
228
+ "path_type": "hardlink",
229
+ "sha256": "6510dfc42e5dfdb59de549e8b7567a205a7faf348634658fb8a9f181dc71ad64",
230
+ "sha256_in_prefix": "6510dfc42e5dfdb59de549e8b7567a205a7faf348634658fb8a9f181dc71ad64",
231
+ "size_in_bytes": 28196
232
+ },
233
+ {
234
+ "_path": "lib/python3.10/site-packages/psutil/_compat.py",
235
+ "path_type": "hardlink",
236
+ "sha256": "63258a75640ce67c814aa0e2e7ee50427d51f8b74094aba5a2d01f89d4816c8e",
237
+ "sha256_in_prefix": "63258a75640ce67c814aa0e2e7ee50427d51f8b74094aba5a2d01f89d4816c8e",
238
+ "size_in_bytes": 15043
239
+ },
240
+ {
241
+ "_path": "lib/python3.10/site-packages/psutil/_psaix.py",
242
+ "path_type": "hardlink",
243
+ "sha256": "81110112ef95dcd342fc23894a869ba96c2479fe0982fc4db20398738bbb8c86",
244
+ "sha256_in_prefix": "81110112ef95dcd342fc23894a869ba96c2479fe0982fc4db20398738bbb8c86",
245
+ "size_in_bytes": 18552
246
+ },
247
+ {
248
+ "_path": "lib/python3.10/site-packages/psutil/_psbsd.py",
249
+ "path_type": "hardlink",
250
+ "sha256": "06d3fee4225992eb5f271aec034fdc2277b62e5648f226e0611557b214abf17c",
251
+ "sha256_in_prefix": "06d3fee4225992eb5f271aec034fdc2277b62e5648f226e0611557b214abf17c",
252
+ "size_in_bytes": 31162
253
+ },
254
+ {
255
+ "_path": "lib/python3.10/site-packages/psutil/_pslinux.py",
256
+ "path_type": "hardlink",
257
+ "sha256": "e9c1f2d05cfce928313fb257ea49d1d56d84aeb3cfc8ee18f6c5fe038eb01b37",
258
+ "sha256_in_prefix": "e9c1f2d05cfce928313fb257ea49d1d56d84aeb3cfc8ee18f6c5fe038eb01b37",
259
+ "size_in_bytes": 86181
260
+ },
261
+ {
262
+ "_path": "lib/python3.10/site-packages/psutil/_psosx.py",
263
+ "path_type": "hardlink",
264
+ "sha256": "b8abff0e9851282e42dd41b8ad4c4233c1e97a27249e6334ab5dad63421515e4",
265
+ "sha256_in_prefix": "b8abff0e9851282e42dd41b8ad4c4233c1e97a27249e6334ab5dad63421515e4",
266
+ "size_in_bytes": 16142
267
+ },
268
+ {
269
+ "_path": "lib/python3.10/site-packages/psutil/_psposix.py",
270
+ "path_type": "hardlink",
271
+ "sha256": "7bc96663bcf7ccaaa8e57a1e3cfedd872e4d470c46315116ec1ac4e057cb73f3",
272
+ "sha256_in_prefix": "7bc96663bcf7ccaaa8e57a1e3cfedd872e4d470c46315116ec1ac4e057cb73f3",
273
+ "size_in_bytes": 8046
274
+ },
275
+ {
276
+ "_path": "lib/python3.10/site-packages/psutil/_pssunos.py",
277
+ "path_type": "hardlink",
278
+ "sha256": "95ae6b98bd00d97982d742cbd05d1abe7c0c36db49ba225d14f81847f1eef8bc",
279
+ "sha256_in_prefix": "95ae6b98bd00d97982d742cbd05d1abe7c0c36db49ba225d14f81847f1eef8bc",
280
+ "size_in_bytes": 25489
281
+ },
282
+ {
283
+ "_path": "lib/python3.10/site-packages/psutil/_psutil_linux.cpython-310-x86_64-linux-gnu.so",
284
+ "path_type": "hardlink",
285
+ "sha256": "81aeedcbdf7d729e962a6d18456fe412e99a07c87cc9ea26ee05732f2f8d3df1",
286
+ "sha256_in_prefix": "81aeedcbdf7d729e962a6d18456fe412e99a07c87cc9ea26ee05732f2f8d3df1",
287
+ "size_in_bytes": 28512
288
+ },
289
+ {
290
+ "_path": "lib/python3.10/site-packages/psutil/_psutil_posix.cpython-310-x86_64-linux-gnu.so",
291
+ "path_type": "hardlink",
292
+ "sha256": "cdb67a32a5558dde3189622e686bd9bc67b50fd194ebaf2e6021ce7b551252d1",
293
+ "sha256_in_prefix": "cdb67a32a5558dde3189622e686bd9bc67b50fd194ebaf2e6021ce7b551252d1",
294
+ "size_in_bytes": 22104
295
+ },
296
+ {
297
+ "_path": "lib/python3.10/site-packages/psutil/_pswindows.py",
298
+ "path_type": "hardlink",
299
+ "sha256": "43fabf23e5eb8018d09013ef832275f07b8583d8f8e4dacfecc88b51bc5ec660",
300
+ "sha256_in_prefix": "43fabf23e5eb8018d09013ef832275f07b8583d8f8e4dacfecc88b51bc5ec660",
301
+ "size_in_bytes": 37119
302
+ },
303
+ {
304
+ "_path": "lib/python3.10/site-packages/psutil/tests/__init__.py",
305
+ "path_type": "hardlink",
306
+ "sha256": "698974fd60570fb28e466fc1564164b7b56b98b8dbdd0597a6c7984392bb3423",
307
+ "sha256_in_prefix": "698974fd60570fb28e466fc1564164b7b56b98b8dbdd0597a6c7984392bb3423",
308
+ "size_in_bytes": 57896
309
+ },
310
+ {
311
+ "_path": "lib/python3.10/site-packages/psutil/tests/__main__.py",
312
+ "path_type": "hardlink",
313
+ "sha256": "861337f388e3150b4317db138ff0d76814025c254bc1dca32e29785135e47bc4",
314
+ "sha256_in_prefix": "861337f388e3150b4317db138ff0d76814025c254bc1dca32e29785135e47bc4",
315
+ "size_in_bytes": 293
316
+ },
317
+ {
318
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/__init__.cpython-310.pyc",
319
+ "path_type": "hardlink",
320
+ "sha256": "88b5613483dc77b426ac37d743eddb1226621c6191e62909e7037c8eff7217f2",
321
+ "sha256_in_prefix": "88b5613483dc77b426ac37d743eddb1226621c6191e62909e7037c8eff7217f2",
322
+ "size_in_bytes": 48471
323
+ },
324
+ {
325
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/__main__.cpython-310.pyc",
326
+ "path_type": "hardlink",
327
+ "sha256": "bc5d216684791b857d8c4608a0de0f072b369f894f915f0b5ab413849b7c2c19",
328
+ "sha256_in_prefix": "bc5d216684791b857d8c4608a0de0f072b369f894f915f0b5ab413849b7c2c19",
329
+ "size_in_bytes": 268
330
+ },
331
+ {
332
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/foo.cpython-310.pyc",
333
+ "path_type": "hardlink",
334
+ "sha256": "8ecfbd0cd75a7578a4711cf4ddbcb8009de86e07d10e922ea1e50d0e1419fdc4",
335
+ "sha256_in_prefix": "8ecfbd0cd75a7578a4711cf4ddbcb8009de86e07d10e922ea1e50d0e1419fdc4",
336
+ "size_in_bytes": 298
337
+ },
338
+ {
339
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/runner.cpython-310.pyc",
340
+ "path_type": "hardlink",
341
+ "sha256": "bedff69e1bba5f6a89986100d6b0136ef9546eedf7ccde4a2fab54a8dd79a974",
342
+ "sha256_in_prefix": "bedff69e1bba5f6a89986100d6b0136ef9546eedf7ccde4a2fab54a8dd79a974",
343
+ "size_in_bytes": 11152
344
+ },
345
+ {
346
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_aix.cpython-310.pyc",
347
+ "path_type": "hardlink",
348
+ "sha256": "52fde38f1fbabb5d9fe17e9e6ec007b8ef8492cc60d4ab59cd567a97726ab363",
349
+ "sha256_in_prefix": "52fde38f1fbabb5d9fe17e9e6ec007b8ef8492cc60d4ab59cd567a97726ab363",
350
+ "size_in_bytes": 3348
351
+ },
352
+ {
353
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_bsd.cpython-310.pyc",
354
+ "path_type": "hardlink",
355
+ "sha256": "270110d4a75ac508e549c08f59dcca40c8a56909ff4da5bd400560e002c9532d",
356
+ "sha256_in_prefix": "270110d4a75ac508e549c08f59dcca40c8a56909ff4da5bd400560e002c9532d",
357
+ "size_in_bytes": 19192
358
+ },
359
+ {
360
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_connections.cpython-310.pyc",
361
+ "path_type": "hardlink",
362
+ "sha256": "2b7caa1a3710e2119d9d0b025b150712eeaef343f87f3712a2897b7500ebdb8d",
363
+ "sha256_in_prefix": "2b7caa1a3710e2119d9d0b025b150712eeaef343f87f3712a2897b7500ebdb8d",
364
+ "size_in_bytes": 15634
365
+ },
366
+ {
367
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_contracts.cpython-310.pyc",
368
+ "path_type": "hardlink",
369
+ "sha256": "96cac6c38b462821b9a17c155565baea0c28f7b50472e9ad2cacc1311bba7a1d",
370
+ "sha256_in_prefix": "96cac6c38b462821b9a17c155565baea0c28f7b50472e9ad2cacc1311bba7a1d",
371
+ "size_in_bytes": 25861
372
+ },
373
+ {
374
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_linux.cpython-310.pyc",
375
+ "path_type": "hardlink",
376
+ "sha256": "c7a21e4957aa094c2ef2b3acd2cbd582dcb385e07f4b388b19b29981d8531e93",
377
+ "sha256_in_prefix": "c7a21e4957aa094c2ef2b3acd2cbd582dcb385e07f4b388b19b29981d8531e93",
378
+ "size_in_bytes": 73741
379
+ },
380
+ {
381
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_memleaks.cpython-310.pyc",
382
+ "path_type": "hardlink",
383
+ "sha256": "8ca1ef703db9d638657786dca05f87275869929d781019202199a416b2650048",
384
+ "sha256_in_prefix": "8ca1ef703db9d638657786dca05f87275869929d781019202199a416b2650048",
385
+ "size_in_bytes": 22267
386
+ },
387
+ {
388
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_misc.cpython-310.pyc",
389
+ "path_type": "hardlink",
390
+ "sha256": "460fd93c0ca7c73dc67dfb27d7348832ffb42214d3b8605720cb230f5c0a1b40",
391
+ "sha256_in_prefix": "460fd93c0ca7c73dc67dfb27d7348832ffb42214d3b8605720cb230f5c0a1b40",
392
+ "size_in_bytes": 26220
393
+ },
394
+ {
395
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_osx.cpython-310.pyc",
396
+ "path_type": "hardlink",
397
+ "sha256": "5ae9477240e83357c580de0ad500ba8a05546f345da455cc666d282c8a94a734",
398
+ "sha256_in_prefix": "5ae9477240e83357c580de0ad500ba8a05546f345da455cc666d282c8a94a734",
399
+ "size_in_bytes": 7098
400
+ },
401
+ {
402
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_posix.cpython-310.pyc",
403
+ "path_type": "hardlink",
404
+ "sha256": "8e968a0ff8a6f5d026c75ba817c9e601d5214f30cca8b0a1e7696683ac23a5b6",
405
+ "sha256_in_prefix": "8e968a0ff8a6f5d026c75ba817c9e601d5214f30cca8b0a1e7696683ac23a5b6",
406
+ "size_in_bytes": 12684
407
+ },
408
+ {
409
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_process.cpython-310.pyc",
410
+ "path_type": "hardlink",
411
+ "sha256": "6be3fa411b007bdd24b86d728fac54f3f6f3afa27c4afa78af65bcac997ac0bf",
412
+ "sha256_in_prefix": "6be3fa411b007bdd24b86d728fac54f3f6f3afa27c4afa78af65bcac997ac0bf",
413
+ "size_in_bytes": 49300
414
+ },
415
+ {
416
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_sunos.cpython-310.pyc",
417
+ "path_type": "hardlink",
418
+ "sha256": "3a07b1fff8228fc0e318c2e41aaa27afd9579d6cc0f1bdeb65c969f0444a9993",
419
+ "sha256_in_prefix": "3a07b1fff8228fc0e318c2e41aaa27afd9579d6cc0f1bdeb65c969f0444a9993",
420
+ "size_in_bytes": 1513
421
+ },
422
+ {
423
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_system.cpython-310.pyc",
424
+ "path_type": "hardlink",
425
+ "sha256": "acacfab94ebb5d9f7fb0cfde85c83a48763db39316e82749a2dbde8da0c8ef2f",
426
+ "sha256_in_prefix": "acacfab94ebb5d9f7fb0cfde85c83a48763db39316e82749a2dbde8da0c8ef2f",
427
+ "size_in_bytes": 27798
428
+ },
429
+ {
430
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_testutils.cpython-310.pyc",
431
+ "path_type": "hardlink",
432
+ "sha256": "8b08728ec479511334f99b586e76a7301522a211be58212de8c14b53940947cd",
433
+ "sha256_in_prefix": "8b08728ec479511334f99b586e76a7301522a211be58212de8c14b53940947cd",
434
+ "size_in_bytes": 16892
435
+ },
436
+ {
437
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_unicode.cpython-310.pyc",
438
+ "path_type": "hardlink",
439
+ "sha256": "8736f64f9d8caed0e19f23e9c5479cdd5f626de818aabc1e7f51d9ebc361c52c",
440
+ "sha256_in_prefix": "8736f64f9d8caed0e19f23e9c5479cdd5f626de818aabc1e7f51d9ebc361c52c",
441
+ "size_in_bytes": 11350
442
+ },
443
+ {
444
+ "_path": "lib/python3.10/site-packages/psutil/tests/__pycache__/test_windows.cpython-310.pyc",
445
+ "path_type": "hardlink",
446
+ "sha256": "72506cb95cdc2eff2c55049ae37912be41147b11534d4f8cf0d714eb5b282b4c",
447
+ "sha256_in_prefix": "72506cb95cdc2eff2c55049ae37912be41147b11534d4f8cf0d714eb5b282b4c",
448
+ "size_in_bytes": 28446
449
+ },
450
+ {
451
+ "_path": "lib/python3.10/site-packages/psutil/tests/foo.py",
452
+ "path_type": "hardlink",
453
+ "sha256": "e63496e55ed7ad8a8fe51472052710a14b877178bbff167fb89f26b8b5cfb3c8",
454
+ "sha256_in_prefix": "e63496e55ed7ad8a8fe51472052710a14b877178bbff167fb89f26b8b5cfb3c8",
455
+ "size_in_bytes": 143
456
+ },
457
+ {
458
+ "_path": "lib/python3.10/site-packages/psutil/tests/runner.py",
459
+ "path_type": "hardlink",
460
+ "sha256": "7b39b57496ee8a638b118464ffc2eb012d5117e8464f52a485afe16fcef6d2d6",
461
+ "sha256_in_prefix": "7b39b57496ee8a638b118464ffc2eb012d5117e8464f52a485afe16fcef6d2d6",
462
+ "size_in_bytes": 11204
463
+ },
464
+ {
465
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_aix.py",
466
+ "path_type": "hardlink",
467
+ "sha256": "079ccee8ce091799e8cadd13ba2fc6cd04ef061f8c8c6ed1939005ce43a65cb3",
468
+ "sha256_in_prefix": "079ccee8ce091799e8cadd13ba2fc6cd04ef061f8c8c6ed1939005ce43a65cb3",
469
+ "size_in_bytes": 4508
470
+ },
471
+ {
472
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_bsd.py",
473
+ "path_type": "hardlink",
474
+ "sha256": "6a4cdcdf0f60f38908a16dfccc39245b2b320cce9db7a08d533970076015c152",
475
+ "sha256_in_prefix": "6a4cdcdf0f60f38908a16dfccc39245b2b320cce9db7a08d533970076015c152",
476
+ "size_in_bytes": 20689
477
+ },
478
+ {
479
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_connections.py",
480
+ "path_type": "hardlink",
481
+ "sha256": "4165cd46231205d44e91a3e3289cf47decff76a6c750b18371715df8df622ab3",
482
+ "sha256_in_prefix": "4165cd46231205d44e91a3e3289cf47decff76a6c750b18371715df8df622ab3",
483
+ "size_in_bytes": 21362
484
+ },
485
+ {
486
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_contracts.py",
487
+ "path_type": "hardlink",
488
+ "sha256": "34ec48ff859bbbe27bd27970848a338350ddbf2ef993fe9ccbf82b4f8d9e1745",
489
+ "sha256_in_prefix": "34ec48ff859bbbe27bd27970848a338350ddbf2ef993fe9ccbf82b4f8d9e1745",
490
+ "size_in_bytes": 27067
491
+ },
492
+ {
493
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_linux.py",
494
+ "path_type": "hardlink",
495
+ "sha256": "69a6c900b56c144cb7e8db78f54e6e8bc878478ab3053c094c64dee2dd75af9e",
496
+ "sha256_in_prefix": "69a6c900b56c144cb7e8db78f54e6e8bc878478ab3053c094c64dee2dd75af9e",
497
+ "size_in_bytes": 92914
498
+ },
499
+ {
500
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_memleaks.py",
501
+ "path_type": "hardlink",
502
+ "sha256": "05d4b6695235c29dc084f6397a96381de57e0cfd95b0f6900cde94f9f1424ae0",
503
+ "sha256_in_prefix": "05d4b6695235c29dc084f6397a96381de57e0cfd95b0f6900cde94f9f1424ae0",
504
+ "size_in_bytes": 14862
505
+ },
506
+ {
507
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_misc.py",
508
+ "path_type": "hardlink",
509
+ "sha256": "d0d1da7fb3894c0db8031245a8f6980e7d9cd29c18eab859354d21b51415d4cd",
510
+ "sha256_in_prefix": "d0d1da7fb3894c0db8031245a8f6980e7d9cd29c18eab859354d21b51415d4cd",
511
+ "size_in_bytes": 31464
512
+ },
513
+ {
514
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_osx.py",
515
+ "path_type": "hardlink",
516
+ "sha256": "05b6c42a260fac1074e186e03a6f833a75ba2cb72f04031ebc5ac64eb77ecca2",
517
+ "sha256_in_prefix": "05b6c42a260fac1074e186e03a6f833a75ba2cb72f04031ebc5ac64eb77ecca2",
518
+ "size_in_bytes": 7565
519
+ },
520
+ {
521
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_posix.py",
522
+ "path_type": "hardlink",
523
+ "sha256": "446d5f12ea46647bd42640bfca8d5124a460c2140fde6dbeb0d2165531b1c2a3",
524
+ "sha256_in_prefix": "446d5f12ea46647bd42640bfca8d5124a460c2140fde6dbeb0d2165531b1c2a3",
525
+ "size_in_bytes": 15138
526
+ },
527
+ {
528
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_process.py",
529
+ "path_type": "hardlink",
530
+ "sha256": "1f26c69cea92d5884772b89d46c91b8a212de5a67a72d51adbdf8c0cbc2b45b4",
531
+ "sha256_in_prefix": "1f26c69cea92d5884772b89d46c91b8a212de5a67a72d51adbdf8c0cbc2b45b4",
532
+ "size_in_bytes": 61655
533
+ },
534
+ {
535
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_sunos.py",
536
+ "path_type": "hardlink",
537
+ "sha256": "fa09f3272f6673aaf0a2fb685ca609c3f87bd456825e058ba7ce4f3a52f546d1",
538
+ "sha256_in_prefix": "fa09f3272f6673aaf0a2fb685ca609c3f87bd456825e058ba7ce4f3a52f546d1",
539
+ "size_in_bytes": 1333
540
+ },
541
+ {
542
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_system.py",
543
+ "path_type": "hardlink",
544
+ "sha256": "b9887f2cf276e0e01056b2c6eabc2d96f48f3873c4adcace115ad59b6e7e2d47",
545
+ "sha256_in_prefix": "b9887f2cf276e0e01056b2c6eabc2d96f48f3873c4adcace115ad59b6e7e2d47",
546
+ "size_in_bytes": 35556
547
+ },
548
+ {
549
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_testutils.py",
550
+ "path_type": "hardlink",
551
+ "sha256": "bd9d1489934ec90b327575c0dfc02dcf4152d6a13b325c828c7bdeb5a3e94aa3",
552
+ "sha256_in_prefix": "bd9d1489934ec90b327575c0dfc02dcf4152d6a13b325c828c7bdeb5a3e94aa3",
553
+ "size_in_bytes": 14427
554
+ },
555
+ {
556
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_unicode.py",
557
+ "path_type": "hardlink",
558
+ "sha256": "1e02b70336064d19ea24a73acadcee4d48a0945e6765206256d90f1dabe839f8",
559
+ "sha256_in_prefix": "1e02b70336064d19ea24a73acadcee4d48a0945e6765206256d90f1dabe839f8",
560
+ "size_in_bytes": 12441
561
+ },
562
+ {
563
+ "_path": "lib/python3.10/site-packages/psutil/tests/test_windows.py",
564
+ "path_type": "hardlink",
565
+ "sha256": "bb31166af35062c2e8058e758f0eee110a44afedfb98e064cd835beed6e1820c",
566
+ "sha256_in_prefix": "bb31166af35062c2e8058e758f0eee110a44afedfb98e064cd835beed6e1820c",
567
+ "size_in_bytes": 32815
568
+ }
569
+ ],
570
+ "paths_version": 1
571
+ },
572
+ "requested_spec": "None",
573
+ "sha256": "a4949db05bad0da35942fed440007216f78b435529102c330b9f7b17ade63793",
574
+ "size": 358707,
575
+ "subdir": "linux-64",
576
+ "timestamp": 1653089299000,
577
+ "url": "https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.1-py310h5764c6d_0.tar.bz2",
578
+ "version": "5.9.1"
579
+ }
conda-meta/pthread-stubs-0.3-h0ce48e5_1.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h0ce48e5_1",
3
+ "build_number": 1,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=7.2.0"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/pthread-stubs-0.3-h0ce48e5_1",
10
+ "files": [
11
+ "lib/pkgconfig/pthread-stubs.pc"
12
+ ],
13
+ "fn": "pthread-stubs-0.3-h0ce48e5_1.conda",
14
+ "license": "MIT",
15
+ "link": {
16
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/pthread-stubs-0.3-h0ce48e5_1",
17
+ "type": 1
18
+ },
19
+ "md5": "973a642312d2a28927aaf5b477c67250",
20
+ "name": "pthread-stubs",
21
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/pthread-stubs-0.3-h0ce48e5_1.conda",
22
+ "paths_data": {
23
+ "paths": [
24
+ {
25
+ "_path": "lib/pkgconfig/pthread-stubs.pc",
26
+ "file_mode": "text",
27
+ "path_type": "hardlink",
28
+ "prefix_placeholder": "/opt/anaconda1anaconda2anaconda3",
29
+ "sha256": "9ce637c8a9c65d1287a6a0aa7a1dc0a65810fe8811403f2247afdaf671a1c5db",
30
+ "sha256_in_prefix": "1edfc739f149a6dc2699e4e13cebbb42f6d4d51d340e3c949fdfd9d44782d032",
31
+ "size_in_bytes": 197
32
+ }
33
+ ],
34
+ "paths_version": 1
35
+ },
36
+ "requested_spec": "None",
37
+ "sha256": "119c5ad43fb92b2f14a25c53276072ee77ff6b40c72e6617b523b9de0eb0822a",
38
+ "size": 5360,
39
+ "subdir": "linux-64",
40
+ "timestamp": 1505733967000,
41
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/pthread-stubs-0.3-h0ce48e5_1.conda",
42
+ "version": "0.3"
43
+ }
conda-meta/ptyprocess-0.7.0-pyhd8ed1ab_1.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "pyhd8ed1ab_1",
3
+ "build_number": 1,
4
+ "channel": "https://conda.anaconda.org/conda-forge/noarch",
5
+ "constrains": [],
6
+ "depends": [
7
+ "python >=3.9"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/ptyprocess-0.7.0-pyhd8ed1ab_1",
10
+ "files": [
11
+ "lib/python3.10/site-packages/ptyprocess-0.7.0.dist-info/INSTALLER",
12
+ "lib/python3.10/site-packages/ptyprocess-0.7.0.dist-info/LICENSE",
13
+ "lib/python3.10/site-packages/ptyprocess-0.7.0.dist-info/METADATA",
14
+ "lib/python3.10/site-packages/ptyprocess-0.7.0.dist-info/RECORD",
15
+ "lib/python3.10/site-packages/ptyprocess-0.7.0.dist-info/REQUESTED",
16
+ "lib/python3.10/site-packages/ptyprocess-0.7.0.dist-info/WHEEL",
17
+ "lib/python3.10/site-packages/ptyprocess-0.7.0.dist-info/direct_url.json",
18
+ "lib/python3.10/site-packages/ptyprocess/__init__.py",
19
+ "lib/python3.10/site-packages/ptyprocess/_fork_pty.py",
20
+ "lib/python3.10/site-packages/ptyprocess/ptyprocess.py",
21
+ "lib/python3.10/site-packages/ptyprocess/util.py",
22
+ "lib/python3.10/site-packages/ptyprocess/__pycache__/__init__.cpython-310.pyc",
23
+ "lib/python3.10/site-packages/ptyprocess/__pycache__/_fork_pty.cpython-310.pyc",
24
+ "lib/python3.10/site-packages/ptyprocess/__pycache__/ptyprocess.cpython-310.pyc",
25
+ "lib/python3.10/site-packages/ptyprocess/__pycache__/util.cpython-310.pyc"
26
+ ],
27
+ "fn": "ptyprocess-0.7.0-pyhd8ed1ab_1.conda",
28
+ "license": "ISC",
29
+ "link": {
30
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/ptyprocess-0.7.0-pyhd8ed1ab_1",
31
+ "type": 1
32
+ },
33
+ "md5": "7d9daffbb8d8e0af0f769dbbcd173a54",
34
+ "name": "ptyprocess",
35
+ "noarch": "python",
36
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/ptyprocess-0.7.0-pyhd8ed1ab_1.conda",
37
+ "package_type": "noarch_python",
38
+ "paths_data": {
39
+ "paths": [
40
+ {
41
+ "_path": "site-packages/ptyprocess-0.7.0.dist-info/INSTALLER",
42
+ "path_type": "hardlink",
43
+ "sha256": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
44
+ "sha256_in_prefix": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
45
+ "size_in_bytes": 5
46
+ },
47
+ {
48
+ "_path": "site-packages/ptyprocess-0.7.0.dist-info/LICENSE",
49
+ "path_type": "hardlink",
50
+ "sha256": "c822d385b1a73329846241799becf18690b5d44764c1bed69300b536a405030a",
51
+ "sha256_in_prefix": "c822d385b1a73329846241799becf18690b5d44764c1bed69300b536a405030a",
52
+ "size_in_bytes": 905
53
+ },
54
+ {
55
+ "_path": "site-packages/ptyprocess-0.7.0.dist-info/METADATA",
56
+ "path_type": "hardlink",
57
+ "sha256": "1073312a5f6fb5291d1360220b30fdbc691aeaafe2e6c2f19b05fccadbf51649",
58
+ "sha256_in_prefix": "1073312a5f6fb5291d1360220b30fdbc691aeaafe2e6c2f19b05fccadbf51649",
59
+ "size_in_bytes": 1295
60
+ },
61
+ {
62
+ "_path": "site-packages/ptyprocess-0.7.0.dist-info/RECORD",
63
+ "path_type": "hardlink",
64
+ "sha256": "9cbbc8ed56aa0341cb82a56d3a30926514ae98ea9466545a0f1d1030dba9ea83",
65
+ "sha256_in_prefix": "9cbbc8ed56aa0341cb82a56d3a30926514ae98ea9466545a0f1d1030dba9ea83",
66
+ "size_in_bytes": 1109
67
+ },
68
+ {
69
+ "_path": "site-packages/ptyprocess-0.7.0.dist-info/REQUESTED",
70
+ "path_type": "hardlink",
71
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
72
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
73
+ "size_in_bytes": 0
74
+ },
75
+ {
76
+ "_path": "site-packages/ptyprocess-0.7.0.dist-info/WHEEL",
77
+ "path_type": "hardlink",
78
+ "sha256": "b2c43ce04679807d6908eba3777896ec70a5a3f3bf6836829546d7e01f1b8ca6",
79
+ "sha256_in_prefix": "b2c43ce04679807d6908eba3777896ec70a5a3f3bf6836829546d7e01f1b8ca6",
80
+ "size_in_bytes": 100
81
+ },
82
+ {
83
+ "_path": "site-packages/ptyprocess-0.7.0.dist-info/direct_url.json",
84
+ "path_type": "hardlink",
85
+ "sha256": "3a0353abb9237e2694c7caeed24da1e7367244261147a074bacb9eecbd5ea981",
86
+ "sha256_in_prefix": "3a0353abb9237e2694c7caeed24da1e7367244261147a074bacb9eecbd5ea981",
87
+ "size_in_bytes": 324
88
+ },
89
+ {
90
+ "_path": "site-packages/ptyprocess/__init__.py",
91
+ "path_type": "hardlink",
92
+ "sha256": "b27f96ff59cd453b883a2d9a0841d52f4eb009525c47e2ce65d8295f3c05b935",
93
+ "sha256_in_prefix": "b27f96ff59cd453b883a2d9a0841d52f4eb009525c47e2ce65d8295f3c05b935",
94
+ "size_in_bytes": 138
95
+ },
96
+ {
97
+ "_path": "site-packages/ptyprocess/_fork_pty.py",
98
+ "path_type": "hardlink",
99
+ "sha256": "555bcccbc7386698c332220c4a0f13d414358374817b10e97b2fdcc62d27e5ac",
100
+ "sha256_in_prefix": "555bcccbc7386698c332220c4a0f13d414358374817b10e97b2fdcc62d27e5ac",
101
+ "size_in_bytes": 2362
102
+ },
103
+ {
104
+ "_path": "site-packages/ptyprocess/ptyprocess.py",
105
+ "path_type": "hardlink",
106
+ "sha256": "b24dac536236d98ca5d60537163166a562f7078de8d0aa86ddddc223caf436af",
107
+ "sha256_in_prefix": "b24dac536236d98ca5d60537163166a562f7078de8d0aa86ddddc223caf436af",
108
+ "size_in_bytes": 31686
109
+ },
110
+ {
111
+ "_path": "site-packages/ptyprocess/util.py",
112
+ "path_type": "hardlink",
113
+ "sha256": "ad001d0d165fa0e88e9fabf2916b61d3023a145280a7b689b4149db7e28159d5",
114
+ "sha256_in_prefix": "ad001d0d165fa0e88e9fabf2916b61d3023a145280a7b689b4149db7e28159d5",
115
+ "size_in_bytes": 2785
116
+ },
117
+ {
118
+ "_path": "lib/python3.10/site-packages/ptyprocess/__pycache__/__init__.cpython-310.pyc",
119
+ "path_type": "pyc_file"
120
+ },
121
+ {
122
+ "_path": "lib/python3.10/site-packages/ptyprocess/__pycache__/_fork_pty.cpython-310.pyc",
123
+ "path_type": "pyc_file"
124
+ },
125
+ {
126
+ "_path": "lib/python3.10/site-packages/ptyprocess/__pycache__/ptyprocess.cpython-310.pyc",
127
+ "path_type": "pyc_file"
128
+ },
129
+ {
130
+ "_path": "lib/python3.10/site-packages/ptyprocess/__pycache__/util.cpython-310.pyc",
131
+ "path_type": "pyc_file"
132
+ }
133
+ ],
134
+ "paths_version": 1
135
+ },
136
+ "requested_spec": "None",
137
+ "sha256": "a7713dfe30faf17508ec359e0bc7e0983f5d94682492469bd462cdaae9c64d83",
138
+ "size": 19457,
139
+ "subdir": "noarch",
140
+ "timestamp": 1733302371000,
141
+ "url": "https://conda.anaconda.org/conda-forge/noarch/ptyprocess-0.7.0-pyhd8ed1ab_1.conda",
142
+ "version": "0.7.0"
143
+ }
conda-meta/pure_eval-0.2.3-pyhd8ed1ab_1.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "pyhd8ed1ab_1",
3
+ "build_number": 1,
4
+ "channel": "https://conda.anaconda.org/conda-forge/noarch",
5
+ "constrains": [],
6
+ "depends": [
7
+ "python >=3.9"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/pure_eval-0.2.3-pyhd8ed1ab_1",
10
+ "files": [
11
+ "lib/python3.10/site-packages/pure_eval-0.2.3.dist-info/INSTALLER",
12
+ "lib/python3.10/site-packages/pure_eval-0.2.3.dist-info/LICENSE.txt",
13
+ "lib/python3.10/site-packages/pure_eval-0.2.3.dist-info/METADATA",
14
+ "lib/python3.10/site-packages/pure_eval-0.2.3.dist-info/RECORD",
15
+ "lib/python3.10/site-packages/pure_eval-0.2.3.dist-info/REQUESTED",
16
+ "lib/python3.10/site-packages/pure_eval-0.2.3.dist-info/WHEEL",
17
+ "lib/python3.10/site-packages/pure_eval-0.2.3.dist-info/direct_url.json",
18
+ "lib/python3.10/site-packages/pure_eval-0.2.3.dist-info/top_level.txt",
19
+ "lib/python3.10/site-packages/pure_eval/__init__.py",
20
+ "lib/python3.10/site-packages/pure_eval/core.py",
21
+ "lib/python3.10/site-packages/pure_eval/my_getattr_static.py",
22
+ "lib/python3.10/site-packages/pure_eval/py.typed",
23
+ "lib/python3.10/site-packages/pure_eval/utils.py",
24
+ "lib/python3.10/site-packages/pure_eval/version.py",
25
+ "lib/python3.10/site-packages/pure_eval/__pycache__/__init__.cpython-310.pyc",
26
+ "lib/python3.10/site-packages/pure_eval/__pycache__/core.cpython-310.pyc",
27
+ "lib/python3.10/site-packages/pure_eval/__pycache__/my_getattr_static.cpython-310.pyc",
28
+ "lib/python3.10/site-packages/pure_eval/__pycache__/utils.cpython-310.pyc",
29
+ "lib/python3.10/site-packages/pure_eval/__pycache__/version.cpython-310.pyc"
30
+ ],
31
+ "fn": "pure_eval-0.2.3-pyhd8ed1ab_1.conda",
32
+ "license": "MIT",
33
+ "link": {
34
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/pure_eval-0.2.3-pyhd8ed1ab_1",
35
+ "type": 1
36
+ },
37
+ "md5": "3bfdfb8dbcdc4af1ae3f9a8eb3948f04",
38
+ "name": "pure_eval",
39
+ "noarch": "python",
40
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/pure_eval-0.2.3-pyhd8ed1ab_1.conda",
41
+ "package_type": "noarch_python",
42
+ "paths_data": {
43
+ "paths": [
44
+ {
45
+ "_path": "site-packages/pure_eval-0.2.3.dist-info/INSTALLER",
46
+ "path_type": "hardlink",
47
+ "sha256": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
48
+ "sha256_in_prefix": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
49
+ "size_in_bytes": 5
50
+ },
51
+ {
52
+ "_path": "site-packages/pure_eval-0.2.3.dist-info/LICENSE.txt",
53
+ "path_type": "hardlink",
54
+ "sha256": "a476a2cb0ef4c41450340a577a28b91ac4c7f669136b2ee148047fabd5fc4181",
55
+ "sha256_in_prefix": "a476a2cb0ef4c41450340a577a28b91ac4c7f669136b2ee148047fabd5fc4181",
56
+ "size_in_bytes": 1066
57
+ },
58
+ {
59
+ "_path": "site-packages/pure_eval-0.2.3.dist-info/METADATA",
60
+ "path_type": "hardlink",
61
+ "sha256": "6b93e91bf03b476f3e3dfde8a082fe7c1056abc0d7d62174ec924e7c156468c5",
62
+ "sha256_in_prefix": "6b93e91bf03b476f3e3dfde8a082fe7c1056abc0d7d62174ec924e7c156468c5",
63
+ "size_in_bytes": 6277
64
+ },
65
+ {
66
+ "_path": "site-packages/pure_eval-0.2.3.dist-info/RECORD",
67
+ "path_type": "hardlink",
68
+ "sha256": "3145aba02e746228fe4fc9f880aceac0099fffd622529e18858d6c93e47a1d1c",
69
+ "sha256_in_prefix": "3145aba02e746228fe4fc9f880aceac0099fffd622529e18858d6c93e47a1d1c",
70
+ "size_in_bytes": 1397
71
+ },
72
+ {
73
+ "_path": "site-packages/pure_eval-0.2.3.dist-info/REQUESTED",
74
+ "path_type": "hardlink",
75
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
76
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
77
+ "size_in_bytes": 0
78
+ },
79
+ {
80
+ "_path": "site-packages/pure_eval-0.2.3.dist-info/WHEEL",
81
+ "path_type": "hardlink",
82
+ "sha256": "3d9504c5d7fbd548bfb28ebb417a724ae1ed0a2dfe277c2f1783912ba93f4bc5",
83
+ "sha256_in_prefix": "3d9504c5d7fbd548bfb28ebb417a724ae1ed0a2dfe277c2f1783912ba93f4bc5",
84
+ "size_in_bytes": 91
85
+ },
86
+ {
87
+ "_path": "site-packages/pure_eval-0.2.3.dist-info/direct_url.json",
88
+ "path_type": "hardlink",
89
+ "sha256": "08389a12e33ca7a8fe11cea1df8ec8a3d8291abc57aa2307007213d7364d2512",
90
+ "sha256_in_prefix": "08389a12e33ca7a8fe11cea1df8ec8a3d8291abc57aa2307007213d7364d2512",
91
+ "size_in_bytes": 105
92
+ },
93
+ {
94
+ "_path": "site-packages/pure_eval-0.2.3.dist-info/top_level.txt",
95
+ "path_type": "hardlink",
96
+ "sha256": "6a3db8bf3c37c1cdd7b0bdd0d2c1e27485fa37b4da562103af547f47841b823a",
97
+ "sha256_in_prefix": "6a3db8bf3c37c1cdd7b0bdd0d2c1e27485fa37b4da562103af547f47841b823a",
98
+ "size_in_bytes": 10
99
+ },
100
+ {
101
+ "_path": "site-packages/pure_eval/__init__.py",
102
+ "path_type": "hardlink",
103
+ "sha256": "0e91487e2c28901bb3e7e2fc3fe83f8fb86b91b85b160fcf47a17ded41600391",
104
+ "sha256_in_prefix": "0e91487e2c28901bb3e7e2fc3fe83f8fb86b91b85b160fcf47a17ded41600391",
105
+ "size_in_bytes": 434
106
+ },
107
+ {
108
+ "_path": "site-packages/pure_eval/core.py",
109
+ "path_type": "hardlink",
110
+ "sha256": "6f1b215a0855c026b07557eb35d5cba878f950ea5a3f3d5a0240744f7c61ff74",
111
+ "sha256_in_prefix": "6f1b215a0855c026b07557eb35d5cba878f950ea5a3f3d5a0240744f7c61ff74",
112
+ "size_in_bytes": 15309
113
+ },
114
+ {
115
+ "_path": "site-packages/pure_eval/my_getattr_static.py",
116
+ "path_type": "hardlink",
117
+ "sha256": "e85c0a21b83784b5e063ca2768afcbd65c9124a8cb54d1a082ce52cfaba158c7",
118
+ "sha256_in_prefix": "e85c0a21b83784b5e063ca2768afcbd65c9124a8cb54d1a082ce52cfaba158c7",
119
+ "size_in_bytes": 4161
120
+ },
121
+ {
122
+ "_path": "site-packages/pure_eval/py.typed",
123
+ "path_type": "hardlink",
124
+ "sha256": "c37c58268ef5cc0ee90e717ae71afabbc14bf20bc9ec674028c2522eebf620f5",
125
+ "sha256_in_prefix": "c37c58268ef5cc0ee90e717ae71afabbc14bf20bc9ec674028c2522eebf620f5",
126
+ "size_in_bytes": 68
127
+ },
128
+ {
129
+ "_path": "site-packages/pure_eval/utils.py",
130
+ "path_type": "hardlink",
131
+ "sha256": "b0f667d0f022476e3f6e28ec695b67bfb199293d9ac6ff3aac56f7706841ff96",
132
+ "sha256_in_prefix": "b0f667d0f022476e3f6e28ec695b67bfb199293d9ac6ff3aac56f7706841ff96",
133
+ "size_in_bytes": 4612
134
+ },
135
+ {
136
+ "_path": "site-packages/pure_eval/version.py",
137
+ "path_type": "hardlink",
138
+ "sha256": "ce86d4cd0f1d9a2eeffdfadb42d8c00b5a5a70d2556f003fddb31a78ba2d04c5",
139
+ "sha256_in_prefix": "ce86d4cd0f1d9a2eeffdfadb42d8c00b5a5a70d2556f003fddb31a78ba2d04c5",
140
+ "size_in_bytes": 21
141
+ },
142
+ {
143
+ "_path": "lib/python3.10/site-packages/pure_eval/__pycache__/__init__.cpython-310.pyc",
144
+ "path_type": "pyc_file"
145
+ },
146
+ {
147
+ "_path": "lib/python3.10/site-packages/pure_eval/__pycache__/core.cpython-310.pyc",
148
+ "path_type": "pyc_file"
149
+ },
150
+ {
151
+ "_path": "lib/python3.10/site-packages/pure_eval/__pycache__/my_getattr_static.cpython-310.pyc",
152
+ "path_type": "pyc_file"
153
+ },
154
+ {
155
+ "_path": "lib/python3.10/site-packages/pure_eval/__pycache__/utils.cpython-310.pyc",
156
+ "path_type": "pyc_file"
157
+ },
158
+ {
159
+ "_path": "lib/python3.10/site-packages/pure_eval/__pycache__/version.cpython-310.pyc",
160
+ "path_type": "pyc_file"
161
+ }
162
+ ],
163
+ "paths_version": 1
164
+ },
165
+ "requested_spec": "None",
166
+ "sha256": "71bd24600d14bb171a6321d523486f6a06f855e75e547fa0cb2a0953b02047f0",
167
+ "size": 16668,
168
+ "subdir": "noarch",
169
+ "timestamp": 1733569518000,
170
+ "url": "https://conda.anaconda.org/conda-forge/noarch/pure_eval-0.2.3-pyhd8ed1ab_1.conda",
171
+ "version": "0.2.3"
172
+ }
conda-meta/pygments-2.19.2-pyhd8ed1ab_0.json ADDED
The diff for this file is too large to render. See raw diff
 
conda-meta/pysocks-1.7.1-py310h06a4308_0.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "py310h06a4308_0",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "python >=3.10,<3.11.0a0"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/pysocks-1.7.1-py310h06a4308_0",
10
+ "files": [
11
+ "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/INSTALLER",
12
+ "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/LICENSE",
13
+ "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/METADATA",
14
+ "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/RECORD",
15
+ "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/REQUESTED",
16
+ "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/WHEEL",
17
+ "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/direct_url.json",
18
+ "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/top_level.txt",
19
+ "lib/python3.10/site-packages/__pycache__/socks.cpython-310.pyc",
20
+ "lib/python3.10/site-packages/__pycache__/sockshandler.cpython-310.pyc",
21
+ "lib/python3.10/site-packages/socks.py",
22
+ "lib/python3.10/site-packages/sockshandler.py"
23
+ ],
24
+ "fn": "pysocks-1.7.1-py310h06a4308_0.conda",
25
+ "license": "BSD 3-Clause",
26
+ "link": {
27
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/pysocks-1.7.1-py310h06a4308_0",
28
+ "type": 1
29
+ },
30
+ "md5": "b0753810caadcd4a550c833f87fb3866",
31
+ "name": "pysocks",
32
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/pysocks-1.7.1-py310h06a4308_0.conda",
33
+ "paths_data": {
34
+ "paths": [
35
+ {
36
+ "_path": "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/INSTALLER",
37
+ "path_type": "hardlink",
38
+ "sha256": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
39
+ "sha256_in_prefix": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
40
+ "size_in_bytes": 5
41
+ },
42
+ {
43
+ "_path": "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/LICENSE",
44
+ "path_type": "hardlink",
45
+ "sha256": "7027e214e014eb78b7adcc1ceda5aca713a79fc4f6a0c52c9da5b3e707e6ffe9",
46
+ "sha256_in_prefix": "7027e214e014eb78b7adcc1ceda5aca713a79fc4f6a0c52c9da5b3e707e6ffe9",
47
+ "size_in_bytes": 1401
48
+ },
49
+ {
50
+ "_path": "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/METADATA",
51
+ "path_type": "hardlink",
52
+ "sha256": "731ad8723eeb283dca474a099fcd8334af067b1ece2d218c7df32e69782db77b",
53
+ "sha256_in_prefix": "731ad8723eeb283dca474a099fcd8334af067b1ece2d218c7df32e69782db77b",
54
+ "size_in_bytes": 13257
55
+ },
56
+ {
57
+ "_path": "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/RECORD",
58
+ "path_type": "hardlink",
59
+ "sha256": "a1c6602de33189d59a9db0a4b826cab13a92392076eb6c7a5444e977126b1019",
60
+ "sha256_in_prefix": "a1c6602de33189d59a9db0a4b826cab13a92392076eb6c7a5444e977126b1019",
61
+ "size_in_bytes": 884
62
+ },
63
+ {
64
+ "_path": "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/REQUESTED",
65
+ "path_type": "hardlink",
66
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
67
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
68
+ "size_in_bytes": 0
69
+ },
70
+ {
71
+ "_path": "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/WHEEL",
72
+ "path_type": "hardlink",
73
+ "sha256": "7b0c04b9e8a8d42d977874ef4f5ee7f1d6542603afc82582b7459534b0a53fda",
74
+ "sha256_in_prefix": "7b0c04b9e8a8d42d977874ef4f5ee7f1d6542603afc82582b7459534b0a53fda",
75
+ "size_in_bytes": 92
76
+ },
77
+ {
78
+ "_path": "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/direct_url.json",
79
+ "path_type": "hardlink",
80
+ "sha256": "34ccf55baeab57c2a1c601309359c05fd87471376a80457e93e66e478933ecd7",
81
+ "sha256_in_prefix": "34ccf55baeab57c2a1c601309359c05fd87471376a80457e93e66e478933ecd7",
82
+ "size_in_bytes": 81
83
+ },
84
+ {
85
+ "_path": "lib/python3.10/site-packages/PySocks-1.7.1.dist-info/top_level.txt",
86
+ "path_type": "hardlink",
87
+ "sha256": "4ca48e21f0850682bd118f050586d8a82dcf59ddfef86d79a61f67f3e4073c39",
88
+ "sha256_in_prefix": "4ca48e21f0850682bd118f050586d8a82dcf59ddfef86d79a61f67f3e4073c39",
89
+ "size_in_bytes": 19
90
+ },
91
+ {
92
+ "_path": "lib/python3.10/site-packages/__pycache__/socks.cpython-310.pyc",
93
+ "path_type": "hardlink",
94
+ "sha256": "1d9358a6f6fefbc666eb28579067ab2fbeed509eab0bda5fac5ebcc1bc4187d2",
95
+ "sha256_in_prefix": "1d9358a6f6fefbc666eb28579067ab2fbeed509eab0bda5fac5ebcc1bc4187d2",
96
+ "size_in_bytes": 21223
97
+ },
98
+ {
99
+ "_path": "lib/python3.10/site-packages/__pycache__/sockshandler.cpython-310.pyc",
100
+ "path_type": "hardlink",
101
+ "sha256": "54a392e2e147751aeb4fcf0e2cdfdfd9299c3a56e374ef4a7c9d393c88120ea0",
102
+ "sha256_in_prefix": "54a392e2e147751aeb4fcf0e2cdfdfd9299c3a56e374ef4a7c9d393c88120ea0",
103
+ "size_in_bytes": 4074
104
+ },
105
+ {
106
+ "_path": "lib/python3.10/site-packages/socks.py",
107
+ "path_type": "hardlink",
108
+ "sha256": "c4e627dbbb7d206adb4c1cd6b1452e3dad1806ea6582253293390e0795798856",
109
+ "sha256_in_prefix": "c4e627dbbb7d206adb4c1cd6b1452e3dad1806ea6582253293390e0795798856",
110
+ "size_in_bytes": 31086
111
+ },
112
+ {
113
+ "_path": "lib/python3.10/site-packages/sockshandler.py",
114
+ "path_type": "hardlink",
115
+ "sha256": "d926068fea70b7592380ba19026c9e6845c27990d64667d54bf406ea412b1ad6",
116
+ "sha256_in_prefix": "d926068fea70b7592380ba19026c9e6845c27990d64667d54bf406ea412b1ad6",
117
+ "size_in_bytes": 3966
118
+ }
119
+ ],
120
+ "paths_version": 1
121
+ },
122
+ "requested_spec": "None",
123
+ "sha256": "4ae4c13a181087485244bfdfe3cee8d3e69ca53d87f3f3fe30f2874b833359b3",
124
+ "size": 28895,
125
+ "subdir": "linux-64",
126
+ "timestamp": 1640793693000,
127
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/pysocks-1.7.1-py310h06a4308_0.conda",
128
+ "version": "1.7.1"
129
+ }
conda-meta/python-3.10.18-h1a3bd86_0.json ADDED
The diff for this file is too large to render. See raw diff
 
conda-meta/python_abi-3.10-2_cp310.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "2_cp310",
3
+ "build_number": 2,
4
+ "channel": "https://conda.anaconda.org/conda-forge/noarch",
5
+ "constrains": [
6
+ "pypy <0a0"
7
+ ],
8
+ "depends": [
9
+ "python 3.10.*"
10
+ ],
11
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/python_abi-3.10-2_cp310",
12
+ "files": [],
13
+ "fn": "python_abi-3.10-2_cp310.tar.bz2",
14
+ "license": "BSD-3-Clause",
15
+ "link": {
16
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/python_abi-3.10-2_cp310",
17
+ "type": 1
18
+ },
19
+ "md5": "9e7160cd0d865e98f6803f1fe15c8b61",
20
+ "name": "python_abi",
21
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/python_abi-3.10-2_cp310.tar.bz2",
22
+ "paths_data": {
23
+ "paths": [],
24
+ "paths_version": 1
25
+ },
26
+ "requested_spec": "None",
27
+ "sha256": "e7e52aaec7cba6e17e45d731f9d38ede007aea0d72aee66670ab71016f5783ed",
28
+ "size": 4060,
29
+ "subdir": "linux-64",
30
+ "timestamp": 1633503868000,
31
+ "url": "https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.10-2_cp310.tar.bz2",
32
+ "version": "3.10"
33
+ }
conda-meta/wcwidth-0.2.13-pyhd8ed1ab_1.json ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "pyhd8ed1ab_1",
3
+ "build_number": 1,
4
+ "channel": "https://conda.anaconda.org/conda-forge/noarch",
5
+ "constrains": [],
6
+ "depends": [
7
+ "python >=3.9"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/wcwidth-0.2.13-pyhd8ed1ab_1",
10
+ "files": [
11
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/INSTALLER",
12
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/LICENSE",
13
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/METADATA",
14
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/RECORD",
15
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/REQUESTED",
16
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/WHEEL",
17
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/direct_url.json",
18
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/top_level.txt",
19
+ "lib/python3.10/site-packages/wcwidth-0.2.13.dist-info/zip-safe",
20
+ "lib/python3.10/site-packages/wcwidth/__init__.py",
21
+ "lib/python3.10/site-packages/wcwidth/table_vs16.py",
22
+ "lib/python3.10/site-packages/wcwidth/table_wide.py",
23
+ "lib/python3.10/site-packages/wcwidth/table_zero.py",
24
+ "lib/python3.10/site-packages/wcwidth/unicode_versions.py",
25
+ "lib/python3.10/site-packages/wcwidth/wcwidth.py",
26
+ "lib/python3.10/site-packages/wcwidth/__pycache__/__init__.cpython-310.pyc",
27
+ "lib/python3.10/site-packages/wcwidth/__pycache__/table_vs16.cpython-310.pyc",
28
+ "lib/python3.10/site-packages/wcwidth/__pycache__/table_wide.cpython-310.pyc",
29
+ "lib/python3.10/site-packages/wcwidth/__pycache__/table_zero.cpython-310.pyc",
30
+ "lib/python3.10/site-packages/wcwidth/__pycache__/unicode_versions.cpython-310.pyc",
31
+ "lib/python3.10/site-packages/wcwidth/__pycache__/wcwidth.cpython-310.pyc"
32
+ ],
33
+ "fn": "wcwidth-0.2.13-pyhd8ed1ab_1.conda",
34
+ "license": "MIT",
35
+ "link": {
36
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/wcwidth-0.2.13-pyhd8ed1ab_1",
37
+ "type": 1
38
+ },
39
+ "md5": "b68980f2495d096e71c7fd9d7ccf63e6",
40
+ "name": "wcwidth",
41
+ "noarch": "python",
42
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/wcwidth-0.2.13-pyhd8ed1ab_1.conda",
43
+ "package_type": "noarch_python",
44
+ "paths_data": {
45
+ "paths": [
46
+ {
47
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/INSTALLER",
48
+ "path_type": "hardlink",
49
+ "sha256": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
50
+ "sha256_in_prefix": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
51
+ "size_in_bytes": 5
52
+ },
53
+ {
54
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/LICENSE",
55
+ "path_type": "hardlink",
56
+ "sha256": "70b98a95a2144eb70af8017fa8c6d95ce247e40867436e8bc649e137fe13d21a",
57
+ "sha256_in_prefix": "70b98a95a2144eb70af8017fa8c6d95ce247e40867436e8bc649e137fe13d21a",
58
+ "size_in_bytes": 1322
59
+ },
60
+ {
61
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/METADATA",
62
+ "path_type": "hardlink",
63
+ "sha256": "dfef2844ef0f7190485915d1c0ef0735a3004fce79c60fc909e4ce11e51bb0e4",
64
+ "sha256_in_prefix": "dfef2844ef0f7190485915d1c0ef0735a3004fce79c60fc909e4ce11e51bb0e4",
65
+ "size_in_bytes": 14990
66
+ },
67
+ {
68
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/RECORD",
69
+ "path_type": "hardlink",
70
+ "sha256": "452811f4a34c01dd95264dffba7805b63b9d97757240c1850afc76fe54e488b2",
71
+ "sha256_in_prefix": "452811f4a34c01dd95264dffba7805b63b9d97757240c1850afc76fe54e488b2",
72
+ "size_in_bytes": 1534
73
+ },
74
+ {
75
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/REQUESTED",
76
+ "path_type": "hardlink",
77
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
78
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
79
+ "size_in_bytes": 0
80
+ },
81
+ {
82
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/WHEEL",
83
+ "path_type": "hardlink",
84
+ "sha256": "a7178d5f925db427b9f0f51260ff6ea6673b8dd44f82f4f41a6f646f5487955c",
85
+ "sha256_in_prefix": "a7178d5f925db427b9f0f51260ff6ea6673b8dd44f82f4f41a6f646f5487955c",
86
+ "size_in_bytes": 109
87
+ },
88
+ {
89
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/direct_url.json",
90
+ "path_type": "hardlink",
91
+ "sha256": "ccef1daf8dd235d56f2d7f7edfc926cdc86137f3f8290962191a96bd6ae17c8c",
92
+ "sha256_in_prefix": "ccef1daf8dd235d56f2d7f7edfc926cdc86137f3f8290962191a96bd6ae17c8c",
93
+ "size_in_bytes": 103
94
+ },
95
+ {
96
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/top_level.txt",
97
+ "path_type": "hardlink",
98
+ "sha256": "2cb8d2f121625d7b8b11c0f604d7457468692967b9a291edbe7eca363f402112",
99
+ "sha256_in_prefix": "2cb8d2f121625d7b8b11c0f604d7457468692967b9a291edbe7eca363f402112",
100
+ "size_in_bytes": 8
101
+ },
102
+ {
103
+ "_path": "site-packages/wcwidth-0.2.13.dist-info/zip-safe",
104
+ "path_type": "hardlink",
105
+ "sha256": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",
106
+ "sha256_in_prefix": "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b",
107
+ "size_in_bytes": 1
108
+ },
109
+ {
110
+ "_path": "site-packages/wcwidth/__init__.py",
111
+ "path_type": "hardlink",
112
+ "sha256": "79c671dd456892d66e02f6ad1ba35eb41c9516010d90a97d86d9a4d196ac4e60",
113
+ "sha256_in_prefix": "79c671dd456892d66e02f6ad1ba35eb41c9516010d90a97d86d9a4d196ac4e60",
114
+ "size_in_bytes": 1076
115
+ },
116
+ {
117
+ "_path": "site-packages/wcwidth/table_vs16.py",
118
+ "path_type": "hardlink",
119
+ "sha256": "84f6eea05c66c6b19fb8169ea2178c4c01a6801d9ae04b9d87162c62890b7faa",
120
+ "sha256_in_prefix": "84f6eea05c66c6b19fb8169ea2178c4c01a6801d9ae04b9d87162c62890b7faa",
121
+ "size_in_bytes": 6857
122
+ },
123
+ {
124
+ "_path": "site-packages/wcwidth/table_wide.py",
125
+ "path_type": "hardlink",
126
+ "sha256": "bd41e310eb91c35586c94708c362fd1b2999b18bc2d88ddd73ce7c9a56324d83",
127
+ "sha256_in_prefix": "bd41e310eb91c35586c94708c362fd1b2999b18bc2d88ddd73ce7c9a56324d83",
128
+ "size_in_bytes": 100896
129
+ },
130
+ {
131
+ "_path": "site-packages/wcwidth/table_zero.py",
132
+ "path_type": "hardlink",
133
+ "sha256": "e197a284b6431fca1b82bc00e9cb7ebeeda5c5ce2dfc3b1fca207da7d3afc5ba",
134
+ "sha256_in_prefix": "e197a284b6431fca1b82bc00e9cb7ebeeda5c5ce2dfc3b1fca207da7d3afc5ba",
135
+ "size_in_bytes": 359450
136
+ },
137
+ {
138
+ "_path": "site-packages/wcwidth/unicode_versions.py",
139
+ "path_type": "hardlink",
140
+ "sha256": "ee74a181e458aef645906a5111dafe3e451e5e7b8cf96c5e3a61988fa40d69a1",
141
+ "sha256_in_prefix": "ee74a181e458aef645906a5111dafe3e451e5e7b8cf96c5e3a61988fa40d69a1",
142
+ "size_in_bytes": 851
143
+ },
144
+ {
145
+ "_path": "site-packages/wcwidth/wcwidth.py",
146
+ "path_type": "hardlink",
147
+ "sha256": "4cbcf21f56a17440c33ce20c72a54ee14d20c8ac12c9977302c4a010fb951466",
148
+ "sha256_in_prefix": "4cbcf21f56a17440c33ce20c72a54ee14d20c8ac12c9977302c4a010fb951466",
149
+ "size_in_bytes": 14512
150
+ },
151
+ {
152
+ "_path": "lib/python3.10/site-packages/wcwidth/__pycache__/__init__.cpython-310.pyc",
153
+ "path_type": "pyc_file"
154
+ },
155
+ {
156
+ "_path": "lib/python3.10/site-packages/wcwidth/__pycache__/table_vs16.cpython-310.pyc",
157
+ "path_type": "pyc_file"
158
+ },
159
+ {
160
+ "_path": "lib/python3.10/site-packages/wcwidth/__pycache__/table_wide.cpython-310.pyc",
161
+ "path_type": "pyc_file"
162
+ },
163
+ {
164
+ "_path": "lib/python3.10/site-packages/wcwidth/__pycache__/table_zero.cpython-310.pyc",
165
+ "path_type": "pyc_file"
166
+ },
167
+ {
168
+ "_path": "lib/python3.10/site-packages/wcwidth/__pycache__/unicode_versions.cpython-310.pyc",
169
+ "path_type": "pyc_file"
170
+ },
171
+ {
172
+ "_path": "lib/python3.10/site-packages/wcwidth/__pycache__/wcwidth.cpython-310.pyc",
173
+ "path_type": "pyc_file"
174
+ }
175
+ ],
176
+ "paths_version": 1
177
+ },
178
+ "requested_spec": "None",
179
+ "sha256": "f21e63e8f7346f9074fd00ca3b079bd3d2fa4d71f1f89d5b6934bf31446dc2a5",
180
+ "size": 32581,
181
+ "subdir": "noarch",
182
+ "timestamp": 1733231433000,
183
+ "url": "https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.13-pyhd8ed1ab_1.conda",
184
+ "version": "0.2.13"
185
+ }
conda-meta/wheel-0.45.1-py310h06a4308_0.json ADDED
@@ -0,0 +1,563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "py310h06a4308_0",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "python >=3.10,<3.11.0a0"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/wheel-0.45.1-py310h06a4308_0",
10
+ "files": [
11
+ "bin/wheel",
12
+ "lib/python3.10/site-packages/wheel-0.45.1.dist-info/LICENSE.txt",
13
+ "lib/python3.10/site-packages/wheel-0.45.1.dist-info/METADATA",
14
+ "lib/python3.10/site-packages/wheel-0.45.1.dist-info/RECORD",
15
+ "lib/python3.10/site-packages/wheel-0.45.1.dist-info/WHEEL",
16
+ "lib/python3.10/site-packages/wheel-0.45.1.dist-info/entry_points.txt",
17
+ "lib/python3.10/site-packages/wheel/__init__.py",
18
+ "lib/python3.10/site-packages/wheel/__main__.py",
19
+ "lib/python3.10/site-packages/wheel/__pycache__/__init__.cpython-310.pyc",
20
+ "lib/python3.10/site-packages/wheel/__pycache__/__main__.cpython-310.pyc",
21
+ "lib/python3.10/site-packages/wheel/__pycache__/_bdist_wheel.cpython-310.pyc",
22
+ "lib/python3.10/site-packages/wheel/__pycache__/_setuptools_logging.cpython-310.pyc",
23
+ "lib/python3.10/site-packages/wheel/__pycache__/bdist_wheel.cpython-310.pyc",
24
+ "lib/python3.10/site-packages/wheel/__pycache__/macosx_libfile.cpython-310.pyc",
25
+ "lib/python3.10/site-packages/wheel/__pycache__/metadata.cpython-310.pyc",
26
+ "lib/python3.10/site-packages/wheel/__pycache__/util.cpython-310.pyc",
27
+ "lib/python3.10/site-packages/wheel/__pycache__/wheelfile.cpython-310.pyc",
28
+ "lib/python3.10/site-packages/wheel/_bdist_wheel.py",
29
+ "lib/python3.10/site-packages/wheel/_setuptools_logging.py",
30
+ "lib/python3.10/site-packages/wheel/bdist_wheel.py",
31
+ "lib/python3.10/site-packages/wheel/cli/__init__.py",
32
+ "lib/python3.10/site-packages/wheel/cli/__pycache__/__init__.cpython-310.pyc",
33
+ "lib/python3.10/site-packages/wheel/cli/__pycache__/convert.cpython-310.pyc",
34
+ "lib/python3.10/site-packages/wheel/cli/__pycache__/pack.cpython-310.pyc",
35
+ "lib/python3.10/site-packages/wheel/cli/__pycache__/tags.cpython-310.pyc",
36
+ "lib/python3.10/site-packages/wheel/cli/__pycache__/unpack.cpython-310.pyc",
37
+ "lib/python3.10/site-packages/wheel/cli/convert.py",
38
+ "lib/python3.10/site-packages/wheel/cli/pack.py",
39
+ "lib/python3.10/site-packages/wheel/cli/tags.py",
40
+ "lib/python3.10/site-packages/wheel/cli/unpack.py",
41
+ "lib/python3.10/site-packages/wheel/macosx_libfile.py",
42
+ "lib/python3.10/site-packages/wheel/metadata.py",
43
+ "lib/python3.10/site-packages/wheel/util.py",
44
+ "lib/python3.10/site-packages/wheel/vendored/__init__.py",
45
+ "lib/python3.10/site-packages/wheel/vendored/__pycache__/__init__.cpython-310.pyc",
46
+ "lib/python3.10/site-packages/wheel/vendored/packaging/LICENSE",
47
+ "lib/python3.10/site-packages/wheel/vendored/packaging/LICENSE.APACHE",
48
+ "lib/python3.10/site-packages/wheel/vendored/packaging/LICENSE.BSD",
49
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__init__.py",
50
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/__init__.cpython-310.pyc",
51
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_elffile.cpython-310.pyc",
52
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_manylinux.cpython-310.pyc",
53
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_musllinux.cpython-310.pyc",
54
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_parser.cpython-310.pyc",
55
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_structures.cpython-310.pyc",
56
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-310.pyc",
57
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/markers.cpython-310.pyc",
58
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/requirements.cpython-310.pyc",
59
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/specifiers.cpython-310.pyc",
60
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/tags.cpython-310.pyc",
61
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/utils.cpython-310.pyc",
62
+ "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/version.cpython-310.pyc",
63
+ "lib/python3.10/site-packages/wheel/vendored/packaging/_elffile.py",
64
+ "lib/python3.10/site-packages/wheel/vendored/packaging/_manylinux.py",
65
+ "lib/python3.10/site-packages/wheel/vendored/packaging/_musllinux.py",
66
+ "lib/python3.10/site-packages/wheel/vendored/packaging/_parser.py",
67
+ "lib/python3.10/site-packages/wheel/vendored/packaging/_structures.py",
68
+ "lib/python3.10/site-packages/wheel/vendored/packaging/_tokenizer.py",
69
+ "lib/python3.10/site-packages/wheel/vendored/packaging/markers.py",
70
+ "lib/python3.10/site-packages/wheel/vendored/packaging/requirements.py",
71
+ "lib/python3.10/site-packages/wheel/vendored/packaging/specifiers.py",
72
+ "lib/python3.10/site-packages/wheel/vendored/packaging/tags.py",
73
+ "lib/python3.10/site-packages/wheel/vendored/packaging/utils.py",
74
+ "lib/python3.10/site-packages/wheel/vendored/packaging/version.py",
75
+ "lib/python3.10/site-packages/wheel/vendored/vendor.txt",
76
+ "lib/python3.10/site-packages/wheel/wheelfile.py"
77
+ ],
78
+ "fn": "wheel-0.45.1-py310h06a4308_0.conda",
79
+ "license": "MIT",
80
+ "link": {
81
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/wheel-0.45.1-py310h06a4308_0",
82
+ "type": 1
83
+ },
84
+ "md5": "c7517b367f4a5a73ff88a8e888492ca8",
85
+ "name": "wheel",
86
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/wheel-0.45.1-py310h06a4308_0",
87
+ "paths_data": {
88
+ "paths": [
89
+ {
90
+ "_path": "bin/wheel",
91
+ "file_mode": "text",
92
+ "path_type": "hardlink",
93
+ "prefix_placeholder": "/croot/wheel_1737990206319/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p",
94
+ "sha256": "9a454821f0d68ed345128df773742cc9dd845c1d02fe9d12726aec29a74e058b",
95
+ "sha256_in_prefix": "869aca7880ed1a3adc2211977a3aed246300b32689c3d1efe94c6e3fef373e65",
96
+ "size_in_bytes": 462
97
+ },
98
+ {
99
+ "_path": "lib/python3.10/site-packages/wheel-0.45.1.dist-info/LICENSE.txt",
100
+ "path_type": "hardlink",
101
+ "sha256": "30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654",
102
+ "sha256_in_prefix": "30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654",
103
+ "size_in_bytes": 1107
104
+ },
105
+ {
106
+ "_path": "lib/python3.10/site-packages/wheel-0.45.1.dist-info/METADATA",
107
+ "path_type": "hardlink",
108
+ "sha256": "b04e96136b82c11487b79640c093a7344af76607ec497a24f4b87b2518590a60",
109
+ "sha256_in_prefix": "b04e96136b82c11487b79640c093a7344af76607ec497a24f4b87b2518590a60",
110
+ "size_in_bytes": 2313
111
+ },
112
+ {
113
+ "_path": "lib/python3.10/site-packages/wheel-0.45.1.dist-info/RECORD",
114
+ "path_type": "hardlink",
115
+ "sha256": "5327908535969578df40fd8fc7948997b01a7742b52266d566476425504e4fb2",
116
+ "sha256_in_prefix": "5327908535969578df40fd8fc7948997b01a7742b52266d566476425504e4fb2",
117
+ "size_in_bytes": 3180
118
+ },
119
+ {
120
+ "_path": "lib/python3.10/site-packages/wheel-0.45.1.dist-info/WHEEL",
121
+ "path_type": "hardlink",
122
+ "sha256": "1196c6921ec87b83e865f450f08d19b8ff5592537f4ef719e83484e546abe33e",
123
+ "sha256_in_prefix": "1196c6921ec87b83e865f450f08d19b8ff5592537f4ef719e83484e546abe33e",
124
+ "size_in_bytes": 81
125
+ },
126
+ {
127
+ "_path": "lib/python3.10/site-packages/wheel-0.45.1.dist-info/entry_points.txt",
128
+ "path_type": "hardlink",
129
+ "sha256": "ad363505b90f1e1906326e10dc5d29233241cd6da4331a06d68ae27dfbc6740d",
130
+ "sha256_in_prefix": "ad363505b90f1e1906326e10dc5d29233241cd6da4331a06d68ae27dfbc6740d",
131
+ "size_in_bytes": 104
132
+ },
133
+ {
134
+ "_path": "lib/python3.10/site-packages/wheel/__init__.py",
135
+ "path_type": "hardlink",
136
+ "sha256": "9abc4c9ef757002babfcb59e81b51f879839cac599addeb75099fcf74c2f18d9",
137
+ "sha256_in_prefix": "9abc4c9ef757002babfcb59e81b51f879839cac599addeb75099fcf74c2f18d9",
138
+ "size_in_bytes": 59
139
+ },
140
+ {
141
+ "_path": "lib/python3.10/site-packages/wheel/__main__.py",
142
+ "path_type": "hardlink",
143
+ "sha256": "3643149ee4c219c3a4818d0804b8010950bf04619c58e471d8af236064b5d941",
144
+ "sha256_in_prefix": "3643149ee4c219c3a4818d0804b8010950bf04619c58e471d8af236064b5d941",
145
+ "size_in_bytes": 455
146
+ },
147
+ {
148
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/__init__.cpython-310.pyc",
149
+ "path_type": "hardlink",
150
+ "sha256": "a3732f9aa03bb03bb3a54a31809ffccf9e95ef60073100c21e9d87cefce08028",
151
+ "sha256_in_prefix": "a3732f9aa03bb03bb3a54a31809ffccf9e95ef60073100c21e9d87cefce08028",
152
+ "size_in_bytes": 212
153
+ },
154
+ {
155
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/__main__.cpython-310.pyc",
156
+ "path_type": "hardlink",
157
+ "sha256": "01bc5451127d2ccc550edfe48118585c5dc6409dac0ae4d64889aa59f063a84f",
158
+ "sha256_in_prefix": "01bc5451127d2ccc550edfe48118585c5dc6409dac0ae4d64889aa59f063a84f",
159
+ "size_in_bytes": 610
160
+ },
161
+ {
162
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/_bdist_wheel.cpython-310.pyc",
163
+ "path_type": "hardlink",
164
+ "sha256": "d58a0d0e85d41ded75f340e66b77c1c78a7e24d3475c7006cbe8c19bbbfaade2",
165
+ "sha256_in_prefix": "d58a0d0e85d41ded75f340e66b77c1c78a7e24d3475c7006cbe8c19bbbfaade2",
166
+ "size_in_bytes": 15192
167
+ },
168
+ {
169
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/_setuptools_logging.cpython-310.pyc",
170
+ "path_type": "hardlink",
171
+ "sha256": "cbbea706411677be89bf14f71602773601aee01f5b39ae202c9bec6e6876774d",
172
+ "sha256_in_prefix": "cbbea706411677be89bf14f71602773601aee01f5b39ae202c9bec6e6876774d",
173
+ "size_in_bytes": 998
174
+ },
175
+ {
176
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/bdist_wheel.cpython-310.pyc",
177
+ "path_type": "hardlink",
178
+ "sha256": "55e879e2bcd50208e36fa7bcadd9d961e962d4739aa1724e6bc191cb1d0f0c23",
179
+ "sha256_in_prefix": "55e879e2bcd50208e36fa7bcadd9d961e962d4739aa1724e6bc191cb1d0f0c23",
180
+ "size_in_bytes": 672
181
+ },
182
+ {
183
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/macosx_libfile.cpython-310.pyc",
184
+ "path_type": "hardlink",
185
+ "sha256": "1bd1f81b0a72b0b4f4e8c508b96d43a98103121cd5b84b842fb4d4fe53f2728e",
186
+ "sha256_in_prefix": "1bd1f81b0a72b0b4f4e8c508b96d43a98103121cd5b84b842fb4d4fe53f2728e",
187
+ "size_in_bytes": 10428
188
+ },
189
+ {
190
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/metadata.cpython-310.pyc",
191
+ "path_type": "hardlink",
192
+ "sha256": "dd4b21e485dab3369e82d9e341aec65f03edbcba5cd33a59e9fc1b606b0591dc",
193
+ "sha256_in_prefix": "dd4b21e485dab3369e82d9e341aec65f03edbcba5cd33a59e9fc1b606b0591dc",
194
+ "size_in_bytes": 6169
195
+ },
196
+ {
197
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/util.cpython-310.pyc",
198
+ "path_type": "hardlink",
199
+ "sha256": "307cc4af6f671a7343cc150b507010d830090ca4f29843abcb436cbf2cdcef8a",
200
+ "sha256_in_prefix": "307cc4af6f671a7343cc150b507010d830090ca4f29843abcb436cbf2cdcef8a",
201
+ "size_in_bytes": 693
202
+ },
203
+ {
204
+ "_path": "lib/python3.10/site-packages/wheel/__pycache__/wheelfile.cpython-310.pyc",
205
+ "path_type": "hardlink",
206
+ "sha256": "5b52849e357b4272402b8a4905546c60406ef115cc6d8171466ddbf551d5db2f",
207
+ "sha256_in_prefix": "5b52849e357b4272402b8a4905546c60406ef115cc6d8171466ddbf551d5db2f",
208
+ "size_in_bytes": 6484
209
+ },
210
+ {
211
+ "_path": "lib/python3.10/site-packages/wheel/_bdist_wheel.py",
212
+ "path_type": "hardlink",
213
+ "sha256": "520842423487fe955f71987aa118f34b0fd342171fdda9d2c753a488b48bf363",
214
+ "sha256_in_prefix": "520842423487fe955f71987aa118f34b0fd342171fdda9d2c753a488b48bf363",
215
+ "size_in_bytes": 21694
216
+ },
217
+ {
218
+ "_path": "lib/python3.10/site-packages/wheel/_setuptools_logging.py",
219
+ "path_type": "hardlink",
220
+ "sha256": "fb9282fa59ded2294e5162037ce92a6a951618c15986e2980c86af219881e643",
221
+ "sha256_in_prefix": "fb9282fa59ded2294e5162037ce92a6a951618c15986e2980c86af219881e643",
222
+ "size_in_bytes": 781
223
+ },
224
+ {
225
+ "_path": "lib/python3.10/site-packages/wheel/bdist_wheel.py",
226
+ "path_type": "hardlink",
227
+ "sha256": "b697fd5ae7e248ed51b84320e683e121f486f0333388267fe26b82285ebd0aaa",
228
+ "sha256_in_prefix": "b697fd5ae7e248ed51b84320e683e121f486f0333388267fe26b82285ebd0aaa",
229
+ "size_in_bytes": 1107
230
+ },
231
+ {
232
+ "_path": "lib/python3.10/site-packages/wheel/cli/__init__.py",
233
+ "path_type": "hardlink",
234
+ "sha256": "369abafe32a2d3776121c46799bb85870be2549c703b4b5812712158cbfd709a",
235
+ "sha256_in_prefix": "369abafe32a2d3776121c46799bb85870be2549c703b4b5812712158cbfd709a",
236
+ "size_in_bytes": 4402
237
+ },
238
+ {
239
+ "_path": "lib/python3.10/site-packages/wheel/cli/__pycache__/__init__.cpython-310.pyc",
240
+ "path_type": "hardlink",
241
+ "sha256": "d7bb9fe00ae360d9d94a6d51654ad27fca59208d48e039cd0a9f5417ba553e39",
242
+ "sha256_in_prefix": "d7bb9fe00ae360d9d94a6d51654ad27fca59208d48e039cd0a9f5417ba553e39",
243
+ "size_in_bytes": 4560
244
+ },
245
+ {
246
+ "_path": "lib/python3.10/site-packages/wheel/cli/__pycache__/convert.cpython-310.pyc",
247
+ "path_type": "hardlink",
248
+ "sha256": "2e081eb20018b07e01b8075b38d0e75ed231077f4f92137654e486e69ac82493",
249
+ "sha256_in_prefix": "2e081eb20018b07e01b8075b38d0e75ed231077f4f92137654e486e69ac82493",
250
+ "size_in_bytes": 9610
251
+ },
252
+ {
253
+ "_path": "lib/python3.10/site-packages/wheel/cli/__pycache__/pack.cpython-310.pyc",
254
+ "path_type": "hardlink",
255
+ "sha256": "9556f419a7e41458d3820b2442609939849ab9d9eef3174cd83e07b871667cd7",
256
+ "sha256_in_prefix": "9556f419a7e41458d3820b2442609939849ab9d9eef3174cd83e07b871667cd7",
257
+ "size_in_bytes": 3080
258
+ },
259
+ {
260
+ "_path": "lib/python3.10/site-packages/wheel/cli/__pycache__/tags.cpython-310.pyc",
261
+ "path_type": "hardlink",
262
+ "sha256": "1aab4c877f2540bfec709a916c484ab616ee81ca80de1533d3741409c1d28081",
263
+ "sha256_in_prefix": "1aab4c877f2540bfec709a916c484ab616ee81ca80de1533d3741409c1d28081",
264
+ "size_in_bytes": 3829
265
+ },
266
+ {
267
+ "_path": "lib/python3.10/site-packages/wheel/cli/__pycache__/unpack.cpython-310.pyc",
268
+ "path_type": "hardlink",
269
+ "sha256": "8f58646f801be22828d2e7f521dba0f790ffa97fe791ae05ca2deb1217f16f5e",
270
+ "sha256_in_prefix": "8f58646f801be22828d2e7f521dba0f790ffa97fe791ae05ca2deb1217f16f5e",
271
+ "size_in_bytes": 1082
272
+ },
273
+ {
274
+ "_path": "lib/python3.10/site-packages/wheel/cli/convert.py",
275
+ "path_type": "hardlink",
276
+ "sha256": "062d27b445dbf674e5942c56793450e23fa73ecdeccd64842a2a46fc68273244",
277
+ "sha256_in_prefix": "062d27b445dbf674e5942c56793450e23fa73ecdeccd64842a2a46fc68273244",
278
+ "size_in_bytes": 12634
279
+ },
280
+ {
281
+ "_path": "lib/python3.10/site-packages/wheel/cli/pack.py",
282
+ "path_type": "hardlink",
283
+ "sha256": "08015c1dd055ba5bec1d82659dd2953bb28c23d26a053673e628b43cac7108eb",
284
+ "sha256_in_prefix": "08015c1dd055ba5bec1d82659dd2953bb28c23d26a053673e628b43cac7108eb",
285
+ "size_in_bytes": 3103
286
+ },
287
+ {
288
+ "_path": "lib/python3.10/site-packages/wheel/cli/tags.py",
289
+ "path_type": "hardlink",
290
+ "sha256": "947c3e2da5ab912e49cbfa96730fbaa528de34ceb20230e7a8a2371392534c25",
291
+ "sha256_in_prefix": "947c3e2da5ab912e49cbfa96730fbaa528de34ceb20230e7a8a2371392534c25",
292
+ "size_in_bytes": 4760
293
+ },
294
+ {
295
+ "_path": "lib/python3.10/site-packages/wheel/cli/unpack.py",
296
+ "path_type": "hardlink",
297
+ "sha256": "63f27bca7c4f4a81454d3ec7d1f3206c195512bc320c670e6e099ee4c06ecf9f",
298
+ "sha256_in_prefix": "63f27bca7c4f4a81454d3ec7d1f3206c195512bc320c670e6e099ee4c06ecf9f",
299
+ "size_in_bytes": 1021
300
+ },
301
+ {
302
+ "_path": "lib/python3.10/site-packages/wheel/macosx_libfile.py",
303
+ "path_type": "hardlink",
304
+ "sha256": "935c7b084dcb3ed3951aa8fa3574359d319854f69e46b855cd41bf28fab7cc3b",
305
+ "sha256_in_prefix": "935c7b084dcb3ed3951aa8fa3574359d319854f69e46b855cd41bf28fab7cc3b",
306
+ "size_in_bytes": 16572
307
+ },
308
+ {
309
+ "_path": "lib/python3.10/site-packages/wheel/metadata.py",
310
+ "path_type": "hardlink",
311
+ "sha256": "242e29ee395066ed9b513010d9f7af92a2e383f5fa8273724612e7e8e50ed6d7",
312
+ "sha256_in_prefix": "242e29ee395066ed9b513010d9f7af92a2e383f5fa8273724612e7e8e50ed6d7",
313
+ "size_in_bytes": 6171
314
+ },
315
+ {
316
+ "_path": "lib/python3.10/site-packages/wheel/util.py",
317
+ "path_type": "hardlink",
318
+ "sha256": "68beda89b1f061481f73c5a5a252f9b577645780dab5b2716476f59301c52405",
319
+ "sha256_in_prefix": "68beda89b1f061481f73c5a5a252f9b577645780dab5b2716476f59301c52405",
320
+ "size_in_bytes": 423
321
+ },
322
+ {
323
+ "_path": "lib/python3.10/site-packages/wheel/vendored/__init__.py",
324
+ "path_type": "hardlink",
325
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
326
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
327
+ "size_in_bytes": 0
328
+ },
329
+ {
330
+ "_path": "lib/python3.10/site-packages/wheel/vendored/__pycache__/__init__.cpython-310.pyc",
331
+ "path_type": "hardlink",
332
+ "sha256": "64c818200cc05007353b0f7e5d53a64f2a9a9c13c11b10eb183a9751a6bf06b9",
333
+ "sha256_in_prefix": "64c818200cc05007353b0f7e5d53a64f2a9a9c13c11b10eb183a9751a6bf06b9",
334
+ "size_in_bytes": 148
335
+ },
336
+ {
337
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/LICENSE",
338
+ "path_type": "hardlink",
339
+ "sha256": "cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48",
340
+ "sha256_in_prefix": "cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48",
341
+ "size_in_bytes": 197
342
+ },
343
+ {
344
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/LICENSE.APACHE",
345
+ "path_type": "hardlink",
346
+ "sha256": "0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594",
347
+ "sha256_in_prefix": "0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594",
348
+ "size_in_bytes": 10174
349
+ },
350
+ {
351
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/LICENSE.BSD",
352
+ "path_type": "hardlink",
353
+ "sha256": "b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5",
354
+ "sha256_in_prefix": "b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5",
355
+ "size_in_bytes": 1344
356
+ },
357
+ {
358
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__init__.py",
359
+ "path_type": "hardlink",
360
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
361
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
362
+ "size_in_bytes": 0
363
+ },
364
+ {
365
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/__init__.cpython-310.pyc",
366
+ "path_type": "hardlink",
367
+ "sha256": "58be709c532e973f4561ba23a4063a4f87b1cb1a12fb9f8db8bc1bf77028b959",
368
+ "sha256_in_prefix": "58be709c532e973f4561ba23a4063a4f87b1cb1a12fb9f8db8bc1bf77028b959",
369
+ "size_in_bytes": 158
370
+ },
371
+ {
372
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_elffile.cpython-310.pyc",
373
+ "path_type": "hardlink",
374
+ "sha256": "db39ee27769ab24f69cad2671d6f96a56772b4d1a88280dfea583060b8a4f42d",
375
+ "sha256_in_prefix": "db39ee27769ab24f69cad2671d6f96a56772b4d1a88280dfea583060b8a4f42d",
376
+ "size_in_bytes": 3280
377
+ },
378
+ {
379
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_manylinux.cpython-310.pyc",
380
+ "path_type": "hardlink",
381
+ "sha256": "3e9c27d79e9df67b0188fd682342f5c0f9f65b114fc719323de660cb695f7f06",
382
+ "sha256_in_prefix": "3e9c27d79e9df67b0188fd682342f5c0f9f65b114fc719323de660cb695f7f06",
383
+ "size_in_bytes": 6389
384
+ },
385
+ {
386
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_musllinux.cpython-310.pyc",
387
+ "path_type": "hardlink",
388
+ "sha256": "b16b3ea7066862973db1c0af130caa892c7733fe69291c4f66261858b61be5e9",
389
+ "sha256_in_prefix": "b16b3ea7066862973db1c0af130caa892c7733fe69291c4f66261858b61be5e9",
390
+ "size_in_bytes": 3308
391
+ },
392
+ {
393
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_parser.cpython-310.pyc",
394
+ "path_type": "hardlink",
395
+ "sha256": "789b34607e5ddcf257cbdba8552288f323d0c7d5477fe7580743bb08ec465c6a",
396
+ "sha256_in_prefix": "789b34607e5ddcf257cbdba8552288f323d0c7d5477fe7580743bb08ec465c6a",
397
+ "size_in_bytes": 8932
398
+ },
399
+ {
400
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_structures.cpython-310.pyc",
401
+ "path_type": "hardlink",
402
+ "sha256": "0d4f8c8d325f4cffc6e4bbdcf935e91ba9e1c34f9d50b275c2cfb0d9c0bc1cc4",
403
+ "sha256_in_prefix": "0d4f8c8d325f4cffc6e4bbdcf935e91ba9e1c34f9d50b275c2cfb0d9c0bc1cc4",
404
+ "size_in_bytes": 2670
405
+ },
406
+ {
407
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-310.pyc",
408
+ "path_type": "hardlink",
409
+ "sha256": "ff0c6a92b5fd901804f74f5cad1bef5d02d457273cfed6926653c62a9fd12fbe",
410
+ "sha256_in_prefix": "ff0c6a92b5fd901804f74f5cad1bef5d02d457273cfed6926653c62a9fd12fbe",
411
+ "size_in_bytes": 5790
412
+ },
413
+ {
414
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/markers.cpython-310.pyc",
415
+ "path_type": "hardlink",
416
+ "sha256": "7667d1778294382ddfe5cb04e5d06b93030f25e52b8e9250dac9496dc8ebcf88",
417
+ "sha256_in_prefix": "7667d1778294382ddfe5cb04e5d06b93030f25e52b8e9250dac9496dc8ebcf88",
418
+ "size_in_bytes": 6876
419
+ },
420
+ {
421
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/requirements.cpython-310.pyc",
422
+ "path_type": "hardlink",
423
+ "sha256": "cd9c3e005448e4a7a3c054c95db2ce5306b789a265cbc12457ba682bbe3565ff",
424
+ "sha256_in_prefix": "cd9c3e005448e4a7a3c054c95db2ce5306b789a265cbc12457ba682bbe3565ff",
425
+ "size_in_bytes": 2803
426
+ },
427
+ {
428
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/specifiers.cpython-310.pyc",
429
+ "path_type": "hardlink",
430
+ "sha256": "cd870180e663414cca27a11bc720b0d57f6675729d29d14c10a6f4cdfd0b7f28",
431
+ "sha256_in_prefix": "cd870180e663414cca27a11bc720b0d57f6675729d29d14c10a6f4cdfd0b7f28",
432
+ "size_in_bytes": 30962
433
+ },
434
+ {
435
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/tags.cpython-310.pyc",
436
+ "path_type": "hardlink",
437
+ "sha256": "3bbfa6e7fc1246bacedab88f6cd01b82cf351a82be4b03661f14b64331e9f38a",
438
+ "sha256_in_prefix": "3bbfa6e7fc1246bacedab88f6cd01b82cf351a82be4b03661f14b64331e9f38a",
439
+ "size_in_bytes": 13770
440
+ },
441
+ {
442
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/utils.cpython-310.pyc",
443
+ "path_type": "hardlink",
444
+ "sha256": "ebe1ea6f7338e909df5e3d94afd4ae70ea568730c8000cee9f2074821b24a4ff",
445
+ "sha256_in_prefix": "ebe1ea6f7338e909df5e3d94afd4ae70ea568730c8000cee9f2074821b24a4ff",
446
+ "size_in_bytes": 4488
447
+ },
448
+ {
449
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/__pycache__/version.cpython-310.pyc",
450
+ "path_type": "hardlink",
451
+ "sha256": "3656e1475299f8e34521c5264150e7db212bbf984e53111562b8a7103de88fcc",
452
+ "sha256_in_prefix": "3656e1475299f8e34521c5264150e7db212bbf984e53111562b8a7103de88fcc",
453
+ "size_in_bytes": 14133
454
+ },
455
+ {
456
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/_elffile.py",
457
+ "path_type": "hardlink",
458
+ "sha256": "85b98af0e0fa67b7d8ea1c229c7114703d5bcbb73390688d62eed28671449369",
459
+ "sha256_in_prefix": "85b98af0e0fa67b7d8ea1c229c7114703d5bcbb73390688d62eed28671449369",
460
+ "size_in_bytes": 3266
461
+ },
462
+ {
463
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/_manylinux.py",
464
+ "path_type": "hardlink",
465
+ "sha256": "3fbb1d479ffb5c1634f4b55860f8479b274c2482303d75ac878a2593be14ba3e",
466
+ "sha256_in_prefix": "3fbb1d479ffb5c1634f4b55860f8479b274c2482303d75ac878a2593be14ba3e",
467
+ "size_in_bytes": 9588
468
+ },
469
+ {
470
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/_musllinux.py",
471
+ "path_type": "hardlink",
472
+ "sha256": "cf5b3c4e8da1434be99ff77e3b68b9ab11b010af1698694bb7777fdba57b35e6",
473
+ "sha256_in_prefix": "cf5b3c4e8da1434be99ff77e3b68b9ab11b010af1698694bb7777fdba57b35e6",
474
+ "size_in_bytes": 2674
475
+ },
476
+ {
477
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/_parser.py",
478
+ "path_type": "hardlink",
479
+ "sha256": "e2d4f87a64a5daa4da53b553404d576bda358cc3c2b017b3b18071c8d31437eb",
480
+ "sha256_in_prefix": "e2d4f87a64a5daa4da53b553404d576bda358cc3c2b017b3b18071c8d31437eb",
481
+ "size_in_bytes": 10347
482
+ },
483
+ {
484
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/_structures.py",
485
+ "path_type": "hardlink",
486
+ "sha256": "ab77953666d62461bf4b40e2b7f4b7028f2a42acffe4f6135c500a0597b9cabe",
487
+ "sha256_in_prefix": "ab77953666d62461bf4b40e2b7f4b7028f2a42acffe4f6135c500a0597b9cabe",
488
+ "size_in_bytes": 1431
489
+ },
490
+ {
491
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/_tokenizer.py",
492
+ "path_type": "hardlink",
493
+ "sha256": "6a50ad6f05e138502614667a050fb0093485a11009db3fb2b087fbfff31327f9",
494
+ "sha256_in_prefix": "6a50ad6f05e138502614667a050fb0093485a11009db3fb2b087fbfff31327f9",
495
+ "size_in_bytes": 5292
496
+ },
497
+ {
498
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/markers.py",
499
+ "path_type": "hardlink",
500
+ "sha256": "fd348f2350612583bb069f40cd398743122a1c45576938e60e1f46fb0f2accf0",
501
+ "sha256_in_prefix": "fd348f2350612583bb069f40cd398743122a1c45576938e60e1f46fb0f2accf0",
502
+ "size_in_bytes": 8232
503
+ },
504
+ {
505
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/requirements.py",
506
+ "path_type": "hardlink",
507
+ "sha256": "760a01795a6b3eed9813a43c9c67f038f4e30131db45afd918bc978451259fa4",
508
+ "sha256_in_prefix": "760a01795a6b3eed9813a43c9c67f038f4e30131db45afd918bc978451259fa4",
509
+ "size_in_bytes": 2933
510
+ },
511
+ {
512
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/specifiers.py",
513
+ "path_type": "hardlink",
514
+ "sha256": "2164add12acb48fef685e5a1002f142f4786bdab3b5c84078ea8958957e63ca1",
515
+ "sha256_in_prefix": "2164add12acb48fef685e5a1002f142f4786bdab3b5c84078ea8958957e63ca1",
516
+ "size_in_bytes": 39778
517
+ },
518
+ {
519
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/tags.py",
520
+ "path_type": "hardlink",
521
+ "sha256": "7de7475e2387901c4d6535e8b57bfcb973e630553d69ef93281ba38181e281c0",
522
+ "sha256_in_prefix": "7de7475e2387901c4d6535e8b57bfcb973e630553d69ef93281ba38181e281c0",
523
+ "size_in_bytes": 18950
524
+ },
525
+ {
526
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/utils.py",
527
+ "path_type": "hardlink",
528
+ "sha256": "5e07663f7cb1f7ec101058ceecebcc8fd46311fe49951e4714547af6fed243d1",
529
+ "sha256_in_prefix": "5e07663f7cb1f7ec101058ceecebcc8fd46311fe49951e4714547af6fed243d1",
530
+ "size_in_bytes": 5268
531
+ },
532
+ {
533
+ "_path": "lib/python3.10/site-packages/wheel/vendored/packaging/version.py",
534
+ "path_type": "hardlink",
535
+ "sha256": "3c525a6190f1060cb191f6211f7490c38a9f13d202096ad39a2b6fab5e32ddbb",
536
+ "sha256_in_prefix": "3c525a6190f1060cb191f6211f7490c38a9f13d202096ad39a2b6fab5e32ddbb",
537
+ "size_in_bytes": 16234
538
+ },
539
+ {
540
+ "_path": "lib/python3.10/site-packages/wheel/vendored/vendor.txt",
541
+ "path_type": "hardlink",
542
+ "sha256": "67610d8c1d62e69adf7b3f0274cd5276bddce99c6fdab451a253292e60677001",
543
+ "sha256_in_prefix": "67610d8c1d62e69adf7b3f0274cd5276bddce99c6fdab451a253292e60677001",
544
+ "size_in_bytes": 16
545
+ },
546
+ {
547
+ "_path": "lib/python3.10/site-packages/wheel/wheelfile.py",
548
+ "path_type": "hardlink",
549
+ "sha256": "5120adb4d949c1a7f1b79d5860514a1bb8e7c73f1d7e16f2a8064bea331303db",
550
+ "sha256_in_prefix": "5120adb4d949c1a7f1b79d5860514a1bb8e7c73f1d7e16f2a8064bea331303db",
551
+ "size_in_bytes": 8411
552
+ }
553
+ ],
554
+ "paths_version": 1
555
+ },
556
+ "requested_spec": "None",
557
+ "sha256": "302d150308d6093a32eb53740f1d68b8ea64348a49fce88d37c37779208df618",
558
+ "size": 117393,
559
+ "subdir": "linux-64",
560
+ "timestamp": 1737990293000,
561
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/wheel-0.45.1-py310h06a4308_0.conda",
562
+ "version": "0.45.1"
563
+ }
conda-meta/xorg-libx11-1.8.12-h9b100fa_1.json ADDED
@@ -0,0 +1,1762 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h9b100fa_1",
3
+ "build_number": 1,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=11.2.0",
8
+ "libxcb >=1.17.0,<2.0a0",
9
+ "xorg-xorgproto >=2024.1",
10
+ "xorg-xorgproto >=2024.1,<2025.0a0"
11
+ ],
12
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libx11-1.8.12-h9b100fa_1",
13
+ "files": [
14
+ "include/X11/ImUtil.h",
15
+ "include/X11/XKBlib.h",
16
+ "include/X11/Xcms.h",
17
+ "include/X11/Xlib-xcb.h",
18
+ "include/X11/Xlib.h",
19
+ "include/X11/XlibConf.h",
20
+ "include/X11/Xlibint.h",
21
+ "include/X11/Xlocale.h",
22
+ "include/X11/Xregion.h",
23
+ "include/X11/Xresource.h",
24
+ "include/X11/Xutil.h",
25
+ "include/X11/cursorfont.h",
26
+ "include/X11/extensions/XKBgeom.h",
27
+ "lib/libX11-xcb.so",
28
+ "lib/libX11-xcb.so.1",
29
+ "lib/libX11-xcb.so.1.0.0",
30
+ "lib/libX11.so",
31
+ "lib/libX11.so.6",
32
+ "lib/libX11.so.6.4.0",
33
+ "lib/pkgconfig/x11-xcb.pc",
34
+ "lib/pkgconfig/x11.pc",
35
+ "share/X11/XErrorDB",
36
+ "share/X11/Xcms.txt",
37
+ "share/X11/locale/C/Compose",
38
+ "share/X11/locale/C/XI18N_OBJS",
39
+ "share/X11/locale/C/XLC_LOCALE",
40
+ "share/X11/locale/am_ET.UTF-8/Compose",
41
+ "share/X11/locale/am_ET.UTF-8/XI18N_OBJS",
42
+ "share/X11/locale/am_ET.UTF-8/XLC_LOCALE",
43
+ "share/X11/locale/armscii-8/Compose",
44
+ "share/X11/locale/armscii-8/XI18N_OBJS",
45
+ "share/X11/locale/armscii-8/XLC_LOCALE",
46
+ "share/X11/locale/compose.dir",
47
+ "share/X11/locale/cs_CZ.UTF-8/Compose",
48
+ "share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS",
49
+ "share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE",
50
+ "share/X11/locale/el_GR.UTF-8/Compose",
51
+ "share/X11/locale/el_GR.UTF-8/XI18N_OBJS",
52
+ "share/X11/locale/el_GR.UTF-8/XLC_LOCALE",
53
+ "share/X11/locale/en_US.UTF-8/Compose",
54
+ "share/X11/locale/en_US.UTF-8/XI18N_OBJS",
55
+ "share/X11/locale/en_US.UTF-8/XLC_LOCALE",
56
+ "share/X11/locale/fi_FI.UTF-8/Compose",
57
+ "share/X11/locale/fi_FI.UTF-8/XI18N_OBJS",
58
+ "share/X11/locale/fi_FI.UTF-8/XLC_LOCALE",
59
+ "share/X11/locale/georgian-academy/Compose",
60
+ "share/X11/locale/georgian-academy/XI18N_OBJS",
61
+ "share/X11/locale/georgian-academy/XLC_LOCALE",
62
+ "share/X11/locale/georgian-ps/Compose",
63
+ "share/X11/locale/georgian-ps/XI18N_OBJS",
64
+ "share/X11/locale/georgian-ps/XLC_LOCALE",
65
+ "share/X11/locale/ibm-cp1133/Compose",
66
+ "share/X11/locale/ibm-cp1133/XI18N_OBJS",
67
+ "share/X11/locale/ibm-cp1133/XLC_LOCALE",
68
+ "share/X11/locale/iscii-dev/Compose",
69
+ "share/X11/locale/iscii-dev/XI18N_OBJS",
70
+ "share/X11/locale/iscii-dev/XLC_LOCALE",
71
+ "share/X11/locale/isiri-3342/Compose",
72
+ "share/X11/locale/isiri-3342/XI18N_OBJS",
73
+ "share/X11/locale/isiri-3342/XLC_LOCALE",
74
+ "share/X11/locale/iso8859-1/Compose",
75
+ "share/X11/locale/iso8859-1/XI18N_OBJS",
76
+ "share/X11/locale/iso8859-1/XLC_LOCALE",
77
+ "share/X11/locale/iso8859-10/Compose",
78
+ "share/X11/locale/iso8859-10/XI18N_OBJS",
79
+ "share/X11/locale/iso8859-10/XLC_LOCALE",
80
+ "share/X11/locale/iso8859-11/Compose",
81
+ "share/X11/locale/iso8859-11/XI18N_OBJS",
82
+ "share/X11/locale/iso8859-11/XLC_LOCALE",
83
+ "share/X11/locale/iso8859-13/Compose",
84
+ "share/X11/locale/iso8859-13/XI18N_OBJS",
85
+ "share/X11/locale/iso8859-13/XLC_LOCALE",
86
+ "share/X11/locale/iso8859-14/Compose",
87
+ "share/X11/locale/iso8859-14/XI18N_OBJS",
88
+ "share/X11/locale/iso8859-14/XLC_LOCALE",
89
+ "share/X11/locale/iso8859-15/Compose",
90
+ "share/X11/locale/iso8859-15/XI18N_OBJS",
91
+ "share/X11/locale/iso8859-15/XLC_LOCALE",
92
+ "share/X11/locale/iso8859-2/Compose",
93
+ "share/X11/locale/iso8859-2/XI18N_OBJS",
94
+ "share/X11/locale/iso8859-2/XLC_LOCALE",
95
+ "share/X11/locale/iso8859-3/Compose",
96
+ "share/X11/locale/iso8859-3/XI18N_OBJS",
97
+ "share/X11/locale/iso8859-3/XLC_LOCALE",
98
+ "share/X11/locale/iso8859-4/Compose",
99
+ "share/X11/locale/iso8859-4/XI18N_OBJS",
100
+ "share/X11/locale/iso8859-4/XLC_LOCALE",
101
+ "share/X11/locale/iso8859-5/Compose",
102
+ "share/X11/locale/iso8859-5/XI18N_OBJS",
103
+ "share/X11/locale/iso8859-5/XLC_LOCALE",
104
+ "share/X11/locale/iso8859-6/Compose",
105
+ "share/X11/locale/iso8859-6/XI18N_OBJS",
106
+ "share/X11/locale/iso8859-6/XLC_LOCALE",
107
+ "share/X11/locale/iso8859-7/Compose",
108
+ "share/X11/locale/iso8859-7/XI18N_OBJS",
109
+ "share/X11/locale/iso8859-7/XLC_LOCALE",
110
+ "share/X11/locale/iso8859-8/Compose",
111
+ "share/X11/locale/iso8859-8/XI18N_OBJS",
112
+ "share/X11/locale/iso8859-8/XLC_LOCALE",
113
+ "share/X11/locale/iso8859-9/Compose",
114
+ "share/X11/locale/iso8859-9/XI18N_OBJS",
115
+ "share/X11/locale/iso8859-9/XLC_LOCALE",
116
+ "share/X11/locale/iso8859-9e/Compose",
117
+ "share/X11/locale/iso8859-9e/XI18N_OBJS",
118
+ "share/X11/locale/iso8859-9e/XLC_LOCALE",
119
+ "share/X11/locale/ja.JIS/Compose",
120
+ "share/X11/locale/ja.JIS/XI18N_OBJS",
121
+ "share/X11/locale/ja.JIS/XLC_LOCALE",
122
+ "share/X11/locale/ja.SJIS/Compose",
123
+ "share/X11/locale/ja.SJIS/XI18N_OBJS",
124
+ "share/X11/locale/ja.SJIS/XLC_LOCALE",
125
+ "share/X11/locale/ja/Compose",
126
+ "share/X11/locale/ja/XI18N_OBJS",
127
+ "share/X11/locale/ja/XLC_LOCALE",
128
+ "share/X11/locale/ja_JP.UTF-8/Compose",
129
+ "share/X11/locale/ja_JP.UTF-8/XI18N_OBJS",
130
+ "share/X11/locale/ja_JP.UTF-8/XLC_LOCALE",
131
+ "share/X11/locale/km_KH.UTF-8/Compose",
132
+ "share/X11/locale/km_KH.UTF-8/XI18N_OBJS",
133
+ "share/X11/locale/km_KH.UTF-8/XLC_LOCALE",
134
+ "share/X11/locale/ko/Compose",
135
+ "share/X11/locale/ko/XI18N_OBJS",
136
+ "share/X11/locale/ko/XLC_LOCALE",
137
+ "share/X11/locale/ko_KR.UTF-8/Compose",
138
+ "share/X11/locale/ko_KR.UTF-8/XI18N_OBJS",
139
+ "share/X11/locale/ko_KR.UTF-8/XLC_LOCALE",
140
+ "share/X11/locale/koi8-c/Compose",
141
+ "share/X11/locale/koi8-c/XI18N_OBJS",
142
+ "share/X11/locale/koi8-c/XLC_LOCALE",
143
+ "share/X11/locale/koi8-r/Compose",
144
+ "share/X11/locale/koi8-r/XI18N_OBJS",
145
+ "share/X11/locale/koi8-r/XLC_LOCALE",
146
+ "share/X11/locale/koi8-u/Compose",
147
+ "share/X11/locale/koi8-u/XI18N_OBJS",
148
+ "share/X11/locale/koi8-u/XLC_LOCALE",
149
+ "share/X11/locale/locale.alias",
150
+ "share/X11/locale/locale.dir",
151
+ "share/X11/locale/microsoft-cp1251/Compose",
152
+ "share/X11/locale/microsoft-cp1251/XI18N_OBJS",
153
+ "share/X11/locale/microsoft-cp1251/XLC_LOCALE",
154
+ "share/X11/locale/microsoft-cp1255/Compose",
155
+ "share/X11/locale/microsoft-cp1255/XI18N_OBJS",
156
+ "share/X11/locale/microsoft-cp1255/XLC_LOCALE",
157
+ "share/X11/locale/microsoft-cp1256/Compose",
158
+ "share/X11/locale/microsoft-cp1256/XI18N_OBJS",
159
+ "share/X11/locale/microsoft-cp1256/XLC_LOCALE",
160
+ "share/X11/locale/mulelao-1/Compose",
161
+ "share/X11/locale/mulelao-1/XI18N_OBJS",
162
+ "share/X11/locale/mulelao-1/XLC_LOCALE",
163
+ "share/X11/locale/nokhchi-1/Compose",
164
+ "share/X11/locale/nokhchi-1/XI18N_OBJS",
165
+ "share/X11/locale/nokhchi-1/XLC_LOCALE",
166
+ "share/X11/locale/pt_BR.UTF-8/Compose",
167
+ "share/X11/locale/pt_BR.UTF-8/XI18N_OBJS",
168
+ "share/X11/locale/pt_BR.UTF-8/XLC_LOCALE",
169
+ "share/X11/locale/pt_PT.UTF-8/Compose",
170
+ "share/X11/locale/pt_PT.UTF-8/XI18N_OBJS",
171
+ "share/X11/locale/pt_PT.UTF-8/XLC_LOCALE",
172
+ "share/X11/locale/ru_RU.UTF-8/Compose",
173
+ "share/X11/locale/ru_RU.UTF-8/XI18N_OBJS",
174
+ "share/X11/locale/ru_RU.UTF-8/XLC_LOCALE",
175
+ "share/X11/locale/sr_RS.UTF-8/Compose",
176
+ "share/X11/locale/sr_RS.UTF-8/XI18N_OBJS",
177
+ "share/X11/locale/sr_RS.UTF-8/XLC_LOCALE",
178
+ "share/X11/locale/tatar-cyr/Compose",
179
+ "share/X11/locale/tatar-cyr/XI18N_OBJS",
180
+ "share/X11/locale/tatar-cyr/XLC_LOCALE",
181
+ "share/X11/locale/th_TH.UTF-8/Compose",
182
+ "share/X11/locale/th_TH.UTF-8/XI18N_OBJS",
183
+ "share/X11/locale/th_TH.UTF-8/XLC_LOCALE",
184
+ "share/X11/locale/th_TH/Compose",
185
+ "share/X11/locale/th_TH/XI18N_OBJS",
186
+ "share/X11/locale/th_TH/XLC_LOCALE",
187
+ "share/X11/locale/tscii-0/Compose",
188
+ "share/X11/locale/tscii-0/XI18N_OBJS",
189
+ "share/X11/locale/tscii-0/XLC_LOCALE",
190
+ "share/X11/locale/vi_VN.tcvn/Compose",
191
+ "share/X11/locale/vi_VN.tcvn/XI18N_OBJS",
192
+ "share/X11/locale/vi_VN.tcvn/XLC_LOCALE",
193
+ "share/X11/locale/vi_VN.viscii/Compose",
194
+ "share/X11/locale/vi_VN.viscii/XI18N_OBJS",
195
+ "share/X11/locale/vi_VN.viscii/XLC_LOCALE",
196
+ "share/X11/locale/zh_CN.UTF-8/Compose",
197
+ "share/X11/locale/zh_CN.UTF-8/XI18N_OBJS",
198
+ "share/X11/locale/zh_CN.UTF-8/XLC_LOCALE",
199
+ "share/X11/locale/zh_CN.gb18030/Compose",
200
+ "share/X11/locale/zh_CN.gb18030/XI18N_OBJS",
201
+ "share/X11/locale/zh_CN.gb18030/XLC_LOCALE",
202
+ "share/X11/locale/zh_CN.gbk/Compose",
203
+ "share/X11/locale/zh_CN.gbk/XI18N_OBJS",
204
+ "share/X11/locale/zh_CN.gbk/XLC_LOCALE",
205
+ "share/X11/locale/zh_CN/Compose",
206
+ "share/X11/locale/zh_CN/XI18N_OBJS",
207
+ "share/X11/locale/zh_CN/XLC_LOCALE",
208
+ "share/X11/locale/zh_HK.UTF-8/Compose",
209
+ "share/X11/locale/zh_HK.UTF-8/XI18N_OBJS",
210
+ "share/X11/locale/zh_HK.UTF-8/XLC_LOCALE",
211
+ "share/X11/locale/zh_HK.big5/Compose",
212
+ "share/X11/locale/zh_HK.big5/XI18N_OBJS",
213
+ "share/X11/locale/zh_HK.big5/XLC_LOCALE",
214
+ "share/X11/locale/zh_HK.big5hkscs/Compose",
215
+ "share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS",
216
+ "share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE",
217
+ "share/X11/locale/zh_TW.UTF-8/Compose",
218
+ "share/X11/locale/zh_TW.UTF-8/XI18N_OBJS",
219
+ "share/X11/locale/zh_TW.UTF-8/XLC_LOCALE",
220
+ "share/X11/locale/zh_TW.big5/Compose",
221
+ "share/X11/locale/zh_TW.big5/XI18N_OBJS",
222
+ "share/X11/locale/zh_TW.big5/XLC_LOCALE",
223
+ "share/X11/locale/zh_TW/Compose",
224
+ "share/X11/locale/zh_TW/XI18N_OBJS",
225
+ "share/X11/locale/zh_TW/XLC_LOCALE"
226
+ ],
227
+ "fn": "xorg-libx11-1.8.12-h9b100fa_1.conda",
228
+ "license": "MIT",
229
+ "link": {
230
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libx11-1.8.12-h9b100fa_1",
231
+ "type": 1
232
+ },
233
+ "md5": "6298b27afae6f49f03765b2a03df2fcb",
234
+ "name": "xorg-libx11",
235
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libx11-1.8.12-h9b100fa_1",
236
+ "paths_data": {
237
+ "paths": [
238
+ {
239
+ "_path": "include/X11/ImUtil.h",
240
+ "path_type": "hardlink",
241
+ "sha256": "6bca9278c649cf1c3613f0f71842c18961db5630b7cc3289c27ed9a1985dc452",
242
+ "sha256_in_prefix": "6bca9278c649cf1c3613f0f71842c18961db5630b7cc3289c27ed9a1985dc452",
243
+ "size_in_bytes": 405
244
+ },
245
+ {
246
+ "_path": "include/X11/XKBlib.h",
247
+ "path_type": "hardlink",
248
+ "sha256": "cbe504dea1d417d4998337f094cf195b839d3f2f8fe5db0e2a1e348aed9abd41",
249
+ "sha256_in_prefix": "cbe504dea1d417d4998337f094cf195b839d3f2f8fe5db0e2a1e348aed9abd41",
250
+ "size_in_bytes": 30994
251
+ },
252
+ {
253
+ "_path": "include/X11/Xcms.h",
254
+ "path_type": "hardlink",
255
+ "sha256": "d9befc6d194ee322c3dec61649c94130b44a725dd000f089b2721447541eb04d",
256
+ "sha256_in_prefix": "d9befc6d194ee322c3dec61649c94130b44a725dd000f089b2721447541eb04d",
257
+ "size_in_bytes": 21346
258
+ },
259
+ {
260
+ "_path": "include/X11/Xlib-xcb.h",
261
+ "path_type": "hardlink",
262
+ "sha256": "8682b048aa73c7448845b90b92de2cda848c09348a9c9342b5fe7ea15d37152b",
263
+ "sha256_in_prefix": "8682b048aa73c7448845b90b92de2cda848c09348a9c9342b5fe7ea15d37152b",
264
+ "size_in_bytes": 506
265
+ },
266
+ {
267
+ "_path": "include/X11/Xlib.h",
268
+ "path_type": "hardlink",
269
+ "sha256": "7430c535c4e2b0a31d002d5f9d8f21c6b9f7232e9aad2e297662b90c2591f64d",
270
+ "sha256_in_prefix": "7430c535c4e2b0a31d002d5f9d8f21c6b9f7232e9aad2e297662b90c2591f64d",
271
+ "size_in_bytes": 99801
272
+ },
273
+ {
274
+ "_path": "include/X11/XlibConf.h",
275
+ "path_type": "hardlink",
276
+ "sha256": "2456e8ad48c1f0efe1e95432fe86f1dabbde89a6b0b1fd1c526ebb44c1a31b81",
277
+ "sha256_in_prefix": "2456e8ad48c1f0efe1e95432fe86f1dabbde89a6b0b1fd1c526ebb44c1a31b81",
278
+ "size_in_bytes": 1567
279
+ },
280
+ {
281
+ "_path": "include/X11/Xlibint.h",
282
+ "path_type": "hardlink",
283
+ "sha256": "a43a3031ec6ae9da153c061fabe3b816a97785f0fd372a06ac92e78f7a56cb86",
284
+ "sha256_in_prefix": "a43a3031ec6ae9da153c061fabe3b816a97785f0fd372a06ac92e78f7a56cb86",
285
+ "size_in_bytes": 40555
286
+ },
287
+ {
288
+ "_path": "include/X11/Xlocale.h",
289
+ "path_type": "hardlink",
290
+ "sha256": "495af37793404fc1f8e6635e851f9084acbe19a0c84cb1bbfcb76c626a0c578e",
291
+ "sha256_in_prefix": "495af37793404fc1f8e6635e851f9084acbe19a0c84cb1bbfcb76c626a0c578e",
292
+ "size_in_bytes": 1297
293
+ },
294
+ {
295
+ "_path": "include/X11/Xregion.h",
296
+ "path_type": "hardlink",
297
+ "sha256": "a99673530fb4f7d063b4acb03be8acdb79e11eb9d2e37cc310788f32a292c7c2",
298
+ "sha256_in_prefix": "a99673530fb4f7d063b4acb03be8acdb79e11eb9d2e37cc310788f32a292c7c2",
299
+ "size_in_bytes": 5949
300
+ },
301
+ {
302
+ "_path": "include/X11/Xresource.h",
303
+ "path_type": "hardlink",
304
+ "sha256": "b752bc271822119a3cdea3227d2567c30a433bbaa8e34a9342c6207e6f2cbb68",
305
+ "sha256_in_prefix": "b752bc271822119a3cdea3227d2567c30a433bbaa8e34a9342c6207e6f2cbb68",
306
+ "size_in_bytes": 10628
307
+ },
308
+ {
309
+ "_path": "include/X11/Xutil.h",
310
+ "path_type": "hardlink",
311
+ "sha256": "cb4d55a41d9fa470f780d747b65ef6ef1df28f79334b5d2ed9c1b673a41708e4",
312
+ "sha256_in_prefix": "cb4d55a41d9fa470f780d747b65ef6ef1df28f79334b5d2ed9c1b673a41708e4",
313
+ "size_in_bytes": 21355
314
+ },
315
+ {
316
+ "_path": "include/X11/cursorfont.h",
317
+ "path_type": "hardlink",
318
+ "sha256": "aaf570a10ee79c3ab9df5c5b611d98d1c08dd7c6584e4491b03bc802c05a1a77",
319
+ "sha256_in_prefix": "aaf570a10ee79c3ab9df5c5b611d98d1c08dd7c6584e4491b03bc802c05a1a77",
320
+ "size_in_bytes": 3118
321
+ },
322
+ {
323
+ "_path": "include/X11/extensions/XKBgeom.h",
324
+ "path_type": "hardlink",
325
+ "sha256": "420d8335306aad84fde239eba310e7da5ffaecb572111ce78e42736fba77828f",
326
+ "sha256_in_prefix": "420d8335306aad84fde239eba310e7da5ffaecb572111ce78e42736fba77828f",
327
+ "size_in_bytes": 13758
328
+ },
329
+ {
330
+ "_path": "lib/libX11-xcb.so",
331
+ "path_type": "softlink",
332
+ "sha256": "e35f71077d2a4f838b029080f3ea6e679e4bb042d1489c37a8e8689f581ece7e",
333
+ "size_in_bytes": 15088
334
+ },
335
+ {
336
+ "_path": "lib/libX11-xcb.so.1",
337
+ "path_type": "softlink",
338
+ "sha256": "e35f71077d2a4f838b029080f3ea6e679e4bb042d1489c37a8e8689f581ece7e",
339
+ "size_in_bytes": 15088
340
+ },
341
+ {
342
+ "_path": "lib/libX11-xcb.so.1.0.0",
343
+ "path_type": "hardlink",
344
+ "sha256": "e35f71077d2a4f838b029080f3ea6e679e4bb042d1489c37a8e8689f581ece7e",
345
+ "sha256_in_prefix": "e35f71077d2a4f838b029080f3ea6e679e4bb042d1489c37a8e8689f581ece7e",
346
+ "size_in_bytes": 15088
347
+ },
348
+ {
349
+ "_path": "lib/libX11.so",
350
+ "path_type": "softlink",
351
+ "sha256": "42b82811c7f974e982d9808703d6eae6f5b9fc97ff2967f1909852e7dc6237d7",
352
+ "size_in_bytes": 1460344
353
+ },
354
+ {
355
+ "_path": "lib/libX11.so.6",
356
+ "path_type": "softlink",
357
+ "sha256": "42b82811c7f974e982d9808703d6eae6f5b9fc97ff2967f1909852e7dc6237d7",
358
+ "size_in_bytes": 1460344
359
+ },
360
+ {
361
+ "_path": "lib/libX11.so.6.4.0",
362
+ "file_mode": "binary",
363
+ "path_type": "hardlink",
364
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
365
+ "sha256": "42b82811c7f974e982d9808703d6eae6f5b9fc97ff2967f1909852e7dc6237d7",
366
+ "sha256_in_prefix": "c37e889ae3a7195996556fe160397372b0822498a9c4de8da871a6bbcfc41819",
367
+ "size_in_bytes": 1460344
368
+ },
369
+ {
370
+ "_path": "lib/pkgconfig/x11-xcb.pc",
371
+ "file_mode": "text",
372
+ "path_type": "hardlink",
373
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
374
+ "sha256": "7879cd5f740d356b4e4a9cb101eafbafc8cb8983aa3aa80d033fc634e4104f0d",
375
+ "sha256_in_prefix": "4e415c1fef543bde58f92205ff13f585899d5b9af99adea024ee7d4cb63fbecb",
376
+ "size_in_bytes": 478
377
+ },
378
+ {
379
+ "_path": "lib/pkgconfig/x11.pc",
380
+ "file_mode": "text",
381
+ "path_type": "hardlink",
382
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
383
+ "sha256": "2521d1d18f8103d8f77d0fecf2b7f7ab5cca0b36b56d984570bce4629893f1d7",
384
+ "sha256_in_prefix": "25d3b8c5c1d6eeb31d4e3de5caaba22341856321e2c799a25c85067fa80f8160",
385
+ "size_in_bytes": 595
386
+ },
387
+ {
388
+ "_path": "share/X11/XErrorDB",
389
+ "path_type": "hardlink",
390
+ "sha256": "0323aaa64feb069500a0a6f92b6808abba700f27693ee4b093582d266750a2f5",
391
+ "sha256_in_prefix": "0323aaa64feb069500a0a6f92b6808abba700f27693ee4b093582d266750a2f5",
392
+ "size_in_bytes": 42077
393
+ },
394
+ {
395
+ "_path": "share/X11/Xcms.txt",
396
+ "path_type": "hardlink",
397
+ "sha256": "7a3f9b068488408d8a3422013209db1b32e5cc57d500c0f069c06490c1f41c29",
398
+ "sha256_in_prefix": "7a3f9b068488408d8a3422013209db1b32e5cc57d500c0f069c06490c1f41c29",
399
+ "size_in_bytes": 1723
400
+ },
401
+ {
402
+ "_path": "share/X11/locale/C/Compose",
403
+ "path_type": "hardlink",
404
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
405
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
406
+ "size_in_bytes": 0
407
+ },
408
+ {
409
+ "_path": "share/X11/locale/C/XI18N_OBJS",
410
+ "path_type": "hardlink",
411
+ "sha256": "1ef6cef5b0dfb176c5dcb79701eebcded31af8bf51b6918e7d7b71a6c90757bb",
412
+ "sha256_in_prefix": "1ef6cef5b0dfb176c5dcb79701eebcded31af8bf51b6918e7d7b71a6c90757bb",
413
+ "size_in_bytes": 340
414
+ },
415
+ {
416
+ "_path": "share/X11/locale/C/XLC_LOCALE",
417
+ "path_type": "hardlink",
418
+ "sha256": "23aafb8b1d7201ff108ef5089089b709c35f31cc38e8ba0714a3aa58f73a7c70",
419
+ "sha256_in_prefix": "23aafb8b1d7201ff108ef5089089b709c35f31cc38e8ba0714a3aa58f73a7c70",
420
+ "size_in_bytes": 632
421
+ },
422
+ {
423
+ "_path": "share/X11/locale/am_ET.UTF-8/Compose",
424
+ "file_mode": "text",
425
+ "path_type": "hardlink",
426
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
427
+ "sha256": "b44830af598bd9019f3355eb3a698112f943c9aa49111b1424160a3106eccbfb",
428
+ "sha256_in_prefix": "20b0f429fcc8ba7f23af6cbb433d51e1fbe9511a5a7a3974c9d6da5a9b7f1ffe",
429
+ "size_in_bytes": 17671
430
+ },
431
+ {
432
+ "_path": "share/X11/locale/am_ET.UTF-8/XI18N_OBJS",
433
+ "path_type": "hardlink",
434
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
435
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
436
+ "size_in_bytes": 0
437
+ },
438
+ {
439
+ "_path": "share/X11/locale/am_ET.UTF-8/XLC_LOCALE",
440
+ "path_type": "hardlink",
441
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
442
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
443
+ "size_in_bytes": 0
444
+ },
445
+ {
446
+ "_path": "share/X11/locale/armscii-8/Compose",
447
+ "path_type": "hardlink",
448
+ "sha256": "db08a669163eff3d66983674e4a76c73c583f57146b88d0c2c9a39a203380c56",
449
+ "sha256_in_prefix": "db08a669163eff3d66983674e4a76c73c583f57146b88d0c2c9a39a203380c56",
450
+ "size_in_bytes": 306
451
+ },
452
+ {
453
+ "_path": "share/X11/locale/armscii-8/XI18N_OBJS",
454
+ "path_type": "hardlink",
455
+ "sha256": "765790804af149586c7e16a43c8fa222c0e4130b869bb95542ca1eaba5419cde",
456
+ "sha256_in_prefix": "765790804af149586c7e16a43c8fa222c0e4130b869bb95542ca1eaba5419cde",
457
+ "size_in_bytes": 341
458
+ },
459
+ {
460
+ "_path": "share/X11/locale/armscii-8/XLC_LOCALE",
461
+ "path_type": "hardlink",
462
+ "sha256": "a4b1598d46507d3228cd28f3539b76c29d57e1661319ac089d3dfdd3ac2cd370",
463
+ "sha256_in_prefix": "a4b1598d46507d3228cd28f3539b76c29d57e1661319ac089d3dfdd3ac2cd370",
464
+ "size_in_bytes": 907
465
+ },
466
+ {
467
+ "_path": "share/X11/locale/compose.dir",
468
+ "path_type": "hardlink",
469
+ "sha256": "cd648b9ecd0e03ff658bf0d87cdf0cd3256d65ecb6d070397c70be90d78f1d3a",
470
+ "sha256_in_prefix": "cd648b9ecd0e03ff658bf0d87cdf0cd3256d65ecb6d070397c70be90d78f1d3a",
471
+ "size_in_bytes": 31977
472
+ },
473
+ {
474
+ "_path": "share/X11/locale/cs_CZ.UTF-8/Compose",
475
+ "file_mode": "text",
476
+ "path_type": "hardlink",
477
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
478
+ "sha256": "931a17a6da4e1dc9b1b6708f6433ba60431f4fbc2e85cebee92ead363204a342",
479
+ "sha256_in_prefix": "23efd674b21049cad049a4fbb775e942e07c9d3a3979b94c8cd6bbd9bab803c0",
480
+ "size_in_bytes": 763
481
+ },
482
+ {
483
+ "_path": "share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS",
484
+ "path_type": "hardlink",
485
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
486
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
487
+ "size_in_bytes": 0
488
+ },
489
+ {
490
+ "_path": "share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE",
491
+ "path_type": "hardlink",
492
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
493
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
494
+ "size_in_bytes": 0
495
+ },
496
+ {
497
+ "_path": "share/X11/locale/el_GR.UTF-8/Compose",
498
+ "path_type": "hardlink",
499
+ "sha256": "cd39eff9261eeb8580d3256b647917a21a7833194ac4d9652753c8f1726ef380",
500
+ "sha256_in_prefix": "cd39eff9261eeb8580d3256b647917a21a7833194ac4d9652753c8f1726ef380",
501
+ "size_in_bytes": 124875
502
+ },
503
+ {
504
+ "_path": "share/X11/locale/el_GR.UTF-8/XI18N_OBJS",
505
+ "path_type": "hardlink",
506
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
507
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
508
+ "size_in_bytes": 0
509
+ },
510
+ {
511
+ "_path": "share/X11/locale/el_GR.UTF-8/XLC_LOCALE",
512
+ "path_type": "hardlink",
513
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
514
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
515
+ "size_in_bytes": 0
516
+ },
517
+ {
518
+ "_path": "share/X11/locale/en_US.UTF-8/Compose",
519
+ "path_type": "hardlink",
520
+ "sha256": "a3077ce7fdae43776b9a485d8a9689c0bfeb0cd17348a87b7a06818e59554ea1",
521
+ "sha256_in_prefix": "a3077ce7fdae43776b9a485d8a9689c0bfeb0cd17348a87b7a06818e59554ea1",
522
+ "size_in_bytes": 456061
523
+ },
524
+ {
525
+ "_path": "share/X11/locale/en_US.UTF-8/XI18N_OBJS",
526
+ "path_type": "hardlink",
527
+ "sha256": "ced92075d6db441663139fa39079da39bca242ec651459038b693faee91d1e29",
528
+ "sha256_in_prefix": "ced92075d6db441663139fa39079da39bca242ec651459038b693faee91d1e29",
529
+ "size_in_bytes": 346
530
+ },
531
+ {
532
+ "_path": "share/X11/locale/en_US.UTF-8/XLC_LOCALE",
533
+ "path_type": "hardlink",
534
+ "sha256": "d617d3c76564be0b2cecf3988cc3e3a16a6fbef62c941bae47e51e157d2e0444",
535
+ "sha256_in_prefix": "d617d3c76564be0b2cecf3988cc3e3a16a6fbef62c941bae47e51e157d2e0444",
536
+ "size_in_bytes": 4074
537
+ },
538
+ {
539
+ "_path": "share/X11/locale/fi_FI.UTF-8/Compose",
540
+ "file_mode": "text",
541
+ "path_type": "hardlink",
542
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
543
+ "sha256": "fbd86e1a4865b1664990dec02d6eca74cc99656a5a29531f5ef11805bbdd5456",
544
+ "sha256_in_prefix": "caaf1072c692243878140ecdc4a59f660644f8a12a57ec6bc6f210230c4a959e",
545
+ "size_in_bytes": 36478
546
+ },
547
+ {
548
+ "_path": "share/X11/locale/fi_FI.UTF-8/XI18N_OBJS",
549
+ "path_type": "hardlink",
550
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
551
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
552
+ "size_in_bytes": 0
553
+ },
554
+ {
555
+ "_path": "share/X11/locale/fi_FI.UTF-8/XLC_LOCALE",
556
+ "path_type": "hardlink",
557
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
558
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
559
+ "size_in_bytes": 0
560
+ },
561
+ {
562
+ "_path": "share/X11/locale/georgian-academy/Compose",
563
+ "path_type": "hardlink",
564
+ "sha256": "c1e69bbfdc84372324bbeaf17ad9d03572a456446a37459e0ef1435d9a654da3",
565
+ "sha256_in_prefix": "c1e69bbfdc84372324bbeaf17ad9d03572a456446a37459e0ef1435d9a654da3",
566
+ "size_in_bytes": 313
567
+ },
568
+ {
569
+ "_path": "share/X11/locale/georgian-academy/XI18N_OBJS",
570
+ "path_type": "hardlink",
571
+ "sha256": "a7cb7e2f84444951109778015156b408d73edb77a15ff694a4fb03f087997a98",
572
+ "sha256_in_prefix": "a7cb7e2f84444951109778015156b408d73edb77a15ff694a4fb03f087997a98",
573
+ "size_in_bytes": 348
574
+ },
575
+ {
576
+ "_path": "share/X11/locale/georgian-academy/XLC_LOCALE",
577
+ "path_type": "hardlink",
578
+ "sha256": "44399df2d1c870b19d1e7c129cf807e12d81a189e9dcbde27726d9a003ceb8f9",
579
+ "sha256_in_prefix": "44399df2d1c870b19d1e7c129cf807e12d81a189e9dcbde27726d9a003ceb8f9",
580
+ "size_in_bytes": 962
581
+ },
582
+ {
583
+ "_path": "share/X11/locale/georgian-ps/Compose",
584
+ "path_type": "hardlink",
585
+ "sha256": "76326759d9e6437facbb79af3a2206be69ce735cd000a6c03ad33c3d58496251",
586
+ "sha256_in_prefix": "76326759d9e6437facbb79af3a2206be69ce735cd000a6c03ad33c3d58496251",
587
+ "size_in_bytes": 308
588
+ },
589
+ {
590
+ "_path": "share/X11/locale/georgian-ps/XI18N_OBJS",
591
+ "path_type": "hardlink",
592
+ "sha256": "758810fd49affe9ec5a9ee518710f72468003c8116bd08617b5ddd08c2c05035",
593
+ "sha256_in_prefix": "758810fd49affe9ec5a9ee518710f72468003c8116bd08617b5ddd08c2c05035",
594
+ "size_in_bytes": 343
595
+ },
596
+ {
597
+ "_path": "share/X11/locale/georgian-ps/XLC_LOCALE",
598
+ "path_type": "hardlink",
599
+ "sha256": "4f195f73008876dc86f40a7eb5f8931ee5f631f84dcb7ae9c124e9a52ab668c1",
600
+ "sha256_in_prefix": "4f195f73008876dc86f40a7eb5f8931ee5f631f84dcb7ae9c124e9a52ab668c1",
601
+ "size_in_bytes": 923
602
+ },
603
+ {
604
+ "_path": "share/X11/locale/ibm-cp1133/Compose",
605
+ "path_type": "hardlink",
606
+ "sha256": "70bc9147a80c6f90aab84b3d77122c82c92b134885e1096341ee60950a7a0190",
607
+ "sha256_in_prefix": "70bc9147a80c6f90aab84b3d77122c82c92b134885e1096341ee60950a7a0190",
608
+ "size_in_bytes": 307
609
+ },
610
+ {
611
+ "_path": "share/X11/locale/ibm-cp1133/XI18N_OBJS",
612
+ "path_type": "hardlink",
613
+ "sha256": "17cb7407f673541a8c5e93ce1c8f36fabdf28e02bac54cfe89c853db9d4d106b",
614
+ "sha256_in_prefix": "17cb7407f673541a8c5e93ce1c8f36fabdf28e02bac54cfe89c853db9d4d106b",
615
+ "size_in_bytes": 342
616
+ },
617
+ {
618
+ "_path": "share/X11/locale/ibm-cp1133/XLC_LOCALE",
619
+ "path_type": "hardlink",
620
+ "sha256": "e29f6b4ff13e5dada3a1f6b7f72aa98ee9669070fde364a74fd6084007f9325a",
621
+ "sha256_in_prefix": "e29f6b4ff13e5dada3a1f6b7f72aa98ee9669070fde364a74fd6084007f9325a",
622
+ "size_in_bytes": 915
623
+ },
624
+ {
625
+ "_path": "share/X11/locale/iscii-dev/Compose",
626
+ "path_type": "hardlink",
627
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
628
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
629
+ "size_in_bytes": 0
630
+ },
631
+ {
632
+ "_path": "share/X11/locale/iscii-dev/XI18N_OBJS",
633
+ "path_type": "hardlink",
634
+ "sha256": "d97e0c9cb64ddc529b35683fa358662ca6a3faf34d218f2578c6fe753b1474a3",
635
+ "sha256_in_prefix": "d97e0c9cb64ddc529b35683fa358662ca6a3faf34d218f2578c6fe753b1474a3",
636
+ "size_in_bytes": 341
637
+ },
638
+ {
639
+ "_path": "share/X11/locale/iscii-dev/XLC_LOCALE",
640
+ "path_type": "hardlink",
641
+ "sha256": "4e6ad80d84000520d0113a769a8c6a957b7566d3d8a2056fe8715f0544aec422",
642
+ "sha256_in_prefix": "4e6ad80d84000520d0113a769a8c6a957b7566d3d8a2056fe8715f0544aec422",
643
+ "size_in_bytes": 907
644
+ },
645
+ {
646
+ "_path": "share/X11/locale/isiri-3342/Compose",
647
+ "path_type": "hardlink",
648
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
649
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
650
+ "size_in_bytes": 0
651
+ },
652
+ {
653
+ "_path": "share/X11/locale/isiri-3342/XI18N_OBJS",
654
+ "path_type": "hardlink",
655
+ "sha256": "68eaf6a031b4ac739b85bc5330d813ba60bf47ff1eaf69050fc5e999a038f2f0",
656
+ "sha256_in_prefix": "68eaf6a031b4ac739b85bc5330d813ba60bf47ff1eaf69050fc5e999a038f2f0",
657
+ "size_in_bytes": 342
658
+ },
659
+ {
660
+ "_path": "share/X11/locale/isiri-3342/XLC_LOCALE",
661
+ "path_type": "hardlink",
662
+ "sha256": "419663d103c6197050128fba9e82ca6a4b54a173f58ce59a51355f1bcc6e7cd2",
663
+ "sha256_in_prefix": "419663d103c6197050128fba9e82ca6a4b54a173f58ce59a51355f1bcc6e7cd2",
664
+ "size_in_bytes": 915
665
+ },
666
+ {
667
+ "_path": "share/X11/locale/iso8859-1/Compose",
668
+ "path_type": "hardlink",
669
+ "sha256": "1af5494aa0b35e94bc3f9f5765f74f6cc59057985b26957b6442ae419284bd72",
670
+ "sha256_in_prefix": "1af5494aa0b35e94bc3f9f5765f74f6cc59057985b26957b6442ae419284bd72",
671
+ "size_in_bytes": 20458
672
+ },
673
+ {
674
+ "_path": "share/X11/locale/iso8859-1/XI18N_OBJS",
675
+ "path_type": "hardlink",
676
+ "sha256": "1ef6cef5b0dfb176c5dcb79701eebcded31af8bf51b6918e7d7b71a6c90757bb",
677
+ "sha256_in_prefix": "1ef6cef5b0dfb176c5dcb79701eebcded31af8bf51b6918e7d7b71a6c90757bb",
678
+ "size_in_bytes": 340
679
+ },
680
+ {
681
+ "_path": "share/X11/locale/iso8859-1/XLC_LOCALE",
682
+ "path_type": "hardlink",
683
+ "sha256": "4e75969924c999eca364995b042406e0af3672e44774c730e0f9d4452e58cda3",
684
+ "sha256_in_prefix": "4e75969924c999eca364995b042406e0af3672e44774c730e0f9d4452e58cda3",
685
+ "size_in_bytes": 720
686
+ },
687
+ {
688
+ "_path": "share/X11/locale/iso8859-10/Compose",
689
+ "path_type": "hardlink",
690
+ "sha256": "0a94af8f380ed056a63fe3c4bbebf70a3f03aae95434770e7c4879f74bcbd988",
691
+ "sha256_in_prefix": "0a94af8f380ed056a63fe3c4bbebf70a3f03aae95434770e7c4879f74bcbd988",
692
+ "size_in_bytes": 308
693
+ },
694
+ {
695
+ "_path": "share/X11/locale/iso8859-10/XI18N_OBJS",
696
+ "path_type": "hardlink",
697
+ "sha256": "891ee42949b619ae44e1afc9d0a18d98bea6a4ce3b22759aa4bb3ad725ec7408",
698
+ "sha256_in_prefix": "891ee42949b619ae44e1afc9d0a18d98bea6a4ce3b22759aa4bb3ad725ec7408",
699
+ "size_in_bytes": 342
700
+ },
701
+ {
702
+ "_path": "share/X11/locale/iso8859-10/XLC_LOCALE",
703
+ "path_type": "hardlink",
704
+ "sha256": "3c0e7499e3e513c6c0aa022633a85497e26e2bc66b2d8addfcdc429258b738bd",
705
+ "sha256_in_prefix": "3c0e7499e3e513c6c0aa022633a85497e26e2bc66b2d8addfcdc429258b738bd",
706
+ "size_in_bytes": 769
707
+ },
708
+ {
709
+ "_path": "share/X11/locale/iso8859-11/Compose",
710
+ "path_type": "hardlink",
711
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
712
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
713
+ "size_in_bytes": 0
714
+ },
715
+ {
716
+ "_path": "share/X11/locale/iso8859-11/XI18N_OBJS",
717
+ "path_type": "hardlink",
718
+ "sha256": "acbac0e9bafec77d3581caf193c893efac58d1a623b61a98169a8505d2812660",
719
+ "sha256_in_prefix": "acbac0e9bafec77d3581caf193c893efac58d1a623b61a98169a8505d2812660",
720
+ "size_in_bytes": 344
721
+ },
722
+ {
723
+ "_path": "share/X11/locale/iso8859-11/XLC_LOCALE",
724
+ "path_type": "hardlink",
725
+ "sha256": "7fc7e57a4219611b260bf2b7b088e948828b08e9b6ccd755e3401e9ed4b19984",
726
+ "sha256_in_prefix": "7fc7e57a4219611b260bf2b7b088e948828b08e9b6ccd755e3401e9ed4b19984",
727
+ "size_in_bytes": 770
728
+ },
729
+ {
730
+ "_path": "share/X11/locale/iso8859-13/Compose",
731
+ "path_type": "hardlink",
732
+ "sha256": "3b9f39fa0d4b2295a15ee8c8a0eeed65c2c49e27e3e3c94062e2770affe13a15",
733
+ "sha256_in_prefix": "3b9f39fa0d4b2295a15ee8c8a0eeed65c2c49e27e3e3c94062e2770affe13a15",
734
+ "size_in_bytes": 21247
735
+ },
736
+ {
737
+ "_path": "share/X11/locale/iso8859-13/XI18N_OBJS",
738
+ "path_type": "hardlink",
739
+ "sha256": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
740
+ "sha256_in_prefix": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
741
+ "size_in_bytes": 248
742
+ },
743
+ {
744
+ "_path": "share/X11/locale/iso8859-13/XLC_LOCALE",
745
+ "path_type": "hardlink",
746
+ "sha256": "e7d556ff13f4e740f24a31bdb490ff72d0016e1a2f3ea8722add4a12c31831fb",
747
+ "sha256_in_prefix": "e7d556ff13f4e740f24a31bdb490ff72d0016e1a2f3ea8722add4a12c31831fb",
748
+ "size_in_bytes": 770
749
+ },
750
+ {
751
+ "_path": "share/X11/locale/iso8859-14/Compose",
752
+ "path_type": "hardlink",
753
+ "sha256": "e955a741c57afff0bb1e6b224ae3c767b160ea24d910ad7ad9301cc196889388",
754
+ "sha256_in_prefix": "e955a741c57afff0bb1e6b224ae3c767b160ea24d910ad7ad9301cc196889388",
755
+ "size_in_bytes": 21014
756
+ },
757
+ {
758
+ "_path": "share/X11/locale/iso8859-14/XI18N_OBJS",
759
+ "path_type": "hardlink",
760
+ "sha256": "4c127cd114bc17c16afd9f8641c472253123db88b7105afe0cd574dd6c887c48",
761
+ "sha256_in_prefix": "4c127cd114bc17c16afd9f8641c472253123db88b7105afe0cd574dd6c887c48",
762
+ "size_in_bytes": 342
763
+ },
764
+ {
765
+ "_path": "share/X11/locale/iso8859-14/XLC_LOCALE",
766
+ "path_type": "hardlink",
767
+ "sha256": "39c95449667cbcbeeec7c86d7059154f60fab9fc684f8442f0f0026319c14bee",
768
+ "sha256_in_prefix": "39c95449667cbcbeeec7c86d7059154f60fab9fc684f8442f0f0026319c14bee",
769
+ "size_in_bytes": 770
770
+ },
771
+ {
772
+ "_path": "share/X11/locale/iso8859-15/Compose",
773
+ "path_type": "hardlink",
774
+ "sha256": "fc11f9e7d3cb7545a7f0a4e78874fc00818425f36e413d8ae25d46e1a1ed2d5e",
775
+ "sha256_in_prefix": "fc11f9e7d3cb7545a7f0a4e78874fc00818425f36e413d8ae25d46e1a1ed2d5e",
776
+ "size_in_bytes": 20625
777
+ },
778
+ {
779
+ "_path": "share/X11/locale/iso8859-15/XI18N_OBJS",
780
+ "path_type": "hardlink",
781
+ "sha256": "66989c577117c61f02495d621781cf711392314c8eb0707e7e8bd9cb796602a2",
782
+ "sha256_in_prefix": "66989c577117c61f02495d621781cf711392314c8eb0707e7e8bd9cb796602a2",
783
+ "size_in_bytes": 342
784
+ },
785
+ {
786
+ "_path": "share/X11/locale/iso8859-15/XLC_LOCALE",
787
+ "path_type": "hardlink",
788
+ "sha256": "b9a8267a5a5179237c4133c5549806f00bdd943c8abec7b9366d1cd9df2199c9",
789
+ "sha256_in_prefix": "b9a8267a5a5179237c4133c5549806f00bdd943c8abec7b9366d1cd9df2199c9",
790
+ "size_in_bytes": 1054
791
+ },
792
+ {
793
+ "_path": "share/X11/locale/iso8859-2/Compose",
794
+ "path_type": "hardlink",
795
+ "sha256": "8d49ffa743818f07048222faac0017709dc2e85de669f8e040654965ba38dbc2",
796
+ "sha256_in_prefix": "8d49ffa743818f07048222faac0017709dc2e85de669f8e040654965ba38dbc2",
797
+ "size_in_bytes": 23658
798
+ },
799
+ {
800
+ "_path": "share/X11/locale/iso8859-2/XI18N_OBJS",
801
+ "path_type": "hardlink",
802
+ "sha256": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
803
+ "sha256_in_prefix": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
804
+ "size_in_bytes": 248
805
+ },
806
+ {
807
+ "_path": "share/X11/locale/iso8859-2/XLC_LOCALE",
808
+ "path_type": "hardlink",
809
+ "sha256": "1697f4c056feb2c803fa27ab016f960b2cc9454d09456fa781cec9f5403967c5",
810
+ "sha256_in_prefix": "1697f4c056feb2c803fa27ab016f960b2cc9454d09456fa781cec9f5403967c5",
811
+ "size_in_bytes": 763
812
+ },
813
+ {
814
+ "_path": "share/X11/locale/iso8859-3/Compose",
815
+ "path_type": "hardlink",
816
+ "sha256": "2844e64f02de5bfbde68e24026898472903f5b04427d0bdd66a777be387e776e",
817
+ "sha256_in_prefix": "2844e64f02de5bfbde68e24026898472903f5b04427d0bdd66a777be387e776e",
818
+ "size_in_bytes": 22797
819
+ },
820
+ {
821
+ "_path": "share/X11/locale/iso8859-3/XI18N_OBJS",
822
+ "path_type": "hardlink",
823
+ "sha256": "155d1b62f3a7cf781cdfa461323b0ec52b69160413871b8f9a6693c87ee86a67",
824
+ "sha256_in_prefix": "155d1b62f3a7cf781cdfa461323b0ec52b69160413871b8f9a6693c87ee86a67",
825
+ "size_in_bytes": 341
826
+ },
827
+ {
828
+ "_path": "share/X11/locale/iso8859-3/XLC_LOCALE",
829
+ "path_type": "hardlink",
830
+ "sha256": "74edf2a16152bc8eee8f19b80cffed0d4fa7e4431b72298dfb18ebc5879fc3be",
831
+ "sha256_in_prefix": "74edf2a16152bc8eee8f19b80cffed0d4fa7e4431b72298dfb18ebc5879fc3be",
832
+ "size_in_bytes": 763
833
+ },
834
+ {
835
+ "_path": "share/X11/locale/iso8859-4/Compose",
836
+ "path_type": "hardlink",
837
+ "sha256": "ad66ad0317bc5076ab6b60ec5650989816421e837735acc7fdf0ef4c8cd5fc2e",
838
+ "sha256_in_prefix": "ad66ad0317bc5076ab6b60ec5650989816421e837735acc7fdf0ef4c8cd5fc2e",
839
+ "size_in_bytes": 16009
840
+ },
841
+ {
842
+ "_path": "share/X11/locale/iso8859-4/XI18N_OBJS",
843
+ "path_type": "hardlink",
844
+ "sha256": "6b37571c38a1e90e879c920db9fd7c3c2309e3f40553a09db94b62a3f45fff5f",
845
+ "sha256_in_prefix": "6b37571c38a1e90e879c920db9fd7c3c2309e3f40553a09db94b62a3f45fff5f",
846
+ "size_in_bytes": 341
847
+ },
848
+ {
849
+ "_path": "share/X11/locale/iso8859-4/XLC_LOCALE",
850
+ "path_type": "hardlink",
851
+ "sha256": "f2589f4e8f1260bd942b884f8f76ea8b7657bd9540fc10183aaa4fa8dff2c95f",
852
+ "sha256_in_prefix": "f2589f4e8f1260bd942b884f8f76ea8b7657bd9540fc10183aaa4fa8dff2c95f",
853
+ "size_in_bytes": 763
854
+ },
855
+ {
856
+ "_path": "share/X11/locale/iso8859-5/Compose",
857
+ "path_type": "hardlink",
858
+ "sha256": "6915476f03b77396033e4e5ead6eaf27f2a6ad6b7631954b96e1c3b92bdce5cc",
859
+ "sha256_in_prefix": "6915476f03b77396033e4e5ead6eaf27f2a6ad6b7631954b96e1c3b92bdce5cc",
860
+ "size_in_bytes": 307
861
+ },
862
+ {
863
+ "_path": "share/X11/locale/iso8859-5/XI18N_OBJS",
864
+ "path_type": "hardlink",
865
+ "sha256": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
866
+ "sha256_in_prefix": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
867
+ "size_in_bytes": 248
868
+ },
869
+ {
870
+ "_path": "share/X11/locale/iso8859-5/XLC_LOCALE",
871
+ "path_type": "hardlink",
872
+ "sha256": "032b9870847f76a57e8be14c45a968d417e7fa6db5245e63645ddc940865ef12",
873
+ "sha256_in_prefix": "032b9870847f76a57e8be14c45a968d417e7fa6db5245e63645ddc940865ef12",
874
+ "size_in_bytes": 763
875
+ },
876
+ {
877
+ "_path": "share/X11/locale/iso8859-6/Compose",
878
+ "path_type": "hardlink",
879
+ "sha256": "1881a296792c42f47da59a8030e3a09a27832834182f99c3f349d7e0c2c6c956",
880
+ "sha256_in_prefix": "1881a296792c42f47da59a8030e3a09a27832834182f99c3f349d7e0c2c6c956",
881
+ "size_in_bytes": 307
882
+ },
883
+ {
884
+ "_path": "share/X11/locale/iso8859-6/XI18N_OBJS",
885
+ "path_type": "hardlink",
886
+ "sha256": "9a0e7916f30c06b7cce0ec60f8bf3a7d80fb24ccb048a9ee161079a5df2d160e",
887
+ "sha256_in_prefix": "9a0e7916f30c06b7cce0ec60f8bf3a7d80fb24ccb048a9ee161079a5df2d160e",
888
+ "size_in_bytes": 341
889
+ },
890
+ {
891
+ "_path": "share/X11/locale/iso8859-6/XLC_LOCALE",
892
+ "path_type": "hardlink",
893
+ "sha256": "367dfefed863ad49660fd62e04fac46f2c2cedbca4fc27cdfa571c42c01a847c",
894
+ "sha256_in_prefix": "367dfefed863ad49660fd62e04fac46f2c2cedbca4fc27cdfa571c42c01a847c",
895
+ "size_in_bytes": 763
896
+ },
897
+ {
898
+ "_path": "share/X11/locale/iso8859-7/Compose",
899
+ "path_type": "hardlink",
900
+ "sha256": "dc1b55370699544394817047ff498bcb78589506d6861737b21edf661d49f803",
901
+ "sha256_in_prefix": "dc1b55370699544394817047ff498bcb78589506d6861737b21edf661d49f803",
902
+ "size_in_bytes": 10660
903
+ },
904
+ {
905
+ "_path": "share/X11/locale/iso8859-7/XI18N_OBJS",
906
+ "path_type": "hardlink",
907
+ "sha256": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
908
+ "sha256_in_prefix": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
909
+ "size_in_bytes": 248
910
+ },
911
+ {
912
+ "_path": "share/X11/locale/iso8859-7/XLC_LOCALE",
913
+ "path_type": "hardlink",
914
+ "sha256": "0a9aecfeee85814abfbbe0b5032a702c13a3728d5110181b744e8370eff19811",
915
+ "sha256_in_prefix": "0a9aecfeee85814abfbbe0b5032a702c13a3728d5110181b744e8370eff19811",
916
+ "size_in_bytes": 763
917
+ },
918
+ {
919
+ "_path": "share/X11/locale/iso8859-8/Compose",
920
+ "path_type": "hardlink",
921
+ "sha256": "d213a33e3951aa96f0f7d8fc6a76426fb833a1a9205597910b3d66d6902df86e",
922
+ "sha256_in_prefix": "d213a33e3951aa96f0f7d8fc6a76426fb833a1a9205597910b3d66d6902df86e",
923
+ "size_in_bytes": 307
924
+ },
925
+ {
926
+ "_path": "share/X11/locale/iso8859-8/XI18N_OBJS",
927
+ "path_type": "hardlink",
928
+ "sha256": "0ce8f2b39e65030f2cf072ce9a4276f3b4f563d65f638bae43a4efcd3ed169e3",
929
+ "sha256_in_prefix": "0ce8f2b39e65030f2cf072ce9a4276f3b4f563d65f638bae43a4efcd3ed169e3",
930
+ "size_in_bytes": 341
931
+ },
932
+ {
933
+ "_path": "share/X11/locale/iso8859-8/XLC_LOCALE",
934
+ "path_type": "hardlink",
935
+ "sha256": "26fb2b10f3f2c6175f0640db0d62c23a87f495a81bbb5124a4f1ed0ce59cb0ad",
936
+ "sha256_in_prefix": "26fb2b10f3f2c6175f0640db0d62c23a87f495a81bbb5124a4f1ed0ce59cb0ad",
937
+ "size_in_bytes": 763
938
+ },
939
+ {
940
+ "_path": "share/X11/locale/iso8859-9/Compose",
941
+ "path_type": "hardlink",
942
+ "sha256": "9375264a5b8a080b511fa5d720eb25c021b06f0afbe12574ef99675d95b6f722",
943
+ "sha256_in_prefix": "9375264a5b8a080b511fa5d720eb25c021b06f0afbe12574ef99675d95b6f722",
944
+ "size_in_bytes": 21703
945
+ },
946
+ {
947
+ "_path": "share/X11/locale/iso8859-9/XI18N_OBJS",
948
+ "path_type": "hardlink",
949
+ "sha256": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
950
+ "sha256_in_prefix": "a8a0e42aaf0bc6365ec936da183f3ab58784166f0155f8135265f926fe29a60d",
951
+ "size_in_bytes": 248
952
+ },
953
+ {
954
+ "_path": "share/X11/locale/iso8859-9/XLC_LOCALE",
955
+ "path_type": "hardlink",
956
+ "sha256": "1b4282e1a661f316d5de5ed9b999c9cf06e68216f540e0a81e699948bf09bc11",
957
+ "sha256_in_prefix": "1b4282e1a661f316d5de5ed9b999c9cf06e68216f540e0a81e699948bf09bc11",
958
+ "size_in_bytes": 763
959
+ },
960
+ {
961
+ "_path": "share/X11/locale/iso8859-9e/Compose",
962
+ "path_type": "hardlink",
963
+ "sha256": "b9edd9f66ad87347746f5bf9cbeb14c184d4ad758cbcc7f009f2f1f5a7fae5aa",
964
+ "sha256_in_prefix": "b9edd9f66ad87347746f5bf9cbeb14c184d4ad758cbcc7f009f2f1f5a7fae5aa",
965
+ "size_in_bytes": 22291
966
+ },
967
+ {
968
+ "_path": "share/X11/locale/iso8859-9e/XI18N_OBJS",
969
+ "path_type": "hardlink",
970
+ "sha256": "60d666759d2b03246d52e5d4df2ae3dd018e8de6be4ca8240f9adaff1cb695aa",
971
+ "sha256_in_prefix": "60d666759d2b03246d52e5d4df2ae3dd018e8de6be4ca8240f9adaff1cb695aa",
972
+ "size_in_bytes": 342
973
+ },
974
+ {
975
+ "_path": "share/X11/locale/iso8859-9e/XLC_LOCALE",
976
+ "path_type": "hardlink",
977
+ "sha256": "36ee0c52a56edbe747127efb5421287dcb2d3ebb3b58331cefe3eeee749bbb32",
978
+ "sha256_in_prefix": "36ee0c52a56edbe747127efb5421287dcb2d3ebb3b58331cefe3eeee749bbb32",
979
+ "size_in_bytes": 942
980
+ },
981
+ {
982
+ "_path": "share/X11/locale/ja.JIS/Compose",
983
+ "path_type": "hardlink",
984
+ "sha256": "ce3a4bf8b3666b0509ffe53a0e9151b18531e7db8d6cd8d7b64564182c4d4689",
985
+ "sha256_in_prefix": "ce3a4bf8b3666b0509ffe53a0e9151b18531e7db8d6cd8d7b64564182c4d4689",
986
+ "size_in_bytes": 303
987
+ },
988
+ {
989
+ "_path": "share/X11/locale/ja.JIS/XI18N_OBJS",
990
+ "path_type": "hardlink",
991
+ "sha256": "f4be662f6dd770ea360a6cde97af797f44da2bdffe83c644edda9a9891ee53ad",
992
+ "sha256_in_prefix": "f4be662f6dd770ea360a6cde97af797f44da2bdffe83c644edda9a9891ee53ad",
993
+ "size_in_bytes": 340
994
+ },
995
+ {
996
+ "_path": "share/X11/locale/ja.JIS/XLC_LOCALE",
997
+ "path_type": "hardlink",
998
+ "sha256": "659812ba83687a41bde281a570fb794a97ccac1138425d47950c7c3fc714c94a",
999
+ "sha256_in_prefix": "659812ba83687a41bde281a570fb794a97ccac1138425d47950c7c3fc714c94a",
1000
+ "size_in_bytes": 1681
1001
+ },
1002
+ {
1003
+ "_path": "share/X11/locale/ja.SJIS/Compose",
1004
+ "path_type": "hardlink",
1005
+ "sha256": "9bd2b9276c34d78c6a5e9ce5ffbdb5838eeded8f979a524fe853647acf4fcd3d",
1006
+ "sha256_in_prefix": "9bd2b9276c34d78c6a5e9ce5ffbdb5838eeded8f979a524fe853647acf4fcd3d",
1007
+ "size_in_bytes": 304
1008
+ },
1009
+ {
1010
+ "_path": "share/X11/locale/ja.SJIS/XI18N_OBJS",
1011
+ "path_type": "hardlink",
1012
+ "sha256": "bbfdd2a67876afd2ebf9fb7f1d89a7f5840380bdb3b78fda27356ce6617c3f51",
1013
+ "sha256_in_prefix": "bbfdd2a67876afd2ebf9fb7f1d89a7f5840380bdb3b78fda27356ce6617c3f51",
1014
+ "size_in_bytes": 481
1015
+ },
1016
+ {
1017
+ "_path": "share/X11/locale/ja.SJIS/XLC_LOCALE",
1018
+ "path_type": "hardlink",
1019
+ "sha256": "a60aabf425ecc47b83d65522df9b18adbe7b73315a2b6d549321d615c0c7745d",
1020
+ "sha256_in_prefix": "a60aabf425ecc47b83d65522df9b18adbe7b73315a2b6d549321d615c0c7745d",
1021
+ "size_in_bytes": 5138
1022
+ },
1023
+ {
1024
+ "_path": "share/X11/locale/ja/Compose",
1025
+ "path_type": "hardlink",
1026
+ "sha256": "1881640f93410f9b7c8ac8368326f7206709bece16a76d33b5c2f1232a1483fb",
1027
+ "sha256_in_prefix": "1881640f93410f9b7c8ac8368326f7206709bece16a76d33b5c2f1232a1483fb",
1028
+ "size_in_bytes": 299
1029
+ },
1030
+ {
1031
+ "_path": "share/X11/locale/ja/XI18N_OBJS",
1032
+ "path_type": "hardlink",
1033
+ "sha256": "3e4fc429ec1d173058186aa5b443bf8efc675de48c5446538d3707d7c35ea37b",
1034
+ "sha256_in_prefix": "3e4fc429ec1d173058186aa5b443bf8efc675de48c5446538d3707d7c35ea37b",
1035
+ "size_in_bytes": 611
1036
+ },
1037
+ {
1038
+ "_path": "share/X11/locale/ja/XLC_LOCALE",
1039
+ "path_type": "hardlink",
1040
+ "sha256": "7d7c97b76834021df73c264ad1cc5cea2bb9bc69ea11ad9ec8f13f76fb2d5e6b",
1041
+ "sha256_in_prefix": "7d7c97b76834021df73c264ad1cc5cea2bb9bc69ea11ad9ec8f13f76fb2d5e6b",
1042
+ "size_in_bytes": 1613
1043
+ },
1044
+ {
1045
+ "_path": "share/X11/locale/ja_JP.UTF-8/Compose",
1046
+ "file_mode": "text",
1047
+ "path_type": "hardlink",
1048
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1049
+ "sha256": "0e562eee58f98dc1e446f584990383596b402833599b3134ebc82f41185a8962",
1050
+ "sha256_in_prefix": "7b3893d571cdfc4369e2685aa6fa28ebe22f67228df8f1cc6295b91bcf6e60e3",
1051
+ "size_in_bytes": 303
1052
+ },
1053
+ {
1054
+ "_path": "share/X11/locale/ja_JP.UTF-8/XI18N_OBJS",
1055
+ "path_type": "hardlink",
1056
+ "sha256": "85023cec5e57823e91c22fd0cc8e0562e1b357dea2fb46e3978ebf01ed960d83",
1057
+ "sha256_in_prefix": "85023cec5e57823e91c22fd0cc8e0562e1b357dea2fb46e3978ebf01ed960d83",
1058
+ "size_in_bytes": 347
1059
+ },
1060
+ {
1061
+ "_path": "share/X11/locale/ja_JP.UTF-8/XLC_LOCALE",
1062
+ "path_type": "hardlink",
1063
+ "sha256": "cae871a0235e9b72631e8fd1b37b5791b23701ffbab543a865e683440400219b",
1064
+ "sha256_in_prefix": "cae871a0235e9b72631e8fd1b37b5791b23701ffbab543a865e683440400219b",
1065
+ "size_in_bytes": 2161
1066
+ },
1067
+ {
1068
+ "_path": "share/X11/locale/km_KH.UTF-8/Compose",
1069
+ "file_mode": "text",
1070
+ "path_type": "hardlink",
1071
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1072
+ "sha256": "0e562eee58f98dc1e446f584990383596b402833599b3134ebc82f41185a8962",
1073
+ "sha256_in_prefix": "7b3893d571cdfc4369e2685aa6fa28ebe22f67228df8f1cc6295b91bcf6e60e3",
1074
+ "size_in_bytes": 303
1075
+ },
1076
+ {
1077
+ "_path": "share/X11/locale/km_KH.UTF-8/XI18N_OBJS",
1078
+ "path_type": "hardlink",
1079
+ "sha256": "df4a3bcf39efef842ef9b8b855f9ec29da85613eb5133b0d764da535f0c32f1a",
1080
+ "sha256_in_prefix": "df4a3bcf39efef842ef9b8b855f9ec29da85613eb5133b0d764da535f0c32f1a",
1081
+ "size_in_bytes": 299
1082
+ },
1083
+ {
1084
+ "_path": "share/X11/locale/km_KH.UTF-8/XLC_LOCALE",
1085
+ "path_type": "hardlink",
1086
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1087
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1088
+ "size_in_bytes": 0
1089
+ },
1090
+ {
1091
+ "_path": "share/X11/locale/ko/Compose",
1092
+ "path_type": "hardlink",
1093
+ "sha256": "5b01d7b9d4e4d66563785cdefe578e857440f27fbb5523ebc6055f981c0d0b78",
1094
+ "sha256_in_prefix": "5b01d7b9d4e4d66563785cdefe578e857440f27fbb5523ebc6055f981c0d0b78",
1095
+ "size_in_bytes": 299
1096
+ },
1097
+ {
1098
+ "_path": "share/X11/locale/ko/XI18N_OBJS",
1099
+ "path_type": "hardlink",
1100
+ "sha256": "3061fe8262e058cf26c775dfb14197038e6d938b74b338538eaa9feb07e7740a",
1101
+ "sha256_in_prefix": "3061fe8262e058cf26c775dfb14197038e6d938b74b338538eaa9feb07e7740a",
1102
+ "size_in_bytes": 240
1103
+ },
1104
+ {
1105
+ "_path": "share/X11/locale/ko/XLC_LOCALE",
1106
+ "path_type": "hardlink",
1107
+ "sha256": "5bc4ae802964223fdfacf71151260272f3eb62c4f746852a53a58a81224eb3e3",
1108
+ "sha256_in_prefix": "5bc4ae802964223fdfacf71151260272f3eb62c4f746852a53a58a81224eb3e3",
1109
+ "size_in_bytes": 789
1110
+ },
1111
+ {
1112
+ "_path": "share/X11/locale/ko_KR.UTF-8/Compose",
1113
+ "file_mode": "text",
1114
+ "path_type": "hardlink",
1115
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1116
+ "sha256": "0e562eee58f98dc1e446f584990383596b402833599b3134ebc82f41185a8962",
1117
+ "sha256_in_prefix": "7b3893d571cdfc4369e2685aa6fa28ebe22f67228df8f1cc6295b91bcf6e60e3",
1118
+ "size_in_bytes": 303
1119
+ },
1120
+ {
1121
+ "_path": "share/X11/locale/ko_KR.UTF-8/XI18N_OBJS",
1122
+ "path_type": "hardlink",
1123
+ "sha256": "d5ac844df91eb872b5a9d06960dfdc727b9d910a0c36cd303c9595447616a2ec",
1124
+ "sha256_in_prefix": "d5ac844df91eb872b5a9d06960dfdc727b9d910a0c36cd303c9595447616a2ec",
1125
+ "size_in_bytes": 347
1126
+ },
1127
+ {
1128
+ "_path": "share/X11/locale/ko_KR.UTF-8/XLC_LOCALE",
1129
+ "path_type": "hardlink",
1130
+ "sha256": "84dd1247a616bdf50fd5b1dab4da3258efd8529e93b6cbe0d641e7e30f29ee31",
1131
+ "sha256_in_prefix": "84dd1247a616bdf50fd5b1dab4da3258efd8529e93b6cbe0d641e7e30f29ee31",
1132
+ "size_in_bytes": 2160
1133
+ },
1134
+ {
1135
+ "_path": "share/X11/locale/koi8-c/Compose",
1136
+ "path_type": "hardlink",
1137
+ "sha256": "fe7bc516195a7078bc63a6c61485a6e1fd839f6f6856697efce295836816937f",
1138
+ "sha256_in_prefix": "fe7bc516195a7078bc63a6c61485a6e1fd839f6f6856697efce295836816937f",
1139
+ "size_in_bytes": 6257
1140
+ },
1141
+ {
1142
+ "_path": "share/X11/locale/koi8-c/XI18N_OBJS",
1143
+ "path_type": "hardlink",
1144
+ "sha256": "608dae8d74e5bdb0cd7d048192e1584229fb78e10764d4b5fd4a09b027a0af8d",
1145
+ "sha256_in_prefix": "608dae8d74e5bdb0cd7d048192e1584229fb78e10764d4b5fd4a09b027a0af8d",
1146
+ "size_in_bytes": 338
1147
+ },
1148
+ {
1149
+ "_path": "share/X11/locale/koi8-c/XLC_LOCALE",
1150
+ "path_type": "hardlink",
1151
+ "sha256": "257ca9b185a922a4a0e769a1352bec5c5982848847b5c2c003f58e03a0bc985e",
1152
+ "sha256_in_prefix": "257ca9b185a922a4a0e769a1352bec5c5982848847b5c2c003f58e03a0bc985e",
1153
+ "size_in_bytes": 883
1154
+ },
1155
+ {
1156
+ "_path": "share/X11/locale/koi8-r/Compose",
1157
+ "path_type": "hardlink",
1158
+ "sha256": "dad63662a9174ebd0fd17735741ed48cf08b5e92aa1e5709e7d30ccafd64b1cf",
1159
+ "sha256_in_prefix": "dad63662a9174ebd0fd17735741ed48cf08b5e92aa1e5709e7d30ccafd64b1cf",
1160
+ "size_in_bytes": 303
1161
+ },
1162
+ {
1163
+ "_path": "share/X11/locale/koi8-r/XI18N_OBJS",
1164
+ "path_type": "hardlink",
1165
+ "sha256": "4aaaba59bb8712b563c55f4f48ca580bdf26900eab8ccc4903d5a27a34fa51ec",
1166
+ "sha256_in_prefix": "4aaaba59bb8712b563c55f4f48ca580bdf26900eab8ccc4903d5a27a34fa51ec",
1167
+ "size_in_bytes": 338
1168
+ },
1169
+ {
1170
+ "_path": "share/X11/locale/koi8-r/XLC_LOCALE",
1171
+ "path_type": "hardlink",
1172
+ "sha256": "a6d8d84df6d17cad9274c73e1bdbebac3b95af83052777498bef42316f6aa8c1",
1173
+ "sha256_in_prefix": "a6d8d84df6d17cad9274c73e1bdbebac3b95af83052777498bef42316f6aa8c1",
1174
+ "size_in_bytes": 886
1175
+ },
1176
+ {
1177
+ "_path": "share/X11/locale/koi8-u/Compose",
1178
+ "path_type": "hardlink",
1179
+ "sha256": "64570cfb67e26c2f07bf71fa91452b5e89200a2eae92d748f85223c0d2baeba8",
1180
+ "sha256_in_prefix": "64570cfb67e26c2f07bf71fa91452b5e89200a2eae92d748f85223c0d2baeba8",
1181
+ "size_in_bytes": 303
1182
+ },
1183
+ {
1184
+ "_path": "share/X11/locale/koi8-u/XI18N_OBJS",
1185
+ "path_type": "hardlink",
1186
+ "sha256": "259e1f568bd6dc198c6a296a1d551ee8014f1e469eb6047f00c96f506eda4fc2",
1187
+ "sha256_in_prefix": "259e1f568bd6dc198c6a296a1d551ee8014f1e469eb6047f00c96f506eda4fc2",
1188
+ "size_in_bytes": 338
1189
+ },
1190
+ {
1191
+ "_path": "share/X11/locale/koi8-u/XLC_LOCALE",
1192
+ "path_type": "hardlink",
1193
+ "sha256": "015debceb4f8232e4a6f34572e46e344b8b6ad0f150b94de64f3914d04ebbbf0",
1194
+ "sha256_in_prefix": "015debceb4f8232e4a6f34572e46e344b8b6ad0f150b94de64f3914d04ebbbf0",
1195
+ "size_in_bytes": 883
1196
+ },
1197
+ {
1198
+ "_path": "share/X11/locale/locale.alias",
1199
+ "path_type": "hardlink",
1200
+ "sha256": "ba9964e13f40c4ed44620cf4004026182f95c0a8c23b8a025befde1c1b32c573",
1201
+ "sha256_in_prefix": "ba9964e13f40c4ed44620cf4004026182f95c0a8c23b8a025befde1c1b32c573",
1202
+ "size_in_bytes": 76406
1203
+ },
1204
+ {
1205
+ "_path": "share/X11/locale/locale.dir",
1206
+ "path_type": "hardlink",
1207
+ "sha256": "41b4866f8d5520778de26e9eea137f783bb9f067e8379eae7c592ccb9135c37a",
1208
+ "sha256_in_prefix": "41b4866f8d5520778de26e9eea137f783bb9f067e8379eae7c592ccb9135c37a",
1209
+ "size_in_bytes": 35812
1210
+ },
1211
+ {
1212
+ "_path": "share/X11/locale/microsoft-cp1251/Compose",
1213
+ "path_type": "hardlink",
1214
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1215
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1216
+ "size_in_bytes": 0
1217
+ },
1218
+ {
1219
+ "_path": "share/X11/locale/microsoft-cp1251/XI18N_OBJS",
1220
+ "path_type": "hardlink",
1221
+ "sha256": "9b904cfe01db751706807fe3818c7515386ae258df3e764880b1d909c84574e3",
1222
+ "sha256_in_prefix": "9b904cfe01db751706807fe3818c7515386ae258df3e764880b1d909c84574e3",
1223
+ "size_in_bytes": 348
1224
+ },
1225
+ {
1226
+ "_path": "share/X11/locale/microsoft-cp1251/XLC_LOCALE",
1227
+ "path_type": "hardlink",
1228
+ "sha256": "412cddf3fcad7c24e1a9d73f5aacffb4c21dc43577b440f80e9eb361f76e8fc2",
1229
+ "sha256_in_prefix": "412cddf3fcad7c24e1a9d73f5aacffb4c21dc43577b440f80e9eb361f76e8fc2",
1230
+ "size_in_bytes": 990
1231
+ },
1232
+ {
1233
+ "_path": "share/X11/locale/microsoft-cp1255/Compose",
1234
+ "path_type": "hardlink",
1235
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1236
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1237
+ "size_in_bytes": 0
1238
+ },
1239
+ {
1240
+ "_path": "share/X11/locale/microsoft-cp1255/XI18N_OBJS",
1241
+ "path_type": "hardlink",
1242
+ "sha256": "57d3f7e62775f0b90379342d5c2473266fdfbbc68cba6465fd8361d6cf673ef6",
1243
+ "sha256_in_prefix": "57d3f7e62775f0b90379342d5c2473266fdfbbc68cba6465fd8361d6cf673ef6",
1244
+ "size_in_bytes": 348
1245
+ },
1246
+ {
1247
+ "_path": "share/X11/locale/microsoft-cp1255/XLC_LOCALE",
1248
+ "path_type": "hardlink",
1249
+ "sha256": "417ad932501f1f53b79f10b81566c21e0ac2477c164dd13dabc2c882766a66de",
1250
+ "sha256_in_prefix": "417ad932501f1f53b79f10b81566c21e0ac2477c164dd13dabc2c882766a66de",
1251
+ "size_in_bytes": 990
1252
+ },
1253
+ {
1254
+ "_path": "share/X11/locale/microsoft-cp1256/Compose",
1255
+ "path_type": "hardlink",
1256
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1257
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1258
+ "size_in_bytes": 0
1259
+ },
1260
+ {
1261
+ "_path": "share/X11/locale/microsoft-cp1256/XI18N_OBJS",
1262
+ "path_type": "hardlink",
1263
+ "sha256": "aa677177937f7a7099d7e4fb3956fa225709e9e94c8a5a44bc636f7d093832ef",
1264
+ "sha256_in_prefix": "aa677177937f7a7099d7e4fb3956fa225709e9e94c8a5a44bc636f7d093832ef",
1265
+ "size_in_bytes": 348
1266
+ },
1267
+ {
1268
+ "_path": "share/X11/locale/microsoft-cp1256/XLC_LOCALE",
1269
+ "path_type": "hardlink",
1270
+ "sha256": "35e1f9236954bf64033333e7d6c66569e67c64b1b998b59498c519c9265e47ff",
1271
+ "sha256_in_prefix": "35e1f9236954bf64033333e7d6c66569e67c64b1b998b59498c519c9265e47ff",
1272
+ "size_in_bytes": 990
1273
+ },
1274
+ {
1275
+ "_path": "share/X11/locale/mulelao-1/Compose",
1276
+ "path_type": "hardlink",
1277
+ "sha256": "ebb7c61e7c7386b0be0289ffd9fcfb609bc52ea85162cfa78752869adb1f16a2",
1278
+ "sha256_in_prefix": "ebb7c61e7c7386b0be0289ffd9fcfb609bc52ea85162cfa78752869adb1f16a2",
1279
+ "size_in_bytes": 306
1280
+ },
1281
+ {
1282
+ "_path": "share/X11/locale/mulelao-1/XI18N_OBJS",
1283
+ "path_type": "hardlink",
1284
+ "sha256": "b64a7aa29787f97bd50b6a9494812466d7704ec1ec5c698a7f5f38996543c558",
1285
+ "sha256_in_prefix": "b64a7aa29787f97bd50b6a9494812466d7704ec1ec5c698a7f5f38996543c558",
1286
+ "size_in_bytes": 341
1287
+ },
1288
+ {
1289
+ "_path": "share/X11/locale/mulelao-1/XLC_LOCALE",
1290
+ "path_type": "hardlink",
1291
+ "sha256": "0287cd5e869039f885c21f4f1a9b996c4e611cc49ef9d9eb86d21664c633e9cd",
1292
+ "sha256_in_prefix": "0287cd5e869039f885c21f4f1a9b996c4e611cc49ef9d9eb86d21664c633e9cd",
1293
+ "size_in_bytes": 907
1294
+ },
1295
+ {
1296
+ "_path": "share/X11/locale/nokhchi-1/Compose",
1297
+ "path_type": "hardlink",
1298
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1299
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1300
+ "size_in_bytes": 0
1301
+ },
1302
+ {
1303
+ "_path": "share/X11/locale/nokhchi-1/XI18N_OBJS",
1304
+ "path_type": "hardlink",
1305
+ "sha256": "b849f1c3fd5c6c98700c3e11202c5bf37c63e5956532678e45336779bab75137",
1306
+ "sha256_in_prefix": "b849f1c3fd5c6c98700c3e11202c5bf37c63e5956532678e45336779bab75137",
1307
+ "size_in_bytes": 341
1308
+ },
1309
+ {
1310
+ "_path": "share/X11/locale/nokhchi-1/XLC_LOCALE",
1311
+ "path_type": "hardlink",
1312
+ "sha256": "155bdb39a8bfa8308091c68ede17e9c5f3f03849b3449ce5d001687228d9bfa6",
1313
+ "sha256_in_prefix": "155bdb39a8bfa8308091c68ede17e9c5f3f03849b3449ce5d001687228d9bfa6",
1314
+ "size_in_bytes": 908
1315
+ },
1316
+ {
1317
+ "_path": "share/X11/locale/pt_BR.UTF-8/Compose",
1318
+ "file_mode": "text",
1319
+ "path_type": "hardlink",
1320
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1321
+ "sha256": "b88af001c45dac0ea1b11fe2b98f9c9774687717f2549e5dc70fd0274a736350",
1322
+ "sha256_in_prefix": "855a639f36f76e29ee1b29a5fe65ca9523158b830e8e55e9668c8cdcd269e3cd",
1323
+ "size_in_bytes": 1656
1324
+ },
1325
+ {
1326
+ "_path": "share/X11/locale/pt_BR.UTF-8/XI18N_OBJS",
1327
+ "path_type": "hardlink",
1328
+ "sha256": "084a4789668816bf0c9154fe3bd9d4d1bb303d355611d14e29f02d6e1d4cbb10",
1329
+ "sha256_in_prefix": "084a4789668816bf0c9154fe3bd9d4d1bb303d355611d14e29f02d6e1d4cbb10",
1330
+ "size_in_bytes": 345
1331
+ },
1332
+ {
1333
+ "_path": "share/X11/locale/pt_BR.UTF-8/XLC_LOCALE",
1334
+ "path_type": "hardlink",
1335
+ "sha256": "896ef838af8c04c6e4ce7ffbff6b241c24024ab9f3c5e59c2beefe36eb01efe5",
1336
+ "sha256_in_prefix": "896ef838af8c04c6e4ce7ffbff6b241c24024ab9f3c5e59c2beefe36eb01efe5",
1337
+ "size_in_bytes": 2006
1338
+ },
1339
+ {
1340
+ "_path": "share/X11/locale/pt_PT.UTF-8/Compose",
1341
+ "file_mode": "text",
1342
+ "path_type": "hardlink",
1343
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1344
+ "sha256": "7988b444f5e2b4a1b435602d95960fd4a7c31c8f8fc686c474d7515baec0f0cc",
1345
+ "sha256_in_prefix": "80df485068ab3bf2caa9a0c2e5c70b7bfb21670c74d368e1365d9e7b86a2f14e",
1346
+ "size_in_bytes": 443
1347
+ },
1348
+ {
1349
+ "_path": "share/X11/locale/pt_PT.UTF-8/XI18N_OBJS",
1350
+ "path_type": "hardlink",
1351
+ "sha256": "1b7661866efdf754de97baa070e1079a233f1abb11f91721528e0d268bac41c8",
1352
+ "sha256_in_prefix": "1b7661866efdf754de97baa070e1079a233f1abb11f91721528e0d268bac41c8",
1353
+ "size_in_bytes": 345
1354
+ },
1355
+ {
1356
+ "_path": "share/X11/locale/pt_PT.UTF-8/XLC_LOCALE",
1357
+ "path_type": "hardlink",
1358
+ "sha256": "e66c59298386f5c2fafb232e28333816aa5563e6a206688d09486a7e9841bc09",
1359
+ "sha256_in_prefix": "e66c59298386f5c2fafb232e28333816aa5563e6a206688d09486a7e9841bc09",
1360
+ "size_in_bytes": 2006
1361
+ },
1362
+ {
1363
+ "_path": "share/X11/locale/ru_RU.UTF-8/Compose",
1364
+ "file_mode": "text",
1365
+ "path_type": "hardlink",
1366
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1367
+ "sha256": "0e562eee58f98dc1e446f584990383596b402833599b3134ebc82f41185a8962",
1368
+ "sha256_in_prefix": "7b3893d571cdfc4369e2685aa6fa28ebe22f67228df8f1cc6295b91bcf6e60e3",
1369
+ "size_in_bytes": 303
1370
+ },
1371
+ {
1372
+ "_path": "share/X11/locale/ru_RU.UTF-8/XI18N_OBJS",
1373
+ "path_type": "hardlink",
1374
+ "sha256": "c7f2ddfe768b88bd83527aa17bfc359be01cf5e77a46731ea7f1031917669ade",
1375
+ "sha256_in_prefix": "c7f2ddfe768b88bd83527aa17bfc359be01cf5e77a46731ea7f1031917669ade",
1376
+ "size_in_bytes": 345
1377
+ },
1378
+ {
1379
+ "_path": "share/X11/locale/ru_RU.UTF-8/XLC_LOCALE",
1380
+ "path_type": "hardlink",
1381
+ "sha256": "9c79a5307f23b94392455fd29e1d38b9fb1fed98d650377f346e2ff75ee055a8",
1382
+ "sha256_in_prefix": "9c79a5307f23b94392455fd29e1d38b9fb1fed98d650377f346e2ff75ee055a8",
1383
+ "size_in_bytes": 2266
1384
+ },
1385
+ {
1386
+ "_path": "share/X11/locale/sr_RS.UTF-8/Compose",
1387
+ "file_mode": "text",
1388
+ "path_type": "hardlink",
1389
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1390
+ "sha256": "a399d2bb92b90f1f3323e24418a6e5ac19a2aa1fb124272b3738b470b50b7f96",
1391
+ "sha256_in_prefix": "21e89df5cdf97890003bf19a7d7202610b06d0f775c19f7d26075a2ce77c1362",
1392
+ "size_in_bytes": 5129
1393
+ },
1394
+ {
1395
+ "_path": "share/X11/locale/sr_RS.UTF-8/XI18N_OBJS",
1396
+ "path_type": "hardlink",
1397
+ "sha256": "df4a3bcf39efef842ef9b8b855f9ec29da85613eb5133b0d764da535f0c32f1a",
1398
+ "sha256_in_prefix": "df4a3bcf39efef842ef9b8b855f9ec29da85613eb5133b0d764da535f0c32f1a",
1399
+ "size_in_bytes": 299
1400
+ },
1401
+ {
1402
+ "_path": "share/X11/locale/sr_RS.UTF-8/XLC_LOCALE",
1403
+ "path_type": "hardlink",
1404
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1405
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1406
+ "size_in_bytes": 0
1407
+ },
1408
+ {
1409
+ "_path": "share/X11/locale/tatar-cyr/Compose",
1410
+ "path_type": "hardlink",
1411
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1412
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1413
+ "size_in_bytes": 0
1414
+ },
1415
+ {
1416
+ "_path": "share/X11/locale/tatar-cyr/XI18N_OBJS",
1417
+ "path_type": "hardlink",
1418
+ "sha256": "84c9f63886c9e1516e60c5e350c82db46013c10648c62a51a5601f724e418368",
1419
+ "sha256_in_prefix": "84c9f63886c9e1516e60c5e350c82db46013c10648c62a51a5601f724e418368",
1420
+ "size_in_bytes": 341
1421
+ },
1422
+ {
1423
+ "_path": "share/X11/locale/tatar-cyr/XLC_LOCALE",
1424
+ "path_type": "hardlink",
1425
+ "sha256": "57b233d304d99d5495f9b0608f760c1668f9c3198f3d50adb155ec2704965628",
1426
+ "sha256_in_prefix": "57b233d304d99d5495f9b0608f760c1668f9c3198f3d50adb155ec2704965628",
1427
+ "size_in_bytes": 934
1428
+ },
1429
+ {
1430
+ "_path": "share/X11/locale/th_TH.UTF-8/Compose",
1431
+ "file_mode": "text",
1432
+ "path_type": "hardlink",
1433
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1434
+ "sha256": "0e562eee58f98dc1e446f584990383596b402833599b3134ebc82f41185a8962",
1435
+ "sha256_in_prefix": "7b3893d571cdfc4369e2685aa6fa28ebe22f67228df8f1cc6295b91bcf6e60e3",
1436
+ "size_in_bytes": 303
1437
+ },
1438
+ {
1439
+ "_path": "share/X11/locale/th_TH.UTF-8/XI18N_OBJS",
1440
+ "path_type": "hardlink",
1441
+ "sha256": "2c125f8e32f5a1fafd00b88320d74c66ffec12dd267fa2fcac5baec5e14e3e3f",
1442
+ "sha256_in_prefix": "2c125f8e32f5a1fafd00b88320d74c66ffec12dd267fa2fcac5baec5e14e3e3f",
1443
+ "size_in_bytes": 347
1444
+ },
1445
+ {
1446
+ "_path": "share/X11/locale/th_TH.UTF-8/XLC_LOCALE",
1447
+ "path_type": "hardlink",
1448
+ "sha256": "9561ffe58338823958c9d363113920eaf2c76e3ef220af27624dd213c05eb017",
1449
+ "sha256_in_prefix": "9561ffe58338823958c9d363113920eaf2c76e3ef220af27624dd213c05eb017",
1450
+ "size_in_bytes": 1007
1451
+ },
1452
+ {
1453
+ "_path": "share/X11/locale/th_TH/Compose",
1454
+ "path_type": "hardlink",
1455
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1456
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1457
+ "size_in_bytes": 0
1458
+ },
1459
+ {
1460
+ "_path": "share/X11/locale/th_TH/XI18N_OBJS",
1461
+ "path_type": "hardlink",
1462
+ "sha256": "76a0383f411132d9709b6a0f610944cba07c2bcb113a0181d32bff1b38a6aea4",
1463
+ "sha256_in_prefix": "76a0383f411132d9709b6a0f610944cba07c2bcb113a0181d32bff1b38a6aea4",
1464
+ "size_in_bytes": 337
1465
+ },
1466
+ {
1467
+ "_path": "share/X11/locale/th_TH/XLC_LOCALE",
1468
+ "path_type": "hardlink",
1469
+ "sha256": "fd386de7fc7e72d399725552d10e820ac07bd62f630b96161e4732bdff45d85d",
1470
+ "sha256_in_prefix": "fd386de7fc7e72d399725552d10e820ac07bd62f630b96161e4732bdff45d85d",
1471
+ "size_in_bytes": 758
1472
+ },
1473
+ {
1474
+ "_path": "share/X11/locale/tscii-0/Compose",
1475
+ "path_type": "hardlink",
1476
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1477
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
1478
+ "size_in_bytes": 0
1479
+ },
1480
+ {
1481
+ "_path": "share/X11/locale/tscii-0/XI18N_OBJS",
1482
+ "path_type": "hardlink",
1483
+ "sha256": "4d90d27f18aebae0b6f6d5ed716c6b6bfda493ab95dc7f3f06f71270fe1fb28c",
1484
+ "sha256_in_prefix": "4d90d27f18aebae0b6f6d5ed716c6b6bfda493ab95dc7f3f06f71270fe1fb28c",
1485
+ "size_in_bytes": 339
1486
+ },
1487
+ {
1488
+ "_path": "share/X11/locale/tscii-0/XLC_LOCALE",
1489
+ "path_type": "hardlink",
1490
+ "sha256": "a457496a3d7e6ee65a4361b196758ec911138c62364176cf3c7512d12a3e589b",
1491
+ "sha256_in_prefix": "a457496a3d7e6ee65a4361b196758ec911138c62364176cf3c7512d12a3e589b",
1492
+ "size_in_bytes": 893
1493
+ },
1494
+ {
1495
+ "_path": "share/X11/locale/vi_VN.tcvn/Compose",
1496
+ "path_type": "hardlink",
1497
+ "sha256": "3d5ba2554b7acb06de0d5a607bcc0b3b29105021baef012c35f5f653116e7b58",
1498
+ "sha256_in_prefix": "3d5ba2554b7acb06de0d5a607bcc0b3b29105021baef012c35f5f653116e7b58",
1499
+ "size_in_bytes": 5509
1500
+ },
1501
+ {
1502
+ "_path": "share/X11/locale/vi_VN.tcvn/XI18N_OBJS",
1503
+ "path_type": "hardlink",
1504
+ "sha256": "3fd427902101c0859d1190d5803f2df5ffde718796e3f5990c653df6a38cd1b6",
1505
+ "sha256_in_prefix": "3fd427902101c0859d1190d5803f2df5ffde718796e3f5990c653df6a38cd1b6",
1506
+ "size_in_bytes": 342
1507
+ },
1508
+ {
1509
+ "_path": "share/X11/locale/vi_VN.tcvn/XLC_LOCALE",
1510
+ "path_type": "hardlink",
1511
+ "sha256": "ec55e37b253e2ab3c131ab498a7f97c4aae2703e2240e0e1f19f46d8ace6b7ec",
1512
+ "sha256_in_prefix": "ec55e37b253e2ab3c131ab498a7f97c4aae2703e2240e0e1f19f46d8ace6b7ec",
1513
+ "size_in_bytes": 907
1514
+ },
1515
+ {
1516
+ "_path": "share/X11/locale/vi_VN.viscii/Compose",
1517
+ "path_type": "hardlink",
1518
+ "sha256": "7f108ea2bea94584dcc12c106c2ce229e666731d38b6438ad859cab8f2173a16",
1519
+ "sha256_in_prefix": "7f108ea2bea94584dcc12c106c2ce229e666731d38b6438ad859cab8f2173a16",
1520
+ "size_in_bytes": 5509
1521
+ },
1522
+ {
1523
+ "_path": "share/X11/locale/vi_VN.viscii/XI18N_OBJS",
1524
+ "path_type": "hardlink",
1525
+ "sha256": "b0d1f14af33f7d6990fcc08594cfb52e76e0077560d74d848b69f5ad51b59003",
1526
+ "sha256_in_prefix": "b0d1f14af33f7d6990fcc08594cfb52e76e0077560d74d848b69f5ad51b59003",
1527
+ "size_in_bytes": 344
1528
+ },
1529
+ {
1530
+ "_path": "share/X11/locale/vi_VN.viscii/XLC_LOCALE",
1531
+ "path_type": "hardlink",
1532
+ "sha256": "8c5ddd468371a5f177647a921cc274ffe2df31d1341555f2495ad3a52359150a",
1533
+ "sha256_in_prefix": "8c5ddd468371a5f177647a921cc274ffe2df31d1341555f2495ad3a52359150a",
1534
+ "size_in_bytes": 923
1535
+ },
1536
+ {
1537
+ "_path": "share/X11/locale/zh_CN.UTF-8/Compose",
1538
+ "file_mode": "text",
1539
+ "path_type": "hardlink",
1540
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1541
+ "sha256": "0e562eee58f98dc1e446f584990383596b402833599b3134ebc82f41185a8962",
1542
+ "sha256_in_prefix": "7b3893d571cdfc4369e2685aa6fa28ebe22f67228df8f1cc6295b91bcf6e60e3",
1543
+ "size_in_bytes": 303
1544
+ },
1545
+ {
1546
+ "_path": "share/X11/locale/zh_CN.UTF-8/XI18N_OBJS",
1547
+ "path_type": "hardlink",
1548
+ "sha256": "16f3baef683a4a2cbbd48574eb4e25537bdce2348ce6913b3e13e3bf7459ca97",
1549
+ "sha256_in_prefix": "16f3baef683a4a2cbbd48574eb4e25537bdce2348ce6913b3e13e3bf7459ca97",
1550
+ "size_in_bytes": 347
1551
+ },
1552
+ {
1553
+ "_path": "share/X11/locale/zh_CN.UTF-8/XLC_LOCALE",
1554
+ "path_type": "hardlink",
1555
+ "sha256": "06f8b0b892c9f4d975d7c1b8bb763bbcbf3cec98ad3b9a6627ab11f9057cf624",
1556
+ "sha256_in_prefix": "06f8b0b892c9f4d975d7c1b8bb763bbcbf3cec98ad3b9a6627ab11f9057cf624",
1557
+ "size_in_bytes": 1901
1558
+ },
1559
+ {
1560
+ "_path": "share/X11/locale/zh_CN.gb18030/Compose",
1561
+ "path_type": "hardlink",
1562
+ "sha256": "c75c61c93d9f65b6517f01d7407afb8d5135c68b0912878d1a0978999be1d95a",
1563
+ "sha256_in_prefix": "c75c61c93d9f65b6517f01d7407afb8d5135c68b0912878d1a0978999be1d95a",
1564
+ "size_in_bytes": 310
1565
+ },
1566
+ {
1567
+ "_path": "share/X11/locale/zh_CN.gb18030/XI18N_OBJS",
1568
+ "path_type": "hardlink",
1569
+ "sha256": "bd1b6a4bf44cd2cb41063ef3f2b93fda728f232d55cbe77ad13a964a135e327d",
1570
+ "sha256_in_prefix": "bd1b6a4bf44cd2cb41063ef3f2b93fda728f232d55cbe77ad13a964a135e327d",
1571
+ "size_in_bytes": 347
1572
+ },
1573
+ {
1574
+ "_path": "share/X11/locale/zh_CN.gb18030/XLC_LOCALE",
1575
+ "path_type": "hardlink",
1576
+ "sha256": "47974c869ef9b4bcf09de84ce990b9f80fabc4f235f97ed51061c6f86fe95c89",
1577
+ "sha256_in_prefix": "47974c869ef9b4bcf09de84ce990b9f80fabc4f235f97ed51061c6f86fe95c89",
1578
+ "size_in_bytes": 1413
1579
+ },
1580
+ {
1581
+ "_path": "share/X11/locale/zh_CN.gbk/Compose",
1582
+ "path_type": "hardlink",
1583
+ "sha256": "0c0bbcaa2747600218f820bf8d74dcbcdba0546f095eee45a6ceda373dc4b2bd",
1584
+ "sha256_in_prefix": "0c0bbcaa2747600218f820bf8d74dcbcdba0546f095eee45a6ceda373dc4b2bd",
1585
+ "size_in_bytes": 306
1586
+ },
1587
+ {
1588
+ "_path": "share/X11/locale/zh_CN.gbk/XI18N_OBJS",
1589
+ "path_type": "hardlink",
1590
+ "sha256": "be9a55d0efc5433d09668feea32119b46347030ed8a77bfb037e3187465026fb",
1591
+ "sha256_in_prefix": "be9a55d0efc5433d09668feea32119b46347030ed8a77bfb037e3187465026fb",
1592
+ "size_in_bytes": 343
1593
+ },
1594
+ {
1595
+ "_path": "share/X11/locale/zh_CN.gbk/XLC_LOCALE",
1596
+ "path_type": "hardlink",
1597
+ "sha256": "844880169e4182f724c2b2f2ff8ccd9d989d73bf242e2b0159de5c3cf746cdd0",
1598
+ "sha256_in_prefix": "844880169e4182f724c2b2f2ff8ccd9d989d73bf242e2b0159de5c3cf746cdd0",
1599
+ "size_in_bytes": 1165
1600
+ },
1601
+ {
1602
+ "_path": "share/X11/locale/zh_CN/Compose",
1603
+ "path_type": "hardlink",
1604
+ "sha256": "44b03d1fe026503f6b2338a8ce42713acb07c831e2e583cb35bfdbeaaaa6a2a1",
1605
+ "sha256_in_prefix": "44b03d1fe026503f6b2338a8ce42713acb07c831e2e583cb35bfdbeaaaa6a2a1",
1606
+ "size_in_bytes": 299
1607
+ },
1608
+ {
1609
+ "_path": "share/X11/locale/zh_CN/XI18N_OBJS",
1610
+ "path_type": "hardlink",
1611
+ "sha256": "a6e6dc413c4bd168cd26ab8b0cace5e464212f03aef6d1994fcbd4351815da5e",
1612
+ "sha256_in_prefix": "a6e6dc413c4bd168cd26ab8b0cace5e464212f03aef6d1994fcbd4351815da5e",
1613
+ "size_in_bytes": 338
1614
+ },
1615
+ {
1616
+ "_path": "share/X11/locale/zh_CN/XLC_LOCALE",
1617
+ "path_type": "hardlink",
1618
+ "sha256": "dcfd7043b9285b310749a25c196a866ec887e8a5f1fffd42a655caa05a89b2d6",
1619
+ "sha256_in_prefix": "dcfd7043b9285b310749a25c196a866ec887e8a5f1fffd42a655caa05a89b2d6",
1620
+ "size_in_bytes": 787
1621
+ },
1622
+ {
1623
+ "_path": "share/X11/locale/zh_HK.UTF-8/Compose",
1624
+ "file_mode": "text",
1625
+ "path_type": "hardlink",
1626
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1627
+ "sha256": "0e562eee58f98dc1e446f584990383596b402833599b3134ebc82f41185a8962",
1628
+ "sha256_in_prefix": "7b3893d571cdfc4369e2685aa6fa28ebe22f67228df8f1cc6295b91bcf6e60e3",
1629
+ "size_in_bytes": 303
1630
+ },
1631
+ {
1632
+ "_path": "share/X11/locale/zh_HK.UTF-8/XI18N_OBJS",
1633
+ "path_type": "hardlink",
1634
+ "sha256": "95fcb72dd3ae5e8d34183f3a068a7042434a82ac23801cadb22dfbf8ace8a432",
1635
+ "sha256_in_prefix": "95fcb72dd3ae5e8d34183f3a068a7042434a82ac23801cadb22dfbf8ace8a432",
1636
+ "size_in_bytes": 345
1637
+ },
1638
+ {
1639
+ "_path": "share/X11/locale/zh_HK.UTF-8/XLC_LOCALE",
1640
+ "path_type": "hardlink",
1641
+ "sha256": "8672f39ad92391b57bf2214593be0e8b0b44c84546dcdb5ce759734a896902fa",
1642
+ "sha256_in_prefix": "8672f39ad92391b57bf2214593be0e8b0b44c84546dcdb5ce759734a896902fa",
1643
+ "size_in_bytes": 1668
1644
+ },
1645
+ {
1646
+ "_path": "share/X11/locale/zh_HK.big5/Compose",
1647
+ "path_type": "hardlink",
1648
+ "sha256": "9043c936195bf61f498f168c9446e6310ee5db91310436b4b4dcc4932ff0bd98",
1649
+ "sha256_in_prefix": "9043c936195bf61f498f168c9446e6310ee5db91310436b4b4dcc4932ff0bd98",
1650
+ "size_in_bytes": 305
1651
+ },
1652
+ {
1653
+ "_path": "share/X11/locale/zh_HK.big5/XI18N_OBJS",
1654
+ "path_type": "hardlink",
1655
+ "sha256": "106b13ec77c4ee6be2e731694fe7b55767bcdde240c5ed031a2ce63681e37d67",
1656
+ "sha256_in_prefix": "106b13ec77c4ee6be2e731694fe7b55767bcdde240c5ed031a2ce63681e37d67",
1657
+ "size_in_bytes": 344
1658
+ },
1659
+ {
1660
+ "_path": "share/X11/locale/zh_HK.big5/XLC_LOCALE",
1661
+ "path_type": "hardlink",
1662
+ "sha256": "efa2b5071b1884e359a0035fbdea170e241cd7d7a7e914fade5a1bbf635ff3e5",
1663
+ "sha256_in_prefix": "efa2b5071b1884e359a0035fbdea170e241cd7d7a7e914fade5a1bbf635ff3e5",
1664
+ "size_in_bytes": 1053
1665
+ },
1666
+ {
1667
+ "_path": "share/X11/locale/zh_HK.big5hkscs/Compose",
1668
+ "path_type": "hardlink",
1669
+ "sha256": "40e4234500ef02f31f8dcd95caebb40b6b2adb0f59ff2b7ad0b901b2fe45cf4e",
1670
+ "sha256_in_prefix": "40e4234500ef02f31f8dcd95caebb40b6b2adb0f59ff2b7ad0b901b2fe45cf4e",
1671
+ "size_in_bytes": 310
1672
+ },
1673
+ {
1674
+ "_path": "share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS",
1675
+ "path_type": "hardlink",
1676
+ "sha256": "f9e3ec1ce066da306f6edee42764c9cb8e586d900fd9341a9774a63c1d1ecf22",
1677
+ "sha256_in_prefix": "f9e3ec1ce066da306f6edee42764c9cb8e586d900fd9341a9774a63c1d1ecf22",
1678
+ "size_in_bytes": 349
1679
+ },
1680
+ {
1681
+ "_path": "share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE",
1682
+ "path_type": "hardlink",
1683
+ "sha256": "44182dc734ca2700d7fb485689f20f1e82fc0c3f7a29f03c8c70e1350827eec0",
1684
+ "sha256_in_prefix": "44182dc734ca2700d7fb485689f20f1e82fc0c3f7a29f03c8c70e1350827eec0",
1685
+ "size_in_bytes": 1097
1686
+ },
1687
+ {
1688
+ "_path": "share/X11/locale/zh_TW.UTF-8/Compose",
1689
+ "file_mode": "text",
1690
+ "path_type": "hardlink",
1691
+ "prefix_placeholder": "/croot/xorg-libx11_1746109960097/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
1692
+ "sha256": "0e562eee58f98dc1e446f584990383596b402833599b3134ebc82f41185a8962",
1693
+ "sha256_in_prefix": "7b3893d571cdfc4369e2685aa6fa28ebe22f67228df8f1cc6295b91bcf6e60e3",
1694
+ "size_in_bytes": 303
1695
+ },
1696
+ {
1697
+ "_path": "share/X11/locale/zh_TW.UTF-8/XI18N_OBJS",
1698
+ "path_type": "hardlink",
1699
+ "sha256": "e67615cebce31ef62695e4b4f3603ee88c099c4ce66c2320fc3ee14eb9bd5910",
1700
+ "sha256_in_prefix": "e67615cebce31ef62695e4b4f3603ee88c099c4ce66c2320fc3ee14eb9bd5910",
1701
+ "size_in_bytes": 345
1702
+ },
1703
+ {
1704
+ "_path": "share/X11/locale/zh_TW.UTF-8/XLC_LOCALE",
1705
+ "path_type": "hardlink",
1706
+ "sha256": "ab32de05042135d0fbbe84985bd7221c52072146c809a835ace9cab82642f418",
1707
+ "sha256_in_prefix": "ab32de05042135d0fbbe84985bd7221c52072146c809a835ace9cab82642f418",
1708
+ "size_in_bytes": 1228
1709
+ },
1710
+ {
1711
+ "_path": "share/X11/locale/zh_TW.big5/Compose",
1712
+ "path_type": "hardlink",
1713
+ "sha256": "806bad5419a8e6daea8e1e50d9e8d7e7373cbff41608f2d213e06b91ed449a1f",
1714
+ "sha256_in_prefix": "806bad5419a8e6daea8e1e50d9e8d7e7373cbff41608f2d213e06b91ed449a1f",
1715
+ "size_in_bytes": 307
1716
+ },
1717
+ {
1718
+ "_path": "share/X11/locale/zh_TW.big5/XI18N_OBJS",
1719
+ "path_type": "hardlink",
1720
+ "sha256": "675460866b5990e87bf9e967d1b8623d45cc70625839c57f113b030e214500ca",
1721
+ "sha256_in_prefix": "675460866b5990e87bf9e967d1b8623d45cc70625839c57f113b030e214500ca",
1722
+ "size_in_bytes": 344
1723
+ },
1724
+ {
1725
+ "_path": "share/X11/locale/zh_TW.big5/XLC_LOCALE",
1726
+ "path_type": "hardlink",
1727
+ "sha256": "37ec838903461a720be5093b281f23872c2deb9609693f0ebfd03cb9f8a24fa4",
1728
+ "sha256_in_prefix": "37ec838903461a720be5093b281f23872c2deb9609693f0ebfd03cb9f8a24fa4",
1729
+ "size_in_bytes": 9519
1730
+ },
1731
+ {
1732
+ "_path": "share/X11/locale/zh_TW/Compose",
1733
+ "path_type": "hardlink",
1734
+ "sha256": "35e56e33bb1caf9819741f39069cc986e01502294d941e6c10292ed004570088",
1735
+ "sha256_in_prefix": "35e56e33bb1caf9819741f39069cc986e01502294d941e6c10292ed004570088",
1736
+ "size_in_bytes": 302
1737
+ },
1738
+ {
1739
+ "_path": "share/X11/locale/zh_TW/XI18N_OBJS",
1740
+ "path_type": "hardlink",
1741
+ "sha256": "40deb13f5d81187a233d543da4509610d5647af4c74b202a530923aa9946449c",
1742
+ "sha256_in_prefix": "40deb13f5d81187a233d543da4509610d5647af4c74b202a530923aa9946449c",
1743
+ "size_in_bytes": 244
1744
+ },
1745
+ {
1746
+ "_path": "share/X11/locale/zh_TW/XLC_LOCALE",
1747
+ "path_type": "hardlink",
1748
+ "sha256": "1358bc65b381ba2ae6a7884ef232ce086bcd59e7171f9de4ebb4a72560961cb9",
1749
+ "sha256_in_prefix": "1358bc65b381ba2ae6a7884ef232ce086bcd59e7171f9de4ebb4a72560961cb9",
1750
+ "size_in_bytes": 2283
1751
+ }
1752
+ ],
1753
+ "paths_version": 1
1754
+ },
1755
+ "requested_spec": "None",
1756
+ "sha256": "e9e6228687c03d1c1318f6d7434e6c54f1a5e821def15d4926a5ce4c0a01a17e",
1757
+ "size": 916212,
1758
+ "subdir": "linux-64",
1759
+ "timestamp": 1746110020000,
1760
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/xorg-libx11-1.8.12-h9b100fa_1.conda",
1761
+ "version": "1.8.12"
1762
+ }
conda-meta/xorg-libxau-1.0.12-h9b100fa_0.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h9b100fa_0",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=11.2.0"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libxau-1.0.12-h9b100fa_0",
10
+ "files": [
11
+ "include/X11/Xauth.h",
12
+ "lib/libXau.so",
13
+ "lib/libXau.so.6",
14
+ "lib/libXau.so.6.0.0",
15
+ "lib/pkgconfig/xau.pc"
16
+ ],
17
+ "fn": "xorg-libxau-1.0.12-h9b100fa_0.conda",
18
+ "license": "MIT",
19
+ "link": {
20
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libxau-1.0.12-h9b100fa_0",
21
+ "type": 1
22
+ },
23
+ "md5": "a8005a9f6eb903e113cd5363e8a11459",
24
+ "name": "xorg-libxau",
25
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libxau-1.0.12-h9b100fa_0",
26
+ "paths_data": {
27
+ "paths": [
28
+ {
29
+ "_path": "include/X11/Xauth.h",
30
+ "path_type": "hardlink",
31
+ "sha256": "d0bc0612c0d2eb38bf7519190ebb60ea0d538c86589a6fbc06e0d761ec22f9c4",
32
+ "sha256_in_prefix": "d0bc0612c0d2eb38bf7519190ebb60ea0d538c86589a6fbc06e0d761ec22f9c4",
33
+ "size_in_bytes": 4973
34
+ },
35
+ {
36
+ "_path": "lib/libXau.so",
37
+ "path_type": "softlink",
38
+ "sha256": "63c07529fc685758e6fdae708d43e20eef99b9b26dc944e3985975ef1ef8c467",
39
+ "size_in_bytes": 17232
40
+ },
41
+ {
42
+ "_path": "lib/libXau.so.6",
43
+ "path_type": "softlink",
44
+ "sha256": "63c07529fc685758e6fdae708d43e20eef99b9b26dc944e3985975ef1ef8c467",
45
+ "size_in_bytes": 17232
46
+ },
47
+ {
48
+ "_path": "lib/libXau.so.6.0.0",
49
+ "path_type": "hardlink",
50
+ "sha256": "63c07529fc685758e6fdae708d43e20eef99b9b26dc944e3985975ef1ef8c467",
51
+ "sha256_in_prefix": "63c07529fc685758e6fdae708d43e20eef99b9b26dc944e3985975ef1ef8c467",
52
+ "size_in_bytes": 17232
53
+ },
54
+ {
55
+ "_path": "lib/pkgconfig/xau.pc",
56
+ "file_mode": "text",
57
+ "path_type": "hardlink",
58
+ "prefix_placeholder": "/croot/xorg-libxau_1745958680217/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place",
59
+ "sha256": "a1d4b755e9a4fe7631bdfb421a1239dbf8d4d485fa67ae2fe181660fbfa8ec73",
60
+ "sha256_in_prefix": "1db2179cb62f5f9ba509c1d5e009f2920e9d105288521965e301e021bbbd3228",
61
+ "size_in_bytes": 485
62
+ }
63
+ ],
64
+ "paths_version": 1
65
+ },
66
+ "requested_spec": "None",
67
+ "sha256": "68acf87da69a0237d5083798a9cc9b89d2887a84a5323aa740006b53cd5159ef",
68
+ "size": 13582,
69
+ "subdir": "linux-64",
70
+ "timestamp": 1745958707000,
71
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/xorg-libxau-1.0.12-h9b100fa_0.conda",
72
+ "version": "1.0.12"
73
+ }
conda-meta/xorg-libxdmcp-1.1.5-h9b100fa_0.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h9b100fa_0",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=11.2.0"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libxdmcp-1.1.5-h9b100fa_0",
10
+ "files": [
11
+ "include/X11/Xdmcp.h",
12
+ "lib/libXdmcp.so",
13
+ "lib/libXdmcp.so.6",
14
+ "lib/libXdmcp.so.6.0.0",
15
+ "lib/pkgconfig/xdmcp.pc"
16
+ ],
17
+ "fn": "xorg-libxdmcp-1.1.5-h9b100fa_0.conda",
18
+ "license": "MIT",
19
+ "link": {
20
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libxdmcp-1.1.5-h9b100fa_0",
21
+ "type": 1
22
+ },
23
+ "md5": "c284a09ddfba81d9c4e740110f09ea06",
24
+ "name": "xorg-libxdmcp",
25
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/xorg-libxdmcp-1.1.5-h9b100fa_0",
26
+ "paths_data": {
27
+ "paths": [
28
+ {
29
+ "_path": "include/X11/Xdmcp.h",
30
+ "path_type": "hardlink",
31
+ "sha256": "7fd3eb99f92b1c566c87cab744ccbb85a4530152eeace73dbb493952a4f40477",
32
+ "sha256_in_prefix": "7fd3eb99f92b1c566c87cab744ccbb85a4530152eeace73dbb493952a4f40477",
33
+ "size_in_bytes": 8535
34
+ },
35
+ {
36
+ "_path": "lib/libXdmcp.so",
37
+ "path_type": "softlink",
38
+ "sha256": "f2908bfed0bc8912782034b4df1ce481299733a195df4daa5fc5f642e87cd22d",
39
+ "size_in_bytes": 30240
40
+ },
41
+ {
42
+ "_path": "lib/libXdmcp.so.6",
43
+ "path_type": "softlink",
44
+ "sha256": "f2908bfed0bc8912782034b4df1ce481299733a195df4daa5fc5f642e87cd22d",
45
+ "size_in_bytes": 30240
46
+ },
47
+ {
48
+ "_path": "lib/libXdmcp.so.6.0.0",
49
+ "path_type": "hardlink",
50
+ "sha256": "f2908bfed0bc8912782034b4df1ce481299733a195df4daa5fc5f642e87cd22d",
51
+ "sha256_in_prefix": "f2908bfed0bc8912782034b4df1ce481299733a195df4daa5fc5f642e87cd22d",
52
+ "size_in_bytes": 30240
53
+ },
54
+ {
55
+ "_path": "lib/pkgconfig/xdmcp.pc",
56
+ "file_mode": "text",
57
+ "path_type": "hardlink",
58
+ "prefix_placeholder": "/croot/xorg-libxdmcp_1745992248260/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla",
59
+ "sha256": "de13cbc0e8bb68d72dda11f9de715d8ebcee454f40a3863acacff9acee789f20",
60
+ "sha256_in_prefix": "0fdcd444ed17d016d4629cf25a5c112775a92443c2d7c629720f5f0978f9674f",
61
+ "size_in_bytes": 491
62
+ }
63
+ ],
64
+ "paths_version": 1
65
+ },
66
+ "requested_spec": "None",
67
+ "sha256": "459c8497d1c22b020404b481fa12011abeb27d8eefde37dd4ac9f5a443fd5ac7",
68
+ "size": 19260,
69
+ "subdir": "linux-64",
70
+ "timestamp": 1745992279000,
71
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/xorg-libxdmcp-1.1.5-h9b100fa_0.conda",
72
+ "version": "1.1.5"
73
+ }
conda-meta/xorg-xorgproto-2024.1-h5eee18b_1.json ADDED
@@ -0,0 +1,1929 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h5eee18b_1",
3
+ "build_number": 1,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [
6
+ "xorg-xextproto <0.0.0a",
7
+ "xorg-xproto <0.0.0a",
8
+ "xorg-recordproto <0.0.0a",
9
+ "xorg-randrproto <0.0.0a",
10
+ "xorg-xf86dgaproto <0.0.0a",
11
+ "xorg-xf86vidmodeproto <0.0.0a",
12
+ "xorg-xcmiscproto <0.0.0a",
13
+ "xorg-applewmproto <0.0.0a",
14
+ "xorg-damageproto <0.0.0a",
15
+ "xorg-xf86driproto <0.0.0a",
16
+ "xorg-renderproto <0.0.0a",
17
+ "xorg-kbproto <0.0.0a",
18
+ "xorg-glproto <0.0.0a",
19
+ "xorg-inputproto <0.0.0a",
20
+ "xorg-scrnsaverproto <0.0.0a",
21
+ "xorg-compositeproto <0.0.0a",
22
+ "xorg-videoproto <0.0.0a",
23
+ "xorg-xwaylandproto <0.0.0a",
24
+ "xorg-dri3proto <0.0.0a",
25
+ "xorg-fixesproto <0.0.0a",
26
+ "xorg-dri2proto <0.0.0a",
27
+ "xorg-resourceproto <0.0.0a",
28
+ "xorg-dpmsproto <0.0.0a",
29
+ "xorg-xineramaproto <0.0.0a",
30
+ "xorg-fontsproto <0.0.0a",
31
+ "xorg-dmxproto <0.0.0a",
32
+ "xorg-xf86bigfontproto <0.0.0a",
33
+ "xorg-presentproto <0.0.0a",
34
+ "xorg-bigreqsproto <0.0.0a"
35
+ ],
36
+ "depends": [
37
+ "libgcc-ng >=11.2.0"
38
+ ],
39
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/xorg-xorgproto-2024.1-h5eee18b_1",
40
+ "files": [
41
+ "include/GL/glxint.h",
42
+ "include/GL/glxmd.h",
43
+ "include/GL/glxproto.h",
44
+ "include/GL/glxtokens.h",
45
+ "include/GL/internal/glcore.h",
46
+ "include/X11/DECkeysym.h",
47
+ "include/X11/HPkeysym.h",
48
+ "include/X11/Sunkeysym.h",
49
+ "include/X11/X.h",
50
+ "include/X11/XF86keysym.h",
51
+ "include/X11/XWDFile.h",
52
+ "include/X11/Xalloca.h",
53
+ "include/X11/Xarch.h",
54
+ "include/X11/Xatom.h",
55
+ "include/X11/Xdefs.h",
56
+ "include/X11/Xfuncproto.h",
57
+ "include/X11/Xfuncs.h",
58
+ "include/X11/Xmd.h",
59
+ "include/X11/Xos.h",
60
+ "include/X11/Xos_r.h",
61
+ "include/X11/Xosdefs.h",
62
+ "include/X11/Xpoll.h",
63
+ "include/X11/Xproto.h",
64
+ "include/X11/Xprotostr.h",
65
+ "include/X11/Xthreads.h",
66
+ "include/X11/Xw32defs.h",
67
+ "include/X11/Xwindows.h",
68
+ "include/X11/Xwinsock.h",
69
+ "include/X11/ap_keysym.h",
70
+ "include/X11/dri/xf86dri.h",
71
+ "include/X11/dri/xf86driproto.h",
72
+ "include/X11/dri/xf86dristr.h",
73
+ "include/X11/extensions/EVI.h",
74
+ "include/X11/extensions/EVIproto.h",
75
+ "include/X11/extensions/XI.h",
76
+ "include/X11/extensions/XI2.h",
77
+ "include/X11/extensions/XI2proto.h",
78
+ "include/X11/extensions/XIproto.h",
79
+ "include/X11/extensions/XKB.h",
80
+ "include/X11/extensions/XKBproto.h",
81
+ "include/X11/extensions/XKBsrv.h",
82
+ "include/X11/extensions/XKBstr.h",
83
+ "include/X11/extensions/XResproto.h",
84
+ "include/X11/extensions/Xv.h",
85
+ "include/X11/extensions/XvMC.h",
86
+ "include/X11/extensions/XvMCproto.h",
87
+ "include/X11/extensions/Xvproto.h",
88
+ "include/X11/extensions/ag.h",
89
+ "include/X11/extensions/agproto.h",
90
+ "include/X11/extensions/applewmconst.h",
91
+ "include/X11/extensions/applewmproto.h",
92
+ "include/X11/extensions/bigreqsproto.h",
93
+ "include/X11/extensions/bigreqstr.h",
94
+ "include/X11/extensions/composite.h",
95
+ "include/X11/extensions/compositeproto.h",
96
+ "include/X11/extensions/cup.h",
97
+ "include/X11/extensions/cupproto.h",
98
+ "include/X11/extensions/damageproto.h",
99
+ "include/X11/extensions/damagewire.h",
100
+ "include/X11/extensions/dbe.h",
101
+ "include/X11/extensions/dbeproto.h",
102
+ "include/X11/extensions/dmx.h",
103
+ "include/X11/extensions/dmxproto.h",
104
+ "include/X11/extensions/dpmsconst.h",
105
+ "include/X11/extensions/dpmsproto.h",
106
+ "include/X11/extensions/dri2proto.h",
107
+ "include/X11/extensions/dri2tokens.h",
108
+ "include/X11/extensions/dri3proto.h",
109
+ "include/X11/extensions/ge.h",
110
+ "include/X11/extensions/geproto.h",
111
+ "include/X11/extensions/lbx.h",
112
+ "include/X11/extensions/lbxproto.h",
113
+ "include/X11/extensions/mitmiscconst.h",
114
+ "include/X11/extensions/mitmiscproto.h",
115
+ "include/X11/extensions/multibufconst.h",
116
+ "include/X11/extensions/multibufproto.h",
117
+ "include/X11/extensions/panoramiXproto.h",
118
+ "include/X11/extensions/presentproto.h",
119
+ "include/X11/extensions/presenttokens.h",
120
+ "include/X11/extensions/randr.h",
121
+ "include/X11/extensions/randrproto.h",
122
+ "include/X11/extensions/recordconst.h",
123
+ "include/X11/extensions/recordproto.h",
124
+ "include/X11/extensions/recordstr.h",
125
+ "include/X11/extensions/render.h",
126
+ "include/X11/extensions/renderproto.h",
127
+ "include/X11/extensions/saver.h",
128
+ "include/X11/extensions/saverproto.h",
129
+ "include/X11/extensions/secur.h",
130
+ "include/X11/extensions/securproto.h",
131
+ "include/X11/extensions/shapeconst.h",
132
+ "include/X11/extensions/shapeproto.h",
133
+ "include/X11/extensions/shapestr.h",
134
+ "include/X11/extensions/shm.h",
135
+ "include/X11/extensions/shmproto.h",
136
+ "include/X11/extensions/shmstr.h",
137
+ "include/X11/extensions/syncconst.h",
138
+ "include/X11/extensions/syncproto.h",
139
+ "include/X11/extensions/syncstr.h",
140
+ "include/X11/extensions/xcmiscproto.h",
141
+ "include/X11/extensions/xcmiscstr.h",
142
+ "include/X11/extensions/xf86bigfont.h",
143
+ "include/X11/extensions/xf86bigfproto.h",
144
+ "include/X11/extensions/xf86bigfstr.h",
145
+ "include/X11/extensions/xf86dga.h",
146
+ "include/X11/extensions/xf86dga1const.h",
147
+ "include/X11/extensions/xf86dga1proto.h",
148
+ "include/X11/extensions/xf86dga1str.h",
149
+ "include/X11/extensions/xf86dgaconst.h",
150
+ "include/X11/extensions/xf86dgaproto.h",
151
+ "include/X11/extensions/xf86dgastr.h",
152
+ "include/X11/extensions/xf86vm.h",
153
+ "include/X11/extensions/xf86vmproto.h",
154
+ "include/X11/extensions/xf86vmstr.h",
155
+ "include/X11/extensions/xfixesproto.h",
156
+ "include/X11/extensions/xfixeswire.h",
157
+ "include/X11/extensions/xtestconst.h",
158
+ "include/X11/extensions/xtestext1const.h",
159
+ "include/X11/extensions/xtestext1proto.h",
160
+ "include/X11/extensions/xtestproto.h",
161
+ "include/X11/extensions/xwaylandproto.h",
162
+ "include/X11/fonts/FS.h",
163
+ "include/X11/fonts/FSproto.h",
164
+ "include/X11/fonts/font.h",
165
+ "include/X11/fonts/fontproto.h",
166
+ "include/X11/fonts/fontstruct.h",
167
+ "include/X11/fonts/fsmasks.h",
168
+ "include/X11/keysym.h",
169
+ "include/X11/keysymdef.h",
170
+ "share/doc/bigreqsproto/bigreq.xml",
171
+ "share/doc/fontsproto/fsproto.xml",
172
+ "share/doc/kbproto/XKBproto-1.svg",
173
+ "share/doc/kbproto/XKBproto-10.svg",
174
+ "share/doc/kbproto/XKBproto-11.svg",
175
+ "share/doc/kbproto/XKBproto-2.svg",
176
+ "share/doc/kbproto/XKBproto-3.svg",
177
+ "share/doc/kbproto/XKBproto-4.svg",
178
+ "share/doc/kbproto/XKBproto-5.svg",
179
+ "share/doc/kbproto/XKBproto-6.svg",
180
+ "share/doc/kbproto/XKBproto-7.svg",
181
+ "share/doc/kbproto/XKBproto-8.svg",
182
+ "share/doc/kbproto/XKBproto-9.svg",
183
+ "share/doc/kbproto/acknowledgements.xml",
184
+ "share/doc/kbproto/appA.xml",
185
+ "share/doc/kbproto/appB.xml",
186
+ "share/doc/kbproto/appC.xml",
187
+ "share/doc/kbproto/appD.xml",
188
+ "share/doc/kbproto/ch01.xml",
189
+ "share/doc/kbproto/ch02.xml",
190
+ "share/doc/kbproto/ch03.xml",
191
+ "share/doc/kbproto/ch04.xml",
192
+ "share/doc/kbproto/ch05.xml",
193
+ "share/doc/kbproto/ch06.xml",
194
+ "share/doc/kbproto/ch07.xml",
195
+ "share/doc/kbproto/ch08.xml",
196
+ "share/doc/kbproto/ch09.xml",
197
+ "share/doc/kbproto/ch10.xml",
198
+ "share/doc/kbproto/ch11.xml",
199
+ "share/doc/kbproto/ch12.xml",
200
+ "share/doc/kbproto/ch13.xml",
201
+ "share/doc/kbproto/ch14.xml",
202
+ "share/doc/kbproto/ch15.xml",
203
+ "share/doc/kbproto/ch16.xml",
204
+ "share/doc/kbproto/xkbproto.xml",
205
+ "share/doc/recordproto/record.xml",
206
+ "share/doc/scrnsaverproto/saver.xml",
207
+ "share/doc/xcmiscproto/xc-misc.xml",
208
+ "share/doc/xextproto/appendix.xml",
209
+ "share/doc/xextproto/appgrp.xml",
210
+ "share/doc/xextproto/dbe.xml",
211
+ "share/doc/xextproto/dpms.xml",
212
+ "share/doc/xextproto/evi.xml",
213
+ "share/doc/xextproto/geproto.xml",
214
+ "share/doc/xextproto/lbx.xml",
215
+ "share/doc/xextproto/multibuf.xml",
216
+ "share/doc/xextproto/security.xml",
217
+ "share/doc/xextproto/shape.xml",
218
+ "share/doc/xextproto/shm.xml",
219
+ "share/doc/xextproto/sync.xml",
220
+ "share/doc/xextproto/tog-cup.xml",
221
+ "share/doc/xextproto/xtest.xml",
222
+ "share/doc/xorgproto/compositeproto.txt",
223
+ "share/doc/xorgproto/damageproto.txt",
224
+ "share/doc/xorgproto/dri2proto.txt",
225
+ "share/doc/xorgproto/dri3proto.txt",
226
+ "share/doc/xorgproto/fixesproto.txt",
227
+ "share/doc/xorgproto/presentproto.txt",
228
+ "share/doc/xorgproto/randrproto.txt",
229
+ "share/doc/xorgproto/renderproto.txt",
230
+ "share/doc/xorgproto/resproto.txt",
231
+ "share/doc/xorgproto/xv-protocol-v2.txt",
232
+ "share/doc/xorgproto/xwaylandproto.txt",
233
+ "share/doc/xproto/encoding.xml",
234
+ "share/doc/xproto/glossary.xml",
235
+ "share/doc/xproto/keysyms.xml",
236
+ "share/doc/xproto/sect1-9.xml",
237
+ "share/doc/xproto/x11protocol.xml",
238
+ "share/pkgconfig/applewmproto.pc",
239
+ "share/pkgconfig/bigreqsproto.pc",
240
+ "share/pkgconfig/compositeproto.pc",
241
+ "share/pkgconfig/damageproto.pc",
242
+ "share/pkgconfig/dmxproto.pc",
243
+ "share/pkgconfig/dpmsproto.pc",
244
+ "share/pkgconfig/dri2proto.pc",
245
+ "share/pkgconfig/dri3proto.pc",
246
+ "share/pkgconfig/fixesproto.pc",
247
+ "share/pkgconfig/fontsproto.pc",
248
+ "share/pkgconfig/glproto.pc",
249
+ "share/pkgconfig/inputproto.pc",
250
+ "share/pkgconfig/kbproto.pc",
251
+ "share/pkgconfig/presentproto.pc",
252
+ "share/pkgconfig/randrproto.pc",
253
+ "share/pkgconfig/recordproto.pc",
254
+ "share/pkgconfig/renderproto.pc",
255
+ "share/pkgconfig/resourceproto.pc",
256
+ "share/pkgconfig/scrnsaverproto.pc",
257
+ "share/pkgconfig/videoproto.pc",
258
+ "share/pkgconfig/xcmiscproto.pc",
259
+ "share/pkgconfig/xextproto.pc",
260
+ "share/pkgconfig/xf86bigfontproto.pc",
261
+ "share/pkgconfig/xf86dgaproto.pc",
262
+ "share/pkgconfig/xf86driproto.pc",
263
+ "share/pkgconfig/xf86vidmodeproto.pc",
264
+ "share/pkgconfig/xineramaproto.pc",
265
+ "share/pkgconfig/xproto.pc",
266
+ "share/pkgconfig/xwaylandproto.pc"
267
+ ],
268
+ "fn": "xorg-xorgproto-2024.1-h5eee18b_1.conda",
269
+ "license": "MIT",
270
+ "link": {
271
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/xorg-xorgproto-2024.1-h5eee18b_1",
272
+ "type": 1
273
+ },
274
+ "md5": "412a0d97a7a51d23326e57226189da92",
275
+ "name": "xorg-xorgproto",
276
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/xorg-xorgproto-2024.1-h5eee18b_1",
277
+ "paths_data": {
278
+ "paths": [
279
+ {
280
+ "_path": "include/GL/glxint.h",
281
+ "path_type": "hardlink",
282
+ "sha256": "3dcd6b79b13cc985e513e28e3369bc9e068dc4c6367d4b090a1193f35b5f0baa",
283
+ "sha256_in_prefix": "3dcd6b79b13cc985e513e28e3369bc9e068dc4c6367d4b090a1193f35b5f0baa",
284
+ "size_in_bytes": 4696
285
+ },
286
+ {
287
+ "_path": "include/GL/glxmd.h",
288
+ "path_type": "hardlink",
289
+ "sha256": "2bb5fe1a31ad2389b33129831c616c3a496b9f85ec3a5afedd6e740aa8d19097",
290
+ "sha256_in_prefix": "2bb5fe1a31ad2389b33129831c616c3a496b9f85ec3a5afedd6e740aa8d19097",
291
+ "size_in_bytes": 2085
292
+ },
293
+ {
294
+ "_path": "include/GL/glxproto.h",
295
+ "path_type": "hardlink",
296
+ "sha256": "89ffdb6a325e33cee77686e44d2c6a13e419af8cf1c417690e907b5dd0a094a4",
297
+ "sha256_in_prefix": "89ffdb6a325e33cee77686e44d2c6a13e419af8cf1c417690e907b5dd0a094a4",
298
+ "size_in_bytes": 78531
299
+ },
300
+ {
301
+ "_path": "include/GL/glxtokens.h",
302
+ "path_type": "hardlink",
303
+ "sha256": "8c86b8b9d24ea06d7563012c8099971aa9d4e3db37930abede5dddb294c0d8a9",
304
+ "sha256_in_prefix": "8c86b8b9d24ea06d7563012c8099971aa9d4e3db37930abede5dddb294c0d8a9",
305
+ "size_in_bytes": 11429
306
+ },
307
+ {
308
+ "_path": "include/GL/internal/glcore.h",
309
+ "path_type": "hardlink",
310
+ "sha256": "3b715ad3957914f560a23fa31cfc835676ba65fb4ea62b36f7030cda7a41dbfa",
311
+ "sha256_in_prefix": "3b715ad3957914f560a23fa31cfc835676ba65fb4ea62b36f7030cda7a41dbfa",
312
+ "size_in_bytes": 6315
313
+ },
314
+ {
315
+ "_path": "include/X11/DECkeysym.h",
316
+ "path_type": "hardlink",
317
+ "sha256": "9610df489e4dc4082ab74b0b5007309fb1ed7286e47634f039272bbf4a99b720",
318
+ "sha256_in_prefix": "9610df489e4dc4082ab74b0b5007309fb1ed7286e47634f039272bbf4a99b720",
319
+ "size_in_bytes": 2867
320
+ },
321
+ {
322
+ "_path": "include/X11/HPkeysym.h",
323
+ "path_type": "hardlink",
324
+ "sha256": "cd157ef21f5bd6833f4b82937de93504fecc1e368ded3e4a908244817b785ea5",
325
+ "sha256_in_prefix": "cd157ef21f5bd6833f4b82937de93504fecc1e368ded3e4a908244817b785ea5",
326
+ "size_in_bytes": 7936
327
+ },
328
+ {
329
+ "_path": "include/X11/Sunkeysym.h",
330
+ "path_type": "hardlink",
331
+ "sha256": "eb20cdc24a3fb9d8f43d18e50615ed44fc37006d704a42a4da1d2a7c2cfeb035",
332
+ "sha256_in_prefix": "eb20cdc24a3fb9d8f43d18e50615ed44fc37006d704a42a4da1d2a7c2cfeb035",
333
+ "size_in_bytes": 4413
334
+ },
335
+ {
336
+ "_path": "include/X11/X.h",
337
+ "path_type": "hardlink",
338
+ "sha256": "3f3ce079a71d26784ea298a75a29fb8add6f0f409cf36850bea7d428fdb1a9fb",
339
+ "sha256_in_prefix": "3f3ce079a71d26784ea298a75a29fb8add6f0f409cf36850bea7d428fdb1a9fb",
340
+ "size_in_bytes": 20137
341
+ },
342
+ {
343
+ "_path": "include/X11/XF86keysym.h",
344
+ "path_type": "hardlink",
345
+ "sha256": "d0bbb8c30541e1b85c05af25551d40e82ea9f6166ca367f5330bf9ce760fe97e",
346
+ "sha256_in_prefix": "d0bbb8c30541e1b85c05af25551d40e82ea9f6166ca367f5330bf9ce760fe97e",
347
+ "size_in_bytes": 35330
348
+ },
349
+ {
350
+ "_path": "include/X11/XWDFile.h",
351
+ "path_type": "hardlink",
352
+ "sha256": "8383b2a444394f6748d0c3c770880acedb015357222040bbcb28791b6b309a7f",
353
+ "sha256_in_prefix": "8383b2a444394f6748d0c3c770880acedb015357222040bbcb28791b6b309a7f",
354
+ "size_in_bytes": 3872
355
+ },
356
+ {
357
+ "_path": "include/X11/Xalloca.h",
358
+ "path_type": "hardlink",
359
+ "sha256": "7fc35f8e17d6e342bd0cf07284e08c0216c66ee45affc8aa935570e142bfdc54",
360
+ "sha256_in_prefix": "7fc35f8e17d6e342bd0cf07284e08c0216c66ee45affc8aa935570e142bfdc54",
361
+ "size_in_bytes": 4587
362
+ },
363
+ {
364
+ "_path": "include/X11/Xarch.h",
365
+ "path_type": "hardlink",
366
+ "sha256": "e5d6c520a7f79d69e183f96a1450d6f21063c7298662265b93a404dac3981145",
367
+ "sha256_in_prefix": "e5d6c520a7f79d69e183f96a1450d6f21063c7298662265b93a404dac3981145",
368
+ "size_in_bytes": 2951
369
+ },
370
+ {
371
+ "_path": "include/X11/Xatom.h",
372
+ "path_type": "hardlink",
373
+ "sha256": "4da0ace354f86d5ad38fd24b4bcdb2e28e17432e0637c3eb25ecddb444f89486",
374
+ "sha256_in_prefix": "4da0ace354f86d5ad38fd24b4bcdb2e28e17432e0637c3eb25ecddb444f89486",
375
+ "size_in_bytes": 2518
376
+ },
377
+ {
378
+ "_path": "include/X11/Xdefs.h",
379
+ "path_type": "hardlink",
380
+ "sha256": "33aeef747e6b1fac465abca1f2c4d233cef2adbad7271f755ba92fe564bf2207",
381
+ "sha256_in_prefix": "33aeef747e6b1fac465abca1f2c4d233cef2adbad7271f755ba92fe564bf2207",
382
+ "size_in_bytes": 2401
383
+ },
384
+ {
385
+ "_path": "include/X11/Xfuncproto.h",
386
+ "path_type": "hardlink",
387
+ "sha256": "e3459a7b7ea05634666daabd0fb37351c3cb0090df5aa8fea3d4b92281c42c60",
388
+ "sha256_in_prefix": "e3459a7b7ea05634666daabd0fb37351c3cb0090df5aa8fea3d4b92281c42c60",
389
+ "size_in_bytes": 7420
390
+ },
391
+ {
392
+ "_path": "include/X11/Xfuncs.h",
393
+ "path_type": "hardlink",
394
+ "sha256": "f2d087fb703bcd883bca0f53b2c6896004d9a78cf35e43f4305b7c1f53cc27c7",
395
+ "sha256_in_prefix": "f2d087fb703bcd883bca0f53b2c6896004d9a78cf35e43f4305b7c1f53cc27c7",
396
+ "size_in_bytes": 2256
397
+ },
398
+ {
399
+ "_path": "include/X11/Xmd.h",
400
+ "path_type": "hardlink",
401
+ "sha256": "f9a844b749286102b9f5acb8d0ff62fad3a697f9b5d39f1a525ea087865a13be",
402
+ "sha256_in_prefix": "f9a844b749286102b9f5acb8d0ff62fad3a697f9b5d39f1a525ea087865a13be",
403
+ "size_in_bytes": 5236
404
+ },
405
+ {
406
+ "_path": "include/X11/Xos.h",
407
+ "path_type": "hardlink",
408
+ "sha256": "c7ecf4e4648478b00d031bc5aca9cc595dd9b5b85653cee1a763536a23e8da3b",
409
+ "sha256_in_prefix": "c7ecf4e4648478b00d031bc5aca9cc595dd9b5b85653cee1a763536a23e8da3b",
410
+ "size_in_bytes": 4386
411
+ },
412
+ {
413
+ "_path": "include/X11/Xos_r.h",
414
+ "path_type": "hardlink",
415
+ "sha256": "43bbccf037dfad389ef742c382725c05235ccae31c3142591b78fe4622de966b",
416
+ "sha256_in_prefix": "43bbccf037dfad389ef742c382725c05235ccae31c3142591b78fe4622de966b",
417
+ "size_in_bytes": 33693
418
+ },
419
+ {
420
+ "_path": "include/X11/Xosdefs.h",
421
+ "path_type": "hardlink",
422
+ "sha256": "cab0a2d64c7d75dcc07718bbd07a6046be254cd9150fb810c1134ab551532b5b",
423
+ "sha256_in_prefix": "cab0a2d64c7d75dcc07718bbd07a6046be254cd9150fb810c1134ab551532b5b",
424
+ "size_in_bytes": 3115
425
+ },
426
+ {
427
+ "_path": "include/X11/Xpoll.h",
428
+ "path_type": "hardlink",
429
+ "sha256": "b35fd8105ca5fb36a9c7717818e6846c058904831e351ceef872bd0f145febf7",
430
+ "sha256_in_prefix": "b35fd8105ca5fb36a9c7717818e6846c058904831e351ceef872bd0f145febf7",
431
+ "size_in_bytes": 7743
432
+ },
433
+ {
434
+ "_path": "include/X11/Xproto.h",
435
+ "path_type": "hardlink",
436
+ "sha256": "ae2c275f8b7bf4705ef993b50a34ce7418fbbc4789bcb841237116b7c0271c82",
437
+ "sha256_in_prefix": "ae2c275f8b7bf4705ef993b50a34ce7418fbbc4789bcb841237116b7c0271c82",
438
+ "size_in_bytes": 52399
439
+ },
440
+ {
441
+ "_path": "include/X11/Xprotostr.h",
442
+ "path_type": "hardlink",
443
+ "sha256": "f3ea6f07d8f7e740da7dadab37d0ef8f6101658e52efab871460a1abc883c292",
444
+ "sha256_in_prefix": "f3ea6f07d8f7e740da7dadab37d0ef8f6101658e52efab871460a1abc883c292",
445
+ "size_in_bytes": 2743
446
+ },
447
+ {
448
+ "_path": "include/X11/Xthreads.h",
449
+ "path_type": "hardlink",
450
+ "sha256": "1d1f3d598e0066d2e7efe133a8568d34fd670730bc9f1eb8dd9f5094ded4b6a9",
451
+ "sha256_in_prefix": "1d1f3d598e0066d2e7efe133a8568d34fd670730bc9f1eb8dd9f5094ded4b6a9",
452
+ "size_in_bytes": 12395
453
+ },
454
+ {
455
+ "_path": "include/X11/Xw32defs.h",
456
+ "path_type": "hardlink",
457
+ "sha256": "aea48b3eb9f3195863f5286b4c7b790f57651b87bdaac58e159a16cce000a3fc",
458
+ "sha256_in_prefix": "aea48b3eb9f3195863f5286b4c7b790f57651b87bdaac58e159a16cce000a3fc",
459
+ "size_in_bytes": 1909
460
+ },
461
+ {
462
+ "_path": "include/X11/Xwindows.h",
463
+ "path_type": "hardlink",
464
+ "sha256": "f325abc2e6e77e3a747bc89c45d5dbb4b8ba6c473793a6aa0bd28dddc64d327b",
465
+ "sha256_in_prefix": "f325abc2e6e77e3a747bc89c45d5dbb4b8ba6c473793a6aa0bd28dddc64d327b",
466
+ "size_in_bytes": 3371
467
+ },
468
+ {
469
+ "_path": "include/X11/Xwinsock.h",
470
+ "path_type": "hardlink",
471
+ "sha256": "8b782cf21f6b1cc1f0b190a73061144c75a1ce5519ffa46302e291d87a83f212",
472
+ "sha256_in_prefix": "8b782cf21f6b1cc1f0b190a73061144c75a1ce5519ffa46302e291d87a83f212",
473
+ "size_in_bytes": 2349
474
+ },
475
+ {
476
+ "_path": "include/X11/ap_keysym.h",
477
+ "path_type": "hardlink",
478
+ "sha256": "0959cf896b2aadb430b83a6a28668f6253ccb1533cbb2a594bb08d52a86d2d85",
479
+ "sha256_in_prefix": "0959cf896b2aadb430b83a6a28668f6253ccb1533cbb2a594bb08d52a86d2d85",
480
+ "size_in_bytes": 2294
481
+ },
482
+ {
483
+ "_path": "include/X11/dri/xf86dri.h",
484
+ "path_type": "hardlink",
485
+ "sha256": "d2e8a5ad7a99f6fcb2afa21b367532ed1bfb6afd765ae443d14c7be63b090141",
486
+ "sha256_in_prefix": "d2e8a5ad7a99f6fcb2afa21b367532ed1bfb6afd765ae443d14c7be63b090141",
487
+ "size_in_bytes": 2445
488
+ },
489
+ {
490
+ "_path": "include/X11/dri/xf86driproto.h",
491
+ "path_type": "hardlink",
492
+ "sha256": "847e039fd2b38731fd78b7a7afc96286209ce2b137b756f526a25412e4d58ecf",
493
+ "sha256_in_prefix": "847e039fd2b38731fd78b7a7afc96286209ce2b137b756f526a25412e4d58ecf",
494
+ "size_in_bytes": 9669
495
+ },
496
+ {
497
+ "_path": "include/X11/dri/xf86dristr.h",
498
+ "path_type": "hardlink",
499
+ "sha256": "57580e9cbcd6ff7d73a086bc53efb861b7e196cb3d636a9f6e4939ae566c2417",
500
+ "sha256_in_prefix": "57580e9cbcd6ff7d73a086bc53efb861b7e196cb3d636a9f6e4939ae566c2417",
501
+ "size_in_bytes": 174
502
+ },
503
+ {
504
+ "_path": "include/X11/extensions/EVI.h",
505
+ "path_type": "hardlink",
506
+ "sha256": "44df84d26993330980047b643ced1ff0fa22ebe7f165b98d33eb0d7e831119a6",
507
+ "sha256_in_prefix": "44df84d26993330980047b643ced1ff0fa22ebe7f165b98d33eb0d7e831119a6",
508
+ "size_in_bytes": 1563
509
+ },
510
+ {
511
+ "_path": "include/X11/extensions/EVIproto.h",
512
+ "path_type": "hardlink",
513
+ "sha256": "c4840aea1b12c0a0cc0c9bd393c80f5096e69132fe827f0210a0b77c966ce013",
514
+ "sha256_in_prefix": "c4840aea1b12c0a0cc0c9bd393c80f5096e69132fe827f0210a0b77c966ce013",
515
+ "size_in_bytes": 3006
516
+ },
517
+ {
518
+ "_path": "include/X11/extensions/XI.h",
519
+ "path_type": "hardlink",
520
+ "sha256": "c456e8e0f6a03f7f5bf505d7626791f97856db7edc42fa806876b63356e0e272",
521
+ "sha256_in_prefix": "c456e8e0f6a03f7f5bf505d7626791f97856db7edc42fa806876b63356e0e272",
522
+ "size_in_bytes": 9823
523
+ },
524
+ {
525
+ "_path": "include/X11/extensions/XI2.h",
526
+ "path_type": "hardlink",
527
+ "sha256": "a9533c6407ebadb3871911abde60a33c8e04fd4fa6ee0d94cb46dba9d897cd46",
528
+ "sha256_in_prefix": "a9533c6407ebadb3871911abde60a33c8e04fd4fa6ee0d94cb46dba9d897cd46",
529
+ "size_in_bytes": 11151
530
+ },
531
+ {
532
+ "_path": "include/X11/extensions/XI2proto.h",
533
+ "path_type": "hardlink",
534
+ "sha256": "b419ceee6265f5e1b31ae4f09ad611c27dfc350be7daee0b16d9eb3fc69b62a5",
535
+ "sha256_in_prefix": "b419ceee6265f5e1b31ae4f09ad611c27dfc350be7daee0b16d9eb3fc69b62a5",
536
+ "size_in_bytes": 40459
537
+ },
538
+ {
539
+ "_path": "include/X11/extensions/XIproto.h",
540
+ "path_type": "hardlink",
541
+ "sha256": "32852fe9a4dfe74f84fd5573bd3342180dd74a4464e2d99950f4977e7d57eb90",
542
+ "sha256_in_prefix": "32852fe9a4dfe74f84fd5573bd3342180dd74a4464e2d99950f4977e7d57eb90",
543
+ "size_in_bytes": 41010
544
+ },
545
+ {
546
+ "_path": "include/X11/extensions/XKB.h",
547
+ "path_type": "hardlink",
548
+ "sha256": "fe1ad789175ca423f5ba8a9797853b076d9fe887c93912ec59dd371ea8ab78bd",
549
+ "sha256_in_prefix": "fe1ad789175ca423f5ba8a9797853b076d9fe887c93912ec59dd371ea8ab78bd",
550
+ "size_in_bytes": 28212
551
+ },
552
+ {
553
+ "_path": "include/X11/extensions/XKBproto.h",
554
+ "path_type": "hardlink",
555
+ "sha256": "8e63ddc0011cff9f473a51c3423febf4788a9563f3f384c826db1186723e5e74",
556
+ "sha256_in_prefix": "8e63ddc0011cff9f473a51c3423febf4788a9563f3f384c826db1186723e5e74",
557
+ "size_in_bytes": 29172
558
+ },
559
+ {
560
+ "_path": "include/X11/extensions/XKBsrv.h",
561
+ "path_type": "hardlink",
562
+ "sha256": "3647e1913b8a5611db225b0d2999e293b7b3bc9029c13ab53e5c5ad150e2d19f",
563
+ "sha256_in_prefix": "3647e1913b8a5611db225b0d2999e293b7b3bc9029c13ab53e5c5ad150e2d19f",
564
+ "size_in_bytes": 28018
565
+ },
566
+ {
567
+ "_path": "include/X11/extensions/XKBstr.h",
568
+ "path_type": "hardlink",
569
+ "sha256": "37e7f96d1c6baa97fe7a3fde4c0de4685b886ad2b83aec252218cc757c3da46c",
570
+ "sha256_in_prefix": "37e7f96d1c6baa97fe7a3fde4c0de4685b886ad2b83aec252218cc757c3da46c",
571
+ "size_in_bytes": 19697
572
+ },
573
+ {
574
+ "_path": "include/X11/extensions/XResproto.h",
575
+ "path_type": "hardlink",
576
+ "sha256": "7ebe2398f4eed157e0de1dcce51ebddad81c50b06137b18b5389fb594bee7ab3",
577
+ "sha256_in_prefix": "7ebe2398f4eed157e0de1dcce51ebddad81c50b06137b18b5389fb594bee7ab3",
578
+ "size_in_bytes": 5168
579
+ },
580
+ {
581
+ "_path": "include/X11/extensions/Xv.h",
582
+ "path_type": "hardlink",
583
+ "sha256": "c7918121196caf28257d441bfd53a8d7a63cf6002f840f991a195d98de72b13c",
584
+ "sha256_in_prefix": "c7918121196caf28257d441bfd53a8d7a63cf6002f840f991a195d98de72b13c",
585
+ "size_in_bytes": 3027
586
+ },
587
+ {
588
+ "_path": "include/X11/extensions/XvMC.h",
589
+ "path_type": "hardlink",
590
+ "sha256": "aa0c708ce394aedb18f72f6382ff7bd08734e25eace1a52f778cec5cf6aa5420",
591
+ "sha256_in_prefix": "aa0c708ce394aedb18f72f6382ff7bd08734e25eace1a52f778cec5cf6aa5420",
592
+ "size_in_bytes": 3620
593
+ },
594
+ {
595
+ "_path": "include/X11/extensions/XvMCproto.h",
596
+ "path_type": "hardlink",
597
+ "sha256": "15cb788db04696fe14f7c51b030df695d7f6ae72f907477a2b6c38ea3fb85656",
598
+ "sha256_in_prefix": "15cb788db04696fe14f7c51b030df695d7f6ae72f907477a2b6c38ea3fb85656",
599
+ "size_in_bytes": 4473
600
+ },
601
+ {
602
+ "_path": "include/X11/extensions/Xvproto.h",
603
+ "path_type": "hardlink",
604
+ "sha256": "d05fe6fbf2545804911be29b2dbac60065d2c23e7156d962a17c9c58787a478c",
605
+ "sha256_in_prefix": "d05fe6fbf2545804911be29b2dbac60065d2c23e7156d962a17c9c58787a478c",
606
+ "size_in_bytes": 12109
607
+ },
608
+ {
609
+ "_path": "include/X11/extensions/ag.h",
610
+ "path_type": "hardlink",
611
+ "sha256": "2026eaa8774cce32108f7c785eaa4503c7fddc65451b91de21b299079f077e34",
612
+ "sha256_in_prefix": "2026eaa8774cce32108f7c785eaa4503c7fddc65451b91de21b299079f077e34",
613
+ "size_in_bytes": 1705
614
+ },
615
+ {
616
+ "_path": "include/X11/extensions/agproto.h",
617
+ "path_type": "hardlink",
618
+ "sha256": "ee57f6bbb34865f14733196f4f45de87943564e947925c47af3dbd9b141664f9",
619
+ "sha256_in_prefix": "ee57f6bbb34865f14733196f4f45de87943564e947925c47af3dbd9b141664f9",
620
+ "size_in_bytes": 5005
621
+ },
622
+ {
623
+ "_path": "include/X11/extensions/applewmconst.h",
624
+ "path_type": "hardlink",
625
+ "sha256": "c0f42e2e231bc5e6a2a97dc277e4cc3e3ee2925669050a47005e189bd4fa5754",
626
+ "sha256_in_prefix": "c0f42e2e231bc5e6a2a97dc277e4cc3e3ee2925669050a47005e189bd4fa5754",
627
+ "size_in_bytes": 2900
628
+ },
629
+ {
630
+ "_path": "include/X11/extensions/applewmproto.h",
631
+ "path_type": "hardlink",
632
+ "sha256": "c47efc1e4ae60c30dd144fb2dd51b4a18231ea71bf90edd36455851483a77436",
633
+ "sha256_in_prefix": "c47efc1e4ae60c30dd144fb2dd51b4a18231ea71bf90edd36455851483a77436",
634
+ "size_in_bytes": 8098
635
+ },
636
+ {
637
+ "_path": "include/X11/extensions/bigreqsproto.h",
638
+ "path_type": "hardlink",
639
+ "sha256": "161ccbc4c6edb751b4f0c59155e194e719d29a3543e157159c065a9988feccd0",
640
+ "sha256_in_prefix": "161ccbc4c6edb751b4f0c59155e194e719d29a3543e157159c065a9988feccd0",
641
+ "size_in_bytes": 1909
642
+ },
643
+ {
644
+ "_path": "include/X11/extensions/bigreqstr.h",
645
+ "path_type": "hardlink",
646
+ "sha256": "a01646c7ce3d2ca4f93a1393cb730c755399966bf74585c7b889b4b67c7be7b5",
647
+ "sha256_in_prefix": "a01646c7ce3d2ca4f93a1393cb730c755399966bf74585c7b889b4b67c7be7b5",
648
+ "size_in_bytes": 187
649
+ },
650
+ {
651
+ "_path": "include/X11/extensions/composite.h",
652
+ "path_type": "hardlink",
653
+ "sha256": "4ae957edf4cbc648f6c3d79985b5990f1f8b59baea8c0925ce87e824b994efb6",
654
+ "sha256_in_prefix": "4ae957edf4cbc648f6c3d79985b5990f1f8b59baea8c0925ce87e824b994efb6",
655
+ "size_in_bytes": 3109
656
+ },
657
+ {
658
+ "_path": "include/X11/extensions/compositeproto.h",
659
+ "path_type": "hardlink",
660
+ "sha256": "50d751cd8d8dcf78ed6f8ee795f1701e29d57a4e8db734617d9c0704e4e9a973",
661
+ "sha256_in_prefix": "50d751cd8d8dcf78ed6f8ee795f1701e29d57a4e8db734617d9c0704e4e9a973",
662
+ "size_in_bytes": 5441
663
+ },
664
+ {
665
+ "_path": "include/X11/extensions/cup.h",
666
+ "path_type": "hardlink",
667
+ "sha256": "222ea6974547ca941a73ef80f33b87eea6e8f8f2326889ad86774009c50a887d",
668
+ "sha256_in_prefix": "222ea6974547ca941a73ef80f33b87eea6e8f8f2326889ad86774009c50a887d",
669
+ "size_in_bytes": 1353
670
+ },
671
+ {
672
+ "_path": "include/X11/extensions/cupproto.h",
673
+ "path_type": "hardlink",
674
+ "sha256": "39a8b0c8012991e73e7296b0144dd2b438696bb333714a555990c67494188c1e",
675
+ "sha256_in_prefix": "39a8b0c8012991e73e7296b0144dd2b438696bb333714a555990c67494188c1e",
676
+ "size_in_bytes": 3065
677
+ },
678
+ {
679
+ "_path": "include/X11/extensions/damageproto.h",
680
+ "path_type": "hardlink",
681
+ "sha256": "851fbfa9105d39a4cc28f3b357f7a8112ab3e245fc702a69d80f5ad62610bc3c",
682
+ "sha256_in_prefix": "851fbfa9105d39a4cc28f3b357f7a8112ab3e245fc702a69d80f5ad62610bc3c",
683
+ "size_in_bytes": 3615
684
+ },
685
+ {
686
+ "_path": "include/X11/extensions/damagewire.h",
687
+ "path_type": "hardlink",
688
+ "sha256": "d25fc9e418c6a90dbf9c6d70df42e027fbabc2ee34412ce93fb68cedeede18b9",
689
+ "sha256_in_prefix": "d25fc9e418c6a90dbf9c6d70df42e027fbabc2ee34412ce93fb68cedeede18b9",
690
+ "size_in_bytes": 1893
691
+ },
692
+ {
693
+ "_path": "include/X11/extensions/dbe.h",
694
+ "path_type": "hardlink",
695
+ "sha256": "fccc5aad978437552fefdc8f17cf4634dc6795b202bbc511ae30385f4d975a60",
696
+ "sha256_in_prefix": "fccc5aad978437552fefdc8f17cf4634dc6795b202bbc511ae30385f4d975a60",
697
+ "size_in_bytes": 2159
698
+ },
699
+ {
700
+ "_path": "include/X11/extensions/dbeproto.h",
701
+ "path_type": "hardlink",
702
+ "sha256": "eea867f4ed3b7c1fb8b092989c835125333f68b628ddfbbfa120cef60a99e502",
703
+ "sha256_in_prefix": "eea867f4ed3b7c1fb8b092989c835125333f68b628ddfbbfa120cef60a99e502",
704
+ "size_in_bytes": 7343
705
+ },
706
+ {
707
+ "_path": "include/X11/extensions/dmx.h",
708
+ "path_type": "hardlink",
709
+ "sha256": "0c7a2b2fad12ce2a2e4cbc5abbb3352bb818c474c9ae2293f3111d277d26a2c5",
710
+ "sha256_in_prefix": "0c7a2b2fad12ce2a2e4cbc5abbb3352bb818c474c9ae2293f3111d277d26a2c5",
711
+ "size_in_bytes": 2373
712
+ },
713
+ {
714
+ "_path": "include/X11/extensions/dmxproto.h",
715
+ "path_type": "hardlink",
716
+ "sha256": "d0d98a46a4c6ac933cfaf399187553f220cd85c2ccf90f915efdd31437cfb5ac",
717
+ "sha256_in_prefix": "d0d98a46a4c6ac933cfaf399187553f220cd85c2ccf90f915efdd31437cfb5ac",
718
+ "size_in_bytes": 13343
719
+ },
720
+ {
721
+ "_path": "include/X11/extensions/dpmsconst.h",
722
+ "path_type": "hardlink",
723
+ "sha256": "90e503d50d8bf9a7b4ab4f59557f1aa533c38670f4ea6a6b8f7795b350fc53be",
724
+ "sha256_in_prefix": "90e503d50d8bf9a7b4ab4f59557f1aa533c38670f4ea6a6b8f7795b350fc53be",
725
+ "size_in_bytes": 1778
726
+ },
727
+ {
728
+ "_path": "include/X11/extensions/dpmsproto.h",
729
+ "path_type": "hardlink",
730
+ "sha256": "e1739aec5af2d719319cfcec31fcfc83bcd5fe6eae344c225a2237ff63fb1d76",
731
+ "sha256_in_prefix": "e1739aec5af2d719319cfcec31fcfc83bcd5fe6eae344c225a2237ff63fb1d76",
732
+ "size_in_bytes": 5288
733
+ },
734
+ {
735
+ "_path": "include/X11/extensions/dri2proto.h",
736
+ "path_type": "hardlink",
737
+ "sha256": "6ea4a4ec24777e9d56b7033aac475a850619704a18493104eb894c1c4e340322",
738
+ "sha256_in_prefix": "6ea4a4ec24777e9d56b7033aac475a850619704a18493104eb894c1c4e340322",
739
+ "size_in_bytes": 8318
740
+ },
741
+ {
742
+ "_path": "include/X11/extensions/dri2tokens.h",
743
+ "path_type": "hardlink",
744
+ "sha256": "8d0522d35d28259bdb099fba9e5351e94f46fee1f0a5fda640aab5037012a37e",
745
+ "sha256_in_prefix": "8d0522d35d28259bdb099fba9e5351e94f46fee1f0a5fda640aab5037012a37e",
746
+ "size_in_bytes": 2468
747
+ },
748
+ {
749
+ "_path": "include/X11/extensions/dri3proto.h",
750
+ "path_type": "hardlink",
751
+ "sha256": "9c30e8b62204677c4eb1c2babeb776fede9a6b35966f5750ef9d6f55f92ce66b",
752
+ "sha256_in_prefix": "9c30e8b62204677c4eb1c2babeb776fede9a6b35966f5750ef9d6f55f92ce66b",
753
+ "size_in_bytes": 6913
754
+ },
755
+ {
756
+ "_path": "include/X11/extensions/ge.h",
757
+ "path_type": "hardlink",
758
+ "sha256": "eebf3ac0a163aa23e2f9e75864639eae276d8d71516840b5b3458cf3414ccfed",
759
+ "sha256_in_prefix": "eebf3ac0a163aa23e2f9e75864639eae276d8d71516840b5b3458cf3414ccfed",
760
+ "size_in_bytes": 1782
761
+ },
762
+ {
763
+ "_path": "include/X11/extensions/geproto.h",
764
+ "path_type": "hardlink",
765
+ "sha256": "b831b2d821249670d8ed60a05f9f0dd85caa2c2ef101dbb6989bca5ea7ad02f1",
766
+ "sha256_in_prefix": "b831b2d821249670d8ed60a05f9f0dd85caa2c2ef101dbb6989bca5ea7ad02f1",
767
+ "size_in_bytes": 2351
768
+ },
769
+ {
770
+ "_path": "include/X11/extensions/lbx.h",
771
+ "path_type": "hardlink",
772
+ "sha256": "92a918d6978fcc31a277c35d977a7fe8160897c592962df84a4023f523e9c06f",
773
+ "sha256_in_prefix": "92a918d6978fcc31a277c35d977a7fe8160897c592962df84a4023f523e9c06f",
774
+ "size_in_bytes": 2236
775
+ },
776
+ {
777
+ "_path": "include/X11/extensions/lbxproto.h",
778
+ "path_type": "hardlink",
779
+ "sha256": "5cb30949b8c2488d13b0fcc80b9e6f276475e54d7c53d92a410a94b24fa781f6",
780
+ "sha256_in_prefix": "5cb30949b8c2488d13b0fcc80b9e6f276475e54d7c53d92a410a94b24fa781f6",
781
+ "size_in_bytes": 24782
782
+ },
783
+ {
784
+ "_path": "include/X11/extensions/mitmiscconst.h",
785
+ "path_type": "hardlink",
786
+ "sha256": "51a1ce94842dbd1d1804787d2b08497c66b0ab0823d8ccad18eab82b0b5031eb",
787
+ "sha256_in_prefix": "51a1ce94842dbd1d1804787d2b08497c66b0ab0823d8ccad18eab82b0b5031eb",
788
+ "size_in_bytes": 1509
789
+ },
790
+ {
791
+ "_path": "include/X11/extensions/mitmiscproto.h",
792
+ "path_type": "hardlink",
793
+ "sha256": "6a96defa0e524702d3a2b82f4e83758ebf1d49b50cab19ab48092ea77c9b41b9",
794
+ "sha256_in_prefix": "6a96defa0e524702d3a2b82f4e83758ebf1d49b50cab19ab48092ea77c9b41b9",
795
+ "size_in_bytes": 2229
796
+ },
797
+ {
798
+ "_path": "include/X11/extensions/multibufconst.h",
799
+ "path_type": "hardlink",
800
+ "sha256": "0673f0f1e98f5a1221d26b6dddce42d774dc54533fdf3f474af1faae97e5d708",
801
+ "sha256_in_prefix": "0673f0f1e98f5a1221d26b6dddce42d774dc54533fdf3f474af1faae97e5d708",
802
+ "size_in_bytes": 2575
803
+ },
804
+ {
805
+ "_path": "include/X11/extensions/multibufproto.h",
806
+ "path_type": "hardlink",
807
+ "sha256": "6d7d0af5207799874ba8df995a2d1fe9740bc519d996a3eca78c6ab8b90f28ec",
808
+ "sha256_in_prefix": "6d7d0af5207799874ba8df995a2d1fe9740bc519d996a3eca78c6ab8b90f28ec",
809
+ "size_in_bytes": 8600
810
+ },
811
+ {
812
+ "_path": "include/X11/extensions/panoramiXproto.h",
813
+ "path_type": "hardlink",
814
+ "sha256": "95ddf60b563ca29aa12a213de8b02f030a45266318acdd26ad933955f2482eaf",
815
+ "sha256_in_prefix": "95ddf60b563ca29aa12a213de8b02f030a45266318acdd26ad933955f2482eaf",
816
+ "size_in_bytes": 5473
817
+ },
818
+ {
819
+ "_path": "include/X11/extensions/presentproto.h",
820
+ "path_type": "hardlink",
821
+ "sha256": "2a96502bcd195831be9f625275f3c83c3f02ea318721b2f3e9a49fc87e22fd5e",
822
+ "sha256_in_prefix": "2a96502bcd195831be9f625275f3c83c3f02ea318721b2f3e9a49fc87e22fd5e",
823
+ "size_in_bytes": 6036
824
+ },
825
+ {
826
+ "_path": "include/X11/extensions/presenttokens.h",
827
+ "path_type": "hardlink",
828
+ "sha256": "bf885155fe280d44e9ce8a987f3b9f907f1a5515b98a35e89ebeaa3cd7599ea6",
829
+ "sha256_in_prefix": "bf885155fe280d44e9ce8a987f3b9f907f1a5515b98a35e89ebeaa3cd7599ea6",
830
+ "size_in_bytes": 4131
831
+ },
832
+ {
833
+ "_path": "include/X11/extensions/randr.h",
834
+ "path_type": "hardlink",
835
+ "sha256": "cf25cc300807b0728ac1880f221f57a6f94c2757cf890eacf5e8c59bac729bf8",
836
+ "sha256_in_prefix": "cf25cc300807b0728ac1880f221f57a6f94c2757cf890eacf5e8c59bac729bf8",
837
+ "size_in_bytes": 6909
838
+ },
839
+ {
840
+ "_path": "include/X11/extensions/randrproto.h",
841
+ "path_type": "hardlink",
842
+ "sha256": "1958398c76e9c6a52e6c039749921c36388deb6c3ccd9e9e6f0aa6fc451469f5",
843
+ "sha256_in_prefix": "1958398c76e9c6a52e6c039749921c36388deb6c3ccd9e9e6f0aa6fc451469f5",
844
+ "size_in_bytes": 25751
845
+ },
846
+ {
847
+ "_path": "include/X11/extensions/recordconst.h",
848
+ "path_type": "hardlink",
849
+ "sha256": "a3f004dca681551fa9d1f2941b857b2b6705aab45b62a81c46d4934971fad8af",
850
+ "sha256_in_prefix": "a3f004dca681551fa9d1f2941b857b2b6705aab45b62a81c46d4934971fad8af",
851
+ "size_in_bytes": 2064
852
+ },
853
+ {
854
+ "_path": "include/X11/extensions/recordproto.h",
855
+ "path_type": "hardlink",
856
+ "sha256": "1572d360f49327192887869a5ca5532a0841b69d45a970c0b7fb73b8f0ed8168",
857
+ "sha256_in_prefix": "1572d360f49327192887869a5ca5532a0841b69d45a970c0b7fb73b8f0ed8168",
858
+ "size_in_bytes": 7634
859
+ },
860
+ {
861
+ "_path": "include/X11/extensions/recordstr.h",
862
+ "path_type": "hardlink",
863
+ "sha256": "5c503dc572b8ff89c9f7734175db253af35d3b70da7ff3a1592ddd2e095846cb",
864
+ "sha256_in_prefix": "5c503dc572b8ff89c9f7734175db253af35d3b70da7ff3a1592ddd2e095846cb",
865
+ "size_in_bytes": 258
866
+ },
867
+ {
868
+ "_path": "include/X11/extensions/render.h",
869
+ "path_type": "hardlink",
870
+ "sha256": "68d86876464cfe3137b980d033d742e73e38f477eeaab8bb3d2830864cc424ca",
871
+ "sha256_in_prefix": "68d86876464cfe3137b980d033d742e73e38f477eeaab8bb3d2830864cc424ca",
872
+ "size_in_bytes": 6933
873
+ },
874
+ {
875
+ "_path": "include/X11/extensions/renderproto.h",
876
+ "path_type": "hardlink",
877
+ "sha256": "b69c9a5e0b0a691ded3757d2fc39b84ed8acfda159070b92e7014d9459a4c45a",
878
+ "sha256_in_prefix": "b69c9a5e0b0a691ded3757d2fc39b84ed8acfda159070b92e7014d9459a4c45a",
879
+ "size_in_bytes": 13218
880
+ },
881
+ {
882
+ "_path": "include/X11/extensions/saver.h",
883
+ "path_type": "hardlink",
884
+ "sha256": "9536761cd417a944c7e8bf1c86adf7b49747dfe4fea0d10f7a0d7966e5e69658",
885
+ "sha256_in_prefix": "9536761cd417a944c7e8bf1c86adf7b49747dfe4fea0d10f7a0d7966e5e69658",
886
+ "size_in_bytes": 1900
887
+ },
888
+ {
889
+ "_path": "include/X11/extensions/saverproto.h",
890
+ "path_type": "hardlink",
891
+ "sha256": "0e69e246eb004163c8c5db7bb52697614d1a4fae6d33fe7e8ae9e1cf0e08a27e",
892
+ "sha256_in_prefix": "0e69e246eb004163c8c5db7bb52697614d1a4fae6d33fe7e8ae9e1cf0e08a27e",
893
+ "size_in_bytes": 5132
894
+ },
895
+ {
896
+ "_path": "include/X11/extensions/secur.h",
897
+ "path_type": "hardlink",
898
+ "sha256": "6ea2702a7a3f83bc5c9e9b8250142b2765e80850cd7863d060b2b2a04e33bdc8",
899
+ "sha256_in_prefix": "6ea2702a7a3f83bc5c9e9b8250142b2765e80850cd7863d060b2b2a04e33bdc8",
900
+ "size_in_bytes": 2141
901
+ },
902
+ {
903
+ "_path": "include/X11/extensions/securproto.h",
904
+ "path_type": "hardlink",
905
+ "sha256": "61eb0a9b69254e116a94344f81fba183262013f0a28d9ccae9c0c14700f0e280",
906
+ "sha256_in_prefix": "61eb0a9b69254e116a94344f81fba183262013f0a28d9ccae9c0c14700f0e280",
907
+ "size_in_bytes": 3177
908
+ },
909
+ {
910
+ "_path": "include/X11/extensions/shapeconst.h",
911
+ "path_type": "hardlink",
912
+ "sha256": "41e65d51df6976c3a3a2650052043de9080830b9519aa1d8f7fde073d831ffa6",
913
+ "sha256_in_prefix": "41e65d51df6976c3a3a2650052043de9080830b9519aa1d8f7fde073d831ffa6",
914
+ "size_in_bytes": 1878
915
+ },
916
+ {
917
+ "_path": "include/X11/extensions/shapeproto.h",
918
+ "path_type": "hardlink",
919
+ "sha256": "284ff667072c0e69f78787adc8b103de04ba0cfc0ff47c33e459b93e61dbf884",
920
+ "sha256_in_prefix": "284ff667072c0e69f78787adc8b103de04ba0cfc0ff47c33e459b93e61dbf884",
921
+ "size_in_bytes": 6730
922
+ },
923
+ {
924
+ "_path": "include/X11/extensions/shapestr.h",
925
+ "path_type": "hardlink",
926
+ "sha256": "a2cb83fc43b2d4b4a27571061ab600889e75ca9d8759893bb24c22accd12d45f",
927
+ "sha256_in_prefix": "a2cb83fc43b2d4b4a27571061ab600889e75ca9d8759893bb24c22accd12d45f",
928
+ "size_in_bytes": 252
929
+ },
930
+ {
931
+ "_path": "include/X11/extensions/shm.h",
932
+ "path_type": "hardlink",
933
+ "sha256": "7698fc62925c431a769eb71807e3ecfcd2686b1d010fb65c124e55483cc617b4",
934
+ "sha256_in_prefix": "7698fc62925c431a769eb71807e3ecfcd2686b1d010fb65c124e55483cc617b4",
935
+ "size_in_bytes": 1645
936
+ },
937
+ {
938
+ "_path": "include/X11/extensions/shmproto.h",
939
+ "path_type": "hardlink",
940
+ "sha256": "f4f57a83fb76630c3353436ef45697951b98f44a6a584ab0580b98b1d7d65f5c",
941
+ "sha256_in_prefix": "f4f57a83fb76630c3353436ef45697951b98f44a6a584ab0580b98b1d7d65f5c",
942
+ "size_in_bytes": 6045
943
+ },
944
+ {
945
+ "_path": "include/X11/extensions/shmstr.h",
946
+ "path_type": "hardlink",
947
+ "sha256": "574babc1d2c5d10c2d0b96b60266d783cf29941808d17701728dd3015896e159",
948
+ "sha256_in_prefix": "574babc1d2c5d10c2d0b96b60266d783cf29941808d17701728dd3015896e159",
949
+ "size_in_bytes": 2123
950
+ },
951
+ {
952
+ "_path": "include/X11/extensions/syncconst.h",
953
+ "path_type": "hardlink",
954
+ "sha256": "d1fe4e40fe978867730ec3ae0b799d94868256178fc358232ffed26cf7f22717",
955
+ "sha256_in_prefix": "d1fe4e40fe978867730ec3ae0b799d94868256178fc358232ffed26cf7f22717",
956
+ "size_in_bytes": 6748
957
+ },
958
+ {
959
+ "_path": "include/X11/extensions/syncproto.h",
960
+ "path_type": "hardlink",
961
+ "sha256": "e1e5169e4c82cd186ccc55004106cbebf1bc8216a655198849116be227e883f7",
962
+ "sha256_in_prefix": "e1e5169e4c82cd186ccc55004106cbebf1bc8216a655198849116be227e883f7",
963
+ "size_in_bytes": 11001
964
+ },
965
+ {
966
+ "_path": "include/X11/extensions/syncstr.h",
967
+ "path_type": "hardlink",
968
+ "sha256": "e52b25a54eeb192ef452ceece0038b2056a63c06d3158f03b1adec6217653a28",
969
+ "sha256_in_prefix": "e52b25a54eeb192ef452ceece0038b2056a63c06d3158f03b1adec6217653a28",
970
+ "size_in_bytes": 5605
971
+ },
972
+ {
973
+ "_path": "include/X11/extensions/xcmiscproto.h",
974
+ "path_type": "hardlink",
975
+ "sha256": "379daae208ad4ce1aca4063bf4a00207b5da74c128ba10437c07ed06f0c94127",
976
+ "sha256_in_prefix": "379daae208ad4ce1aca4063bf4a00207b5da74c128ba10437c07ed06f0c94127",
977
+ "size_in_bytes": 3057
978
+ },
979
+ {
980
+ "_path": "include/X11/extensions/xcmiscstr.h",
981
+ "path_type": "hardlink",
982
+ "sha256": "57d1c363ab65868094f6d27d81d7e2aeab57f2442abd9bec9003c3025ebaef11",
983
+ "sha256_in_prefix": "57d1c363ab65868094f6d27d81d7e2aeab57f2442abd9bec9003c3025ebaef11",
984
+ "size_in_bytes": 185
985
+ },
986
+ {
987
+ "_path": "include/X11/extensions/xf86bigfont.h",
988
+ "path_type": "hardlink",
989
+ "sha256": "cf37ed3052f7eb7063390d3d279cbe2b68cc7d61bc5eec540fdfc502a9abef7e",
990
+ "sha256_in_prefix": "cf37ed3052f7eb7063390d3d279cbe2b68cc7d61bc5eec540fdfc502a9abef7e",
991
+ "size_in_bytes": 414
992
+ },
993
+ {
994
+ "_path": "include/X11/extensions/xf86bigfproto.h",
995
+ "path_type": "hardlink",
996
+ "sha256": "266b83b83286049f31e9722c3ddc35ba24055b79b2e99583bc13c014a6cb18d8",
997
+ "sha256_in_prefix": "266b83b83286049f31e9722c3ddc35ba24055b79b2e99583bc13c014a6cb18d8",
998
+ "size_in_bytes": 2544
999
+ },
1000
+ {
1001
+ "_path": "include/X11/extensions/xf86bigfstr.h",
1002
+ "path_type": "hardlink",
1003
+ "sha256": "2ea0f6a31a4a885728da10660e2192439edf0c6e158248466e7507b716820681",
1004
+ "sha256_in_prefix": "2ea0f6a31a4a885728da10660e2192439edf0c6e158248466e7507b716820681",
1005
+ "size_in_bytes": 191
1006
+ },
1007
+ {
1008
+ "_path": "include/X11/extensions/xf86dga.h",
1009
+ "path_type": "hardlink",
1010
+ "sha256": "af912f0989ba2a8f6900b34c7b80853a9efbbd57e8e7fc7d52c13c71b90bf487",
1011
+ "sha256_in_prefix": "af912f0989ba2a8f6900b34c7b80853a9efbbd57e8e7fc7d52c13c71b90bf487",
1012
+ "size_in_bytes": 369
1013
+ },
1014
+ {
1015
+ "_path": "include/X11/extensions/xf86dga1const.h",
1016
+ "path_type": "hardlink",
1017
+ "sha256": "f4fe2d2c79b4a40760b6977b3233aac364f63820446d09cfbe8a289073921ed4",
1018
+ "sha256_in_prefix": "f4fe2d2c79b4a40760b6977b3233aac364f63820446d09cfbe8a289073921ed4",
1019
+ "size_in_bytes": 931
1020
+ },
1021
+ {
1022
+ "_path": "include/X11/extensions/xf86dga1proto.h",
1023
+ "path_type": "hardlink",
1024
+ "sha256": "0ba9065e24a625d904817ab5327ad97594ab0ebbed00a210afd7f49de1fc5586",
1025
+ "sha256_in_prefix": "0ba9065e24a625d904817ab5327ad97594ab0ebbed00a210afd7f49de1fc5586",
1026
+ "size_in_bytes": 4506
1027
+ },
1028
+ {
1029
+ "_path": "include/X11/extensions/xf86dga1str.h",
1030
+ "path_type": "hardlink",
1031
+ "sha256": "7a43d28c46fde05e8544c31a76fe1b2b7f6e268ba99b91d4d2cd7edf7f412823",
1032
+ "sha256_in_prefix": "7a43d28c46fde05e8544c31a76fe1b2b7f6e268ba99b91d4d2cd7edf7f412823",
1033
+ "size_in_bytes": 191
1034
+ },
1035
+ {
1036
+ "_path": "include/X11/extensions/xf86dgaconst.h",
1037
+ "path_type": "hardlink",
1038
+ "sha256": "9ef9c5908ecc39e1167f8f05351395cf4f9993ade3622b120ae0b06691c38c1e",
1039
+ "sha256_in_prefix": "9ef9c5908ecc39e1167f8f05351395cf4f9993ade3622b120ae0b06691c38c1e",
1040
+ "size_in_bytes": 2533
1041
+ },
1042
+ {
1043
+ "_path": "include/X11/extensions/xf86dgaproto.h",
1044
+ "path_type": "hardlink",
1045
+ "sha256": "a5a9f6dfa25ceba4c16725e4947e7d9477f1fb81c9d8a15d6321fdb9e9f8f1f5",
1046
+ "sha256_in_prefix": "a5a9f6dfa25ceba4c16725e4947e7d9477f1fb81c9d8a15d6321fdb9e9f8f1f5",
1047
+ "size_in_bytes": 7106
1048
+ },
1049
+ {
1050
+ "_path": "include/X11/extensions/xf86dgastr.h",
1051
+ "path_type": "hardlink",
1052
+ "sha256": "ab0a295adf7cd4291bd3be78114fa20834063144bf966cf09373797ae8a1cbc0",
1053
+ "sha256_in_prefix": "ab0a295adf7cd4291bd3be78114fa20834063144bf966cf09373797ae8a1cbc0",
1054
+ "size_in_bytes": 188
1055
+ },
1056
+ {
1057
+ "_path": "include/X11/extensions/xf86vm.h",
1058
+ "path_type": "hardlink",
1059
+ "sha256": "7fc9762fa61735daffb69833b91bd031486aa375cc8eb2a02c3978ad81ccd327",
1060
+ "sha256_in_prefix": "7fc9762fa61735daffb69833b91bd031486aa375cc8eb2a02c3978ad81ccd327",
1061
+ "size_in_bytes": 2106
1062
+ },
1063
+ {
1064
+ "_path": "include/X11/extensions/xf86vmproto.h",
1065
+ "path_type": "hardlink",
1066
+ "sha256": "b86a00b97241ddf4b827c298d3165afb63de06d54829d4212fc8192f11b890cc",
1067
+ "sha256_in_prefix": "b86a00b97241ddf4b827c298d3165afb63de06d54829d4212fc8192f11b890cc",
1068
+ "size_in_bytes": 15700
1069
+ },
1070
+ {
1071
+ "_path": "include/X11/extensions/xf86vmstr.h",
1072
+ "path_type": "hardlink",
1073
+ "sha256": "1c03a84d3f615c57b3b8ebbf028354ea5714c8f305ee51ac6478b406e4aba7bc",
1074
+ "sha256_in_prefix": "1c03a84d3f615c57b3b8ebbf028354ea5714c8f305ee51ac6478b406e4aba7bc",
1075
+ "size_in_bytes": 185
1076
+ },
1077
+ {
1078
+ "_path": "include/X11/extensions/xfixesproto.h",
1079
+ "path_type": "hardlink",
1080
+ "sha256": "1f49db640e00e73185ee0fbeac337729f8723008dd3bf6c41a891b1ced3b593b",
1081
+ "sha256_in_prefix": "1f49db640e00e73185ee0fbeac337729f8723008dd3bf6c41a891b1ced3b593b",
1082
+ "size_in_bytes": 13541
1083
+ },
1084
+ {
1085
+ "_path": "include/X11/extensions/xfixeswire.h",
1086
+ "path_type": "hardlink",
1087
+ "sha256": "83ad3d3fe09e5bfd723f73b3038a0de671f6c0d526a6d95c7dba576df0918a39",
1088
+ "sha256_in_prefix": "83ad3d3fe09e5bfd723f73b3038a0de671f6c0d526a6d95c7dba576df0918a39",
1089
+ "size_in_bytes": 5924
1090
+ },
1091
+ {
1092
+ "_path": "include/X11/extensions/xtestconst.h",
1093
+ "path_type": "hardlink",
1094
+ "sha256": "52735cf666baf73492e71c40f9a509156c9e3b4344a63fef39f5889db984d984",
1095
+ "sha256_in_prefix": "52735cf666baf73492e71c40f9a509156c9e3b4344a63fef39f5889db984d984",
1096
+ "size_in_bytes": 1392
1097
+ },
1098
+ {
1099
+ "_path": "include/X11/extensions/xtestext1const.h",
1100
+ "path_type": "hardlink",
1101
+ "sha256": "087021647a7f93be9f780b531e29221a9885d191f878138fcc2cbb6563b08b40",
1102
+ "sha256_in_prefix": "087021647a7f93be9f780b531e29221a9885d191f878138fcc2cbb6563b08b40",
1103
+ "size_in_bytes": 5439
1104
+ },
1105
+ {
1106
+ "_path": "include/X11/extensions/xtestext1proto.h",
1107
+ "path_type": "hardlink",
1108
+ "sha256": "43d9e5e32b532bddc9e0c5fc2ba5c55404f5b35ca14f4e905e008fa61d8d5112",
1109
+ "sha256_in_prefix": "43d9e5e32b532bddc9e0c5fc2ba5c55404f5b35ca14f4e905e008fa61d8d5112",
1110
+ "size_in_bytes": 7790
1111
+ },
1112
+ {
1113
+ "_path": "include/X11/extensions/xtestproto.h",
1114
+ "path_type": "hardlink",
1115
+ "sha256": "8fb8a7075f991e292346dd837f5abc243cbe0160a2c16b8f8227151483562059",
1116
+ "sha256_in_prefix": "8fb8a7075f991e292346dd837f5abc243cbe0160a2c16b8f8227151483562059",
1117
+ "size_in_bytes": 3254
1118
+ },
1119
+ {
1120
+ "_path": "include/X11/extensions/xwaylandproto.h",
1121
+ "path_type": "hardlink",
1122
+ "sha256": "006374cc83aec12bf77057376d6c691b427c09ca1c361a5fae8da8f794f95627",
1123
+ "sha256_in_prefix": "006374cc83aec12bf77057376d6c691b427c09ca1c361a5fae8da8f794f95627",
1124
+ "size_in_bytes": 2044
1125
+ },
1126
+ {
1127
+ "_path": "include/X11/fonts/FS.h",
1128
+ "path_type": "hardlink",
1129
+ "sha256": "a939fe23e62fffb130759d91cdccdaefaa8eb15597b07fd04578bd6d527f8149",
1130
+ "sha256_in_prefix": "a939fe23e62fffb130759d91cdccdaefaa8eb15597b07fd04578bd6d527f8149",
1131
+ "size_in_bytes": 4076
1132
+ },
1133
+ {
1134
+ "_path": "include/X11/fonts/FSproto.h",
1135
+ "path_type": "hardlink",
1136
+ "sha256": "5138b931490addeb40fc3876bdfda1f62f7345c2838ce9c46d6f9a0b0e61bc7d",
1137
+ "sha256_in_prefix": "5138b931490addeb40fc3876bdfda1f62f7345c2838ce9c46d6f9a0b0e61bc7d",
1138
+ "size_in_bytes": 19889
1139
+ },
1140
+ {
1141
+ "_path": "include/X11/fonts/font.h",
1142
+ "path_type": "hardlink",
1143
+ "sha256": "42b2166ad9a03d7bbf29c0e5e6193cdbf83d578ff5fa1b36fa09092d242e35b8",
1144
+ "sha256_in_prefix": "42b2166ad9a03d7bbf29c0e5e6193cdbf83d578ff5fa1b36fa09092d242e35b8",
1145
+ "size_in_bytes": 4253
1146
+ },
1147
+ {
1148
+ "_path": "include/X11/fonts/fontproto.h",
1149
+ "path_type": "hardlink",
1150
+ "sha256": "1560309501298e0a4279ba942069349be0f0dadebe25943a1abcec4563dd25cb",
1151
+ "sha256_in_prefix": "1560309501298e0a4279ba942069349be0f0dadebe25943a1abcec4563dd25cb",
1152
+ "size_in_bytes": 3450
1153
+ },
1154
+ {
1155
+ "_path": "include/X11/fonts/fontstruct.h",
1156
+ "path_type": "hardlink",
1157
+ "sha256": "9aa84499496ef26316b84bccfa6d91453f1a466b7ff9163241ec9dbad43137bb",
1158
+ "sha256_in_prefix": "9aa84499496ef26316b84bccfa6d91453f1a466b7ff9163241ec9dbad43137bb",
1159
+ "size_in_bytes": 9401
1160
+ },
1161
+ {
1162
+ "_path": "include/X11/fonts/fsmasks.h",
1163
+ "path_type": "hardlink",
1164
+ "sha256": "0db16266f62d0c74f7fa344b99b9c155a3886f6f411f4d410e8ef0f09e2e5abf",
1165
+ "sha256_in_prefix": "0db16266f62d0c74f7fa344b99b9c155a3886f6f411f4d410e8ef0f09e2e5abf",
1166
+ "size_in_bytes": 3992
1167
+ },
1168
+ {
1169
+ "_path": "include/X11/keysym.h",
1170
+ "path_type": "hardlink",
1171
+ "sha256": "1a6abb208e617e38ee069f8b014518c3c2815f6a4e46e0fb384a7bfff64405c4",
1172
+ "sha256_in_prefix": "1a6abb208e617e38ee069f8b014518c3c2815f6a4e46e0fb384a7bfff64405c4",
1173
+ "size_in_bytes": 2769
1174
+ },
1175
+ {
1176
+ "_path": "include/X11/keysymdef.h",
1177
+ "path_type": "hardlink",
1178
+ "sha256": "4ba0724695c817a08b4ea3a79c5e8a52e0798cc8d5906281b10f89dc6225208d",
1179
+ "sha256_in_prefix": "4ba0724695c817a08b4ea3a79c5e8a52e0798cc8d5906281b10f89dc6225208d",
1180
+ "size_in_bytes": 186634
1181
+ },
1182
+ {
1183
+ "_path": "share/doc/bigreqsproto/bigreq.xml",
1184
+ "path_type": "hardlink",
1185
+ "sha256": "ebfab1f82da0348c76a79a2c083122445e7ebfb2d0d17ca9a88114d74f310a74",
1186
+ "sha256_in_prefix": "ebfab1f82da0348c76a79a2c083122445e7ebfb2d0d17ca9a88114d74f310a74",
1187
+ "size_in_bytes": 12598
1188
+ },
1189
+ {
1190
+ "_path": "share/doc/fontsproto/fsproto.xml",
1191
+ "path_type": "hardlink",
1192
+ "sha256": "4c31347982d0b3ab54151f74a4b0976e55fbed754954b6cea8dc3a472a2c10d6",
1193
+ "sha256_in_prefix": "4c31347982d0b3ab54151f74a4b0976e55fbed754954b6cea8dc3a472a2c10d6",
1194
+ "size_in_bytes": 204699
1195
+ },
1196
+ {
1197
+ "_path": "share/doc/kbproto/XKBproto-1.svg",
1198
+ "path_type": "hardlink",
1199
+ "sha256": "8c56e0c362bf60560acba2855db1d2ad86122a546b5bf8862b796c6f58ee7ef0",
1200
+ "sha256_in_prefix": "8c56e0c362bf60560acba2855db1d2ad86122a546b5bf8862b796c6f58ee7ef0",
1201
+ "size_in_bytes": 54498
1202
+ },
1203
+ {
1204
+ "_path": "share/doc/kbproto/XKBproto-10.svg",
1205
+ "path_type": "hardlink",
1206
+ "sha256": "9814702558544906c941b17fbcc7950d18b653005625132761f692cec44c8f87",
1207
+ "sha256_in_prefix": "9814702558544906c941b17fbcc7950d18b653005625132761f692cec44c8f87",
1208
+ "size_in_bytes": 5150
1209
+ },
1210
+ {
1211
+ "_path": "share/doc/kbproto/XKBproto-11.svg",
1212
+ "path_type": "hardlink",
1213
+ "sha256": "1924ae667875ef35594503cea2e8e8d5209dccd0409430e0e4e065966b4db645",
1214
+ "sha256_in_prefix": "1924ae667875ef35594503cea2e8e8d5209dccd0409430e0e4e065966b4db645",
1215
+ "size_in_bytes": 126010
1216
+ },
1217
+ {
1218
+ "_path": "share/doc/kbproto/XKBproto-2.svg",
1219
+ "path_type": "hardlink",
1220
+ "sha256": "0035a5810429961753227013ff96b71dff1a43bd528e2cb492941c2a080ac0e2",
1221
+ "sha256_in_prefix": "0035a5810429961753227013ff96b71dff1a43bd528e2cb492941c2a080ac0e2",
1222
+ "size_in_bytes": 23983
1223
+ },
1224
+ {
1225
+ "_path": "share/doc/kbproto/XKBproto-3.svg",
1226
+ "path_type": "hardlink",
1227
+ "sha256": "620bbad890b74e9cfa09b2653dafb23d149fda6f388f177fa7d91bf0271d7754",
1228
+ "sha256_in_prefix": "620bbad890b74e9cfa09b2653dafb23d149fda6f388f177fa7d91bf0271d7754",
1229
+ "size_in_bytes": 24187
1230
+ },
1231
+ {
1232
+ "_path": "share/doc/kbproto/XKBproto-4.svg",
1233
+ "path_type": "hardlink",
1234
+ "sha256": "95faa0041198c0d56a7c51b5f24927f017673d95987ad26cd8e88e9d4775bb7c",
1235
+ "sha256_in_prefix": "95faa0041198c0d56a7c51b5f24927f017673d95987ad26cd8e88e9d4775bb7c",
1236
+ "size_in_bytes": 26760
1237
+ },
1238
+ {
1239
+ "_path": "share/doc/kbproto/XKBproto-5.svg",
1240
+ "path_type": "hardlink",
1241
+ "sha256": "486f4dac591df63d6d1225ec8058d09701967a529e17f4c0401e330501ee6566",
1242
+ "sha256_in_prefix": "486f4dac591df63d6d1225ec8058d09701967a529e17f4c0401e330501ee6566",
1243
+ "size_in_bytes": 27246
1244
+ },
1245
+ {
1246
+ "_path": "share/doc/kbproto/XKBproto-6.svg",
1247
+ "path_type": "hardlink",
1248
+ "sha256": "d2a7bddab069eb7b79f0ed1d6de714e6c92637a9cde6c4adcdd47dab20675d29",
1249
+ "sha256_in_prefix": "d2a7bddab069eb7b79f0ed1d6de714e6c92637a9cde6c4adcdd47dab20675d29",
1250
+ "size_in_bytes": 36338
1251
+ },
1252
+ {
1253
+ "_path": "share/doc/kbproto/XKBproto-7.svg",
1254
+ "path_type": "hardlink",
1255
+ "sha256": "bf4ce4e0b3ff900d812c30f44ce05a3769a19c5f1a7f0cd49052e951d689ed37",
1256
+ "sha256_in_prefix": "bf4ce4e0b3ff900d812c30f44ce05a3769a19c5f1a7f0cd49052e951d689ed37",
1257
+ "size_in_bytes": 22062
1258
+ },
1259
+ {
1260
+ "_path": "share/doc/kbproto/XKBproto-8.svg",
1261
+ "path_type": "hardlink",
1262
+ "sha256": "74d841a4fbe533992b8ea287bbb2ce9681f244def02e4d082d8dcfaec2dcc3c4",
1263
+ "sha256_in_prefix": "74d841a4fbe533992b8ea287bbb2ce9681f244def02e4d082d8dcfaec2dcc3c4",
1264
+ "size_in_bytes": 6473
1265
+ },
1266
+ {
1267
+ "_path": "share/doc/kbproto/XKBproto-9.svg",
1268
+ "path_type": "hardlink",
1269
+ "sha256": "74d841a4fbe533992b8ea287bbb2ce9681f244def02e4d082d8dcfaec2dcc3c4",
1270
+ "sha256_in_prefix": "74d841a4fbe533992b8ea287bbb2ce9681f244def02e4d082d8dcfaec2dcc3c4",
1271
+ "size_in_bytes": 6473
1272
+ },
1273
+ {
1274
+ "_path": "share/doc/kbproto/acknowledgements.xml",
1275
+ "path_type": "hardlink",
1276
+ "sha256": "98ae3f8d86780793e7df268421b41dca8c9ae34e7fdf042116017b4ab3374629",
1277
+ "sha256_in_prefix": "98ae3f8d86780793e7df268421b41dca8c9ae34e7fdf042116017b4ab3374629",
1278
+ "size_in_bytes": 2743
1279
+ },
1280
+ {
1281
+ "_path": "share/doc/kbproto/appA.xml",
1282
+ "path_type": "hardlink",
1283
+ "sha256": "5be898bfda0888eca723f237b4f985440f767e776594a099f8837abaff70495f",
1284
+ "sha256_in_prefix": "5be898bfda0888eca723f237b4f985440f767e776594a099f8837abaff70495f",
1285
+ "size_in_bytes": 22361
1286
+ },
1287
+ {
1288
+ "_path": "share/doc/kbproto/appB.xml",
1289
+ "path_type": "hardlink",
1290
+ "sha256": "2afa8fe86bfea56bf9bcb10b9901b8e371ed49d93631978febd47022b27ab5c4",
1291
+ "sha256_in_prefix": "2afa8fe86bfea56bf9bcb10b9901b8e371ed49d93631978febd47022b27ab5c4",
1292
+ "size_in_bytes": 2981
1293
+ },
1294
+ {
1295
+ "_path": "share/doc/kbproto/appC.xml",
1296
+ "path_type": "hardlink",
1297
+ "sha256": "11595fa4d6fe1c761885c1b829d92e41dcf822c9f4190ca7a148af7723f16657",
1298
+ "sha256_in_prefix": "11595fa4d6fe1c761885c1b829d92e41dcf822c9f4190ca7a148af7723f16657",
1299
+ "size_in_bytes": 15839
1300
+ },
1301
+ {
1302
+ "_path": "share/doc/kbproto/appD.xml",
1303
+ "path_type": "hardlink",
1304
+ "sha256": "0999abc742208e12c35964a350a19e7688a39e922e0086f151910a02162611cf",
1305
+ "sha256_in_prefix": "0999abc742208e12c35964a350a19e7688a39e922e0086f151910a02162611cf",
1306
+ "size_in_bytes": 67191
1307
+ },
1308
+ {
1309
+ "_path": "share/doc/kbproto/ch01.xml",
1310
+ "path_type": "hardlink",
1311
+ "sha256": "2cd0ea42d52841d850255bb0a79c008b505ec576c82d17d8b4e502215eea4ac3",
1312
+ "sha256_in_prefix": "2cd0ea42d52841d850255bb0a79c008b505ec576c82d17d8b4e502215eea4ac3",
1313
+ "size_in_bytes": 3931
1314
+ },
1315
+ {
1316
+ "_path": "share/doc/kbproto/ch02.xml",
1317
+ "path_type": "hardlink",
1318
+ "sha256": "9bf29ab4964a293bfe2f920671f0652dc65707703fe5d7d34c33ba9b14d2e524",
1319
+ "sha256_in_prefix": "9bf29ab4964a293bfe2f920671f0652dc65707703fe5d7d34c33ba9b14d2e524",
1320
+ "size_in_bytes": 14340
1321
+ },
1322
+ {
1323
+ "_path": "share/doc/kbproto/ch03.xml",
1324
+ "path_type": "hardlink",
1325
+ "sha256": "dd57a4aa691fe23175e6d91378e57a619e38da2c84f9f22dfbf65d6f690f3b5b",
1326
+ "sha256_in_prefix": "dd57a4aa691fe23175e6d91378e57a619e38da2c84f9f22dfbf65d6f690f3b5b",
1327
+ "size_in_bytes": 7401
1328
+ },
1329
+ {
1330
+ "_path": "share/doc/kbproto/ch04.xml",
1331
+ "path_type": "hardlink",
1332
+ "sha256": "7628751b082ff6639b2bb44fa1a9f47630b2452960883d73e85c3033e3bcbb5a",
1333
+ "sha256_in_prefix": "7628751b082ff6639b2bb44fa1a9f47630b2452960883d73e85c3033e3bcbb5a",
1334
+ "size_in_bytes": 25756
1335
+ },
1336
+ {
1337
+ "_path": "share/doc/kbproto/ch05.xml",
1338
+ "path_type": "hardlink",
1339
+ "sha256": "d4f90c6f47e9cad1a3c81398d520690842eb5c17fcb83cd5c62a332f6e9d80dc",
1340
+ "sha256_in_prefix": "d4f90c6f47e9cad1a3c81398d520690842eb5c17fcb83cd5c62a332f6e9d80dc",
1341
+ "size_in_bytes": 3671
1342
+ },
1343
+ {
1344
+ "_path": "share/doc/kbproto/ch06.xml",
1345
+ "path_type": "hardlink",
1346
+ "sha256": "424f811b2dd5144bf52e2a3ea49ac81c4a26e45a24e1e45bf87e80632c1e3569",
1347
+ "sha256_in_prefix": "424f811b2dd5144bf52e2a3ea49ac81c4a26e45a24e1e45bf87e80632c1e3569",
1348
+ "size_in_bytes": 44058
1349
+ },
1350
+ {
1351
+ "_path": "share/doc/kbproto/ch07.xml",
1352
+ "path_type": "hardlink",
1353
+ "sha256": "145e057c0015426a7e90038703c2a011376966b13c64169c14ff93421ee95c63",
1354
+ "sha256_in_prefix": "145e057c0015426a7e90038703c2a011376966b13c64169c14ff93421ee95c63",
1355
+ "size_in_bytes": 20038
1356
+ },
1357
+ {
1358
+ "_path": "share/doc/kbproto/ch08.xml",
1359
+ "path_type": "hardlink",
1360
+ "sha256": "591f61ce222747d79d85dabdcb1e6dc2d4827671d21f0946b7b05d7e3266ec17",
1361
+ "sha256_in_prefix": "591f61ce222747d79d85dabdcb1e6dc2d4827671d21f0946b7b05d7e3266ec17",
1362
+ "size_in_bytes": 5408
1363
+ },
1364
+ {
1365
+ "_path": "share/doc/kbproto/ch09.xml",
1366
+ "path_type": "hardlink",
1367
+ "sha256": "5fdbcd3b9489e6c8cd44a2fba3af832628c47f474c640587930bc7eedbf2281a",
1368
+ "sha256_in_prefix": "5fdbcd3b9489e6c8cd44a2fba3af832628c47f474c640587930bc7eedbf2281a",
1369
+ "size_in_bytes": 16703
1370
+ },
1371
+ {
1372
+ "_path": "share/doc/kbproto/ch10.xml",
1373
+ "path_type": "hardlink",
1374
+ "sha256": "a915194d8aad059a28095d92313899bb8da2f82f851a1caef64bc683f1374025",
1375
+ "sha256_in_prefix": "a915194d8aad059a28095d92313899bb8da2f82f851a1caef64bc683f1374025",
1376
+ "size_in_bytes": 5246
1377
+ },
1378
+ {
1379
+ "_path": "share/doc/kbproto/ch11.xml",
1380
+ "path_type": "hardlink",
1381
+ "sha256": "bdc417b6aa28c8638d63745017254ebe79780112e9a9046a9361d37d0d5c92ba",
1382
+ "sha256_in_prefix": "bdc417b6aa28c8638d63745017254ebe79780112e9a9046a9361d37d0d5c92ba",
1383
+ "size_in_bytes": 13334
1384
+ },
1385
+ {
1386
+ "_path": "share/doc/kbproto/ch12.xml",
1387
+ "path_type": "hardlink",
1388
+ "sha256": "ba6f308bcd1ec0bc480c7771dd224c7d6acc45f12b2082f7f2a84aa5ac6afa87",
1389
+ "sha256_in_prefix": "ba6f308bcd1ec0bc480c7771dd224c7d6acc45f12b2082f7f2a84aa5ac6afa87",
1390
+ "size_in_bytes": 33865
1391
+ },
1392
+ {
1393
+ "_path": "share/doc/kbproto/ch13.xml",
1394
+ "path_type": "hardlink",
1395
+ "sha256": "87938255486545589d49211f633e1550a52e3687344ad0ff5ff1b0346f8f690d",
1396
+ "sha256_in_prefix": "87938255486545589d49211f633e1550a52e3687344ad0ff5ff1b0346f8f690d",
1397
+ "size_in_bytes": 13600
1398
+ },
1399
+ {
1400
+ "_path": "share/doc/kbproto/ch14.xml",
1401
+ "path_type": "hardlink",
1402
+ "sha256": "7e45a92337f54f90f290aeebff2bf74d6940827b418dcab10400a1ca21ba3e11",
1403
+ "sha256_in_prefix": "7e45a92337f54f90f290aeebff2bf74d6940827b418dcab10400a1ca21ba3e11",
1404
+ "size_in_bytes": 3223
1405
+ },
1406
+ {
1407
+ "_path": "share/doc/kbproto/ch15.xml",
1408
+ "path_type": "hardlink",
1409
+ "sha256": "23072d2102342305e8a9c59ae53ae2a2964c9cfa90335ae7794d106406913ab1",
1410
+ "sha256_in_prefix": "23072d2102342305e8a9c59ae53ae2a2964c9cfa90335ae7794d106406913ab1",
1411
+ "size_in_bytes": 7208
1412
+ },
1413
+ {
1414
+ "_path": "share/doc/kbproto/ch16.xml",
1415
+ "path_type": "hardlink",
1416
+ "sha256": "12ab5b2fcf92293f8c5ecb9346aa41f1819de824d392638a7245fa7e74e27c27",
1417
+ "sha256_in_prefix": "12ab5b2fcf92293f8c5ecb9346aa41f1819de824d392638a7245fa7e74e27c27",
1418
+ "size_in_bytes": 227290
1419
+ },
1420
+ {
1421
+ "_path": "share/doc/kbproto/xkbproto.xml",
1422
+ "path_type": "hardlink",
1423
+ "sha256": "f957e05d18dce699e6cb7a25b7cb634f588912a22f7491d9450e7dec2cb26d59",
1424
+ "sha256_in_prefix": "f957e05d18dce699e6cb7a25b7cb634f588912a22f7491d9450e7dec2cb26d59",
1425
+ "size_in_bytes": 4043
1426
+ },
1427
+ {
1428
+ "_path": "share/doc/recordproto/record.xml",
1429
+ "path_type": "hardlink",
1430
+ "sha256": "ec4b7d7e83288bd3e70ad51191379b5bcc130d39ea01bef4662c92fb4b484d38",
1431
+ "sha256_in_prefix": "ec4b7d7e83288bd3e70ad51191379b5bcc130d39ea01bef4662c92fb4b484d38",
1432
+ "size_in_bytes": 61083
1433
+ },
1434
+ {
1435
+ "_path": "share/doc/scrnsaverproto/saver.xml",
1436
+ "path_type": "hardlink",
1437
+ "sha256": "f0a3c0ce0317c11170520602a248d6de375e6f83aee7eaac3ad842d36420694d",
1438
+ "sha256_in_prefix": "f0a3c0ce0317c11170520602a248d6de375e6f83aee7eaac3ad842d36420694d",
1439
+ "size_in_bytes": 35235
1440
+ },
1441
+ {
1442
+ "_path": "share/doc/xcmiscproto/xc-misc.xml",
1443
+ "path_type": "hardlink",
1444
+ "sha256": "39a1519655a35272dccda67d298fc4875248e7f450ff68e3bed24eff082ba5a2",
1445
+ "sha256_in_prefix": "39a1519655a35272dccda67d298fc4875248e7f450ff68e3bed24eff082ba5a2",
1446
+ "size_in_bytes": 8388
1447
+ },
1448
+ {
1449
+ "_path": "share/doc/xextproto/appendix.xml",
1450
+ "path_type": "hardlink",
1451
+ "sha256": "e2f7c382343acb1517096c3daf1f5898f2f28116b044c1813c7641bacce0e3d6",
1452
+ "sha256_in_prefix": "e2f7c382343acb1517096c3daf1f5898f2f28116b044c1813c7641bacce0e3d6",
1453
+ "size_in_bytes": 2101
1454
+ },
1455
+ {
1456
+ "_path": "share/doc/xextproto/appgrp.xml",
1457
+ "path_type": "hardlink",
1458
+ "sha256": "5551881f6aa505582f5416231730abff8ee85e0054f08b30613417184440aa79",
1459
+ "sha256_in_prefix": "5551881f6aa505582f5416231730abff8ee85e0054f08b30613417184440aa79",
1460
+ "size_in_bytes": 36791
1461
+ },
1462
+ {
1463
+ "_path": "share/doc/xextproto/dbe.xml",
1464
+ "path_type": "hardlink",
1465
+ "sha256": "a728384893bec337a3715ca8d8645884a2b6794f1d81b0f0a0df7a4dd9359c6b",
1466
+ "sha256_in_prefix": "a728384893bec337a3715ca8d8645884a2b6794f1d81b0f0a0df7a4dd9359c6b",
1467
+ "size_in_bytes": 36787
1468
+ },
1469
+ {
1470
+ "_path": "share/doc/xextproto/dpms.xml",
1471
+ "path_type": "hardlink",
1472
+ "sha256": "2ca52a6ad36c908c44e08fa2274a3687b9a4d8fce8e7dbba31364254e8d4f483",
1473
+ "sha256_in_prefix": "2ca52a6ad36c908c44e08fa2274a3687b9a4d8fce8e7dbba31364254e8d4f483",
1474
+ "size_in_bytes": 21827
1475
+ },
1476
+ {
1477
+ "_path": "share/doc/xextproto/evi.xml",
1478
+ "path_type": "hardlink",
1479
+ "sha256": "8357419f3d474caf9870f96c9ea769b8b33b133033e0bbde49b23a086addc34d",
1480
+ "sha256_in_prefix": "8357419f3d474caf9870f96c9ea769b8b33b133033e0bbde49b23a086addc34d",
1481
+ "size_in_bytes": 14521
1482
+ },
1483
+ {
1484
+ "_path": "share/doc/xextproto/geproto.xml",
1485
+ "path_type": "hardlink",
1486
+ "sha256": "586b5187f1ac05f33909ce86da6416cf4a8950e6a072fb4363eab3428f7e2802",
1487
+ "sha256_in_prefix": "586b5187f1ac05f33909ce86da6416cf4a8950e6a072fb4363eab3428f7e2802",
1488
+ "size_in_bytes": 5135
1489
+ },
1490
+ {
1491
+ "_path": "share/doc/xextproto/lbx.xml",
1492
+ "path_type": "hardlink",
1493
+ "sha256": "55c3b39c5a47064ba06dbf00cc4c4f26e12f910a1c3e3352d6a7ffb9b3f8c59e",
1494
+ "sha256_in_prefix": "55c3b39c5a47064ba06dbf00cc4c4f26e12f910a1c3e3352d6a7ffb9b3f8c59e",
1495
+ "size_in_bytes": 162642
1496
+ },
1497
+ {
1498
+ "_path": "share/doc/xextproto/multibuf.xml",
1499
+ "path_type": "hardlink",
1500
+ "sha256": "ce0b491247e5d21edaee8fe72de27728636a684da6a4698527f502d8523fcb96",
1501
+ "sha256_in_prefix": "ce0b491247e5d21edaee8fe72de27728636a684da6a4698527f502d8523fcb96",
1502
+ "size_in_bytes": 50811
1503
+ },
1504
+ {
1505
+ "_path": "share/doc/xextproto/security.xml",
1506
+ "path_type": "hardlink",
1507
+ "sha256": "5471a9592a39905f0f8481c856dacf856ac817b24167e053bd4b4ce3439b13a4",
1508
+ "sha256_in_prefix": "5471a9592a39905f0f8481c856dacf856ac817b24167e053bd4b4ce3439b13a4",
1509
+ "size_in_bytes": 46431
1510
+ },
1511
+ {
1512
+ "_path": "share/doc/xextproto/shape.xml",
1513
+ "path_type": "hardlink",
1514
+ "sha256": "173613c79ad47a4f5c495311448aab834e7a531a8d844d7c188740aca75cdbff",
1515
+ "sha256_in_prefix": "173613c79ad47a4f5c495311448aab834e7a531a8d844d7c188740aca75cdbff",
1516
+ "size_in_bytes": 37921
1517
+ },
1518
+ {
1519
+ "_path": "share/doc/xextproto/shm.xml",
1520
+ "path_type": "hardlink",
1521
+ "sha256": "fd17234b3a982841465ea9a157c1e5a5da851cb340f341b4f5065f7ac4616b73",
1522
+ "sha256_in_prefix": "fd17234b3a982841465ea9a157c1e5a5da851cb340f341b4f5065f7ac4616b73",
1523
+ "size_in_bytes": 17196
1524
+ },
1525
+ {
1526
+ "_path": "share/doc/xextproto/sync.xml",
1527
+ "path_type": "hardlink",
1528
+ "sha256": "f1511c04912aa0eece9e74d2458e700285d3bc4489ef5b09b195a3603b3b6333",
1529
+ "sha256_in_prefix": "f1511c04912aa0eece9e74d2458e700285d3bc4489ef5b09b195a3603b3b6333",
1530
+ "size_in_bytes": 48176
1531
+ },
1532
+ {
1533
+ "_path": "share/doc/xextproto/tog-cup.xml",
1534
+ "path_type": "hardlink",
1535
+ "sha256": "aa0aab3443151f6e56f84aebfc1e1ef969f7ff338dd630b467ddc48ab7283643",
1536
+ "sha256_in_prefix": "aa0aab3443151f6e56f84aebfc1e1ef969f7ff338dd630b467ddc48ab7283643",
1537
+ "size_in_bytes": 16996
1538
+ },
1539
+ {
1540
+ "_path": "share/doc/xextproto/xtest.xml",
1541
+ "path_type": "hardlink",
1542
+ "sha256": "1cd135196cee7b82ade9f119e7bf603b32099bc2a2190375f4416ef470384bf1",
1543
+ "sha256_in_prefix": "1cd135196cee7b82ade9f119e7bf603b32099bc2a2190375f4416ef470384bf1",
1544
+ "size_in_bytes": 19672
1545
+ },
1546
+ {
1547
+ "_path": "share/doc/xorgproto/compositeproto.txt",
1548
+ "path_type": "hardlink",
1549
+ "sha256": "39afb3a7cfa60f1fe86f85c4eef2703aa13d42fb25b05d8046fe64dd000f7110",
1550
+ "sha256_in_prefix": "39afb3a7cfa60f1fe86f85c4eef2703aa13d42fb25b05d8046fe64dd000f7110",
1551
+ "size_in_bytes": 12160
1552
+ },
1553
+ {
1554
+ "_path": "share/doc/xorgproto/damageproto.txt",
1555
+ "path_type": "hardlink",
1556
+ "sha256": "9d1a89280321badd89891dd6532b3be268d5208e6bd2af8b67621942ad4aad28",
1557
+ "sha256_in_prefix": "9d1a89280321badd89891dd6532b3be268d5208e6bd2af8b67621942ad4aad28",
1558
+ "size_in_bytes": 7585
1559
+ },
1560
+ {
1561
+ "_path": "share/doc/xorgproto/dri2proto.txt",
1562
+ "path_type": "hardlink",
1563
+ "sha256": "e2a82261c302d1b6bf63ffe94108d2cdc674bf1448e03249604bfe171f2eb3ac",
1564
+ "sha256_in_prefix": "e2a82261c302d1b6bf63ffe94108d2cdc674bf1448e03249604bfe171f2eb3ac",
1565
+ "size_in_bytes": 23086
1566
+ },
1567
+ {
1568
+ "_path": "share/doc/xorgproto/dri3proto.txt",
1569
+ "path_type": "hardlink",
1570
+ "sha256": "dab17d9c74666e60c8d8a54b4c1fe4d1d1cf54fa0466f8833cb566307d6f160d",
1571
+ "sha256_in_prefix": "dab17d9c74666e60c8d8a54b4c1fe4d1d1cf54fa0466f8833cb566307d6f160d",
1572
+ "size_in_bytes": 21123
1573
+ },
1574
+ {
1575
+ "_path": "share/doc/xorgproto/fixesproto.txt",
1576
+ "path_type": "hardlink",
1577
+ "sha256": "a122a53d209258ba7677058c55d9129dbd0eaa742661c27dfd4a294835ca3a9a",
1578
+ "sha256_in_prefix": "a122a53d209258ba7677058c55d9129dbd0eaa742661c27dfd4a294835ca3a9a",
1579
+ "size_in_bytes": 22305
1580
+ },
1581
+ {
1582
+ "_path": "share/doc/xorgproto/presentproto.txt",
1583
+ "path_type": "hardlink",
1584
+ "sha256": "d564a65604cfe9a48f1366b44267e3c015a0c05a2869798fe77fba04ea6ab682",
1585
+ "sha256_in_prefix": "d564a65604cfe9a48f1366b44267e3c015a0c05a2869798fe77fba04ea6ab682",
1586
+ "size_in_bytes": 27825
1587
+ },
1588
+ {
1589
+ "_path": "share/doc/xorgproto/randrproto.txt",
1590
+ "path_type": "hardlink",
1591
+ "sha256": "8fe3039b7c071d091fcc7f5512f0a64da3ed13c0eae3d494bfb14818bd96eec0",
1592
+ "sha256_in_prefix": "8fe3039b7c071d091fcc7f5512f0a64da3ed13c0eae3d494bfb14818bd96eec0",
1593
+ "size_in_bytes": 111306
1594
+ },
1595
+ {
1596
+ "_path": "share/doc/xorgproto/renderproto.txt",
1597
+ "path_type": "hardlink",
1598
+ "sha256": "130c693a91437674b224372b07400667daeb23a2e0ea2f858d8a22eb9efba7ee",
1599
+ "sha256_in_prefix": "130c693a91437674b224372b07400667daeb23a2e0ea2f858d8a22eb9efba7ee",
1600
+ "size_in_bytes": 37809
1601
+ },
1602
+ {
1603
+ "_path": "share/doc/xorgproto/resproto.txt",
1604
+ "path_type": "hardlink",
1605
+ "sha256": "e0b6933668423d84de06a41f5f94914bc912bcf29bc285dd1c884cbe742767d5",
1606
+ "sha256_in_prefix": "e0b6933668423d84de06a41f5f94914bc912bcf29bc285dd1c884cbe742767d5",
1607
+ "size_in_bytes": 18060
1608
+ },
1609
+ {
1610
+ "_path": "share/doc/xorgproto/xv-protocol-v2.txt",
1611
+ "path_type": "hardlink",
1612
+ "sha256": "79d5a801985c87fc66fec5c88f82ef2e4a4da936371ceca6f264cd3fddeca711",
1613
+ "sha256_in_prefix": "79d5a801985c87fc66fec5c88f82ef2e4a4da936371ceca6f264cd3fddeca711",
1614
+ "size_in_bytes": 20332
1615
+ },
1616
+ {
1617
+ "_path": "share/doc/xorgproto/xwaylandproto.txt",
1618
+ "path_type": "hardlink",
1619
+ "sha256": "b86d2645b20844379f70ef1fe366bf7b81d8ac1ee34dc8e3a4252ce7741f1c4b",
1620
+ "sha256_in_prefix": "b86d2645b20844379f70ef1fe366bf7b81d8ac1ee34dc8e3a4252ce7741f1c4b",
1621
+ "size_in_bytes": 2384
1622
+ },
1623
+ {
1624
+ "_path": "share/doc/xproto/encoding.xml",
1625
+ "path_type": "hardlink",
1626
+ "sha256": "889733d7e288dbf634c4ee41b99b94b5de20628650e0ee5cb9eb4d8f6c58a644",
1627
+ "sha256_in_prefix": "889733d7e288dbf634c4ee41b99b94b5de20628650e0ee5cb9eb4d8f6c58a644",
1628
+ "size_in_bytes": 133533
1629
+ },
1630
+ {
1631
+ "_path": "share/doc/xproto/glossary.xml",
1632
+ "path_type": "hardlink",
1633
+ "sha256": "a0d9084baaaf18da70dcbcba6559c9655c002b1b7570355d315b5da9957b079a",
1634
+ "sha256_in_prefix": "a0d9084baaaf18da70dcbcba6559c9655c002b1b7570355d315b5da9957b079a",
1635
+ "size_in_bytes": 49731
1636
+ },
1637
+ {
1638
+ "_path": "share/doc/xproto/keysyms.xml",
1639
+ "path_type": "hardlink",
1640
+ "sha256": "e31966785fb48e876df8aa9a664489a5729a97c9e129ee8231953f904dff0e3f",
1641
+ "sha256_in_prefix": "e31966785fb48e876df8aa9a664489a5729a97c9e129ee8231953f904dff0e3f",
1642
+ "size_in_bytes": 150187
1643
+ },
1644
+ {
1645
+ "_path": "share/doc/xproto/sect1-9.xml",
1646
+ "path_type": "hardlink",
1647
+ "sha256": "dcacf8b3f030dd05d05f0c82e8be0529b654890d9d39aa1370d2b27283aa1085",
1648
+ "sha256_in_prefix": "dcacf8b3f030dd05d05f0c82e8be0529b654890d9d39aa1370d2b27283aa1085",
1649
+ "size_in_bytes": 467109
1650
+ },
1651
+ {
1652
+ "_path": "share/doc/xproto/x11protocol.xml",
1653
+ "path_type": "hardlink",
1654
+ "sha256": "cf4a8eab4a752f1e8ffdab6ff5db3485e030c8300660c2892b0d3905dd364ed8",
1655
+ "sha256_in_prefix": "cf4a8eab4a752f1e8ffdab6ff5db3485e030c8300660c2892b0d3905dd364ed8",
1656
+ "size_in_bytes": 2588
1657
+ },
1658
+ {
1659
+ "_path": "share/pkgconfig/applewmproto.pc",
1660
+ "file_mode": "text",
1661
+ "path_type": "hardlink",
1662
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1663
+ "sha256": "a52ea0644f4924fa22deaad0f2010daa930853751adf7fa00e6b42fcdad7c445",
1664
+ "sha256_in_prefix": "5ada67e178fbacac651da270286ba28f4219fb416ff0f0e6dc589496390ab575",
1665
+ "size_in_bytes": 391
1666
+ },
1667
+ {
1668
+ "_path": "share/pkgconfig/bigreqsproto.pc",
1669
+ "file_mode": "text",
1670
+ "path_type": "hardlink",
1671
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1672
+ "sha256": "736fb810109deb2bd899644b8878a9005d4985b24314d5184c752e5aa77b5738",
1673
+ "sha256_in_prefix": "83a6ff0c58ccadd4a1591237a254fb9b11186a37392dbb45d23687f3d9956b37",
1674
+ "size_in_bytes": 391
1675
+ },
1676
+ {
1677
+ "_path": "share/pkgconfig/compositeproto.pc",
1678
+ "file_mode": "text",
1679
+ "path_type": "hardlink",
1680
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1681
+ "sha256": "36debcfbe90b67a34798547243ccb45eb3165ceee2f08c7ef6d482a389899b4a",
1682
+ "sha256_in_prefix": "a1091a8639f550ef3902fccbcedc3c5ce4c0196ed84916442005eb1985fa8557",
1683
+ "size_in_bytes": 392
1684
+ },
1685
+ {
1686
+ "_path": "share/pkgconfig/damageproto.pc",
1687
+ "file_mode": "text",
1688
+ "path_type": "hardlink",
1689
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1690
+ "sha256": "e2522a19a9dec1f182b19a90334962d64420722910a03ba849f04813aaa440f7",
1691
+ "sha256_in_prefix": "46f13325e77ba29a543397fec0e4ba3caa849414b49087f2c85acdce25c089ca",
1692
+ "size_in_bytes": 388
1693
+ },
1694
+ {
1695
+ "_path": "share/pkgconfig/dmxproto.pc",
1696
+ "file_mode": "text",
1697
+ "path_type": "hardlink",
1698
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1699
+ "sha256": "0e99d6e008c6e65f8030ec9f5f33716a8c0ae4c723b62d847a3a927d58134dd3",
1700
+ "sha256_in_prefix": "81fed33dcca76b6bf3a0c82a738594f65d8dbb120a01efd5dd0e0cba7b499b23",
1701
+ "size_in_bytes": 383
1702
+ },
1703
+ {
1704
+ "_path": "share/pkgconfig/dpmsproto.pc",
1705
+ "file_mode": "text",
1706
+ "path_type": "hardlink",
1707
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1708
+ "sha256": "61af903921e1f9dbbea7617d3709ad42d3f2aabd57800412bc66958cb4d78dc1",
1709
+ "sha256_in_prefix": "6edd5602b92a5ff3e51454b8df1c25c2bfeed23ace5c823d5690229d146a5182",
1710
+ "size_in_bytes": 382
1711
+ },
1712
+ {
1713
+ "_path": "share/pkgconfig/dri2proto.pc",
1714
+ "file_mode": "text",
1715
+ "path_type": "hardlink",
1716
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1717
+ "sha256": "d8d6730407ca4af901815420fb356de3f2be85eaa728d42928a6bae24410e0f6",
1718
+ "sha256_in_prefix": "d56eacfbde70ab4b917a1cbd4db2d55c643df477cc1caeabf2e70c404a08491e",
1719
+ "size_in_bytes": 383
1720
+ },
1721
+ {
1722
+ "_path": "share/pkgconfig/dri3proto.pc",
1723
+ "file_mode": "text",
1724
+ "path_type": "hardlink",
1725
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1726
+ "sha256": "c03c01139089580ce6e16e62dff627412bb77e6260126ba249ecdfeb6990938b",
1727
+ "sha256_in_prefix": "716bfd99fa99ee00908b3e52db7297e8e5bbf23994fe3e12a2c8d0555241d251",
1728
+ "size_in_bytes": 383
1729
+ },
1730
+ {
1731
+ "_path": "share/pkgconfig/fixesproto.pc",
1732
+ "file_mode": "text",
1733
+ "path_type": "hardlink",
1734
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1735
+ "sha256": "472b2d118aae57aed513ce298b34bc203ce4c49aa94010a8b3f2bf71c8004d52",
1736
+ "sha256_in_prefix": "f00c99c56e7542d009030876486ba37263edd08c442b5de358b6ec74d6db00b3",
1737
+ "size_in_bytes": 418
1738
+ },
1739
+ {
1740
+ "_path": "share/pkgconfig/fontsproto.pc",
1741
+ "file_mode": "text",
1742
+ "path_type": "hardlink",
1743
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1744
+ "sha256": "7685900d92970d3b72361d27d2c8ebf44b197cdc39b7216822d2ea9c1853c7cf",
1745
+ "sha256_in_prefix": "35069681be473966828a02e18f474446a3b0e4a35b710a9062582fc2ed70abf0",
1746
+ "size_in_bytes": 387
1747
+ },
1748
+ {
1749
+ "_path": "share/pkgconfig/glproto.pc",
1750
+ "file_mode": "text",
1751
+ "path_type": "hardlink",
1752
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1753
+ "sha256": "c6d2cbdd4b330201def78c008e8fc773d8d0469d58e74750b9f0b1b93350f4ca",
1754
+ "sha256_in_prefix": "a67868b0ff08a19f3b99d02edb75fef0797953a52aee21d2a7931a12b925c164",
1755
+ "size_in_bytes": 382
1756
+ },
1757
+ {
1758
+ "_path": "share/pkgconfig/inputproto.pc",
1759
+ "file_mode": "text",
1760
+ "path_type": "hardlink",
1761
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1762
+ "sha256": "63d3ab0b7dbbd6a7250dd409e6d3b31b272c1cd972f2c02eba22b395227420d0",
1763
+ "sha256_in_prefix": "c9788d0a67e2f5a320ea49ed54f70a1df1ad8b8ac30f635387c1482465e0d5ae",
1764
+ "size_in_bytes": 390
1765
+ },
1766
+ {
1767
+ "_path": "share/pkgconfig/kbproto.pc",
1768
+ "file_mode": "text",
1769
+ "path_type": "hardlink",
1770
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1771
+ "sha256": "529002e869e5c17c2a4e6dcc25e725f83ec971231ae842bb4d07998edd0d2875",
1772
+ "sha256_in_prefix": "431d75ed0f9e94a03a3eab1b6f3ece32abc8f7dcde805ecfb42f28432436b3f1",
1773
+ "size_in_bytes": 381
1774
+ },
1775
+ {
1776
+ "_path": "share/pkgconfig/presentproto.pc",
1777
+ "file_mode": "text",
1778
+ "path_type": "hardlink",
1779
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1780
+ "sha256": "ebab0aa08ecad410342bee90a75e7253f91355fccdf5f482055650fdd6c29203",
1781
+ "sha256_in_prefix": "8941d5000c26615ed43e992554289043bf201895495b1bc33084b6c77de6cd25",
1782
+ "size_in_bytes": 389
1783
+ },
1784
+ {
1785
+ "_path": "share/pkgconfig/randrproto.pc",
1786
+ "file_mode": "text",
1787
+ "path_type": "hardlink",
1788
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1789
+ "sha256": "ba57c59ff3fad19ec3a70cc47b469d9914f202a007541083274ed1a39e7b47a7",
1790
+ "sha256_in_prefix": "16c08f4e374c1b7964b4502a724c39431b4412427e57bc604921be623f2225fb",
1791
+ "size_in_bytes": 387
1792
+ },
1793
+ {
1794
+ "_path": "share/pkgconfig/recordproto.pc",
1795
+ "file_mode": "text",
1796
+ "path_type": "hardlink",
1797
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1798
+ "sha256": "af25b35da39c50c31564c85c155a8c6be80b120e2e47d0b0da44f11b02fb850e",
1799
+ "sha256_in_prefix": "6bf427ae67ba88e87bedce1d6b6d8a964812efbaa003e8b0a440682e17266ebe",
1800
+ "size_in_bytes": 390
1801
+ },
1802
+ {
1803
+ "_path": "share/pkgconfig/renderproto.pc",
1804
+ "file_mode": "text",
1805
+ "path_type": "hardlink",
1806
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1807
+ "sha256": "642868053c1e5ef458518713f2a1a607788b74b73f2fee5a3946c66c402e1e5a",
1808
+ "sha256_in_prefix": "a0d2fe9f1693d282e463178e4e78995091238ed4ec16efb09000508c99da04f8",
1809
+ "size_in_bytes": 389
1810
+ },
1811
+ {
1812
+ "_path": "share/pkgconfig/resourceproto.pc",
1813
+ "file_mode": "text",
1814
+ "path_type": "hardlink",
1815
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1816
+ "sha256": "e9b6561e1d2a362130deec151d7986d1cac7c06d0ba3965b56121a386d63d6aa",
1817
+ "sha256_in_prefix": "88cdd4a1aa039b0285abf080ab4569afafd6c80f323d50cc9238f787eb08756e",
1818
+ "size_in_bytes": 393
1819
+ },
1820
+ {
1821
+ "_path": "share/pkgconfig/scrnsaverproto.pc",
1822
+ "file_mode": "text",
1823
+ "path_type": "hardlink",
1824
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1825
+ "sha256": "7352e2679d32dce803888b1d0973002c77b5b817bdf524d3c89c3a3ed9c2dff3",
1826
+ "sha256_in_prefix": "f0dbc5d07a2893823c20386dbcf2571a52687985ce0d74ad21168f7967331b22",
1827
+ "size_in_bytes": 395
1828
+ },
1829
+ {
1830
+ "_path": "share/pkgconfig/videoproto.pc",
1831
+ "file_mode": "text",
1832
+ "path_type": "hardlink",
1833
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1834
+ "sha256": "6a02934efaef47d41857499e40815fc48edbb6886a0df3600c7e026a1e7039fd",
1835
+ "sha256_in_prefix": "63becbe1221e78d11abbaa09924722ead1cc6f98b5dff5260a37d2b85b34dbf7",
1836
+ "size_in_bytes": 386
1837
+ },
1838
+ {
1839
+ "_path": "share/pkgconfig/xcmiscproto.pc",
1840
+ "file_mode": "text",
1841
+ "path_type": "hardlink",
1842
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1843
+ "sha256": "d96a491237f97a2b98668210687443870271449b533d733453dfcf5d12444ebe",
1844
+ "sha256_in_prefix": "ae15f3db5abde26fdc22ff1fb71ac5f2d916148e87324ab15575aae7c4d06768",
1845
+ "size_in_bytes": 389
1846
+ },
1847
+ {
1848
+ "_path": "share/pkgconfig/xextproto.pc",
1849
+ "file_mode": "text",
1850
+ "path_type": "hardlink",
1851
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1852
+ "sha256": "cb435bce5fcaeb2e8016237ae83be4aed802abf50f740e0632a1c7f3df2cb553",
1853
+ "sha256_in_prefix": "de5b141b2c6a3e2375621379d341cb8c43384e17acf9796a11978e194547d17a",
1854
+ "size_in_bytes": 385
1855
+ },
1856
+ {
1857
+ "_path": "share/pkgconfig/xf86bigfontproto.pc",
1858
+ "file_mode": "text",
1859
+ "path_type": "hardlink",
1860
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1861
+ "sha256": "7b88ff24f536c572d79b4f400c7d0bdc3434a1e0a0ffb874079f5532ce30ca6b",
1862
+ "sha256_in_prefix": "ae6ef983bef094310f11c701ed09e9cf5dd671020827db102740603159acf019",
1863
+ "size_in_bytes": 399
1864
+ },
1865
+ {
1866
+ "_path": "share/pkgconfig/xf86dgaproto.pc",
1867
+ "file_mode": "text",
1868
+ "path_type": "hardlink",
1869
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1870
+ "sha256": "197ca48cf2c117c4a4984b76a5585f5043589b5c9e344ce9e03571ad97289b5c",
1871
+ "sha256_in_prefix": "b3cc0580271c988238555ef15037d1bf481159d237bab0a7c21565a788c5de9f",
1872
+ "size_in_bytes": 389
1873
+ },
1874
+ {
1875
+ "_path": "share/pkgconfig/xf86driproto.pc",
1876
+ "file_mode": "text",
1877
+ "path_type": "hardlink",
1878
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1879
+ "sha256": "2225bf7998fa1d2d0fb15137e1d3c43bd3840b2cac7673695d3899f9a630db4b",
1880
+ "sha256_in_prefix": "32899c4c8cce45ed2fe803b25a1732f327c2a836538b4393a0b9e6c0603f43fc",
1881
+ "size_in_bytes": 399
1882
+ },
1883
+ {
1884
+ "_path": "share/pkgconfig/xf86vidmodeproto.pc",
1885
+ "file_mode": "text",
1886
+ "path_type": "hardlink",
1887
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1888
+ "sha256": "5be0eded010ed7bbc7204daf9a38e9aff1d9d92de0d41fbba6b18d0251e022bf",
1889
+ "sha256_in_prefix": "57d5e6cc962e0382afba116a09fcc3fa2b188e1f6252304296be1715338b493b",
1890
+ "size_in_bytes": 399
1891
+ },
1892
+ {
1893
+ "_path": "share/pkgconfig/xineramaproto.pc",
1894
+ "file_mode": "text",
1895
+ "path_type": "hardlink",
1896
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1897
+ "sha256": "048daf03ee56be99a48fe74686bd1a36c4dc80b2c9029cd477feba065fd4d326",
1898
+ "sha256_in_prefix": "d6d0a0879935d65b70fd5165304b830c77d0b143eb6bf98e81853cb8460e1e03",
1899
+ "size_in_bytes": 393
1900
+ },
1901
+ {
1902
+ "_path": "share/pkgconfig/xproto.pc",
1903
+ "file_mode": "text",
1904
+ "path_type": "hardlink",
1905
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1906
+ "sha256": "050752f0181689bb230da617fc1928dbf09d6ba94f972eb373969750bd6a95a2",
1907
+ "sha256_in_prefix": "948c9d481b53e2662ad660aa2ca77b0e719eb4b129475c45fe9e9b8e244b01f7",
1908
+ "size_in_bytes": 411
1909
+ },
1910
+ {
1911
+ "_path": "share/pkgconfig/xwaylandproto.pc",
1912
+ "file_mode": "text",
1913
+ "path_type": "hardlink",
1914
+ "prefix_placeholder": "/croot/xorg-xorgproto_1746046208107/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
1915
+ "sha256": "9b6bdded4c0fd1b106e623a08c54815d80e0de9fe95ca00845f50d8ab2fa4b12",
1916
+ "sha256_in_prefix": "7aa479c59e043e9ba42dcba18b2aa712d7235081d310b22f40d18fe57c735825",
1917
+ "size_in_bytes": 390
1918
+ }
1919
+ ],
1920
+ "paths_version": 1
1921
+ },
1922
+ "requested_spec": "None",
1923
+ "sha256": "aa6d3ab9be5b43d3e8ac0c7e23f2a83c3959f8f30ec758e2fcae91f87a9b23b4",
1924
+ "size": 594175,
1925
+ "subdir": "linux-64",
1926
+ "timestamp": 1746046234000,
1927
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/xorg-xorgproto-2024.1-h5eee18b_1.conda",
1928
+ "version": "2024.1"
1929
+ }
conda-meta/xz-5.6.4-h5eee18b_1.json ADDED
@@ -0,0 +1,1720 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h5eee18b_1",
3
+ "build_number": 1,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=11.2.0"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/xz-5.6.4-h5eee18b_1",
10
+ "files": [
11
+ "bin/lzcat",
12
+ "bin/lzcmp",
13
+ "bin/lzdiff",
14
+ "bin/lzegrep",
15
+ "bin/lzfgrep",
16
+ "bin/lzgrep",
17
+ "bin/lzless",
18
+ "bin/lzma",
19
+ "bin/lzmadec",
20
+ "bin/lzmainfo",
21
+ "bin/lzmore",
22
+ "bin/unlzma",
23
+ "bin/unxz",
24
+ "bin/xz",
25
+ "bin/xzcat",
26
+ "bin/xzcmp",
27
+ "bin/xzdec",
28
+ "bin/xzdiff",
29
+ "bin/xzegrep",
30
+ "bin/xzfgrep",
31
+ "bin/xzgrep",
32
+ "bin/xzless",
33
+ "bin/xzmore",
34
+ "include/lzma.h",
35
+ "include/lzma/base.h",
36
+ "include/lzma/bcj.h",
37
+ "include/lzma/block.h",
38
+ "include/lzma/check.h",
39
+ "include/lzma/container.h",
40
+ "include/lzma/delta.h",
41
+ "include/lzma/filter.h",
42
+ "include/lzma/hardware.h",
43
+ "include/lzma/index.h",
44
+ "include/lzma/index_hash.h",
45
+ "include/lzma/lzma12.h",
46
+ "include/lzma/stream_flags.h",
47
+ "include/lzma/version.h",
48
+ "include/lzma/vli.h",
49
+ "lib/cmake/liblzma/liblzma-config-version.cmake",
50
+ "lib/cmake/liblzma/liblzma-config.cmake",
51
+ "lib/cmake/liblzma/liblzma-targets-release.cmake",
52
+ "lib/cmake/liblzma/liblzma-targets.cmake",
53
+ "lib/liblzma.so",
54
+ "lib/liblzma.so.5",
55
+ "lib/liblzma.so.5.6.4",
56
+ "lib/pkgconfig/liblzma.pc",
57
+ "share/doc/xz/AUTHORS",
58
+ "share/doc/xz/COPYING",
59
+ "share/doc/xz/COPYING.0BSD",
60
+ "share/doc/xz/COPYING.GPLv2",
61
+ "share/doc/xz/NEWS",
62
+ "share/doc/xz/README",
63
+ "share/doc/xz/THANKS",
64
+ "share/doc/xz/examples/00_README.txt",
65
+ "share/doc/xz/examples/01_compress_easy.c",
66
+ "share/doc/xz/examples/02_decompress.c",
67
+ "share/doc/xz/examples/03_compress_custom.c",
68
+ "share/doc/xz/examples/04_compress_easy_mt.c",
69
+ "share/doc/xz/examples/11_file_info.c",
70
+ "share/doc/xz/examples/Makefile",
71
+ "share/doc/xz/faq.txt",
72
+ "share/doc/xz/history.txt",
73
+ "share/doc/xz/lzma-file-format.txt",
74
+ "share/doc/xz/xz-file-format.txt",
75
+ "share/locale/ca/LC_MESSAGES/xz.mo",
76
+ "share/locale/cs/LC_MESSAGES/xz.mo",
77
+ "share/locale/da/LC_MESSAGES/xz.mo",
78
+ "share/locale/de/LC_MESSAGES/xz.mo",
79
+ "share/locale/eo/LC_MESSAGES/xz.mo",
80
+ "share/locale/es/LC_MESSAGES/xz.mo",
81
+ "share/locale/fi/LC_MESSAGES/xz.mo",
82
+ "share/locale/fr/LC_MESSAGES/xz.mo",
83
+ "share/locale/hr/LC_MESSAGES/xz.mo",
84
+ "share/locale/hu/LC_MESSAGES/xz.mo",
85
+ "share/locale/it/LC_MESSAGES/xz.mo",
86
+ "share/locale/ko/LC_MESSAGES/xz.mo",
87
+ "share/locale/pl/LC_MESSAGES/xz.mo",
88
+ "share/locale/pt/LC_MESSAGES/xz.mo",
89
+ "share/locale/pt_BR/LC_MESSAGES/xz.mo",
90
+ "share/locale/ro/LC_MESSAGES/xz.mo",
91
+ "share/locale/sr/LC_MESSAGES/xz.mo",
92
+ "share/locale/sv/LC_MESSAGES/xz.mo",
93
+ "share/locale/tr/LC_MESSAGES/xz.mo",
94
+ "share/locale/uk/LC_MESSAGES/xz.mo",
95
+ "share/locale/vi/LC_MESSAGES/xz.mo",
96
+ "share/locale/zh_CN/LC_MESSAGES/xz.mo",
97
+ "share/locale/zh_TW/LC_MESSAGES/xz.mo",
98
+ "share/man/de/man1/lzcat.1",
99
+ "share/man/de/man1/lzcmp.1",
100
+ "share/man/de/man1/lzdiff.1",
101
+ "share/man/de/man1/lzegrep.1",
102
+ "share/man/de/man1/lzfgrep.1",
103
+ "share/man/de/man1/lzgrep.1",
104
+ "share/man/de/man1/lzless.1",
105
+ "share/man/de/man1/lzma.1",
106
+ "share/man/de/man1/lzmadec.1",
107
+ "share/man/de/man1/lzmainfo.1",
108
+ "share/man/de/man1/lzmore.1",
109
+ "share/man/de/man1/unlzma.1",
110
+ "share/man/de/man1/unxz.1",
111
+ "share/man/de/man1/xz.1",
112
+ "share/man/de/man1/xzcat.1",
113
+ "share/man/de/man1/xzcmp.1",
114
+ "share/man/de/man1/xzdec.1",
115
+ "share/man/de/man1/xzdiff.1",
116
+ "share/man/de/man1/xzegrep.1",
117
+ "share/man/de/man1/xzfgrep.1",
118
+ "share/man/de/man1/xzgrep.1",
119
+ "share/man/de/man1/xzless.1",
120
+ "share/man/de/man1/xzmore.1",
121
+ "share/man/fr/man1/lzcat.1",
122
+ "share/man/fr/man1/lzless.1",
123
+ "share/man/fr/man1/lzma.1",
124
+ "share/man/fr/man1/lzmadec.1",
125
+ "share/man/fr/man1/lzmainfo.1",
126
+ "share/man/fr/man1/unlzma.1",
127
+ "share/man/fr/man1/unxz.1",
128
+ "share/man/fr/man1/xz.1",
129
+ "share/man/fr/man1/xzcat.1",
130
+ "share/man/fr/man1/xzdec.1",
131
+ "share/man/fr/man1/xzless.1",
132
+ "share/man/ko/man1/lzcat.1",
133
+ "share/man/ko/man1/lzcmp.1",
134
+ "share/man/ko/man1/lzdiff.1",
135
+ "share/man/ko/man1/lzegrep.1",
136
+ "share/man/ko/man1/lzfgrep.1",
137
+ "share/man/ko/man1/lzgrep.1",
138
+ "share/man/ko/man1/lzless.1",
139
+ "share/man/ko/man1/lzma.1",
140
+ "share/man/ko/man1/lzmadec.1",
141
+ "share/man/ko/man1/lzmainfo.1",
142
+ "share/man/ko/man1/lzmore.1",
143
+ "share/man/ko/man1/unlzma.1",
144
+ "share/man/ko/man1/unxz.1",
145
+ "share/man/ko/man1/xz.1",
146
+ "share/man/ko/man1/xzcat.1",
147
+ "share/man/ko/man1/xzcmp.1",
148
+ "share/man/ko/man1/xzdec.1",
149
+ "share/man/ko/man1/xzdiff.1",
150
+ "share/man/ko/man1/xzegrep.1",
151
+ "share/man/ko/man1/xzfgrep.1",
152
+ "share/man/ko/man1/xzgrep.1",
153
+ "share/man/ko/man1/xzless.1",
154
+ "share/man/ko/man1/xzmore.1",
155
+ "share/man/man1/lzcat.1",
156
+ "share/man/man1/lzcmp.1",
157
+ "share/man/man1/lzdiff.1",
158
+ "share/man/man1/lzegrep.1",
159
+ "share/man/man1/lzfgrep.1",
160
+ "share/man/man1/lzgrep.1",
161
+ "share/man/man1/lzless.1",
162
+ "share/man/man1/lzma.1",
163
+ "share/man/man1/lzmadec.1",
164
+ "share/man/man1/lzmainfo.1",
165
+ "share/man/man1/lzmore.1",
166
+ "share/man/man1/unlzma.1",
167
+ "share/man/man1/unxz.1",
168
+ "share/man/man1/xz.1",
169
+ "share/man/man1/xzcat.1",
170
+ "share/man/man1/xzcmp.1",
171
+ "share/man/man1/xzdec.1",
172
+ "share/man/man1/xzdiff.1",
173
+ "share/man/man1/xzegrep.1",
174
+ "share/man/man1/xzfgrep.1",
175
+ "share/man/man1/xzgrep.1",
176
+ "share/man/man1/xzless.1",
177
+ "share/man/man1/xzmore.1",
178
+ "share/man/pt_BR/man1/lzcat.1",
179
+ "share/man/pt_BR/man1/lzless.1",
180
+ "share/man/pt_BR/man1/lzma.1",
181
+ "share/man/pt_BR/man1/lzmadec.1",
182
+ "share/man/pt_BR/man1/lzmainfo.1",
183
+ "share/man/pt_BR/man1/unlzma.1",
184
+ "share/man/pt_BR/man1/unxz.1",
185
+ "share/man/pt_BR/man1/xz.1",
186
+ "share/man/pt_BR/man1/xzcat.1",
187
+ "share/man/pt_BR/man1/xzdec.1",
188
+ "share/man/pt_BR/man1/xzless.1",
189
+ "share/man/ro/man1/lzcat.1",
190
+ "share/man/ro/man1/lzcmp.1",
191
+ "share/man/ro/man1/lzdiff.1",
192
+ "share/man/ro/man1/lzegrep.1",
193
+ "share/man/ro/man1/lzfgrep.1",
194
+ "share/man/ro/man1/lzgrep.1",
195
+ "share/man/ro/man1/lzless.1",
196
+ "share/man/ro/man1/lzma.1",
197
+ "share/man/ro/man1/lzmadec.1",
198
+ "share/man/ro/man1/lzmainfo.1",
199
+ "share/man/ro/man1/lzmore.1",
200
+ "share/man/ro/man1/unlzma.1",
201
+ "share/man/ro/man1/unxz.1",
202
+ "share/man/ro/man1/xz.1",
203
+ "share/man/ro/man1/xzcat.1",
204
+ "share/man/ro/man1/xzcmp.1",
205
+ "share/man/ro/man1/xzdec.1",
206
+ "share/man/ro/man1/xzdiff.1",
207
+ "share/man/ro/man1/xzegrep.1",
208
+ "share/man/ro/man1/xzfgrep.1",
209
+ "share/man/ro/man1/xzgrep.1",
210
+ "share/man/ro/man1/xzless.1",
211
+ "share/man/ro/man1/xzmore.1",
212
+ "share/man/uk/man1/lzcat.1",
213
+ "share/man/uk/man1/lzcmp.1",
214
+ "share/man/uk/man1/lzdiff.1",
215
+ "share/man/uk/man1/lzegrep.1",
216
+ "share/man/uk/man1/lzfgrep.1",
217
+ "share/man/uk/man1/lzgrep.1",
218
+ "share/man/uk/man1/lzless.1",
219
+ "share/man/uk/man1/lzma.1",
220
+ "share/man/uk/man1/lzmadec.1",
221
+ "share/man/uk/man1/lzmainfo.1",
222
+ "share/man/uk/man1/lzmore.1",
223
+ "share/man/uk/man1/unlzma.1",
224
+ "share/man/uk/man1/unxz.1",
225
+ "share/man/uk/man1/xz.1",
226
+ "share/man/uk/man1/xzcat.1",
227
+ "share/man/uk/man1/xzcmp.1",
228
+ "share/man/uk/man1/xzdec.1",
229
+ "share/man/uk/man1/xzdiff.1",
230
+ "share/man/uk/man1/xzegrep.1",
231
+ "share/man/uk/man1/xzfgrep.1",
232
+ "share/man/uk/man1/xzgrep.1",
233
+ "share/man/uk/man1/xzless.1",
234
+ "share/man/uk/man1/xzmore.1"
235
+ ],
236
+ "fn": "xz-5.6.4-h5eee18b_1.conda",
237
+ "license": "LGPL-2.1-or-later and GPL-2.0-or-later and 0BSD",
238
+ "link": {
239
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/xz-5.6.4-h5eee18b_1",
240
+ "type": 1
241
+ },
242
+ "md5": "3581505fa450962d631bd82b8616350e",
243
+ "name": "xz",
244
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/xz-5.6.4-h5eee18b_1",
245
+ "paths_data": {
246
+ "paths": [
247
+ {
248
+ "_path": "bin/lzcat",
249
+ "path_type": "softlink",
250
+ "sha256": "f7aedbd20a47602bbb19f8262f46f922dca4640e6b67241dcb3bdd63a11615ab",
251
+ "size_in_bytes": 108336
252
+ },
253
+ {
254
+ "_path": "bin/lzcmp",
255
+ "path_type": "softlink",
256
+ "sha256": "f1cc7791ed316384b78b48e921d45d51e86eff18fdbf70f2c65316bfddee8cb5",
257
+ "size_in_bytes": 7588
258
+ },
259
+ {
260
+ "_path": "bin/lzdiff",
261
+ "path_type": "softlink",
262
+ "sha256": "f1cc7791ed316384b78b48e921d45d51e86eff18fdbf70f2c65316bfddee8cb5",
263
+ "size_in_bytes": 7588
264
+ },
265
+ {
266
+ "_path": "bin/lzegrep",
267
+ "path_type": "softlink",
268
+ "sha256": "4836d73bf64c79f9b5d83e0d08b2b359b6548b14117350360aa4eaae8c8c3e49",
269
+ "size_in_bytes": 10413
270
+ },
271
+ {
272
+ "_path": "bin/lzfgrep",
273
+ "path_type": "softlink",
274
+ "sha256": "4836d73bf64c79f9b5d83e0d08b2b359b6548b14117350360aa4eaae8c8c3e49",
275
+ "size_in_bytes": 10413
276
+ },
277
+ {
278
+ "_path": "bin/lzgrep",
279
+ "path_type": "softlink",
280
+ "sha256": "4836d73bf64c79f9b5d83e0d08b2b359b6548b14117350360aa4eaae8c8c3e49",
281
+ "size_in_bytes": 10413
282
+ },
283
+ {
284
+ "_path": "bin/lzless",
285
+ "path_type": "softlink",
286
+ "sha256": "2ccf41caa2fc84f7742f18e0609bb09b29478c355d07167af99cb19f1ba20fc6",
287
+ "size_in_bytes": 2383
288
+ },
289
+ {
290
+ "_path": "bin/lzma",
291
+ "path_type": "softlink",
292
+ "sha256": "f7aedbd20a47602bbb19f8262f46f922dca4640e6b67241dcb3bdd63a11615ab",
293
+ "size_in_bytes": 108336
294
+ },
295
+ {
296
+ "_path": "bin/lzmadec",
297
+ "path_type": "hardlink",
298
+ "sha256": "746f2d2ec9f85ef58292ac779c75215046cbaeee1771f068eae93cbf323674b2",
299
+ "sha256_in_prefix": "746f2d2ec9f85ef58292ac779c75215046cbaeee1771f068eae93cbf323674b2",
300
+ "size_in_bytes": 17176
301
+ },
302
+ {
303
+ "_path": "bin/lzmainfo",
304
+ "file_mode": "binary",
305
+ "path_type": "hardlink",
306
+ "prefix_placeholder": "/croot/xz_1739468269109/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac",
307
+ "sha256": "3154bd45c6c8e99745296931e4b9763c0e6a71eba7a2bec93dc3ccc67fd2a1b8",
308
+ "sha256_in_prefix": "12ec0dff9174c570b84443497cf4b6d88d2d57038b13059489b1f9f3a2d8f22c",
309
+ "size_in_bytes": 16968
310
+ },
311
+ {
312
+ "_path": "bin/lzmore",
313
+ "path_type": "softlink",
314
+ "sha256": "822df8e73e8de10da5d986f12c930f64c08db98fddbf7b8edfe5d41d64d743cd",
315
+ "size_in_bytes": 2234
316
+ },
317
+ {
318
+ "_path": "bin/unlzma",
319
+ "path_type": "softlink",
320
+ "sha256": "f7aedbd20a47602bbb19f8262f46f922dca4640e6b67241dcb3bdd63a11615ab",
321
+ "size_in_bytes": 108336
322
+ },
323
+ {
324
+ "_path": "bin/unxz",
325
+ "path_type": "softlink",
326
+ "sha256": "f7aedbd20a47602bbb19f8262f46f922dca4640e6b67241dcb3bdd63a11615ab",
327
+ "size_in_bytes": 108336
328
+ },
329
+ {
330
+ "_path": "bin/xz",
331
+ "file_mode": "binary",
332
+ "path_type": "hardlink",
333
+ "prefix_placeholder": "/croot/xz_1739468269109/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac",
334
+ "sha256": "f7aedbd20a47602bbb19f8262f46f922dca4640e6b67241dcb3bdd63a11615ab",
335
+ "sha256_in_prefix": "854fe8e99a2cb7078707ffd5cb96a931f90f931ece65a0513ea88eb0a3fd55d9",
336
+ "size_in_bytes": 108336
337
+ },
338
+ {
339
+ "_path": "bin/xzcat",
340
+ "path_type": "softlink",
341
+ "sha256": "f7aedbd20a47602bbb19f8262f46f922dca4640e6b67241dcb3bdd63a11615ab",
342
+ "size_in_bytes": 108336
343
+ },
344
+ {
345
+ "_path": "bin/xzcmp",
346
+ "path_type": "softlink",
347
+ "sha256": "f1cc7791ed316384b78b48e921d45d51e86eff18fdbf70f2c65316bfddee8cb5",
348
+ "size_in_bytes": 7588
349
+ },
350
+ {
351
+ "_path": "bin/xzdec",
352
+ "path_type": "hardlink",
353
+ "sha256": "c41b705930338bdd4de0aff43050b02800c6d29e24308412291ab4f125ef5359",
354
+ "sha256_in_prefix": "c41b705930338bdd4de0aff43050b02800c6d29e24308412291ab4f125ef5359",
355
+ "size_in_bytes": 17176
356
+ },
357
+ {
358
+ "_path": "bin/xzdiff",
359
+ "path_type": "hardlink",
360
+ "sha256": "f1cc7791ed316384b78b48e921d45d51e86eff18fdbf70f2c65316bfddee8cb5",
361
+ "sha256_in_prefix": "f1cc7791ed316384b78b48e921d45d51e86eff18fdbf70f2c65316bfddee8cb5",
362
+ "size_in_bytes": 7588
363
+ },
364
+ {
365
+ "_path": "bin/xzegrep",
366
+ "path_type": "softlink",
367
+ "sha256": "4836d73bf64c79f9b5d83e0d08b2b359b6548b14117350360aa4eaae8c8c3e49",
368
+ "size_in_bytes": 10413
369
+ },
370
+ {
371
+ "_path": "bin/xzfgrep",
372
+ "path_type": "softlink",
373
+ "sha256": "4836d73bf64c79f9b5d83e0d08b2b359b6548b14117350360aa4eaae8c8c3e49",
374
+ "size_in_bytes": 10413
375
+ },
376
+ {
377
+ "_path": "bin/xzgrep",
378
+ "path_type": "hardlink",
379
+ "sha256": "4836d73bf64c79f9b5d83e0d08b2b359b6548b14117350360aa4eaae8c8c3e49",
380
+ "sha256_in_prefix": "4836d73bf64c79f9b5d83e0d08b2b359b6548b14117350360aa4eaae8c8c3e49",
381
+ "size_in_bytes": 10413
382
+ },
383
+ {
384
+ "_path": "bin/xzless",
385
+ "path_type": "hardlink",
386
+ "sha256": "2ccf41caa2fc84f7742f18e0609bb09b29478c355d07167af99cb19f1ba20fc6",
387
+ "sha256_in_prefix": "2ccf41caa2fc84f7742f18e0609bb09b29478c355d07167af99cb19f1ba20fc6",
388
+ "size_in_bytes": 2383
389
+ },
390
+ {
391
+ "_path": "bin/xzmore",
392
+ "path_type": "hardlink",
393
+ "sha256": "822df8e73e8de10da5d986f12c930f64c08db98fddbf7b8edfe5d41d64d743cd",
394
+ "sha256_in_prefix": "822df8e73e8de10da5d986f12c930f64c08db98fddbf7b8edfe5d41d64d743cd",
395
+ "size_in_bytes": 2234
396
+ },
397
+ {
398
+ "_path": "include/lzma.h",
399
+ "path_type": "hardlink",
400
+ "sha256": "6829350ef1ee35fae25481cc87a4f4b17c4b6c2a3df26f2b34dc1804df75c0d9",
401
+ "sha256_in_prefix": "6829350ef1ee35fae25481cc87a4f4b17c4b6c2a3df26f2b34dc1804df75c0d9",
402
+ "size_in_bytes": 9790
403
+ },
404
+ {
405
+ "_path": "include/lzma/base.h",
406
+ "path_type": "hardlink",
407
+ "sha256": "8d78bcee5be1cb18866133a0de5e85ff33cd164bbea16816f6af814e80beace0",
408
+ "sha256_in_prefix": "8d78bcee5be1cb18866133a0de5e85ff33cd164bbea16816f6af814e80beace0",
409
+ "size_in_bytes": 28082
410
+ },
411
+ {
412
+ "_path": "include/lzma/bcj.h",
413
+ "path_type": "hardlink",
414
+ "sha256": "920cac8c2f361a794c4d3bbaab18fb651f1be86a1d602a59676ff45aba067c9a",
415
+ "sha256_in_prefix": "920cac8c2f361a794c4d3bbaab18fb651f1be86a1d602a59676ff45aba067c9a",
416
+ "size_in_bytes": 2827
417
+ },
418
+ {
419
+ "_path": "include/lzma/block.h",
420
+ "path_type": "hardlink",
421
+ "sha256": "c99bf801dc0d771196f318f0eb2db454c8ba007fb516c1e83ece91ac079e3440",
422
+ "sha256_in_prefix": "c99bf801dc0d771196f318f0eb2db454c8ba007fb516c1e83ece91ac079e3440",
423
+ "size_in_bytes": 25964
424
+ },
425
+ {
426
+ "_path": "include/lzma/check.h",
427
+ "path_type": "hardlink",
428
+ "sha256": "a6954d5e59c87c09e000f6df9b61615125a4fb20b5014ce8cb3eea762999acff",
429
+ "sha256_in_prefix": "a6954d5e59c87c09e000f6df9b61615125a4fb20b5014ce8cb3eea762999acff",
430
+ "size_in_bytes": 4840
431
+ },
432
+ {
433
+ "_path": "include/lzma/container.h",
434
+ "path_type": "hardlink",
435
+ "sha256": "bc13a4dfeb8bd9c3ef8fde5c9a03e2d0f5a4c4e0e1cf042290c8c1b31863c98d",
436
+ "sha256_in_prefix": "bc13a4dfeb8bd9c3ef8fde5c9a03e2d0f5a4c4e0e1cf042290c8c1b31863c98d",
437
+ "size_in_bytes": 42048
438
+ },
439
+ {
440
+ "_path": "include/lzma/delta.h",
441
+ "path_type": "hardlink",
442
+ "sha256": "ff69bb02c2beb169284a50f68962006dde746e1859c31d47be0bc8e56db7a7b1",
443
+ "sha256_in_prefix": "ff69bb02c2beb169284a50f68962006dde746e1859c31d47be0bc8e56db7a7b1",
444
+ "size_in_bytes": 2187
445
+ },
446
+ {
447
+ "_path": "include/lzma/filter.h",
448
+ "path_type": "hardlink",
449
+ "sha256": "bdc89d83271fd6cfc6e345913d6c6882c4c0f9093c71ea576c64ba562233ca6b",
450
+ "sha256_in_prefix": "bdc89d83271fd6cfc6e345913d6c6882c4c0f9093c71ea576c64ba562233ca6b",
451
+ "size_in_bytes": 31746
452
+ },
453
+ {
454
+ "_path": "include/lzma/hardware.h",
455
+ "path_type": "hardlink",
456
+ "sha256": "84a3af36971a1acc33c90305ec72f67d18bc74aa0742cef17833e023dd2992b3",
457
+ "sha256_in_prefix": "84a3af36971a1acc33c90305ec72f67d18bc74aa0742cef17833e023dd2992b3",
458
+ "size_in_bytes": 2550
459
+ },
460
+ {
461
+ "_path": "include/lzma/index.h",
462
+ "path_type": "hardlink",
463
+ "sha256": "f87c272b613742f18177186990144fa2c70f0800656c8b1a4142c3d9f0e94c9a",
464
+ "sha256_in_prefix": "f87c272b613742f18177186990144fa2c70f0800656c8b1a4142c3d9f0e94c9a",
465
+ "size_in_bytes": 31090
466
+ },
467
+ {
468
+ "_path": "include/lzma/index_hash.h",
469
+ "path_type": "hardlink",
470
+ "sha256": "b10127b60fedb010dad8d9c07635e73da9e995b287e823ae1838bbd302a8b260",
471
+ "sha256_in_prefix": "b10127b60fedb010dad8d9c07635e73da9e995b287e823ae1838bbd302a8b260",
472
+ "size_in_bytes": 4671
473
+ },
474
+ {
475
+ "_path": "include/lzma/lzma12.h",
476
+ "path_type": "hardlink",
477
+ "sha256": "863e8c4b64472c5bca2246f17e2208af6dac9a07a34386a6e0af707708abdb50",
478
+ "sha256_in_prefix": "863e8c4b64472c5bca2246f17e2208af6dac9a07a34386a6e0af707708abdb50",
479
+ "size_in_bytes": 20818
480
+ },
481
+ {
482
+ "_path": "include/lzma/stream_flags.h",
483
+ "path_type": "hardlink",
484
+ "sha256": "192f8e6fdedcc26fabf2751128eab1f41fd6fbf976eea0d3d225a1d57b6a459c",
485
+ "sha256_in_prefix": "192f8e6fdedcc26fabf2751128eab1f41fd6fbf976eea0d3d225a1d57b6a459c",
486
+ "size_in_bytes": 9239
487
+ },
488
+ {
489
+ "_path": "include/lzma/version.h",
490
+ "path_type": "hardlink",
491
+ "sha256": "ed701065cb2864843cb096945752828e9fcd08f59a0e9b477e394d6ebb537944",
492
+ "sha256_in_prefix": "ed701065cb2864843cb096945752828e9fcd08f59a0e9b477e394d6ebb537944",
493
+ "size_in_bytes": 3872
494
+ },
495
+ {
496
+ "_path": "include/lzma/vli.h",
497
+ "path_type": "hardlink",
498
+ "sha256": "16a498e75b0f5136de11e205e36ce9641277cfddad538fff5b22b6991f4110f7",
499
+ "sha256_in_prefix": "16a498e75b0f5136de11e205e36ce9641277cfddad538fff5b22b6991f4110f7",
500
+ "size_in_bytes": 6590
501
+ },
502
+ {
503
+ "_path": "lib/cmake/liblzma/liblzma-config-version.cmake",
504
+ "path_type": "hardlink",
505
+ "sha256": "44531a364048b5cd2119c8ac5dbd89979d97603d880b548e8e86ac57863ec430",
506
+ "sha256_in_prefix": "44531a364048b5cd2119c8ac5dbd89979d97603d880b548e8e86ac57863ec430",
507
+ "size_in_bytes": 2878
508
+ },
509
+ {
510
+ "_path": "lib/cmake/liblzma/liblzma-config.cmake",
511
+ "path_type": "hardlink",
512
+ "sha256": "afb199e8891a9d071ff033095d3cb3e0c341b4df83cef1cf6b23c15d153b4c8d",
513
+ "sha256_in_prefix": "afb199e8891a9d071ff033095d3cb3e0c341b4df83cef1cf6b23c15d153b4c8d",
514
+ "size_in_bytes": 680
515
+ },
516
+ {
517
+ "_path": "lib/cmake/liblzma/liblzma-targets-release.cmake",
518
+ "path_type": "hardlink",
519
+ "sha256": "d6c7cfb6c303fc278aaf7a25b9df06a36b2777c2b3125bfa3df01eb5daf0246b",
520
+ "sha256_in_prefix": "d6c7cfb6c303fc278aaf7a25b9df06a36b2777c2b3125bfa3df01eb5daf0246b",
521
+ "size_in_bytes": 854
522
+ },
523
+ {
524
+ "_path": "lib/cmake/liblzma/liblzma-targets.cmake",
525
+ "path_type": "hardlink",
526
+ "sha256": "ee7a59f138a306e008b9631e2787a3d25971e5a7a0fa7c3670710770eac56cd2",
527
+ "sha256_in_prefix": "ee7a59f138a306e008b9631e2787a3d25971e5a7a0fa7c3670710770eac56cd2",
528
+ "size_in_bytes": 3908
529
+ },
530
+ {
531
+ "_path": "lib/liblzma.so",
532
+ "path_type": "softlink",
533
+ "sha256": "6b126e186cc43702dcacb626e0455f8aecf030d969d6d4a407ce4cc35293c503",
534
+ "size_in_bytes": 218304
535
+ },
536
+ {
537
+ "_path": "lib/liblzma.so.5",
538
+ "path_type": "softlink",
539
+ "sha256": "6b126e186cc43702dcacb626e0455f8aecf030d969d6d4a407ce4cc35293c503",
540
+ "size_in_bytes": 218304
541
+ },
542
+ {
543
+ "_path": "lib/liblzma.so.5.6.4",
544
+ "path_type": "hardlink",
545
+ "sha256": "6b126e186cc43702dcacb626e0455f8aecf030d969d6d4a407ce4cc35293c503",
546
+ "sha256_in_prefix": "6b126e186cc43702dcacb626e0455f8aecf030d969d6d4a407ce4cc35293c503",
547
+ "size_in_bytes": 218304
548
+ },
549
+ {
550
+ "_path": "lib/pkgconfig/liblzma.pc",
551
+ "file_mode": "text",
552
+ "path_type": "hardlink",
553
+ "prefix_placeholder": "/croot/xz_1739468269109/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac",
554
+ "sha256": "ac636313df79badabb87b10042499cd8cba9966bc87dd5761fcb5311af74e86c",
555
+ "sha256_in_prefix": "fa2aea12974d64a25f8af122c9820fc8ff30816d84310d5be1baa3d4fd48eeeb",
556
+ "size_in_bytes": 616
557
+ },
558
+ {
559
+ "_path": "share/doc/xz/AUTHORS",
560
+ "path_type": "hardlink",
561
+ "sha256": "653b31fe6bebcc7fc2aa7089219df259e0d4df88b114c361df51ee6d134ac3c6",
562
+ "sha256_in_prefix": "653b31fe6bebcc7fc2aa7089219df259e0d4df88b114c361df51ee6d134ac3c6",
563
+ "size_in_bytes": 2148
564
+ },
565
+ {
566
+ "_path": "share/doc/xz/COPYING",
567
+ "path_type": "hardlink",
568
+ "sha256": "ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396",
569
+ "sha256_in_prefix": "ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396",
570
+ "size_in_bytes": 3885
571
+ },
572
+ {
573
+ "_path": "share/doc/xz/COPYING.0BSD",
574
+ "path_type": "hardlink",
575
+ "sha256": "0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1",
576
+ "sha256_in_prefix": "0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1",
577
+ "size_in_bytes": 607
578
+ },
579
+ {
580
+ "_path": "share/doc/xz/COPYING.GPLv2",
581
+ "path_type": "hardlink",
582
+ "sha256": "8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643",
583
+ "sha256_in_prefix": "8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643",
584
+ "size_in_bytes": 18092
585
+ },
586
+ {
587
+ "_path": "share/doc/xz/NEWS",
588
+ "path_type": "hardlink",
589
+ "sha256": "3bac48b69fd9a2eff84a8f3f50891397794e02fc940ec2c857528d77abdaca30",
590
+ "sha256_in_prefix": "3bac48b69fd9a2eff84a8f3f50891397794e02fc940ec2c857528d77abdaca30",
591
+ "size_in_bytes": 106446
592
+ },
593
+ {
594
+ "_path": "share/doc/xz/README",
595
+ "path_type": "hardlink",
596
+ "sha256": "93f5d7f91e12edeac03e7268c0f07b69341bb0ce44aa4df7fccc86b29be762f2",
597
+ "sha256_in_prefix": "93f5d7f91e12edeac03e7268c0f07b69341bb0ce44aa4df7fccc86b29be762f2",
598
+ "size_in_bytes": 13211
599
+ },
600
+ {
601
+ "_path": "share/doc/xz/THANKS",
602
+ "path_type": "hardlink",
603
+ "sha256": "fa3c7bdab09304bff34cc65cc74bd0e407811741263a83327d89943285466e01",
604
+ "sha256_in_prefix": "fa3c7bdab09304bff34cc65cc74bd0e407811741263a83327d89943285466e01",
605
+ "size_in_bytes": 4025
606
+ },
607
+ {
608
+ "_path": "share/doc/xz/examples/00_README.txt",
609
+ "path_type": "hardlink",
610
+ "sha256": "f0ddaa731c89d6028f55281229e56b89f32b8c477aba4f52367488f0f42651be",
611
+ "sha256_in_prefix": "f0ddaa731c89d6028f55281229e56b89f32b8c477aba4f52367488f0f42651be",
612
+ "size_in_bytes": 1037
613
+ },
614
+ {
615
+ "_path": "share/doc/xz/examples/01_compress_easy.c",
616
+ "path_type": "hardlink",
617
+ "sha256": "7d4a9186e9121eef5924cadc913f513615de697e3a86b5b01307e8cd54d9e0d0",
618
+ "sha256_in_prefix": "7d4a9186e9121eef5924cadc913f513615de697e3a86b5b01307e8cd54d9e0d0",
619
+ "size_in_bytes": 9464
620
+ },
621
+ {
622
+ "_path": "share/doc/xz/examples/02_decompress.c",
623
+ "path_type": "hardlink",
624
+ "sha256": "8c085ac46579444a4f33fbb6a4d480265dc8db43dbb05698fb58c8faf58100ab",
625
+ "sha256_in_prefix": "8c085ac46579444a4f33fbb6a4d480265dc8db43dbb05698fb58c8faf58100ab",
626
+ "size_in_bytes": 8844
627
+ },
628
+ {
629
+ "_path": "share/doc/xz/examples/03_compress_custom.c",
630
+ "path_type": "hardlink",
631
+ "sha256": "27229e1b873e4ecac4a3f57db932a23e9729930822f7932e618a72f50499c860",
632
+ "sha256_in_prefix": "27229e1b873e4ecac4a3f57db932a23e9729930822f7932e618a72f50499c860",
633
+ "size_in_bytes": 4952
634
+ },
635
+ {
636
+ "_path": "share/doc/xz/examples/04_compress_easy_mt.c",
637
+ "path_type": "hardlink",
638
+ "sha256": "304f9b8501e224288cfeb7c89aad34890857dd83874a5b152508f2203661a0c6",
639
+ "sha256_in_prefix": "304f9b8501e224288cfeb7c89aad34890857dd83874a5b152508f2203661a0c6",
640
+ "size_in_bytes": 5145
641
+ },
642
+ {
643
+ "_path": "share/doc/xz/examples/11_file_info.c",
644
+ "path_type": "hardlink",
645
+ "sha256": "1d3e56a70ef81cb36813624b360355561932164a19184b76f5f190734ee92046",
646
+ "sha256_in_prefix": "1d3e56a70ef81cb36813624b360355561932164a19184b76f5f190734ee92046",
647
+ "size_in_bytes": 5314
648
+ },
649
+ {
650
+ "_path": "share/doc/xz/examples/Makefile",
651
+ "path_type": "hardlink",
652
+ "sha256": "cc4018f5f9e0d0b6d46e6433cf18205f1437e587b369e35c718c88cf5a200dca",
653
+ "sha256_in_prefix": "cc4018f5f9e0d0b6d46e6433cf18205f1437e587b369e35c718c88cf5a200dca",
654
+ "size_in_bytes": 283
655
+ },
656
+ {
657
+ "_path": "share/doc/xz/faq.txt",
658
+ "path_type": "hardlink",
659
+ "sha256": "97ea64c7578870443ff4669cd6dce43d94d857faa7cffef1aa462ff9c8089c07",
660
+ "sha256_in_prefix": "97ea64c7578870443ff4669cd6dce43d94d857faa7cffef1aa462ff9c8089c07",
661
+ "size_in_bytes": 10419
662
+ },
663
+ {
664
+ "_path": "share/doc/xz/history.txt",
665
+ "path_type": "hardlink",
666
+ "sha256": "9d6a0a72822734a0afb1816e07f0a7edab03339119bed4f393c1c7eec884eab6",
667
+ "sha256_in_prefix": "9d6a0a72822734a0afb1816e07f0a7edab03339119bed4f393c1c7eec884eab6",
668
+ "size_in_bytes": 7427
669
+ },
670
+ {
671
+ "_path": "share/doc/xz/lzma-file-format.txt",
672
+ "path_type": "hardlink",
673
+ "sha256": "7ca841284a3912ae2fc2edef4919a1398fc846e4b62ea6d2259de481a1d9caa2",
674
+ "sha256_in_prefix": "7ca841284a3912ae2fc2edef4919a1398fc846e4b62ea6d2259de481a1d9caa2",
675
+ "size_in_bytes": 6090
676
+ },
677
+ {
678
+ "_path": "share/doc/xz/xz-file-format.txt",
679
+ "path_type": "hardlink",
680
+ "sha256": "acc324b995261e6d9d5793c6a504639a6dfe97f2ccaf3cf8667f20a2486fc85b",
681
+ "sha256_in_prefix": "acc324b995261e6d9d5793c6a504639a6dfe97f2ccaf3cf8667f20a2486fc85b",
682
+ "size_in_bytes": 44512
683
+ },
684
+ {
685
+ "_path": "share/locale/ca/LC_MESSAGES/xz.mo",
686
+ "path_type": "hardlink",
687
+ "sha256": "24e1c05068013d65849734365a5eb7df98aae3f9a68a901381d410f9e84e08f7",
688
+ "sha256_in_prefix": "24e1c05068013d65849734365a5eb7df98aae3f9a68a901381d410f9e84e08f7",
689
+ "size_in_bytes": 31014
690
+ },
691
+ {
692
+ "_path": "share/locale/cs/LC_MESSAGES/xz.mo",
693
+ "path_type": "hardlink",
694
+ "sha256": "3dfb04426944813cb8237947e122e447183b039d398a84078ab5a8d117a69eee",
695
+ "sha256_in_prefix": "3dfb04426944813cb8237947e122e447183b039d398a84078ab5a8d117a69eee",
696
+ "size_in_bytes": 15436
697
+ },
698
+ {
699
+ "_path": "share/locale/da/LC_MESSAGES/xz.mo",
700
+ "path_type": "hardlink",
701
+ "sha256": "c26b136e6eb2fcf9d3dc7467e7dabc3b00196a59a992b4ab710c842619758e9a",
702
+ "sha256_in_prefix": "c26b136e6eb2fcf9d3dc7467e7dabc3b00196a59a992b4ab710c842619758e9a",
703
+ "size_in_bytes": 11042
704
+ },
705
+ {
706
+ "_path": "share/locale/de/LC_MESSAGES/xz.mo",
707
+ "path_type": "hardlink",
708
+ "sha256": "8b2a77b650c399e9dc713e63ca0b5e2ad436e893196d422fd5c26a49a09f18dd",
709
+ "sha256_in_prefix": "8b2a77b650c399e9dc713e63ca0b5e2ad436e893196d422fd5c26a49a09f18dd",
710
+ "size_in_bytes": 32560
711
+ },
712
+ {
713
+ "_path": "share/locale/eo/LC_MESSAGES/xz.mo",
714
+ "path_type": "hardlink",
715
+ "sha256": "30ee0d94e3cfdaa398cfd649817b0ed8f9e8fe62c48948d30f1bb7b1e30f2c20",
716
+ "sha256_in_prefix": "30ee0d94e3cfdaa398cfd649817b0ed8f9e8fe62c48948d30f1bb7b1e30f2c20",
717
+ "size_in_bytes": 29979
718
+ },
719
+ {
720
+ "_path": "share/locale/es/LC_MESSAGES/xz.mo",
721
+ "path_type": "hardlink",
722
+ "sha256": "70a1de9aa9cbdfb50bc9562a742dc009ecf43694da35804ecf8ac2beeaf2eeea",
723
+ "sha256_in_prefix": "70a1de9aa9cbdfb50bc9562a742dc009ecf43694da35804ecf8ac2beeaf2eeea",
724
+ "size_in_bytes": 31175
725
+ },
726
+ {
727
+ "_path": "share/locale/fi/LC_MESSAGES/xz.mo",
728
+ "path_type": "hardlink",
729
+ "sha256": "a46b47bf02750ca12b41addeb4ea44544d23fdeac8a67b7c3b7fb8982af47a8e",
730
+ "sha256_in_prefix": "a46b47bf02750ca12b41addeb4ea44544d23fdeac8a67b7c3b7fb8982af47a8e",
731
+ "size_in_bytes": 21441
732
+ },
733
+ {
734
+ "_path": "share/locale/fr/LC_MESSAGES/xz.mo",
735
+ "path_type": "hardlink",
736
+ "sha256": "39f72b07f6afaead7978a3b8efa02179473ca21bdb42a7ab8d8a960867c1c760",
737
+ "sha256_in_prefix": "39f72b07f6afaead7978a3b8efa02179473ca21bdb42a7ab8d8a960867c1c760",
738
+ "size_in_bytes": 19342
739
+ },
740
+ {
741
+ "_path": "share/locale/hr/LC_MESSAGES/xz.mo",
742
+ "path_type": "hardlink",
743
+ "sha256": "ca2b74fd917e67c8717e63298efaeac717dc89cf544ee56136a1567459c3e08b",
744
+ "sha256_in_prefix": "ca2b74fd917e67c8717e63298efaeac717dc89cf544ee56136a1567459c3e08b",
745
+ "size_in_bytes": 30343
746
+ },
747
+ {
748
+ "_path": "share/locale/hu/LC_MESSAGES/xz.mo",
749
+ "path_type": "hardlink",
750
+ "sha256": "afe2841546b6b77856b37c8e9c3d48d90b460a42ad738b020babc0385d8719bd",
751
+ "sha256_in_prefix": "afe2841546b6b77856b37c8e9c3d48d90b460a42ad738b020babc0385d8719bd",
752
+ "size_in_bytes": 31658
753
+ },
754
+ {
755
+ "_path": "share/locale/it/LC_MESSAGES/xz.mo",
756
+ "path_type": "hardlink",
757
+ "sha256": "2276685a5d1ba7a59f1cdabfb9889c7cd22624b4ffa00980e1843144944e3aff",
758
+ "sha256_in_prefix": "2276685a5d1ba7a59f1cdabfb9889c7cd22624b4ffa00980e1843144944e3aff",
759
+ "size_in_bytes": 19130
760
+ },
761
+ {
762
+ "_path": "share/locale/ko/LC_MESSAGES/xz.mo",
763
+ "path_type": "hardlink",
764
+ "sha256": "b09f2f5d3485d2676942bbefc4493825e58585124181cde288483ad94415c8d1",
765
+ "sha256_in_prefix": "b09f2f5d3485d2676942bbefc4493825e58585124181cde288483ad94415c8d1",
766
+ "size_in_bytes": 31480
767
+ },
768
+ {
769
+ "_path": "share/locale/pl/LC_MESSAGES/xz.mo",
770
+ "path_type": "hardlink",
771
+ "sha256": "69d6abf8e5da0d3c7c78c31a1a64db3ed3a11c9e4c660ac2ab3cbaa8b331dc24",
772
+ "sha256_in_prefix": "69d6abf8e5da0d3c7c78c31a1a64db3ed3a11c9e4c660ac2ab3cbaa8b331dc24",
773
+ "size_in_bytes": 30611
774
+ },
775
+ {
776
+ "_path": "share/locale/pt/LC_MESSAGES/xz.mo",
777
+ "path_type": "hardlink",
778
+ "sha256": "ce1d43714a3da30c6c3d2223869c438c5ac3b2a5b761f23580c4bcfc0b254cb3",
779
+ "sha256_in_prefix": "ce1d43714a3da30c6c3d2223869c438c5ac3b2a5b761f23580c4bcfc0b254cb3",
780
+ "size_in_bytes": 18992
781
+ },
782
+ {
783
+ "_path": "share/locale/pt_BR/LC_MESSAGES/xz.mo",
784
+ "path_type": "hardlink",
785
+ "sha256": "bf78fb03856072a060383f4a143546870986c28e9e8291df0042a5cf4312fea7",
786
+ "sha256_in_prefix": "bf78fb03856072a060383f4a143546870986c28e9e8291df0042a5cf4312fea7",
787
+ "size_in_bytes": 30957
788
+ },
789
+ {
790
+ "_path": "share/locale/ro/LC_MESSAGES/xz.mo",
791
+ "path_type": "hardlink",
792
+ "sha256": "7589db400862559763bb4e0855b2896428abe62e42425074eccac6636c85ab48",
793
+ "sha256_in_prefix": "7589db400862559763bb4e0855b2896428abe62e42425074eccac6636c85ab48",
794
+ "size_in_bytes": 32640
795
+ },
796
+ {
797
+ "_path": "share/locale/sr/LC_MESSAGES/xz.mo",
798
+ "path_type": "hardlink",
799
+ "sha256": "1de69208bc8e9bfae3233fcfbd829aca4735ceeee076bd426bcd914ba9cfceff",
800
+ "sha256_in_prefix": "1de69208bc8e9bfae3233fcfbd829aca4735ceeee076bd426bcd914ba9cfceff",
801
+ "size_in_bytes": 38426
802
+ },
803
+ {
804
+ "_path": "share/locale/sv/LC_MESSAGES/xz.mo",
805
+ "path_type": "hardlink",
806
+ "sha256": "a15ef4e5a5108a9e3dab4e813180554effa59ecb12845e32542814f848bcb1a6",
807
+ "sha256_in_prefix": "a15ef4e5a5108a9e3dab4e813180554effa59ecb12845e32542814f848bcb1a6",
808
+ "size_in_bytes": 30379
809
+ },
810
+ {
811
+ "_path": "share/locale/tr/LC_MESSAGES/xz.mo",
812
+ "path_type": "hardlink",
813
+ "sha256": "1665a73aef9d506f2cade01d21bbdd21dc658421dd4d8aad62733b93ca821236",
814
+ "sha256_in_prefix": "1665a73aef9d506f2cade01d21bbdd21dc658421dd4d8aad62733b93ca821236",
815
+ "size_in_bytes": 22029
816
+ },
817
+ {
818
+ "_path": "share/locale/uk/LC_MESSAGES/xz.mo",
819
+ "path_type": "hardlink",
820
+ "sha256": "57f900b59f775e638642b386ecb0908e30f414d537142a914ce195fdf57513e4",
821
+ "sha256_in_prefix": "57f900b59f775e638642b386ecb0908e30f414d537142a914ce195fdf57513e4",
822
+ "size_in_bytes": 40332
823
+ },
824
+ {
825
+ "_path": "share/locale/vi/LC_MESSAGES/xz.mo",
826
+ "path_type": "hardlink",
827
+ "sha256": "58c1d31074363b532e7593d2588e21ac501c74cb75bc58a73ca4569450ed91aa",
828
+ "sha256_in_prefix": "58c1d31074363b532e7593d2588e21ac501c74cb75bc58a73ca4569450ed91aa",
829
+ "size_in_bytes": 32859
830
+ },
831
+ {
832
+ "_path": "share/locale/zh_CN/LC_MESSAGES/xz.mo",
833
+ "path_type": "hardlink",
834
+ "sha256": "9eff3916af8956f465f8232ef843d3a09fa0d3d07e38d6aedb5ca058d2dcaa14",
835
+ "sha256_in_prefix": "9eff3916af8956f465f8232ef843d3a09fa0d3d07e38d6aedb5ca058d2dcaa14",
836
+ "size_in_bytes": 28989
837
+ },
838
+ {
839
+ "_path": "share/locale/zh_TW/LC_MESSAGES/xz.mo",
840
+ "path_type": "hardlink",
841
+ "sha256": "c4c1a82dd9284bcbfca83a426d5059e7cfd323d2158fffa9a249e2209996068c",
842
+ "sha256_in_prefix": "c4c1a82dd9284bcbfca83a426d5059e7cfd323d2158fffa9a249e2209996068c",
843
+ "size_in_bytes": 28682
844
+ },
845
+ {
846
+ "_path": "share/man/de/man1/lzcat.1",
847
+ "path_type": "softlink",
848
+ "sha256": "29a47c6e96289529ca23b227c1ce0eee0a221d3d3873a2f96ecd2f4f01543bbf",
849
+ "size_in_bytes": 91972
850
+ },
851
+ {
852
+ "_path": "share/man/de/man1/lzcmp.1",
853
+ "path_type": "softlink",
854
+ "sha256": "00efa9e98a02ad24fe72a48dbd076478f27778ece41dc0f9c91f258128b8e654",
855
+ "size_in_bytes": 2213
856
+ },
857
+ {
858
+ "_path": "share/man/de/man1/lzdiff.1",
859
+ "path_type": "softlink",
860
+ "sha256": "00efa9e98a02ad24fe72a48dbd076478f27778ece41dc0f9c91f258128b8e654",
861
+ "size_in_bytes": 2213
862
+ },
863
+ {
864
+ "_path": "share/man/de/man1/lzegrep.1",
865
+ "path_type": "softlink",
866
+ "sha256": "e639790b6a4a2ce997052d6be7882b8f6dffaccb0d6108302040ef6e12dbc530",
867
+ "size_in_bytes": 2984
868
+ },
869
+ {
870
+ "_path": "share/man/de/man1/lzfgrep.1",
871
+ "path_type": "softlink",
872
+ "sha256": "e639790b6a4a2ce997052d6be7882b8f6dffaccb0d6108302040ef6e12dbc530",
873
+ "size_in_bytes": 2984
874
+ },
875
+ {
876
+ "_path": "share/man/de/man1/lzgrep.1",
877
+ "path_type": "softlink",
878
+ "sha256": "e639790b6a4a2ce997052d6be7882b8f6dffaccb0d6108302040ef6e12dbc530",
879
+ "size_in_bytes": 2984
880
+ },
881
+ {
882
+ "_path": "share/man/de/man1/lzless.1",
883
+ "path_type": "softlink",
884
+ "sha256": "1e76fe9a084981408ab5b5d77889701f44e421aae0afb95477d3830965fbacfd",
885
+ "size_in_bytes": 1986
886
+ },
887
+ {
888
+ "_path": "share/man/de/man1/lzma.1",
889
+ "path_type": "softlink",
890
+ "sha256": "29a47c6e96289529ca23b227c1ce0eee0a221d3d3873a2f96ecd2f4f01543bbf",
891
+ "size_in_bytes": 91972
892
+ },
893
+ {
894
+ "_path": "share/man/de/man1/lzmadec.1",
895
+ "path_type": "softlink",
896
+ "sha256": "6514a31405753c74e7ae1e8f6f2f47d4859efdafb75ee54aa8c25a24753ea405",
897
+ "size_in_bytes": 3804
898
+ },
899
+ {
900
+ "_path": "share/man/de/man1/lzmainfo.1",
901
+ "path_type": "hardlink",
902
+ "sha256": "d9b45c6c1dc77ac49c40d9fab75a372d9ac17535336bdfd6eec2503c2a42e852",
903
+ "sha256_in_prefix": "d9b45c6c1dc77ac49c40d9fab75a372d9ac17535336bdfd6eec2503c2a42e852",
904
+ "size_in_bytes": 1835
905
+ },
906
+ {
907
+ "_path": "share/man/de/man1/lzmore.1",
908
+ "path_type": "softlink",
909
+ "sha256": "68f633018d7eed39f3c1a6d25d21c9ddc814de43db856d4a9985790b5f9f8512",
910
+ "size_in_bytes": 1873
911
+ },
912
+ {
913
+ "_path": "share/man/de/man1/unlzma.1",
914
+ "path_type": "softlink",
915
+ "sha256": "29a47c6e96289529ca23b227c1ce0eee0a221d3d3873a2f96ecd2f4f01543bbf",
916
+ "size_in_bytes": 91972
917
+ },
918
+ {
919
+ "_path": "share/man/de/man1/unxz.1",
920
+ "path_type": "softlink",
921
+ "sha256": "29a47c6e96289529ca23b227c1ce0eee0a221d3d3873a2f96ecd2f4f01543bbf",
922
+ "size_in_bytes": 91972
923
+ },
924
+ {
925
+ "_path": "share/man/de/man1/xz.1",
926
+ "path_type": "hardlink",
927
+ "sha256": "29a47c6e96289529ca23b227c1ce0eee0a221d3d3873a2f96ecd2f4f01543bbf",
928
+ "sha256_in_prefix": "29a47c6e96289529ca23b227c1ce0eee0a221d3d3873a2f96ecd2f4f01543bbf",
929
+ "size_in_bytes": 91972
930
+ },
931
+ {
932
+ "_path": "share/man/de/man1/xzcat.1",
933
+ "path_type": "softlink",
934
+ "sha256": "29a47c6e96289529ca23b227c1ce0eee0a221d3d3873a2f96ecd2f4f01543bbf",
935
+ "size_in_bytes": 91972
936
+ },
937
+ {
938
+ "_path": "share/man/de/man1/xzcmp.1",
939
+ "path_type": "softlink",
940
+ "sha256": "00efa9e98a02ad24fe72a48dbd076478f27778ece41dc0f9c91f258128b8e654",
941
+ "size_in_bytes": 2213
942
+ },
943
+ {
944
+ "_path": "share/man/de/man1/xzdec.1",
945
+ "path_type": "hardlink",
946
+ "sha256": "6514a31405753c74e7ae1e8f6f2f47d4859efdafb75ee54aa8c25a24753ea405",
947
+ "sha256_in_prefix": "6514a31405753c74e7ae1e8f6f2f47d4859efdafb75ee54aa8c25a24753ea405",
948
+ "size_in_bytes": 3804
949
+ },
950
+ {
951
+ "_path": "share/man/de/man1/xzdiff.1",
952
+ "path_type": "hardlink",
953
+ "sha256": "00efa9e98a02ad24fe72a48dbd076478f27778ece41dc0f9c91f258128b8e654",
954
+ "sha256_in_prefix": "00efa9e98a02ad24fe72a48dbd076478f27778ece41dc0f9c91f258128b8e654",
955
+ "size_in_bytes": 2213
956
+ },
957
+ {
958
+ "_path": "share/man/de/man1/xzegrep.1",
959
+ "path_type": "softlink",
960
+ "sha256": "e639790b6a4a2ce997052d6be7882b8f6dffaccb0d6108302040ef6e12dbc530",
961
+ "size_in_bytes": 2984
962
+ },
963
+ {
964
+ "_path": "share/man/de/man1/xzfgrep.1",
965
+ "path_type": "softlink",
966
+ "sha256": "e639790b6a4a2ce997052d6be7882b8f6dffaccb0d6108302040ef6e12dbc530",
967
+ "size_in_bytes": 2984
968
+ },
969
+ {
970
+ "_path": "share/man/de/man1/xzgrep.1",
971
+ "path_type": "hardlink",
972
+ "sha256": "e639790b6a4a2ce997052d6be7882b8f6dffaccb0d6108302040ef6e12dbc530",
973
+ "sha256_in_prefix": "e639790b6a4a2ce997052d6be7882b8f6dffaccb0d6108302040ef6e12dbc530",
974
+ "size_in_bytes": 2984
975
+ },
976
+ {
977
+ "_path": "share/man/de/man1/xzless.1",
978
+ "path_type": "hardlink",
979
+ "sha256": "1e76fe9a084981408ab5b5d77889701f44e421aae0afb95477d3830965fbacfd",
980
+ "sha256_in_prefix": "1e76fe9a084981408ab5b5d77889701f44e421aae0afb95477d3830965fbacfd",
981
+ "size_in_bytes": 1986
982
+ },
983
+ {
984
+ "_path": "share/man/de/man1/xzmore.1",
985
+ "path_type": "hardlink",
986
+ "sha256": "68f633018d7eed39f3c1a6d25d21c9ddc814de43db856d4a9985790b5f9f8512",
987
+ "sha256_in_prefix": "68f633018d7eed39f3c1a6d25d21c9ddc814de43db856d4a9985790b5f9f8512",
988
+ "size_in_bytes": 1873
989
+ },
990
+ {
991
+ "_path": "share/man/fr/man1/lzcat.1",
992
+ "path_type": "softlink",
993
+ "sha256": "be1dd1c9d8207fef9ad651aa312eee013e8b4493efc30d4336fbff2536ea5b8b",
994
+ "size_in_bytes": 85887
995
+ },
996
+ {
997
+ "_path": "share/man/fr/man1/lzless.1",
998
+ "path_type": "softlink",
999
+ "sha256": "f30a6720aa2866df5d883b88272602ede8f0e4331daeeb0cac21be9b054f45f8",
1000
+ "size_in_bytes": 1948
1001
+ },
1002
+ {
1003
+ "_path": "share/man/fr/man1/lzma.1",
1004
+ "path_type": "softlink",
1005
+ "sha256": "be1dd1c9d8207fef9ad651aa312eee013e8b4493efc30d4336fbff2536ea5b8b",
1006
+ "size_in_bytes": 85887
1007
+ },
1008
+ {
1009
+ "_path": "share/man/fr/man1/lzmadec.1",
1010
+ "path_type": "softlink",
1011
+ "sha256": "e7f436ab212228f517cfad42e88863dc8754decda2c8838e8dfffe5f0541ec59",
1012
+ "size_in_bytes": 3670
1013
+ },
1014
+ {
1015
+ "_path": "share/man/fr/man1/lzmainfo.1",
1016
+ "path_type": "hardlink",
1017
+ "sha256": "afda43fbf8c6fd6146f1180c703881ae7daa65eb3c78dd8253e16b260fc7996d",
1018
+ "sha256_in_prefix": "afda43fbf8c6fd6146f1180c703881ae7daa65eb3c78dd8253e16b260fc7996d",
1019
+ "size_in_bytes": 1847
1020
+ },
1021
+ {
1022
+ "_path": "share/man/fr/man1/unlzma.1",
1023
+ "path_type": "softlink",
1024
+ "sha256": "be1dd1c9d8207fef9ad651aa312eee013e8b4493efc30d4336fbff2536ea5b8b",
1025
+ "size_in_bytes": 85887
1026
+ },
1027
+ {
1028
+ "_path": "share/man/fr/man1/unxz.1",
1029
+ "path_type": "softlink",
1030
+ "sha256": "be1dd1c9d8207fef9ad651aa312eee013e8b4493efc30d4336fbff2536ea5b8b",
1031
+ "size_in_bytes": 85887
1032
+ },
1033
+ {
1034
+ "_path": "share/man/fr/man1/xz.1",
1035
+ "path_type": "hardlink",
1036
+ "sha256": "be1dd1c9d8207fef9ad651aa312eee013e8b4493efc30d4336fbff2536ea5b8b",
1037
+ "sha256_in_prefix": "be1dd1c9d8207fef9ad651aa312eee013e8b4493efc30d4336fbff2536ea5b8b",
1038
+ "size_in_bytes": 85887
1039
+ },
1040
+ {
1041
+ "_path": "share/man/fr/man1/xzcat.1",
1042
+ "path_type": "softlink",
1043
+ "sha256": "be1dd1c9d8207fef9ad651aa312eee013e8b4493efc30d4336fbff2536ea5b8b",
1044
+ "size_in_bytes": 85887
1045
+ },
1046
+ {
1047
+ "_path": "share/man/fr/man1/xzdec.1",
1048
+ "path_type": "hardlink",
1049
+ "sha256": "e7f436ab212228f517cfad42e88863dc8754decda2c8838e8dfffe5f0541ec59",
1050
+ "sha256_in_prefix": "e7f436ab212228f517cfad42e88863dc8754decda2c8838e8dfffe5f0541ec59",
1051
+ "size_in_bytes": 3670
1052
+ },
1053
+ {
1054
+ "_path": "share/man/fr/man1/xzless.1",
1055
+ "path_type": "hardlink",
1056
+ "sha256": "f30a6720aa2866df5d883b88272602ede8f0e4331daeeb0cac21be9b054f45f8",
1057
+ "sha256_in_prefix": "f30a6720aa2866df5d883b88272602ede8f0e4331daeeb0cac21be9b054f45f8",
1058
+ "size_in_bytes": 1948
1059
+ },
1060
+ {
1061
+ "_path": "share/man/ko/man1/lzcat.1",
1062
+ "path_type": "softlink",
1063
+ "sha256": "f8c07f64501c65d34379316d70f13b7146cb9f0c4cdac134b95d3fff296bb0fb",
1064
+ "size_in_bytes": 91217
1065
+ },
1066
+ {
1067
+ "_path": "share/man/ko/man1/lzcmp.1",
1068
+ "path_type": "softlink",
1069
+ "sha256": "cb1d1547e62d03b2786fc2f1913a070a52032a86943b452c5b442d790db453b6",
1070
+ "size_in_bytes": 2303
1071
+ },
1072
+ {
1073
+ "_path": "share/man/ko/man1/lzdiff.1",
1074
+ "path_type": "softlink",
1075
+ "sha256": "cb1d1547e62d03b2786fc2f1913a070a52032a86943b452c5b442d790db453b6",
1076
+ "size_in_bytes": 2303
1077
+ },
1078
+ {
1079
+ "_path": "share/man/ko/man1/lzegrep.1",
1080
+ "path_type": "softlink",
1081
+ "sha256": "6455ff754817fe038dd70f3ebb2bbc919f12838142f4200ce82f34de8a2546d1",
1082
+ "size_in_bytes": 3002
1083
+ },
1084
+ {
1085
+ "_path": "share/man/ko/man1/lzfgrep.1",
1086
+ "path_type": "softlink",
1087
+ "sha256": "6455ff754817fe038dd70f3ebb2bbc919f12838142f4200ce82f34de8a2546d1",
1088
+ "size_in_bytes": 3002
1089
+ },
1090
+ {
1091
+ "_path": "share/man/ko/man1/lzgrep.1",
1092
+ "path_type": "softlink",
1093
+ "sha256": "6455ff754817fe038dd70f3ebb2bbc919f12838142f4200ce82f34de8a2546d1",
1094
+ "size_in_bytes": 3002
1095
+ },
1096
+ {
1097
+ "_path": "share/man/ko/man1/lzless.1",
1098
+ "path_type": "softlink",
1099
+ "sha256": "ace698a9660b5a093b8d1c44ef0ec30c2aaa41e2672e1661d671bdc10335b3b3",
1100
+ "size_in_bytes": 1937
1101
+ },
1102
+ {
1103
+ "_path": "share/man/ko/man1/lzma.1",
1104
+ "path_type": "softlink",
1105
+ "sha256": "f8c07f64501c65d34379316d70f13b7146cb9f0c4cdac134b95d3fff296bb0fb",
1106
+ "size_in_bytes": 91217
1107
+ },
1108
+ {
1109
+ "_path": "share/man/ko/man1/lzmadec.1",
1110
+ "path_type": "softlink",
1111
+ "sha256": "b5e781e552e10b830da6ce08c3ccc85a97cd8c9b3f6134dba18a35389511469d",
1112
+ "size_in_bytes": 3970
1113
+ },
1114
+ {
1115
+ "_path": "share/man/ko/man1/lzmainfo.1",
1116
+ "path_type": "hardlink",
1117
+ "sha256": "4c44a0f1356d9d36c24e149ae2219fa2f62076c5b347cb60fa097177c5f91456",
1118
+ "sha256_in_prefix": "4c44a0f1356d9d36c24e149ae2219fa2f62076c5b347cb60fa097177c5f91456",
1119
+ "size_in_bytes": 1717
1120
+ },
1121
+ {
1122
+ "_path": "share/man/ko/man1/lzmore.1",
1123
+ "path_type": "softlink",
1124
+ "sha256": "02bf38dbb1ed6b40b8fb09cb68e7f09af6923b5552d0366767b6d03826bf0c96",
1125
+ "size_in_bytes": 1864
1126
+ },
1127
+ {
1128
+ "_path": "share/man/ko/man1/unlzma.1",
1129
+ "path_type": "softlink",
1130
+ "sha256": "f8c07f64501c65d34379316d70f13b7146cb9f0c4cdac134b95d3fff296bb0fb",
1131
+ "size_in_bytes": 91217
1132
+ },
1133
+ {
1134
+ "_path": "share/man/ko/man1/unxz.1",
1135
+ "path_type": "softlink",
1136
+ "sha256": "f8c07f64501c65d34379316d70f13b7146cb9f0c4cdac134b95d3fff296bb0fb",
1137
+ "size_in_bytes": 91217
1138
+ },
1139
+ {
1140
+ "_path": "share/man/ko/man1/xz.1",
1141
+ "path_type": "hardlink",
1142
+ "sha256": "f8c07f64501c65d34379316d70f13b7146cb9f0c4cdac134b95d3fff296bb0fb",
1143
+ "sha256_in_prefix": "f8c07f64501c65d34379316d70f13b7146cb9f0c4cdac134b95d3fff296bb0fb",
1144
+ "size_in_bytes": 91217
1145
+ },
1146
+ {
1147
+ "_path": "share/man/ko/man1/xzcat.1",
1148
+ "path_type": "softlink",
1149
+ "sha256": "f8c07f64501c65d34379316d70f13b7146cb9f0c4cdac134b95d3fff296bb0fb",
1150
+ "size_in_bytes": 91217
1151
+ },
1152
+ {
1153
+ "_path": "share/man/ko/man1/xzcmp.1",
1154
+ "path_type": "softlink",
1155
+ "sha256": "cb1d1547e62d03b2786fc2f1913a070a52032a86943b452c5b442d790db453b6",
1156
+ "size_in_bytes": 2303
1157
+ },
1158
+ {
1159
+ "_path": "share/man/ko/man1/xzdec.1",
1160
+ "path_type": "hardlink",
1161
+ "sha256": "b5e781e552e10b830da6ce08c3ccc85a97cd8c9b3f6134dba18a35389511469d",
1162
+ "sha256_in_prefix": "b5e781e552e10b830da6ce08c3ccc85a97cd8c9b3f6134dba18a35389511469d",
1163
+ "size_in_bytes": 3970
1164
+ },
1165
+ {
1166
+ "_path": "share/man/ko/man1/xzdiff.1",
1167
+ "path_type": "hardlink",
1168
+ "sha256": "cb1d1547e62d03b2786fc2f1913a070a52032a86943b452c5b442d790db453b6",
1169
+ "sha256_in_prefix": "cb1d1547e62d03b2786fc2f1913a070a52032a86943b452c5b442d790db453b6",
1170
+ "size_in_bytes": 2303
1171
+ },
1172
+ {
1173
+ "_path": "share/man/ko/man1/xzegrep.1",
1174
+ "path_type": "softlink",
1175
+ "sha256": "6455ff754817fe038dd70f3ebb2bbc919f12838142f4200ce82f34de8a2546d1",
1176
+ "size_in_bytes": 3002
1177
+ },
1178
+ {
1179
+ "_path": "share/man/ko/man1/xzfgrep.1",
1180
+ "path_type": "softlink",
1181
+ "sha256": "6455ff754817fe038dd70f3ebb2bbc919f12838142f4200ce82f34de8a2546d1",
1182
+ "size_in_bytes": 3002
1183
+ },
1184
+ {
1185
+ "_path": "share/man/ko/man1/xzgrep.1",
1186
+ "path_type": "hardlink",
1187
+ "sha256": "6455ff754817fe038dd70f3ebb2bbc919f12838142f4200ce82f34de8a2546d1",
1188
+ "sha256_in_prefix": "6455ff754817fe038dd70f3ebb2bbc919f12838142f4200ce82f34de8a2546d1",
1189
+ "size_in_bytes": 3002
1190
+ },
1191
+ {
1192
+ "_path": "share/man/ko/man1/xzless.1",
1193
+ "path_type": "hardlink",
1194
+ "sha256": "ace698a9660b5a093b8d1c44ef0ec30c2aaa41e2672e1661d671bdc10335b3b3",
1195
+ "sha256_in_prefix": "ace698a9660b5a093b8d1c44ef0ec30c2aaa41e2672e1661d671bdc10335b3b3",
1196
+ "size_in_bytes": 1937
1197
+ },
1198
+ {
1199
+ "_path": "share/man/ko/man1/xzmore.1",
1200
+ "path_type": "hardlink",
1201
+ "sha256": "02bf38dbb1ed6b40b8fb09cb68e7f09af6923b5552d0366767b6d03826bf0c96",
1202
+ "sha256_in_prefix": "02bf38dbb1ed6b40b8fb09cb68e7f09af6923b5552d0366767b6d03826bf0c96",
1203
+ "size_in_bytes": 1864
1204
+ },
1205
+ {
1206
+ "_path": "share/man/man1/lzcat.1",
1207
+ "path_type": "softlink",
1208
+ "sha256": "cea559deb151b1ce2754fa0c67057447c69f51fa0ac51f4edee41948a5481223",
1209
+ "size_in_bytes": 74684
1210
+ },
1211
+ {
1212
+ "_path": "share/man/man1/lzcmp.1",
1213
+ "path_type": "softlink",
1214
+ "sha256": "84d29a07ab0bdaec3313da1bc47c86622f8c2ad1a1aaab5739fc77635e954965",
1215
+ "size_in_bytes": 1583
1216
+ },
1217
+ {
1218
+ "_path": "share/man/man1/lzdiff.1",
1219
+ "path_type": "softlink",
1220
+ "sha256": "84d29a07ab0bdaec3313da1bc47c86622f8c2ad1a1aaab5739fc77635e954965",
1221
+ "size_in_bytes": 1583
1222
+ },
1223
+ {
1224
+ "_path": "share/man/man1/lzegrep.1",
1225
+ "path_type": "softlink",
1226
+ "sha256": "8db4edc110dd8cec6152f8d4397a8e9785ccea84c45af41358c66a7d529acb3d",
1227
+ "size_in_bytes": 2202
1228
+ },
1229
+ {
1230
+ "_path": "share/man/man1/lzfgrep.1",
1231
+ "path_type": "softlink",
1232
+ "sha256": "8db4edc110dd8cec6152f8d4397a8e9785ccea84c45af41358c66a7d529acb3d",
1233
+ "size_in_bytes": 2202
1234
+ },
1235
+ {
1236
+ "_path": "share/man/man1/lzgrep.1",
1237
+ "path_type": "softlink",
1238
+ "sha256": "8db4edc110dd8cec6152f8d4397a8e9785ccea84c45af41358c66a7d529acb3d",
1239
+ "size_in_bytes": 2202
1240
+ },
1241
+ {
1242
+ "_path": "share/man/man1/lzless.1",
1243
+ "path_type": "softlink",
1244
+ "sha256": "87818fbf79f3e5fde634d9664679cdd55edd1e8aff2517b060d592cd93967a60",
1245
+ "size_in_bytes": 1336
1246
+ },
1247
+ {
1248
+ "_path": "share/man/man1/lzma.1",
1249
+ "path_type": "softlink",
1250
+ "sha256": "cea559deb151b1ce2754fa0c67057447c69f51fa0ac51f4edee41948a5481223",
1251
+ "size_in_bytes": 74684
1252
+ },
1253
+ {
1254
+ "_path": "share/man/man1/lzmadec.1",
1255
+ "path_type": "softlink",
1256
+ "sha256": "f76956a912083452e30c06cb3c45958cd789b5a2b099188be42fbeff023fceef",
1257
+ "size_in_bytes": 2768
1258
+ },
1259
+ {
1260
+ "_path": "share/man/man1/lzmainfo.1",
1261
+ "path_type": "hardlink",
1262
+ "sha256": "31ffd26a376af65fbf2c04841f16d6433321ba49456f4ded396bebecc9ebf4c6",
1263
+ "sha256_in_prefix": "31ffd26a376af65fbf2c04841f16d6433321ba49456f4ded396bebecc9ebf4c6",
1264
+ "size_in_bytes": 1180
1265
+ },
1266
+ {
1267
+ "_path": "share/man/man1/lzmore.1",
1268
+ "path_type": "softlink",
1269
+ "sha256": "6616d499a8fed6490affe103b2dad82db156d73a6be5e74f65a3c19c0b5e108b",
1270
+ "size_in_bytes": 1206
1271
+ },
1272
+ {
1273
+ "_path": "share/man/man1/unlzma.1",
1274
+ "path_type": "softlink",
1275
+ "sha256": "cea559deb151b1ce2754fa0c67057447c69f51fa0ac51f4edee41948a5481223",
1276
+ "size_in_bytes": 74684
1277
+ },
1278
+ {
1279
+ "_path": "share/man/man1/unxz.1",
1280
+ "path_type": "softlink",
1281
+ "sha256": "cea559deb151b1ce2754fa0c67057447c69f51fa0ac51f4edee41948a5481223",
1282
+ "size_in_bytes": 74684
1283
+ },
1284
+ {
1285
+ "_path": "share/man/man1/xz.1",
1286
+ "path_type": "hardlink",
1287
+ "sha256": "cea559deb151b1ce2754fa0c67057447c69f51fa0ac51f4edee41948a5481223",
1288
+ "sha256_in_prefix": "cea559deb151b1ce2754fa0c67057447c69f51fa0ac51f4edee41948a5481223",
1289
+ "size_in_bytes": 74684
1290
+ },
1291
+ {
1292
+ "_path": "share/man/man1/xzcat.1",
1293
+ "path_type": "softlink",
1294
+ "sha256": "cea559deb151b1ce2754fa0c67057447c69f51fa0ac51f4edee41948a5481223",
1295
+ "size_in_bytes": 74684
1296
+ },
1297
+ {
1298
+ "_path": "share/man/man1/xzcmp.1",
1299
+ "path_type": "softlink",
1300
+ "sha256": "84d29a07ab0bdaec3313da1bc47c86622f8c2ad1a1aaab5739fc77635e954965",
1301
+ "size_in_bytes": 1583
1302
+ },
1303
+ {
1304
+ "_path": "share/man/man1/xzdec.1",
1305
+ "path_type": "hardlink",
1306
+ "sha256": "f76956a912083452e30c06cb3c45958cd789b5a2b099188be42fbeff023fceef",
1307
+ "sha256_in_prefix": "f76956a912083452e30c06cb3c45958cd789b5a2b099188be42fbeff023fceef",
1308
+ "size_in_bytes": 2768
1309
+ },
1310
+ {
1311
+ "_path": "share/man/man1/xzdiff.1",
1312
+ "path_type": "hardlink",
1313
+ "sha256": "84d29a07ab0bdaec3313da1bc47c86622f8c2ad1a1aaab5739fc77635e954965",
1314
+ "sha256_in_prefix": "84d29a07ab0bdaec3313da1bc47c86622f8c2ad1a1aaab5739fc77635e954965",
1315
+ "size_in_bytes": 1583
1316
+ },
1317
+ {
1318
+ "_path": "share/man/man1/xzegrep.1",
1319
+ "path_type": "softlink",
1320
+ "sha256": "8db4edc110dd8cec6152f8d4397a8e9785ccea84c45af41358c66a7d529acb3d",
1321
+ "size_in_bytes": 2202
1322
+ },
1323
+ {
1324
+ "_path": "share/man/man1/xzfgrep.1",
1325
+ "path_type": "softlink",
1326
+ "sha256": "8db4edc110dd8cec6152f8d4397a8e9785ccea84c45af41358c66a7d529acb3d",
1327
+ "size_in_bytes": 2202
1328
+ },
1329
+ {
1330
+ "_path": "share/man/man1/xzgrep.1",
1331
+ "path_type": "hardlink",
1332
+ "sha256": "8db4edc110dd8cec6152f8d4397a8e9785ccea84c45af41358c66a7d529acb3d",
1333
+ "sha256_in_prefix": "8db4edc110dd8cec6152f8d4397a8e9785ccea84c45af41358c66a7d529acb3d",
1334
+ "size_in_bytes": 2202
1335
+ },
1336
+ {
1337
+ "_path": "share/man/man1/xzless.1",
1338
+ "path_type": "hardlink",
1339
+ "sha256": "87818fbf79f3e5fde634d9664679cdd55edd1e8aff2517b060d592cd93967a60",
1340
+ "sha256_in_prefix": "87818fbf79f3e5fde634d9664679cdd55edd1e8aff2517b060d592cd93967a60",
1341
+ "size_in_bytes": 1336
1342
+ },
1343
+ {
1344
+ "_path": "share/man/man1/xzmore.1",
1345
+ "path_type": "hardlink",
1346
+ "sha256": "6616d499a8fed6490affe103b2dad82db156d73a6be5e74f65a3c19c0b5e108b",
1347
+ "sha256_in_prefix": "6616d499a8fed6490affe103b2dad82db156d73a6be5e74f65a3c19c0b5e108b",
1348
+ "size_in_bytes": 1206
1349
+ },
1350
+ {
1351
+ "_path": "share/man/pt_BR/man1/lzcat.1",
1352
+ "path_type": "softlink",
1353
+ "sha256": "647f7754ca762b0c18a1d77dd217fd9bc700ede523cb6f767cc618c2185b5624",
1354
+ "size_in_bytes": 84537
1355
+ },
1356
+ {
1357
+ "_path": "share/man/pt_BR/man1/lzless.1",
1358
+ "path_type": "softlink",
1359
+ "sha256": "38b468e5d6c7b265f9abd9561882c670b28af87d6a245e2ec80c8f164e9910cf",
1360
+ "size_in_bytes": 1896
1361
+ },
1362
+ {
1363
+ "_path": "share/man/pt_BR/man1/lzma.1",
1364
+ "path_type": "softlink",
1365
+ "sha256": "647f7754ca762b0c18a1d77dd217fd9bc700ede523cb6f767cc618c2185b5624",
1366
+ "size_in_bytes": 84537
1367
+ },
1368
+ {
1369
+ "_path": "share/man/pt_BR/man1/lzmadec.1",
1370
+ "path_type": "softlink",
1371
+ "sha256": "4f0d204b8beffb0424cb465444603e08ef136038d3b77f503e7ca7473b1a13b9",
1372
+ "size_in_bytes": 3525
1373
+ },
1374
+ {
1375
+ "_path": "share/man/pt_BR/man1/lzmainfo.1",
1376
+ "path_type": "hardlink",
1377
+ "sha256": "39e348e1629b07676246d0baf563054f129f7179d947574ae340c47fff6cb358",
1378
+ "sha256_in_prefix": "39e348e1629b07676246d0baf563054f129f7179d947574ae340c47fff6cb358",
1379
+ "size_in_bytes": 1774
1380
+ },
1381
+ {
1382
+ "_path": "share/man/pt_BR/man1/unlzma.1",
1383
+ "path_type": "softlink",
1384
+ "sha256": "647f7754ca762b0c18a1d77dd217fd9bc700ede523cb6f767cc618c2185b5624",
1385
+ "size_in_bytes": 84537
1386
+ },
1387
+ {
1388
+ "_path": "share/man/pt_BR/man1/unxz.1",
1389
+ "path_type": "softlink",
1390
+ "sha256": "647f7754ca762b0c18a1d77dd217fd9bc700ede523cb6f767cc618c2185b5624",
1391
+ "size_in_bytes": 84537
1392
+ },
1393
+ {
1394
+ "_path": "share/man/pt_BR/man1/xz.1",
1395
+ "path_type": "hardlink",
1396
+ "sha256": "647f7754ca762b0c18a1d77dd217fd9bc700ede523cb6f767cc618c2185b5624",
1397
+ "sha256_in_prefix": "647f7754ca762b0c18a1d77dd217fd9bc700ede523cb6f767cc618c2185b5624",
1398
+ "size_in_bytes": 84537
1399
+ },
1400
+ {
1401
+ "_path": "share/man/pt_BR/man1/xzcat.1",
1402
+ "path_type": "softlink",
1403
+ "sha256": "647f7754ca762b0c18a1d77dd217fd9bc700ede523cb6f767cc618c2185b5624",
1404
+ "size_in_bytes": 84537
1405
+ },
1406
+ {
1407
+ "_path": "share/man/pt_BR/man1/xzdec.1",
1408
+ "path_type": "hardlink",
1409
+ "sha256": "4f0d204b8beffb0424cb465444603e08ef136038d3b77f503e7ca7473b1a13b9",
1410
+ "sha256_in_prefix": "4f0d204b8beffb0424cb465444603e08ef136038d3b77f503e7ca7473b1a13b9",
1411
+ "size_in_bytes": 3525
1412
+ },
1413
+ {
1414
+ "_path": "share/man/pt_BR/man1/xzless.1",
1415
+ "path_type": "hardlink",
1416
+ "sha256": "38b468e5d6c7b265f9abd9561882c670b28af87d6a245e2ec80c8f164e9910cf",
1417
+ "sha256_in_prefix": "38b468e5d6c7b265f9abd9561882c670b28af87d6a245e2ec80c8f164e9910cf",
1418
+ "size_in_bytes": 1896
1419
+ },
1420
+ {
1421
+ "_path": "share/man/ro/man1/lzcat.1",
1422
+ "path_type": "softlink",
1423
+ "sha256": "bcf5cc7b37f34ee2c88ab87580f7f2a9fb44303b9a251aadc4ed14d8751e8782",
1424
+ "size_in_bytes": 92969
1425
+ },
1426
+ {
1427
+ "_path": "share/man/ro/man1/lzcmp.1",
1428
+ "path_type": "softlink",
1429
+ "sha256": "4920471e292a47c92e62510b4f2ae6702029a57c4e168e1d7959170bc1fea60d",
1430
+ "size_in_bytes": 2929
1431
+ },
1432
+ {
1433
+ "_path": "share/man/ro/man1/lzdiff.1",
1434
+ "path_type": "softlink",
1435
+ "sha256": "4920471e292a47c92e62510b4f2ae6702029a57c4e168e1d7959170bc1fea60d",
1436
+ "size_in_bytes": 2929
1437
+ },
1438
+ {
1439
+ "_path": "share/man/ro/man1/lzegrep.1",
1440
+ "path_type": "softlink",
1441
+ "sha256": "94d4a7f18466f9449cacc535d753d11b91bca827ab58d30ba4aca97505d5ddf9",
1442
+ "size_in_bytes": 3648
1443
+ },
1444
+ {
1445
+ "_path": "share/man/ro/man1/lzfgrep.1",
1446
+ "path_type": "softlink",
1447
+ "sha256": "94d4a7f18466f9449cacc535d753d11b91bca827ab58d30ba4aca97505d5ddf9",
1448
+ "size_in_bytes": 3648
1449
+ },
1450
+ {
1451
+ "_path": "share/man/ro/man1/lzgrep.1",
1452
+ "path_type": "softlink",
1453
+ "sha256": "94d4a7f18466f9449cacc535d753d11b91bca827ab58d30ba4aca97505d5ddf9",
1454
+ "size_in_bytes": 3648
1455
+ },
1456
+ {
1457
+ "_path": "share/man/ro/man1/lzless.1",
1458
+ "path_type": "softlink",
1459
+ "sha256": "9bc75d516b9d90acd150312b23262eaa70f3da800071e6bc6cc5f50833a9c839",
1460
+ "size_in_bytes": 2655
1461
+ },
1462
+ {
1463
+ "_path": "share/man/ro/man1/lzma.1",
1464
+ "path_type": "softlink",
1465
+ "sha256": "bcf5cc7b37f34ee2c88ab87580f7f2a9fb44303b9a251aadc4ed14d8751e8782",
1466
+ "size_in_bytes": 92969
1467
+ },
1468
+ {
1469
+ "_path": "share/man/ro/man1/lzmadec.1",
1470
+ "path_type": "softlink",
1471
+ "sha256": "b03fff3e3690d9aacf8daa59fcbed115ea47ff29805b519c368530752255b2e1",
1472
+ "size_in_bytes": 4521
1473
+ },
1474
+ {
1475
+ "_path": "share/man/ro/man1/lzmainfo.1",
1476
+ "path_type": "hardlink",
1477
+ "sha256": "27cb11c29b4444c8f00808e8b3e283e1f0ec7472c4f44b0c47da4c4a87613ed1",
1478
+ "sha256_in_prefix": "27cb11c29b4444c8f00808e8b3e283e1f0ec7472c4f44b0c47da4c4a87613ed1",
1479
+ "size_in_bytes": 2455
1480
+ },
1481
+ {
1482
+ "_path": "share/man/ro/man1/lzmore.1",
1483
+ "path_type": "softlink",
1484
+ "sha256": "94142d441f70cf1a5156855f9d584f7962abeba3c28b8beda4e7757b73b8da80",
1485
+ "size_in_bytes": 2506
1486
+ },
1487
+ {
1488
+ "_path": "share/man/ro/man1/unlzma.1",
1489
+ "path_type": "softlink",
1490
+ "sha256": "bcf5cc7b37f34ee2c88ab87580f7f2a9fb44303b9a251aadc4ed14d8751e8782",
1491
+ "size_in_bytes": 92969
1492
+ },
1493
+ {
1494
+ "_path": "share/man/ro/man1/unxz.1",
1495
+ "path_type": "softlink",
1496
+ "sha256": "bcf5cc7b37f34ee2c88ab87580f7f2a9fb44303b9a251aadc4ed14d8751e8782",
1497
+ "size_in_bytes": 92969
1498
+ },
1499
+ {
1500
+ "_path": "share/man/ro/man1/xz.1",
1501
+ "path_type": "hardlink",
1502
+ "sha256": "bcf5cc7b37f34ee2c88ab87580f7f2a9fb44303b9a251aadc4ed14d8751e8782",
1503
+ "sha256_in_prefix": "bcf5cc7b37f34ee2c88ab87580f7f2a9fb44303b9a251aadc4ed14d8751e8782",
1504
+ "size_in_bytes": 92969
1505
+ },
1506
+ {
1507
+ "_path": "share/man/ro/man1/xzcat.1",
1508
+ "path_type": "softlink",
1509
+ "sha256": "bcf5cc7b37f34ee2c88ab87580f7f2a9fb44303b9a251aadc4ed14d8751e8782",
1510
+ "size_in_bytes": 92969
1511
+ },
1512
+ {
1513
+ "_path": "share/man/ro/man1/xzcmp.1",
1514
+ "path_type": "softlink",
1515
+ "sha256": "4920471e292a47c92e62510b4f2ae6702029a57c4e168e1d7959170bc1fea60d",
1516
+ "size_in_bytes": 2929
1517
+ },
1518
+ {
1519
+ "_path": "share/man/ro/man1/xzdec.1",
1520
+ "path_type": "hardlink",
1521
+ "sha256": "b03fff3e3690d9aacf8daa59fcbed115ea47ff29805b519c368530752255b2e1",
1522
+ "sha256_in_prefix": "b03fff3e3690d9aacf8daa59fcbed115ea47ff29805b519c368530752255b2e1",
1523
+ "size_in_bytes": 4521
1524
+ },
1525
+ {
1526
+ "_path": "share/man/ro/man1/xzdiff.1",
1527
+ "path_type": "hardlink",
1528
+ "sha256": "4920471e292a47c92e62510b4f2ae6702029a57c4e168e1d7959170bc1fea60d",
1529
+ "sha256_in_prefix": "4920471e292a47c92e62510b4f2ae6702029a57c4e168e1d7959170bc1fea60d",
1530
+ "size_in_bytes": 2929
1531
+ },
1532
+ {
1533
+ "_path": "share/man/ro/man1/xzegrep.1",
1534
+ "path_type": "softlink",
1535
+ "sha256": "94d4a7f18466f9449cacc535d753d11b91bca827ab58d30ba4aca97505d5ddf9",
1536
+ "size_in_bytes": 3648
1537
+ },
1538
+ {
1539
+ "_path": "share/man/ro/man1/xzfgrep.1",
1540
+ "path_type": "softlink",
1541
+ "sha256": "94d4a7f18466f9449cacc535d753d11b91bca827ab58d30ba4aca97505d5ddf9",
1542
+ "size_in_bytes": 3648
1543
+ },
1544
+ {
1545
+ "_path": "share/man/ro/man1/xzgrep.1",
1546
+ "path_type": "hardlink",
1547
+ "sha256": "94d4a7f18466f9449cacc535d753d11b91bca827ab58d30ba4aca97505d5ddf9",
1548
+ "sha256_in_prefix": "94d4a7f18466f9449cacc535d753d11b91bca827ab58d30ba4aca97505d5ddf9",
1549
+ "size_in_bytes": 3648
1550
+ },
1551
+ {
1552
+ "_path": "share/man/ro/man1/xzless.1",
1553
+ "path_type": "hardlink",
1554
+ "sha256": "9bc75d516b9d90acd150312b23262eaa70f3da800071e6bc6cc5f50833a9c839",
1555
+ "sha256_in_prefix": "9bc75d516b9d90acd150312b23262eaa70f3da800071e6bc6cc5f50833a9c839",
1556
+ "size_in_bytes": 2655
1557
+ },
1558
+ {
1559
+ "_path": "share/man/ro/man1/xzmore.1",
1560
+ "path_type": "hardlink",
1561
+ "sha256": "94142d441f70cf1a5156855f9d584f7962abeba3c28b8beda4e7757b73b8da80",
1562
+ "sha256_in_prefix": "94142d441f70cf1a5156855f9d584f7962abeba3c28b8beda4e7757b73b8da80",
1563
+ "size_in_bytes": 2506
1564
+ },
1565
+ {
1566
+ "_path": "share/man/uk/man1/lzcat.1",
1567
+ "path_type": "softlink",
1568
+ "sha256": "61f6a0dc663a9c5f63307f45432e06bc9dc34e336bee4f69ff08d2a7c7defd98",
1569
+ "size_in_bytes": 139729
1570
+ },
1571
+ {
1572
+ "_path": "share/man/uk/man1/lzcmp.1",
1573
+ "path_type": "softlink",
1574
+ "sha256": "0a72754e6849ed610e50694dbe740abc27eb4088b538a875ddf6e107bfb9b8c8",
1575
+ "size_in_bytes": 2777
1576
+ },
1577
+ {
1578
+ "_path": "share/man/uk/man1/lzdiff.1",
1579
+ "path_type": "softlink",
1580
+ "sha256": "0a72754e6849ed610e50694dbe740abc27eb4088b538a875ddf6e107bfb9b8c8",
1581
+ "size_in_bytes": 2777
1582
+ },
1583
+ {
1584
+ "_path": "share/man/uk/man1/lzegrep.1",
1585
+ "path_type": "softlink",
1586
+ "sha256": "4adb636c25af85965bad6d34b28bd837dd94b601734a03c354a614d4acd19f29",
1587
+ "size_in_bytes": 3902
1588
+ },
1589
+ {
1590
+ "_path": "share/man/uk/man1/lzfgrep.1",
1591
+ "path_type": "softlink",
1592
+ "sha256": "4adb636c25af85965bad6d34b28bd837dd94b601734a03c354a614d4acd19f29",
1593
+ "size_in_bytes": 3902
1594
+ },
1595
+ {
1596
+ "_path": "share/man/uk/man1/lzgrep.1",
1597
+ "path_type": "softlink",
1598
+ "sha256": "4adb636c25af85965bad6d34b28bd837dd94b601734a03c354a614d4acd19f29",
1599
+ "size_in_bytes": 3902
1600
+ },
1601
+ {
1602
+ "_path": "share/man/uk/man1/lzless.1",
1603
+ "path_type": "softlink",
1604
+ "sha256": "2bcfcf9b6c70fbeeb05bac79a035b6cf7d27d2aeb0df2a3b567384e4118999a4",
1605
+ "size_in_bytes": 2630
1606
+ },
1607
+ {
1608
+ "_path": "share/man/uk/man1/lzma.1",
1609
+ "path_type": "softlink",
1610
+ "sha256": "61f6a0dc663a9c5f63307f45432e06bc9dc34e336bee4f69ff08d2a7c7defd98",
1611
+ "size_in_bytes": 139729
1612
+ },
1613
+ {
1614
+ "_path": "share/man/uk/man1/lzmadec.1",
1615
+ "path_type": "softlink",
1616
+ "sha256": "f9dbf80b801632d2b69fb46b6b4dfdcc2e5b20ef5f657239ab31752319443d96",
1617
+ "size_in_bytes": 5269
1618
+ },
1619
+ {
1620
+ "_path": "share/man/uk/man1/lzmainfo.1",
1621
+ "path_type": "hardlink",
1622
+ "sha256": "17317fe272bb070dad88610b20bebf666318ac47c73e12cc01159069407709b0",
1623
+ "sha256_in_prefix": "17317fe272bb070dad88610b20bebf666318ac47c73e12cc01159069407709b0",
1624
+ "size_in_bytes": 2416
1625
+ },
1626
+ {
1627
+ "_path": "share/man/uk/man1/lzmore.1",
1628
+ "path_type": "softlink",
1629
+ "sha256": "713e8773d224afcc0314a760c611e58607d490885d52f3a0610c38ccb50fab3b",
1630
+ "size_in_bytes": 2355
1631
+ },
1632
+ {
1633
+ "_path": "share/man/uk/man1/unlzma.1",
1634
+ "path_type": "softlink",
1635
+ "sha256": "61f6a0dc663a9c5f63307f45432e06bc9dc34e336bee4f69ff08d2a7c7defd98",
1636
+ "size_in_bytes": 139729
1637
+ },
1638
+ {
1639
+ "_path": "share/man/uk/man1/unxz.1",
1640
+ "path_type": "softlink",
1641
+ "sha256": "61f6a0dc663a9c5f63307f45432e06bc9dc34e336bee4f69ff08d2a7c7defd98",
1642
+ "size_in_bytes": 139729
1643
+ },
1644
+ {
1645
+ "_path": "share/man/uk/man1/xz.1",
1646
+ "path_type": "hardlink",
1647
+ "sha256": "61f6a0dc663a9c5f63307f45432e06bc9dc34e336bee4f69ff08d2a7c7defd98",
1648
+ "sha256_in_prefix": "61f6a0dc663a9c5f63307f45432e06bc9dc34e336bee4f69ff08d2a7c7defd98",
1649
+ "size_in_bytes": 139729
1650
+ },
1651
+ {
1652
+ "_path": "share/man/uk/man1/xzcat.1",
1653
+ "path_type": "softlink",
1654
+ "sha256": "61f6a0dc663a9c5f63307f45432e06bc9dc34e336bee4f69ff08d2a7c7defd98",
1655
+ "size_in_bytes": 139729
1656
+ },
1657
+ {
1658
+ "_path": "share/man/uk/man1/xzcmp.1",
1659
+ "path_type": "softlink",
1660
+ "sha256": "0a72754e6849ed610e50694dbe740abc27eb4088b538a875ddf6e107bfb9b8c8",
1661
+ "size_in_bytes": 2777
1662
+ },
1663
+ {
1664
+ "_path": "share/man/uk/man1/xzdec.1",
1665
+ "path_type": "hardlink",
1666
+ "sha256": "f9dbf80b801632d2b69fb46b6b4dfdcc2e5b20ef5f657239ab31752319443d96",
1667
+ "sha256_in_prefix": "f9dbf80b801632d2b69fb46b6b4dfdcc2e5b20ef5f657239ab31752319443d96",
1668
+ "size_in_bytes": 5269
1669
+ },
1670
+ {
1671
+ "_path": "share/man/uk/man1/xzdiff.1",
1672
+ "path_type": "hardlink",
1673
+ "sha256": "0a72754e6849ed610e50694dbe740abc27eb4088b538a875ddf6e107bfb9b8c8",
1674
+ "sha256_in_prefix": "0a72754e6849ed610e50694dbe740abc27eb4088b538a875ddf6e107bfb9b8c8",
1675
+ "size_in_bytes": 2777
1676
+ },
1677
+ {
1678
+ "_path": "share/man/uk/man1/xzegrep.1",
1679
+ "path_type": "softlink",
1680
+ "sha256": "4adb636c25af85965bad6d34b28bd837dd94b601734a03c354a614d4acd19f29",
1681
+ "size_in_bytes": 3902
1682
+ },
1683
+ {
1684
+ "_path": "share/man/uk/man1/xzfgrep.1",
1685
+ "path_type": "softlink",
1686
+ "sha256": "4adb636c25af85965bad6d34b28bd837dd94b601734a03c354a614d4acd19f29",
1687
+ "size_in_bytes": 3902
1688
+ },
1689
+ {
1690
+ "_path": "share/man/uk/man1/xzgrep.1",
1691
+ "path_type": "hardlink",
1692
+ "sha256": "4adb636c25af85965bad6d34b28bd837dd94b601734a03c354a614d4acd19f29",
1693
+ "sha256_in_prefix": "4adb636c25af85965bad6d34b28bd837dd94b601734a03c354a614d4acd19f29",
1694
+ "size_in_bytes": 3902
1695
+ },
1696
+ {
1697
+ "_path": "share/man/uk/man1/xzless.1",
1698
+ "path_type": "hardlink",
1699
+ "sha256": "2bcfcf9b6c70fbeeb05bac79a035b6cf7d27d2aeb0df2a3b567384e4118999a4",
1700
+ "sha256_in_prefix": "2bcfcf9b6c70fbeeb05bac79a035b6cf7d27d2aeb0df2a3b567384e4118999a4",
1701
+ "size_in_bytes": 2630
1702
+ },
1703
+ {
1704
+ "_path": "share/man/uk/man1/xzmore.1",
1705
+ "path_type": "hardlink",
1706
+ "sha256": "713e8773d224afcc0314a760c611e58607d490885d52f3a0610c38ccb50fab3b",
1707
+ "sha256_in_prefix": "713e8773d224afcc0314a760c611e58607d490885d52f3a0610c38ccb50fab3b",
1708
+ "size_in_bytes": 2355
1709
+ }
1710
+ ],
1711
+ "paths_version": 1
1712
+ },
1713
+ "requested_spec": "None",
1714
+ "sha256": "a9445543c2b1a1a96c052ac4535cfceb413cdbb0454a0710f9a4c98e7d5d0b1c",
1715
+ "size": 580311,
1716
+ "subdir": "linux-64",
1717
+ "timestamp": 1739468299000,
1718
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/xz-5.6.4-h5eee18b_1.conda",
1719
+ "version": "5.6.4"
1720
+ }
conda-meta/yaml-0.2.5-h7b6447c_0.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h7b6447c_0",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=7.3.0"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/yaml-0.2.5-h7b6447c_0",
10
+ "files": [
11
+ "include/yaml.h",
12
+ "lib/libyaml-0.so.2",
13
+ "lib/libyaml-0.so.2.0.9",
14
+ "lib/libyaml.a",
15
+ "lib/libyaml.so",
16
+ "lib/pkgconfig/yaml-0.1.pc"
17
+ ],
18
+ "fn": "yaml-0.2.5-h7b6447c_0.conda",
19
+ "license": "MIT",
20
+ "link": {
21
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/yaml-0.2.5-h7b6447c_0",
22
+ "type": 1
23
+ },
24
+ "md5": "39fdbf4db769e494ffb06d95680c83d8",
25
+ "name": "yaml",
26
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/yaml-0.2.5-h7b6447c_0",
27
+ "paths_data": {
28
+ "paths": [
29
+ {
30
+ "_path": "include/yaml.h",
31
+ "path_type": "hardlink",
32
+ "sha256": "de39c9fc2b2c8584775e6d0dc0f13c8e778ceba47d419cff9d85465ca35d6954",
33
+ "sha256_in_prefix": "de39c9fc2b2c8584775e6d0dc0f13c8e778ceba47d419cff9d85465ca35d6954",
34
+ "size_in_bytes": 54439
35
+ },
36
+ {
37
+ "_path": "lib/libyaml-0.so.2",
38
+ "path_type": "softlink",
39
+ "sha256": "ea079a6864ca10a6f8ea7d2d312c71121f5c966dc8e334f713a3bc8eb242ee49",
40
+ "size_in_bytes": 125072
41
+ },
42
+ {
43
+ "_path": "lib/libyaml-0.so.2.0.9",
44
+ "path_type": "hardlink",
45
+ "sha256": "ea079a6864ca10a6f8ea7d2d312c71121f5c966dc8e334f713a3bc8eb242ee49",
46
+ "sha256_in_prefix": "ea079a6864ca10a6f8ea7d2d312c71121f5c966dc8e334f713a3bc8eb242ee49",
47
+ "size_in_bytes": 125072
48
+ },
49
+ {
50
+ "_path": "lib/libyaml.a",
51
+ "path_type": "hardlink",
52
+ "sha256": "dcb5ac836eab886f9e8220c17c77cab81376e4292fa94b9c664201ebd285fc63",
53
+ "sha256_in_prefix": "dcb5ac836eab886f9e8220c17c77cab81376e4292fa94b9c664201ebd285fc63",
54
+ "size_in_bytes": 175496
55
+ },
56
+ {
57
+ "_path": "lib/libyaml.so",
58
+ "path_type": "softlink",
59
+ "sha256": "ea079a6864ca10a6f8ea7d2d312c71121f5c966dc8e334f713a3bc8eb242ee49",
60
+ "size_in_bytes": 125072
61
+ },
62
+ {
63
+ "_path": "lib/pkgconfig/yaml-0.1.pc",
64
+ "file_mode": "text",
65
+ "path_type": "hardlink",
66
+ "prefix_placeholder": "/opt/anaconda1anaconda2anaconda3",
67
+ "sha256": "ccaa923d9a666534b8b05bd03b38e0ce1f92ee3ccf4e2c0aad93b29f19db613f",
68
+ "sha256_in_prefix": "bbe7998e6973ef399209ed782dc2e9c1c543602ceb0d3c5dda5bc17fd20cd31f",
69
+ "size_in_bytes": 240
70
+ }
71
+ ],
72
+ "paths_version": 1
73
+ },
74
+ "requested_spec": "None",
75
+ "sha256": "e22753e19432d606139f7a604757839d265dff93345226ba0732676526870e28",
76
+ "size": 76992,
77
+ "subdir": "linux-64",
78
+ "timestamp": 1593116114000,
79
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/yaml-0.2.5-h7b6447c_0.conda",
80
+ "version": "0.2.5"
81
+ }
conda-meta/zeromq-4.3.5-h6a678d5_0.json ADDED
@@ -0,0 +1,669 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h6a678d5_0",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=11.2.0",
8
+ "libstdcxx-ng >=11.2.0",
9
+ "libsodium >=1.0.18,<1.0.19.0a0"
10
+ ],
11
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/zeromq-4.3.5-h6a678d5_0",
12
+ "files": [
13
+ "bin/curve_keygen",
14
+ "include/zmq.h",
15
+ "include/zmq_utils.h",
16
+ "lib/cmake/ZeroMQ/ZeroMQConfig.cmake",
17
+ "lib/cmake/ZeroMQ/ZeroMQConfigVersion.cmake",
18
+ "lib/libzmq.so",
19
+ "lib/libzmq.so.5",
20
+ "lib/libzmq.so.5.2.5",
21
+ "lib/pkgconfig/libzmq.pc",
22
+ "share/man/man3/zmq_atomic_counter_dec.3",
23
+ "share/man/man3/zmq_atomic_counter_destroy.3",
24
+ "share/man/man3/zmq_atomic_counter_inc.3",
25
+ "share/man/man3/zmq_atomic_counter_new.3",
26
+ "share/man/man3/zmq_atomic_counter_set.3",
27
+ "share/man/man3/zmq_atomic_counter_value.3",
28
+ "share/man/man3/zmq_bind.3",
29
+ "share/man/man3/zmq_close.3",
30
+ "share/man/man3/zmq_connect.3",
31
+ "share/man/man3/zmq_connect_peer.3",
32
+ "share/man/man3/zmq_ctx_get.3",
33
+ "share/man/man3/zmq_ctx_new.3",
34
+ "share/man/man3/zmq_ctx_set.3",
35
+ "share/man/man3/zmq_ctx_shutdown.3",
36
+ "share/man/man3/zmq_ctx_term.3",
37
+ "share/man/man3/zmq_curve_keypair.3",
38
+ "share/man/man3/zmq_curve_public.3",
39
+ "share/man/man3/zmq_disconnect.3",
40
+ "share/man/man3/zmq_errno.3",
41
+ "share/man/man3/zmq_getsockopt.3",
42
+ "share/man/man3/zmq_has.3",
43
+ "share/man/man3/zmq_msg_close.3",
44
+ "share/man/man3/zmq_msg_copy.3",
45
+ "share/man/man3/zmq_msg_data.3",
46
+ "share/man/man3/zmq_msg_get.3",
47
+ "share/man/man3/zmq_msg_gets.3",
48
+ "share/man/man3/zmq_msg_init.3",
49
+ "share/man/man3/zmq_msg_init_buffer.3",
50
+ "share/man/man3/zmq_msg_init_data.3",
51
+ "share/man/man3/zmq_msg_init_size.3",
52
+ "share/man/man3/zmq_msg_more.3",
53
+ "share/man/man3/zmq_msg_move.3",
54
+ "share/man/man3/zmq_msg_recv.3",
55
+ "share/man/man3/zmq_msg_routing_id.3",
56
+ "share/man/man3/zmq_msg_send.3",
57
+ "share/man/man3/zmq_msg_set.3",
58
+ "share/man/man3/zmq_msg_set_routing_id.3",
59
+ "share/man/man3/zmq_msg_size.3",
60
+ "share/man/man3/zmq_poll.3",
61
+ "share/man/man3/zmq_poller.3",
62
+ "share/man/man3/zmq_ppoll.3",
63
+ "share/man/man3/zmq_proxy.3",
64
+ "share/man/man3/zmq_proxy_steerable.3",
65
+ "share/man/man3/zmq_recv.3",
66
+ "share/man/man3/zmq_recvmsg.3",
67
+ "share/man/man3/zmq_send.3",
68
+ "share/man/man3/zmq_send_const.3",
69
+ "share/man/man3/zmq_sendmsg.3",
70
+ "share/man/man3/zmq_setsockopt.3",
71
+ "share/man/man3/zmq_socket.3",
72
+ "share/man/man3/zmq_socket_monitor.3",
73
+ "share/man/man3/zmq_socket_monitor_versioned.3",
74
+ "share/man/man3/zmq_strerror.3",
75
+ "share/man/man3/zmq_timers.3",
76
+ "share/man/man3/zmq_unbind.3",
77
+ "share/man/man3/zmq_version.3",
78
+ "share/man/man3/zmq_z85_decode.3",
79
+ "share/man/man3/zmq_z85_encode.3",
80
+ "share/man/man7/zmq.7",
81
+ "share/man/man7/zmq_curve.7",
82
+ "share/man/man7/zmq_gssapi.7",
83
+ "share/man/man7/zmq_inproc.7",
84
+ "share/man/man7/zmq_ipc.7",
85
+ "share/man/man7/zmq_null.7",
86
+ "share/man/man7/zmq_pgm.7",
87
+ "share/man/man7/zmq_plain.7",
88
+ "share/man/man7/zmq_tcp.7",
89
+ "share/man/man7/zmq_tipc.7",
90
+ "share/man/man7/zmq_udp.7",
91
+ "share/man/man7/zmq_vmci.7"
92
+ ],
93
+ "fn": "zeromq-4.3.5-h6a678d5_0.conda",
94
+ "license": "MPL-2.0",
95
+ "link": {
96
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/zeromq-4.3.5-h6a678d5_0",
97
+ "type": 1
98
+ },
99
+ "md5": "354c934a4a5500f4c455c630f2702dbc",
100
+ "name": "zeromq",
101
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/zeromq-4.3.5-h6a678d5_0",
102
+ "paths_data": {
103
+ "paths": [
104
+ {
105
+ "_path": "bin/curve_keygen",
106
+ "path_type": "hardlink",
107
+ "sha256": "09e900c9ea40a2ea8b598a04c8793a2549a1fae958a6b13488da06c7add61376",
108
+ "sha256_in_prefix": "09e900c9ea40a2ea8b598a04c8793a2549a1fae958a6b13488da06c7add61376",
109
+ "size_in_bytes": 15744
110
+ },
111
+ {
112
+ "_path": "include/zmq.h",
113
+ "path_type": "hardlink",
114
+ "sha256": "af28f65648ab8fbf3c000bdf6395776249fc5d98d28c720f4350c61fb2d91b1a",
115
+ "sha256_in_prefix": "af28f65648ab8fbf3c000bdf6395776249fc5d98d28c720f4350c61fb2d91b1a",
116
+ "size_in_bytes": 29850
117
+ },
118
+ {
119
+ "_path": "include/zmq_utils.h",
120
+ "path_type": "hardlink",
121
+ "sha256": "7aad0d8b0c40b28cce8c3ce75077ecd6bd8fd1a79a91aaed6a434e8b24a02713",
122
+ "sha256_in_prefix": "7aad0d8b0c40b28cce8c3ce75077ecd6bd8fd1a79a91aaed6a434e8b24a02713",
123
+ "size_in_bytes": 1021
124
+ },
125
+ {
126
+ "_path": "lib/cmake/ZeroMQ/ZeroMQConfig.cmake",
127
+ "file_mode": "text",
128
+ "path_type": "hardlink",
129
+ "prefix_placeholder": "/croot/zeromq_1705601837457/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_",
130
+ "sha256": "c5150089fd53e242ad2301813e67e9cbbf07be7b6c4216ed62c166961f27f7dc",
131
+ "sha256_in_prefix": "b287f4d14c54b15d2ea294edb0df76a95aacd2763e7da25c42f233b71a6b3cdc",
132
+ "size_in_bytes": 1085
133
+ },
134
+ {
135
+ "_path": "lib/cmake/ZeroMQ/ZeroMQConfigVersion.cmake",
136
+ "path_type": "hardlink",
137
+ "sha256": "be80199e30b1a9ffe912af67413990ce1665b4190ec89dfe95f6ede209d3abf9",
138
+ "sha256_in_prefix": "be80199e30b1a9ffe912af67413990ce1665b4190ec89dfe95f6ede209d3abf9",
139
+ "size_in_bytes": 366
140
+ },
141
+ {
142
+ "_path": "lib/libzmq.so",
143
+ "path_type": "softlink",
144
+ "sha256": "38dbace746db52f48b6210ddf8f61c1dd54b9f77a7d91c121f1366e89458defc",
145
+ "size_in_bytes": 852032
146
+ },
147
+ {
148
+ "_path": "lib/libzmq.so.5",
149
+ "path_type": "softlink",
150
+ "sha256": "38dbace746db52f48b6210ddf8f61c1dd54b9f77a7d91c121f1366e89458defc",
151
+ "size_in_bytes": 852032
152
+ },
153
+ {
154
+ "_path": "lib/libzmq.so.5.2.5",
155
+ "path_type": "hardlink",
156
+ "sha256": "38dbace746db52f48b6210ddf8f61c1dd54b9f77a7d91c121f1366e89458defc",
157
+ "sha256_in_prefix": "38dbace746db52f48b6210ddf8f61c1dd54b9f77a7d91c121f1366e89458defc",
158
+ "size_in_bytes": 852032
159
+ },
160
+ {
161
+ "_path": "lib/pkgconfig/libzmq.pc",
162
+ "file_mode": "text",
163
+ "path_type": "hardlink",
164
+ "prefix_placeholder": "/croot/zeromq_1705601837457/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_",
165
+ "sha256": "60bccd5f07ba2e3a1532d2fa926bbfb320d63d70b3791db685d79662d22e5b5e",
166
+ "sha256_in_prefix": "faff92ebb175d606ac5ceedce8fc55e7b4c9aaf0e280ebd383d4bd2993827ca1",
167
+ "size_in_bytes": 515
168
+ },
169
+ {
170
+ "_path": "share/man/man3/zmq_atomic_counter_dec.3",
171
+ "path_type": "hardlink",
172
+ "sha256": "94e1c3e8736e5940e275dd75bddd225857579060782f698e240cba534770c648",
173
+ "sha256_in_prefix": "94e1c3e8736e5940e275dd75bddd225857579060782f698e240cba534770c648",
174
+ "size_in_bytes": 2812
175
+ },
176
+ {
177
+ "_path": "share/man/man3/zmq_atomic_counter_destroy.3",
178
+ "path_type": "hardlink",
179
+ "sha256": "9fc3e5e45da235044baa891eb6adb6c71ea601e6490403cb0acfd92ffa963780",
180
+ "sha256_in_prefix": "9fc3e5e45da235044baa891eb6adb6c71ea601e6490403cb0acfd92ffa963780",
181
+ "size_in_bytes": 2906
182
+ },
183
+ {
184
+ "_path": "share/man/man3/zmq_atomic_counter_inc.3",
185
+ "path_type": "hardlink",
186
+ "sha256": "2d5b453cf5a37c48208813e1975f0ce182d01fd486e521fd5ccc25433ef6d417",
187
+ "sha256_in_prefix": "2d5b453cf5a37c48208813e1975f0ce182d01fd486e521fd5ccc25433ef6d417",
188
+ "size_in_bytes": 2768
189
+ },
190
+ {
191
+ "_path": "share/man/man3/zmq_atomic_counter_new.3",
192
+ "path_type": "hardlink",
193
+ "sha256": "0dfe308136f00be9a43b29bebf4d0699a9e08158cf751499b23d802585047b55",
194
+ "sha256_in_prefix": "0dfe308136f00be9a43b29bebf4d0699a9e08158cf751499b23d802585047b55",
195
+ "size_in_bytes": 2908
196
+ },
197
+ {
198
+ "_path": "share/man/man3/zmq_atomic_counter_set.3",
199
+ "path_type": "hardlink",
200
+ "sha256": "5ef8f24e72d3b7f7f85430e2535959d316b7e78ae97118f2da00f76667924c09",
201
+ "sha256_in_prefix": "5ef8f24e72d3b7f7f85430e2535959d316b7e78ae97118f2da00f76667924c09",
202
+ "size_in_bytes": 2830
203
+ },
204
+ {
205
+ "_path": "share/man/man3/zmq_atomic_counter_value.3",
206
+ "path_type": "hardlink",
207
+ "sha256": "4d1a4a4c9e114b470ed44b37aa11a192cf47bd7a43d942c564107194707a39f8",
208
+ "sha256_in_prefix": "4d1a4a4c9e114b470ed44b37aa11a192cf47bd7a43d942c564107194707a39f8",
209
+ "size_in_bytes": 2915
210
+ },
211
+ {
212
+ "_path": "share/man/man3/zmq_bind.3",
213
+ "path_type": "hardlink",
214
+ "sha256": "e4737b2045ba8db4cc66e28c9c770b68fd5bd79046449fd48d63e275c5a8bfaa",
215
+ "sha256_in_prefix": "e4737b2045ba8db4cc66e28c9c770b68fd5bd79046449fd48d63e275c5a8bfaa",
216
+ "size_in_bytes": 5356
217
+ },
218
+ {
219
+ "_path": "share/man/man3/zmq_close.3",
220
+ "path_type": "hardlink",
221
+ "sha256": "01444bf4b05ad38f18d14989763103a8776c4e5711fa8fb1d5362b819cc7dede",
222
+ "sha256_in_prefix": "01444bf4b05ad38f18d14989763103a8776c4e5711fa8fb1d5362b819cc7dede",
223
+ "size_in_bytes": 3252
224
+ },
225
+ {
226
+ "_path": "share/man/man3/zmq_connect.3",
227
+ "path_type": "hardlink",
228
+ "sha256": "000b3c3d4990151a280613ddc5ab9cb702a9a56329402abdcf279de619a82b9f",
229
+ "sha256_in_prefix": "000b3c3d4990151a280613ddc5ab9cb702a9a56329402abdcf279de619a82b9f",
230
+ "size_in_bytes": 5893
231
+ },
232
+ {
233
+ "_path": "share/man/man3/zmq_connect_peer.3",
234
+ "path_type": "hardlink",
235
+ "sha256": "12563176859457ec40a3648145fb939d147f30d5a98bdb3b7ef7d08b77c6e8eb",
236
+ "sha256_in_prefix": "12563176859457ec40a3648145fb939d147f30d5a98bdb3b7ef7d08b77c6e8eb",
237
+ "size_in_bytes": 4441
238
+ },
239
+ {
240
+ "_path": "share/man/man3/zmq_ctx_get.3",
241
+ "path_type": "hardlink",
242
+ "sha256": "b5b2dc5fe6990badfdedebc08069c292b3a6312263e8db06eaa1b500e5a6401d",
243
+ "sha256_in_prefix": "b5b2dc5fe6990badfdedebc08069c292b3a6312263e8db06eaa1b500e5a6401d",
244
+ "size_in_bytes": 4542
245
+ },
246
+ {
247
+ "_path": "share/man/man3/zmq_ctx_new.3",
248
+ "path_type": "hardlink",
249
+ "sha256": "ce0ade52dcf75c6cc418b37d2c90ba0dcb725757be075c8337e90b4b35f699a4",
250
+ "sha256_in_prefix": "ce0ade52dcf75c6cc418b37d2c90ba0dcb725757be075c8337e90b4b35f699a4",
251
+ "size_in_bytes": 2481
252
+ },
253
+ {
254
+ "_path": "share/man/man3/zmq_ctx_set.3",
255
+ "path_type": "hardlink",
256
+ "sha256": "a7883d10dc7eedcc01c3162ddb0b2218342e9b1e21e5df6adc8312218b79a65b",
257
+ "sha256_in_prefix": "a7883d10dc7eedcc01c3162ddb0b2218342e9b1e21e5df6adc8312218b79a65b",
258
+ "size_in_bytes": 8463
259
+ },
260
+ {
261
+ "_path": "share/man/man3/zmq_ctx_shutdown.3",
262
+ "path_type": "hardlink",
263
+ "sha256": "14e4888728fee4a2e2292cd2b888cdaad7a2599a94fc57f90d3f61e175c948af",
264
+ "sha256_in_prefix": "14e4888728fee4a2e2292cd2b888cdaad7a2599a94fc57f90d3f61e175c948af",
265
+ "size_in_bytes": 2659
266
+ },
267
+ {
268
+ "_path": "share/man/man3/zmq_ctx_term.3",
269
+ "path_type": "hardlink",
270
+ "sha256": "c04319f7942033a26aebb7ce53055ebf008f00c9998bbe5f1b1508ea146f882d",
271
+ "sha256_in_prefix": "c04319f7942033a26aebb7ce53055ebf008f00c9998bbe5f1b1508ea146f882d",
272
+ "size_in_bytes": 3439
273
+ },
274
+ {
275
+ "_path": "share/man/man3/zmq_curve_keypair.3",
276
+ "path_type": "hardlink",
277
+ "sha256": "351092410ef41e3bc3d0c39f010288eec84389d17287a35c7907db6112ce3680",
278
+ "sha256_in_prefix": "351092410ef41e3bc3d0c39f010288eec84389d17287a35c7907db6112ce3680",
279
+ "size_in_bytes": 2485
280
+ },
281
+ {
282
+ "_path": "share/man/man3/zmq_curve_public.3",
283
+ "path_type": "hardlink",
284
+ "sha256": "57566931f379cbdd15980a6fb28ce606711b2c6e48af987b1c953aab54374641",
285
+ "sha256_in_prefix": "57566931f379cbdd15980a6fb28ce606711b2c6e48af987b1c953aab54374641",
286
+ "size_in_bytes": 2717
287
+ },
288
+ {
289
+ "_path": "share/man/man3/zmq_disconnect.3",
290
+ "path_type": "hardlink",
291
+ "sha256": "c4fb732e832a726f46772cfd9ef0bd3507509079f3f9c01b4228b0f9e44ab583",
292
+ "sha256_in_prefix": "c4fb732e832a726f46772cfd9ef0bd3507509079f3f9c01b4228b0f9e44ab583",
293
+ "size_in_bytes": 3800
294
+ },
295
+ {
296
+ "_path": "share/man/man3/zmq_errno.3",
297
+ "path_type": "hardlink",
298
+ "sha256": "0f02b95442eece44abc84eb9376c2e8b37da1f23bf17dda788502a15635c143c",
299
+ "sha256_in_prefix": "0f02b95442eece44abc84eb9376c2e8b37da1f23bf17dda788502a15635c143c",
300
+ "size_in_bytes": 2530
301
+ },
302
+ {
303
+ "_path": "share/man/man3/zmq_getsockopt.3",
304
+ "path_type": "hardlink",
305
+ "sha256": "f3807e5ba38cddfd60545b9a30aba2278a00d589bbc4089a1d1b0ab69ad03d67",
306
+ "sha256_in_prefix": "f3807e5ba38cddfd60545b9a30aba2278a00d589bbc4089a1d1b0ab69ad03d67",
307
+ "size_in_bytes": 53188
308
+ },
309
+ {
310
+ "_path": "share/man/man3/zmq_has.3",
311
+ "path_type": "hardlink",
312
+ "sha256": "da71d6aae2c18b4bbd8be8796bfa75fef408183948dadea55483e1e8d0628834",
313
+ "sha256_in_prefix": "da71d6aae2c18b4bbd8be8796bfa75fef408183948dadea55483e1e8d0628834",
314
+ "size_in_bytes": 2985
315
+ },
316
+ {
317
+ "_path": "share/man/man3/zmq_msg_close.3",
318
+ "path_type": "hardlink",
319
+ "sha256": "9c1f5615d3861f8132476a46e8e413b23f01e3d54c62c257ed1f6021b6a130ea",
320
+ "sha256_in_prefix": "9c1f5615d3861f8132476a46e8e413b23f01e3d54c62c257ed1f6021b6a130ea",
321
+ "size_in_bytes": 2815
322
+ },
323
+ {
324
+ "_path": "share/man/man3/zmq_msg_copy.3",
325
+ "path_type": "hardlink",
326
+ "sha256": "44845c79e9e86e07963523b7b03d76d933577865014015e8d21bec7520ab9848",
327
+ "sha256_in_prefix": "44845c79e9e86e07963523b7b03d76d933577865014015e8d21bec7520ab9848",
328
+ "size_in_bytes": 3356
329
+ },
330
+ {
331
+ "_path": "share/man/man3/zmq_msg_data.3",
332
+ "path_type": "hardlink",
333
+ "sha256": "bf7e7069b457d1fa908245b3bdedee9937d887ec8c0b5049e0cfe916e24a24a6",
334
+ "sha256_in_prefix": "bf7e7069b457d1fa908245b3bdedee9937d887ec8c0b5049e0cfe916e24a24a6",
335
+ "size_in_bytes": 2281
336
+ },
337
+ {
338
+ "_path": "share/man/man3/zmq_msg_get.3",
339
+ "path_type": "hardlink",
340
+ "sha256": "ef213f0fd0edca024cf4ca28b4bf710a3fb001d39ca91afeec5db8897b5640ac",
341
+ "sha256_in_prefix": "ef213f0fd0edca024cf4ca28b4bf710a3fb001d39ca91afeec5db8897b5640ac",
342
+ "size_in_bytes": 3345
343
+ },
344
+ {
345
+ "_path": "share/man/man3/zmq_msg_gets.3",
346
+ "path_type": "hardlink",
347
+ "sha256": "66d6d336ef8d38c8b4b91c9971898e11ce5185dffc30ab44dc8159fdbfcc3bc0",
348
+ "sha256_in_prefix": "66d6d336ef8d38c8b4b91c9971898e11ce5185dffc30ab44dc8159fdbfcc3bc0",
349
+ "size_in_bytes": 3855
350
+ },
351
+ {
352
+ "_path": "share/man/man3/zmq_msg_init.3",
353
+ "path_type": "hardlink",
354
+ "sha256": "309ef203d4ddbc119f237f7bbd8febe0ea60374bc9c1f6c30c4c358db7ea1988",
355
+ "sha256_in_prefix": "309ef203d4ddbc119f237f7bbd8febe0ea60374bc9c1f6c30c4c358db7ea1988",
356
+ "size_in_bytes": 2899
357
+ },
358
+ {
359
+ "_path": "share/man/man3/zmq_msg_init_buffer.3",
360
+ "path_type": "hardlink",
361
+ "sha256": "af8f619245d76a9dc9ed59d6fcad0b12123dbbc9126f0cfbd1a306e69c0c1f98",
362
+ "sha256_in_prefix": "af8f619245d76a9dc9ed59d6fcad0b12123dbbc9126f0cfbd1a306e69c0c1f98",
363
+ "size_in_bytes": 3083
364
+ },
365
+ {
366
+ "_path": "share/man/man3/zmq_msg_init_data.3",
367
+ "path_type": "hardlink",
368
+ "sha256": "ac753108f4a2a04a626a22f6d50eabcbe579c5ceb3bcd9a54dde49c840fcb356",
369
+ "sha256_in_prefix": "ac753108f4a2a04a626a22f6d50eabcbe579c5ceb3bcd9a54dde49c840fcb356",
370
+ "size_in_bytes": 4211
371
+ },
372
+ {
373
+ "_path": "share/man/man3/zmq_msg_init_size.3",
374
+ "path_type": "hardlink",
375
+ "sha256": "b5e07094c01c188da8d4b5b59a62420683c21c1b9fd421ff63be19720e78ed56",
376
+ "sha256_in_prefix": "b5e07094c01c188da8d4b5b59a62420683c21c1b9fd421ff63be19720e78ed56",
377
+ "size_in_bytes": 3079
378
+ },
379
+ {
380
+ "_path": "share/man/man3/zmq_msg_more.3",
381
+ "path_type": "hardlink",
382
+ "sha256": "9923ac8657201a0d7cde71a0b3d71755343a71a40a289e06635875e1c288d88a",
383
+ "sha256_in_prefix": "9923ac8657201a0d7cde71a0b3d71755343a71a40a289e06635875e1c288d88a",
384
+ "size_in_bytes": 2773
385
+ },
386
+ {
387
+ "_path": "share/man/man3/zmq_msg_move.3",
388
+ "path_type": "hardlink",
389
+ "sha256": "58aaa94adfab6d2435fee694d0d10dbd1464c23df523430ea1edf2955a816017",
390
+ "sha256_in_prefix": "58aaa94adfab6d2435fee694d0d10dbd1464c23df523430ea1edf2955a816017",
391
+ "size_in_bytes": 2673
392
+ },
393
+ {
394
+ "_path": "share/man/man3/zmq_msg_recv.3",
395
+ "path_type": "hardlink",
396
+ "sha256": "6b1736a64c0e7eed8615c90994ae60ba205f732ff14c5fb47023416df0e0ec0f",
397
+ "sha256_in_prefix": "6b1736a64c0e7eed8615c90994ae60ba205f732ff14c5fb47023416df0e0ec0f",
398
+ "size_in_bytes": 5644
399
+ },
400
+ {
401
+ "_path": "share/man/man3/zmq_msg_routing_id.3",
402
+ "path_type": "hardlink",
403
+ "sha256": "e080343a8e945c4a12beaae3f858b2cce924bfd6b429d81fb83d44d0f4fbe95f",
404
+ "sha256_in_prefix": "e080343a8e945c4a12beaae3f858b2cce924bfd6b429d81fb83d44d0f4fbe95f",
405
+ "size_in_bytes": 2690
406
+ },
407
+ {
408
+ "_path": "share/man/man3/zmq_msg_send.3",
409
+ "path_type": "hardlink",
410
+ "sha256": "94c63051720a154f84343aa78800d89df6870b841e794b6e3047e62d079d1449",
411
+ "sha256_in_prefix": "94c63051720a154f84343aa78800d89df6870b841e794b6e3047e62d079d1449",
412
+ "size_in_bytes": 6348
413
+ },
414
+ {
415
+ "_path": "share/man/man3/zmq_msg_set.3",
416
+ "path_type": "hardlink",
417
+ "sha256": "76da74892d8f6d9e0972c4ac638929332373ab123d59351edc3884687b66cfad",
418
+ "sha256_in_prefix": "76da74892d8f6d9e0972c4ac638929332373ab123d59351edc3884687b66cfad",
419
+ "size_in_bytes": 2232
420
+ },
421
+ {
422
+ "_path": "share/man/man3/zmq_msg_set_routing_id.3",
423
+ "path_type": "hardlink",
424
+ "sha256": "3888520193d852b267b2b33fa96a1222220c9fb8b4db840a14409d69820e8fc6",
425
+ "sha256_in_prefix": "3888520193d852b267b2b33fa96a1222220c9fb8b4db840a14409d69820e8fc6",
426
+ "size_in_bytes": 2333
427
+ },
428
+ {
429
+ "_path": "share/man/man3/zmq_msg_size.3",
430
+ "path_type": "hardlink",
431
+ "sha256": "ffafc0909f73bf521fe8c798b2b61f2938fa3d24383d1cbb5d83b7187ad8ffc3",
432
+ "sha256_in_prefix": "ffafc0909f73bf521fe8c798b2b61f2938fa3d24383d1cbb5d83b7187ad8ffc3",
433
+ "size_in_bytes": 2293
434
+ },
435
+ {
436
+ "_path": "share/man/man3/zmq_poll.3",
437
+ "path_type": "hardlink",
438
+ "sha256": "6e8ef21f32e2eb977a65caa164d2e689e7e794495e9fe77f5f6b73543895249d",
439
+ "sha256_in_prefix": "6e8ef21f32e2eb977a65caa164d2e689e7e794495e9fe77f5f6b73543895249d",
440
+ "size_in_bytes": 6934
441
+ },
442
+ {
443
+ "_path": "share/man/man3/zmq_poller.3",
444
+ "path_type": "hardlink",
445
+ "sha256": "c9f090288efbd86cc8e274da854d385043ce28ae4dffd96373cb86d92ad61511",
446
+ "sha256_in_prefix": "c9f090288efbd86cc8e274da854d385043ce28ae4dffd96373cb86d92ad61511",
447
+ "size_in_bytes": 15746
448
+ },
449
+ {
450
+ "_path": "share/man/man3/zmq_ppoll.3",
451
+ "path_type": "hardlink",
452
+ "sha256": "bf5a02f2eef6da8ff37f7d81f9e1a663428a7bc3289fa67a1d264173d5a46a21",
453
+ "sha256_in_prefix": "bf5a02f2eef6da8ff37f7d81f9e1a663428a7bc3289fa67a1d264173d5a46a21",
454
+ "size_in_bytes": 6769
455
+ },
456
+ {
457
+ "_path": "share/man/man3/zmq_proxy.3",
458
+ "path_type": "hardlink",
459
+ "sha256": "27fd3f17a1b8d431c0e619208cc1722c2dc4088d3c0d80d1f66211834c7a1a06",
460
+ "sha256_in_prefix": "27fd3f17a1b8d431c0e619208cc1722c2dc4088d3c0d80d1f66211834c7a1a06",
461
+ "size_in_bytes": 4535
462
+ },
463
+ {
464
+ "_path": "share/man/man3/zmq_proxy_steerable.3",
465
+ "path_type": "hardlink",
466
+ "sha256": "89b0ed1c45558b4e9db6cb101a8b4939815914166d36f9093769eb6dc563bef5",
467
+ "sha256_in_prefix": "89b0ed1c45558b4e9db6cb101a8b4939815914166d36f9093769eb6dc563bef5",
468
+ "size_in_bytes": 5439
469
+ },
470
+ {
471
+ "_path": "share/man/man3/zmq_recv.3",
472
+ "path_type": "hardlink",
473
+ "sha256": "6d29d5814fd4d293cc61f30aeca6065de35721179373d7a2c7e096ed9c83f3e2",
474
+ "sha256_in_prefix": "6d29d5814fd4d293cc61f30aeca6065de35721179373d7a2c7e096ed9c83f3e2",
475
+ "size_in_bytes": 4613
476
+ },
477
+ {
478
+ "_path": "share/man/man3/zmq_recvmsg.3",
479
+ "path_type": "hardlink",
480
+ "sha256": "7d928d94f4d2bc34d6241adabf6981d385c66c5b3a3c7a1bcbe7788d3f6da526",
481
+ "sha256_in_prefix": "7d928d94f4d2bc34d6241adabf6981d385c66c5b3a3c7a1bcbe7788d3f6da526",
482
+ "size_in_bytes": 5591
483
+ },
484
+ {
485
+ "_path": "share/man/man3/zmq_send.3",
486
+ "path_type": "hardlink",
487
+ "sha256": "c7baf42f827a52b3ad29e4478602e89e26c06e1382d61b5a21c264a5369e5b38",
488
+ "sha256_in_prefix": "c7baf42f827a52b3ad29e4478602e89e26c06e1382d61b5a21c264a5369e5b38",
489
+ "size_in_bytes": 4959
490
+ },
491
+ {
492
+ "_path": "share/man/man3/zmq_send_const.3",
493
+ "path_type": "hardlink",
494
+ "sha256": "3ba97fa33cf2a95bac675143744e859c36f4991308c293db475b95d1fa94423b",
495
+ "sha256_in_prefix": "3ba97fa33cf2a95bac675143744e859c36f4991308c293db475b95d1fa94423b",
496
+ "size_in_bytes": 5055
497
+ },
498
+ {
499
+ "_path": "share/man/man3/zmq_sendmsg.3",
500
+ "path_type": "hardlink",
501
+ "sha256": "bbb9a894fcccc4ecaa2ed2015dc4a3b13dac16fb787e16db0a0a8aa64fa4e156",
502
+ "sha256_in_prefix": "bbb9a894fcccc4ecaa2ed2015dc4a3b13dac16fb787e16db0a0a8aa64fa4e156",
503
+ "size_in_bytes": 5870
504
+ },
505
+ {
506
+ "_path": "share/man/man3/zmq_setsockopt.3",
507
+ "path_type": "hardlink",
508
+ "sha256": "7ce5a2ec7cf0dae11fb955150250c1c712c2741ab9cb40afe18c95df5d6b1b14",
509
+ "sha256_in_prefix": "7ce5a2ec7cf0dae11fb955150250c1c712c2741ab9cb40afe18c95df5d6b1b14",
510
+ "size_in_bytes": 82169
511
+ },
512
+ {
513
+ "_path": "share/man/man3/zmq_socket.3",
514
+ "path_type": "hardlink",
515
+ "sha256": "9800adb7adf61d4100213ae2ce684e4bea86c8c3a875302de9e76eb3a1f21f7c",
516
+ "sha256_in_prefix": "9800adb7adf61d4100213ae2ce684e4bea86c8c3a875302de9e76eb3a1f21f7c",
517
+ "size_in_bytes": 38856
518
+ },
519
+ {
520
+ "_path": "share/man/man3/zmq_socket_monitor.3",
521
+ "path_type": "hardlink",
522
+ "sha256": "0bef6a87242e42c6749ac36fa9c5631736d0ccc34a111eba896287a9ffcbc510",
523
+ "sha256_in_prefix": "0bef6a87242e42c6749ac36fa9c5631736d0ccc34a111eba896287a9ffcbc510",
524
+ "size_in_bytes": 11311
525
+ },
526
+ {
527
+ "_path": "share/man/man3/zmq_socket_monitor_versioned.3",
528
+ "path_type": "hardlink",
529
+ "sha256": "736ad9e3540e559610f32f7a049f37348efb4cc67fdfb33ce577e359a49c3782",
530
+ "sha256_in_prefix": "736ad9e3540e559610f32f7a049f37348efb4cc67fdfb33ce577e359a49c3782",
531
+ "size_in_bytes": 16330
532
+ },
533
+ {
534
+ "_path": "share/man/man3/zmq_strerror.3",
535
+ "path_type": "hardlink",
536
+ "sha256": "73a74efed85d01b4c8945fbb742077d1285cbd14c01316ae9925206de8b1d795",
537
+ "sha256_in_prefix": "73a74efed85d01b4c8945fbb742077d1285cbd14c01316ae9925206de8b1d795",
538
+ "size_in_bytes": 2391
539
+ },
540
+ {
541
+ "_path": "share/man/man3/zmq_timers.3",
542
+ "path_type": "hardlink",
543
+ "sha256": "e8395bcd81bfe5bcacfb8cb9cdeb8cd5fa030c6e7293412caf8682872f9220c8",
544
+ "sha256_in_prefix": "e8395bcd81bfe5bcacfb8cb9cdeb8cd5fa030c6e7293412caf8682872f9220c8",
545
+ "size_in_bytes": 6817
546
+ },
547
+ {
548
+ "_path": "share/man/man3/zmq_unbind.3",
549
+ "path_type": "hardlink",
550
+ "sha256": "c9d8faa2e37ede726c17f89cf66c3143d1ef5078ef81f9dcc20e6d9d18307fd5",
551
+ "sha256_in_prefix": "c9d8faa2e37ede726c17f89cf66c3143d1ef5078ef81f9dcc20e6d9d18307fd5",
552
+ "size_in_bytes": 4345
553
+ },
554
+ {
555
+ "_path": "share/man/man3/zmq_version.3",
556
+ "path_type": "hardlink",
557
+ "sha256": "b441cc5d43afd11d4fa96fe558ed4aae48d922b5d67a6f7b9c180e565e76198a",
558
+ "sha256_in_prefix": "b441cc5d43afd11d4fa96fe558ed4aae48d922b5d67a6f7b9c180e565e76198a",
559
+ "size_in_bytes": 2401
560
+ },
561
+ {
562
+ "_path": "share/man/man3/zmq_z85_decode.3",
563
+ "path_type": "hardlink",
564
+ "sha256": "8ad53c3ef8d29c1951eaf3ec4ec9c13c58d1577204f67c96aa4945478ed1e2b6",
565
+ "sha256_in_prefix": "8ad53c3ef8d29c1951eaf3ec4ec9c13c58d1577204f67c96aa4945478ed1e2b6",
566
+ "size_in_bytes": 2343
567
+ },
568
+ {
569
+ "_path": "share/man/man3/zmq_z85_encode.3",
570
+ "path_type": "hardlink",
571
+ "sha256": "e48f6cec460009f9facc7bb4bc438f78b0199b9bd6b36e22663893266ef7a307",
572
+ "sha256_in_prefix": "e48f6cec460009f9facc7bb4bc438f78b0199b9bd6b36e22663893266ef7a307",
573
+ "size_in_bytes": 2583
574
+ },
575
+ {
576
+ "_path": "share/man/man7/zmq.7",
577
+ "path_type": "hardlink",
578
+ "sha256": "0f25bde46ac7ebde00e794cb7f27e687c00ca6d049974463088cd4894421d86a",
579
+ "sha256_in_prefix": "0f25bde46ac7ebde00e794cb7f27e687c00ca6d049974463088cd4894421d86a",
580
+ "size_in_bytes": 9916
581
+ },
582
+ {
583
+ "_path": "share/man/man7/zmq_curve.7",
584
+ "path_type": "hardlink",
585
+ "sha256": "6f065a95aa8d9f39ca8e34ae00b48578cc47013f5e85d80ca2cb7f488ca017da",
586
+ "sha256_in_prefix": "6f065a95aa8d9f39ca8e34ae00b48578cc47013f5e85d80ca2cb7f488ca017da",
587
+ "size_in_bytes": 4243
588
+ },
589
+ {
590
+ "_path": "share/man/man7/zmq_gssapi.7",
591
+ "path_type": "hardlink",
592
+ "sha256": "b3eea133299e4cdca17c45c0c0afc2b7311d1a3a7dba628d8b256fc2b6be2151",
593
+ "sha256_in_prefix": "b3eea133299e4cdca17c45c0c0afc2b7311d1a3a7dba628d8b256fc2b6be2151",
594
+ "size_in_bytes": 3887
595
+ },
596
+ {
597
+ "_path": "share/man/man7/zmq_inproc.7",
598
+ "path_type": "hardlink",
599
+ "sha256": "e41c2a0a19ed5f7243548aff6897338f57b0f6992040252322fa49e3b49cc6a3",
600
+ "sha256_in_prefix": "e41c2a0a19ed5f7243548aff6897338f57b0f6992040252322fa49e3b49cc6a3",
601
+ "size_in_bytes": 4180
602
+ },
603
+ {
604
+ "_path": "share/man/man7/zmq_ipc.7",
605
+ "path_type": "hardlink",
606
+ "sha256": "d8719fc8f59da6a1945a0098816e5df63f4aca68c39deaa16bb9e53f235023bd",
607
+ "sha256_in_prefix": "d8719fc8f59da6a1945a0098816e5df63f4aca68c39deaa16bb9e53f235023bd",
608
+ "size_in_bytes": 5703
609
+ },
610
+ {
611
+ "_path": "share/man/man7/zmq_null.7",
612
+ "path_type": "hardlink",
613
+ "sha256": "e055e8da237f0bf9afe7a1d9712fc4577270c8c10c1e2d78f0573d47bbe16d55",
614
+ "sha256_in_prefix": "e055e8da237f0bf9afe7a1d9712fc4577270c8c10c1e2d78f0573d47bbe16d55",
615
+ "size_in_bytes": 1716
616
+ },
617
+ {
618
+ "_path": "share/man/man7/zmq_pgm.7",
619
+ "path_type": "hardlink",
620
+ "sha256": "f02be260fdcb14ea8a7526d4d3ab8fc6f58e26e63c8eb4b72d2dd09209a371e6",
621
+ "sha256_in_prefix": "f02be260fdcb14ea8a7526d4d3ab8fc6f58e26e63c8eb4b72d2dd09209a371e6",
622
+ "size_in_bytes": 9061
623
+ },
624
+ {
625
+ "_path": "share/man/man7/zmq_plain.7",
626
+ "path_type": "hardlink",
627
+ "sha256": "ba6a438f24f4eaf32bbdfc0cfb16da339001070ed4cadd6d150eb297b322397a",
628
+ "sha256_in_prefix": "ba6a438f24f4eaf32bbdfc0cfb16da339001070ed4cadd6d150eb297b322397a",
629
+ "size_in_bytes": 2138
630
+ },
631
+ {
632
+ "_path": "share/man/man7/zmq_tcp.7",
633
+ "path_type": "hardlink",
634
+ "sha256": "21f03aef6b01e2ab3ef5e499ca3deb4679f4f47dbd20ad6791cef328fa64dc58",
635
+ "sha256_in_prefix": "21f03aef6b01e2ab3ef5e499ca3deb4679f4f47dbd20ad6791cef328fa64dc58",
636
+ "size_in_bytes": 6871
637
+ },
638
+ {
639
+ "_path": "share/man/man7/zmq_tipc.7",
640
+ "path_type": "hardlink",
641
+ "sha256": "5ae5f5f583c637dc32d2786af89fcb874d5fd1dc52b7819ddac00f11d0d0e2fa",
642
+ "sha256_in_prefix": "5ae5f5f583c637dc32d2786af89fcb874d5fd1dc52b7819ddac00f11d0d0e2fa",
643
+ "size_in_bytes": 3575
644
+ },
645
+ {
646
+ "_path": "share/man/man7/zmq_udp.7",
647
+ "path_type": "hardlink",
648
+ "sha256": "da401c6b989bf94309becbb6898fbb5620af4a98747c6556b2831c35e36e7065",
649
+ "sha256_in_prefix": "da401c6b989bf94309becbb6898fbb5620af4a98747c6556b2831c35e36e7065",
650
+ "size_in_bytes": 5330
651
+ },
652
+ {
653
+ "_path": "share/man/man7/zmq_vmci.7",
654
+ "path_type": "hardlink",
655
+ "sha256": "0c4850d962aea77d65ac2756feec87f9b4653f2e73133bee53409c6372c4518e",
656
+ "sha256_in_prefix": "0c4850d962aea77d65ac2756feec87f9b4653f2e73133bee53409c6372c4518e",
657
+ "size_in_bytes": 4621
658
+ }
659
+ ],
660
+ "paths_version": 1
661
+ },
662
+ "requested_spec": "None",
663
+ "sha256": "0fbbf456eb2df2968a83a37d66e906b2cac55d37d1d09ed93b52f6f1898a84cf",
664
+ "size": 375103,
665
+ "subdir": "linux-64",
666
+ "timestamp": 1705602144000,
667
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/zeromq-4.3.5-h6a678d5_0.conda",
668
+ "version": "4.3.5"
669
+ }
conda-meta/zipp-3.23.0-pyhd8ed1ab_0.json ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "pyhd8ed1ab_0",
3
+ "build_number": 0,
4
+ "channel": "https://conda.anaconda.org/conda-forge/noarch",
5
+ "constrains": [],
6
+ "depends": [
7
+ "python >=3.9"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/zipp-3.23.0-pyhd8ed1ab_0",
10
+ "files": [
11
+ "lib/python3.10/site-packages/zipp-3.23.0.dist-info/INSTALLER",
12
+ "lib/python3.10/site-packages/zipp-3.23.0.dist-info/METADATA",
13
+ "lib/python3.10/site-packages/zipp-3.23.0.dist-info/RECORD",
14
+ "lib/python3.10/site-packages/zipp-3.23.0.dist-info/REQUESTED",
15
+ "lib/python3.10/site-packages/zipp-3.23.0.dist-info/WHEEL",
16
+ "lib/python3.10/site-packages/zipp-3.23.0.dist-info/direct_url.json",
17
+ "lib/python3.10/site-packages/zipp-3.23.0.dist-info/licenses/LICENSE",
18
+ "lib/python3.10/site-packages/zipp-3.23.0.dist-info/top_level.txt",
19
+ "lib/python3.10/site-packages/zipp/__init__.py",
20
+ "lib/python3.10/site-packages/zipp/_functools.py",
21
+ "lib/python3.10/site-packages/zipp/compat/__init__.py",
22
+ "lib/python3.10/site-packages/zipp/compat/overlay.py",
23
+ "lib/python3.10/site-packages/zipp/compat/py310.py",
24
+ "lib/python3.10/site-packages/zipp/compat/py313.py",
25
+ "lib/python3.10/site-packages/zipp/glob.py",
26
+ "lib/python3.10/site-packages/zipp/__pycache__/__init__.cpython-310.pyc",
27
+ "lib/python3.10/site-packages/zipp/__pycache__/_functools.cpython-310.pyc",
28
+ "lib/python3.10/site-packages/zipp/compat/__pycache__/__init__.cpython-310.pyc",
29
+ "lib/python3.10/site-packages/zipp/compat/__pycache__/overlay.cpython-310.pyc",
30
+ "lib/python3.10/site-packages/zipp/compat/__pycache__/py310.cpython-310.pyc",
31
+ "lib/python3.10/site-packages/zipp/compat/__pycache__/py313.cpython-310.pyc",
32
+ "lib/python3.10/site-packages/zipp/__pycache__/glob.cpython-310.pyc"
33
+ ],
34
+ "fn": "zipp-3.23.0-pyhd8ed1ab_0.conda",
35
+ "license": "MIT",
36
+ "link": {
37
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/zipp-3.23.0-pyhd8ed1ab_0",
38
+ "type": 1
39
+ },
40
+ "md5": "df5e78d904988eb55042c0c97446079f",
41
+ "name": "zipp",
42
+ "noarch": "python",
43
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/zipp-3.23.0-pyhd8ed1ab_0.conda",
44
+ "package_type": "noarch_python",
45
+ "paths_data": {
46
+ "paths": [
47
+ {
48
+ "_path": "site-packages/zipp-3.23.0.dist-info/INSTALLER",
49
+ "path_type": "hardlink",
50
+ "sha256": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
51
+ "sha256_in_prefix": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
52
+ "size_in_bytes": 5
53
+ },
54
+ {
55
+ "_path": "site-packages/zipp-3.23.0.dist-info/METADATA",
56
+ "path_type": "hardlink",
57
+ "sha256": "bdd67d4d16cf0bf3b893e7d18cd3d2d774adb82f37ed985bc7770c607226b35b",
58
+ "sha256_in_prefix": "bdd67d4d16cf0bf3b893e7d18cd3d2d774adb82f37ed985bc7770c607226b35b",
59
+ "size_in_bytes": 3563
60
+ },
61
+ {
62
+ "_path": "site-packages/zipp-3.23.0.dist-info/RECORD",
63
+ "path_type": "hardlink",
64
+ "sha256": "2c17d0665f1bd6161af06fd8636bc177000cba8fb50187ea70323eedab6d347b",
65
+ "sha256_in_prefix": "2c17d0665f1bd6161af06fd8636bc177000cba8fb50187ea70323eedab6d347b",
66
+ "size_in_bytes": 1513
67
+ },
68
+ {
69
+ "_path": "site-packages/zipp-3.23.0.dist-info/REQUESTED",
70
+ "path_type": "hardlink",
71
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
72
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
73
+ "size_in_bytes": 0
74
+ },
75
+ {
76
+ "_path": "site-packages/zipp-3.23.0.dist-info/WHEEL",
77
+ "path_type": "hardlink",
78
+ "sha256": "ff309ddcdd65ebd02bc724dbf2bcc4a0ff53a5b61792a44548d383e4ebb19d3b",
79
+ "sha256_in_prefix": "ff309ddcdd65ebd02bc724dbf2bcc4a0ff53a5b61792a44548d383e4ebb19d3b",
80
+ "size_in_bytes": 91
81
+ },
82
+ {
83
+ "_path": "site-packages/zipp-3.23.0.dist-info/direct_url.json",
84
+ "path_type": "hardlink",
85
+ "sha256": "c467fbdc46bd65c42ae6b18d6b75e81998626a87e7aa785e39eec8cba2e0221d",
86
+ "sha256_in_prefix": "c467fbdc46bd65c42ae6b18d6b75e81998626a87e7aa785e39eec8cba2e0221d",
87
+ "size_in_bytes": 100
88
+ },
89
+ {
90
+ "_path": "site-packages/zipp-3.23.0.dist-info/licenses/LICENSE",
91
+ "path_type": "hardlink",
92
+ "sha256": "5a57cb4db85e2a2dd88c290628908add57e3451449e0a9a71fdfb38776fd759d",
93
+ "sha256_in_prefix": "5a57cb4db85e2a2dd88c290628908add57e3451449e0a9a71fdfb38776fd759d",
94
+ "size_in_bytes": 1076
95
+ },
96
+ {
97
+ "_path": "site-packages/zipp-3.23.0.dist-info/top_level.txt",
98
+ "path_type": "hardlink",
99
+ "sha256": "8806dda121df686a817d56f65ee47d26a4901c2a0eb0eb46eb2f42fcb4a9a85c",
100
+ "sha256_in_prefix": "8806dda121df686a817d56f65ee47d26a4901c2a0eb0eb46eb2f42fcb4a9a85c",
101
+ "size_in_bytes": 5
102
+ },
103
+ {
104
+ "_path": "site-packages/zipp/__init__.py",
105
+ "path_type": "hardlink",
106
+ "sha256": "89e5e1f4620c7400632915ff25426d3fd939c1d04b2b832de57e27b334a49981",
107
+ "sha256_in_prefix": "89e5e1f4620c7400632915ff25426d3fd939c1d04b2b832de57e27b334a49981",
108
+ "size_in_bytes": 11976
109
+ },
110
+ {
111
+ "_path": "site-packages/zipp/_functools.py",
112
+ "path_type": "hardlink",
113
+ "sha256": "7fa2adf4bc59e1313e718d6525575748877799e9925e61fd21d80c6d4fbfc769",
114
+ "sha256_in_prefix": "7fa2adf4bc59e1313e718d6525575748877799e9925e61fd21d80c6d4fbfc769",
115
+ "size_in_bytes": 575
116
+ },
117
+ {
118
+ "_path": "site-packages/zipp/compat/__init__.py",
119
+ "path_type": "hardlink",
120
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
121
+ "sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
122
+ "size_in_bytes": 0
123
+ },
124
+ {
125
+ "_path": "site-packages/zipp/compat/overlay.py",
126
+ "path_type": "hardlink",
127
+ "sha256": "a042060276ebf321a3b8a4eb5523b60727b03ee8bbd6ea696d7d7c04b9d84ca1",
128
+ "sha256_in_prefix": "a042060276ebf321a3b8a4eb5523b60727b03ee8bbd6ea696d7d7c04b9d84ca1",
129
+ "size_in_bytes": 783
130
+ },
131
+ {
132
+ "_path": "site-packages/zipp/compat/py310.py",
133
+ "path_type": "hardlink",
134
+ "sha256": "4bb8ba37d993a049f76ac35bd882f28e7cef213397ac04c3fc9e1e9a3c816c35",
135
+ "sha256_in_prefix": "4bb8ba37d993a049f76ac35bd882f28e7cef213397ac04c3fc9e1e9a3c816c35",
136
+ "size_in_bytes": 256
137
+ },
138
+ {
139
+ "_path": "site-packages/zipp/compat/py313.py",
140
+ "path_type": "hardlink",
141
+ "sha256": "46776f0cdb6e63b1f60fd79c9e7cdc3c1319f2665ce368265c3fc8c100175c01",
142
+ "sha256_in_prefix": "46776f0cdb6e63b1f60fd79c9e7cdc3c1319f2665ce368265c3fc8c100175c01",
143
+ "size_in_bytes": 654
144
+ },
145
+ {
146
+ "_path": "site-packages/zipp/glob.py",
147
+ "path_type": "hardlink",
148
+ "sha256": "0cb57d2c1b03c40e98556f367b7fad92836bbacd61e11fa3dc147a56a4b40331",
149
+ "sha256_in_prefix": "0cb57d2c1b03c40e98556f367b7fad92836bbacd61e11fa3dc147a56a4b40331",
150
+ "size_in_bytes": 3382
151
+ },
152
+ {
153
+ "_path": "lib/python3.10/site-packages/zipp/__pycache__/__init__.cpython-310.pyc",
154
+ "path_type": "pyc_file"
155
+ },
156
+ {
157
+ "_path": "lib/python3.10/site-packages/zipp/__pycache__/_functools.cpython-310.pyc",
158
+ "path_type": "pyc_file"
159
+ },
160
+ {
161
+ "_path": "lib/python3.10/site-packages/zipp/compat/__pycache__/__init__.cpython-310.pyc",
162
+ "path_type": "pyc_file"
163
+ },
164
+ {
165
+ "_path": "lib/python3.10/site-packages/zipp/compat/__pycache__/overlay.cpython-310.pyc",
166
+ "path_type": "pyc_file"
167
+ },
168
+ {
169
+ "_path": "lib/python3.10/site-packages/zipp/compat/__pycache__/py310.cpython-310.pyc",
170
+ "path_type": "pyc_file"
171
+ },
172
+ {
173
+ "_path": "lib/python3.10/site-packages/zipp/compat/__pycache__/py313.cpython-310.pyc",
174
+ "path_type": "pyc_file"
175
+ },
176
+ {
177
+ "_path": "lib/python3.10/site-packages/zipp/__pycache__/glob.cpython-310.pyc",
178
+ "path_type": "pyc_file"
179
+ }
180
+ ],
181
+ "paths_version": 1
182
+ },
183
+ "requested_spec": "None",
184
+ "sha256": "7560d21e1b021fd40b65bfb72f67945a3fcb83d78ad7ccf37b8b3165ec3b68ad",
185
+ "size": 22963,
186
+ "subdir": "noarch",
187
+ "timestamp": 1749421737000,
188
+ "url": "https://conda.anaconda.org/conda-forge/noarch/zipp-3.23.0-pyhd8ed1ab_0.conda",
189
+ "version": "3.23.0"
190
+ }
conda-meta/zlib-1.2.13-h5eee18b_1.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "h5eee18b_1",
3
+ "build_number": 1,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=11.2.0"
8
+ ],
9
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/zlib-1.2.13-h5eee18b_1",
10
+ "files": [
11
+ "include/zconf.h",
12
+ "include/zlib.h",
13
+ "lib/libz.a",
14
+ "lib/libz.so",
15
+ "lib/libz.so.1",
16
+ "lib/libz.so.1.2.13",
17
+ "lib/pkgconfig/zlib.pc"
18
+ ],
19
+ "fn": "zlib-1.2.13-h5eee18b_1.conda",
20
+ "license": "Zlib",
21
+ "link": {
22
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/zlib-1.2.13-h5eee18b_1",
23
+ "type": 1
24
+ },
25
+ "md5": "92e42d8310108b0a440fb2e60b2b2a25",
26
+ "name": "zlib",
27
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/zlib-1.2.13-h5eee18b_1",
28
+ "paths_data": {
29
+ "paths": [
30
+ {
31
+ "_path": "include/zconf.h",
32
+ "path_type": "hardlink",
33
+ "sha256": "e5a9079e37fa799583634fcd6905b53f1c20fd1d98e6bae942674c3c419b9fab",
34
+ "sha256_in_prefix": "e5a9079e37fa799583634fcd6905b53f1c20fd1d98e6bae942674c3c419b9fab",
35
+ "size_in_bytes": 16671
36
+ },
37
+ {
38
+ "_path": "include/zlib.h",
39
+ "path_type": "hardlink",
40
+ "sha256": "a980a0d104198a53cc220c51ab5856e5be901bec8a2d02e0ee79a8754219dfed",
41
+ "sha256_in_prefix": "a980a0d104198a53cc220c51ab5856e5be901bec8a2d02e0ee79a8754219dfed",
42
+ "size_in_bytes": 97323
43
+ },
44
+ {
45
+ "_path": "lib/libz.a",
46
+ "path_type": "hardlink",
47
+ "sha256": "4dd684d6a6a4060c8a4193d95db812ca07047890ae0fe8d62cc34bb60370ffc4",
48
+ "sha256_in_prefix": "4dd684d6a6a4060c8a4193d95db812ca07047890ae0fe8d62cc34bb60370ffc4",
49
+ "size_in_bytes": 165662
50
+ },
51
+ {
52
+ "_path": "lib/libz.so",
53
+ "path_type": "softlink",
54
+ "sha256": "0b0e682a9dc7fd4895a6783288f851b793dc89633f28714027974fa4d66f3914",
55
+ "size_in_bytes": 124744
56
+ },
57
+ {
58
+ "_path": "lib/libz.so.1",
59
+ "path_type": "softlink",
60
+ "sha256": "0b0e682a9dc7fd4895a6783288f851b793dc89633f28714027974fa4d66f3914",
61
+ "size_in_bytes": 124744
62
+ },
63
+ {
64
+ "_path": "lib/libz.so.1.2.13",
65
+ "path_type": "hardlink",
66
+ "sha256": "0b0e682a9dc7fd4895a6783288f851b793dc89633f28714027974fa4d66f3914",
67
+ "sha256_in_prefix": "0b0e682a9dc7fd4895a6783288f851b793dc89633f28714027974fa4d66f3914",
68
+ "size_in_bytes": 124744
69
+ },
70
+ {
71
+ "_path": "lib/pkgconfig/zlib.pc",
72
+ "file_mode": "text",
73
+ "path_type": "hardlink",
74
+ "prefix_placeholder": "/croot/zlib_1714510689655/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
75
+ "sha256": "ba5e30a1d9ec0d7104c68a8017603c7a0802afa18970c117eda9b3ab098fa0d5",
76
+ "sha256_in_prefix": "f448489688e5ba0b2ffef63fdb7fe4009dcca53be97dc5d04632f8ec8623a971",
77
+ "size_in_bytes": 1487
78
+ }
79
+ ],
80
+ "paths_version": 1
81
+ },
82
+ "requested_spec": "None",
83
+ "sha256": "eb451d3dba56a77cfc3273c8124cd45a8c13329a16bf9a4954181d835c85677b",
84
+ "size": 113492,
85
+ "subdir": "linux-64",
86
+ "timestamp": 1714510716000,
87
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/zlib-1.2.13-h5eee18b_1.conda",
88
+ "version": "1.2.13"
89
+ }
conda-meta/zstd-1.5.6-hc292b87_0.json ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "hc292b87_0",
3
+ "build_number": 0,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/linux-64",
5
+ "constrains": [],
6
+ "depends": [
7
+ "libgcc-ng >=11.2.0",
8
+ "libstdcxx-ng >=11.2.0",
9
+ "zlib >=1.2.13,<1.3.0a0",
10
+ "lz4-c >=1.9.4,<1.10.0a0",
11
+ "xz >=5.4.6,<6.0a0"
12
+ ],
13
+ "extracted_package_dir": "/home/aioz-nghiale/anaconda3/pkgs/zstd-1.5.6-hc292b87_0",
14
+ "files": [
15
+ "bin/unzstd",
16
+ "bin/zstd",
17
+ "bin/zstdcat",
18
+ "bin/zstdgrep",
19
+ "bin/zstdless",
20
+ "bin/zstdmt",
21
+ "include/zdict.h",
22
+ "include/zstd.h",
23
+ "include/zstd_errors.h",
24
+ "lib/cmake/zstd/zstdConfig.cmake",
25
+ "lib/cmake/zstd/zstdConfigVersion.cmake",
26
+ "lib/cmake/zstd/zstdTargets-release.cmake",
27
+ "lib/cmake/zstd/zstdTargets.cmake",
28
+ "lib/libzstd.a",
29
+ "lib/libzstd.so",
30
+ "lib/libzstd.so.1",
31
+ "lib/libzstd.so.1.5.6",
32
+ "lib/pkgconfig/libzstd.pc",
33
+ "share/man/man1/unzstd.1",
34
+ "share/man/man1/zstd.1",
35
+ "share/man/man1/zstdcat.1",
36
+ "share/man/man1/zstdgrep.1",
37
+ "share/man/man1/zstdless.1"
38
+ ],
39
+ "fn": "zstd-1.5.6-hc292b87_0.conda",
40
+ "license": "BSD-3-Clause AND GPL-2.0-or-later",
41
+ "link": {
42
+ "source": "/home/aioz-nghiale/anaconda3/pkgs/zstd-1.5.6-hc292b87_0",
43
+ "type": 1
44
+ },
45
+ "md5": "78ae7abd3020b41f827b35085845e1b8",
46
+ "name": "zstd",
47
+ "package_tarball_full_path": "/home/aioz-nghiale/anaconda3/pkgs/zstd-1.5.6-hc292b87_0",
48
+ "paths_data": {
49
+ "paths": [
50
+ {
51
+ "_path": "bin/unzstd",
52
+ "path_type": "softlink",
53
+ "sha256": "094ecdc87ec8cd22d27784948ea3c460d3f0e5e95a03e69b5c23ec14d01e148c",
54
+ "size_in_bytes": 212808
55
+ },
56
+ {
57
+ "_path": "bin/zstd",
58
+ "path_type": "hardlink",
59
+ "sha256": "094ecdc87ec8cd22d27784948ea3c460d3f0e5e95a03e69b5c23ec14d01e148c",
60
+ "sha256_in_prefix": "094ecdc87ec8cd22d27784948ea3c460d3f0e5e95a03e69b5c23ec14d01e148c",
61
+ "size_in_bytes": 212808
62
+ },
63
+ {
64
+ "_path": "bin/zstdcat",
65
+ "path_type": "softlink",
66
+ "sha256": "094ecdc87ec8cd22d27784948ea3c460d3f0e5e95a03e69b5c23ec14d01e148c",
67
+ "size_in_bytes": 212808
68
+ },
69
+ {
70
+ "_path": "bin/zstdgrep",
71
+ "path_type": "hardlink",
72
+ "sha256": "9bc769b26542ef2efa14ae29b3178b7f10639cd95544207691cb258fe06bbe17",
73
+ "sha256_in_prefix": "9bc769b26542ef2efa14ae29b3178b7f10639cd95544207691cb258fe06bbe17",
74
+ "size_in_bytes": 3869
75
+ },
76
+ {
77
+ "_path": "bin/zstdless",
78
+ "path_type": "hardlink",
79
+ "sha256": "60e767b7d41a7eee6204fe34285b47e2b706797cd6ca35ca25989639f1c13159",
80
+ "sha256_in_prefix": "60e767b7d41a7eee6204fe34285b47e2b706797cd6ca35ca25989639f1c13159",
81
+ "size_in_bytes": 197
82
+ },
83
+ {
84
+ "_path": "bin/zstdmt",
85
+ "path_type": "softlink",
86
+ "sha256": "094ecdc87ec8cd22d27784948ea3c460d3f0e5e95a03e69b5c23ec14d01e148c",
87
+ "size_in_bytes": 212808
88
+ },
89
+ {
90
+ "_path": "include/zdict.h",
91
+ "path_type": "hardlink",
92
+ "sha256": "02a34169467501fcc665cccb33f5bd455fdb665e9806851777dc8a6c4d5a75e3",
93
+ "sha256_in_prefix": "02a34169467501fcc665cccb33f5bd455fdb665e9806851777dc8a6c4d5a75e3",
94
+ "size_in_bytes": 26433
95
+ },
96
+ {
97
+ "_path": "include/zstd.h",
98
+ "path_type": "hardlink",
99
+ "sha256": "4fab9cf39160cd15fbd9fbc2fd637ee300002fa70e307f85e8a7e45c1e057906",
100
+ "sha256_in_prefix": "4fab9cf39160cd15fbd9fbc2fd637ee300002fa70e307f85e8a7e45c1e057906",
101
+ "size_in_bytes": 175838
102
+ },
103
+ {
104
+ "_path": "include/zstd_errors.h",
105
+ "path_type": "hardlink",
106
+ "sha256": "36dbd0a595852e10ff5b52992294f610055b8781101f4634036e05cf7d4bb506",
107
+ "sha256_in_prefix": "36dbd0a595852e10ff5b52992294f610055b8781101f4634036e05cf7d4bb506",
108
+ "size_in_bytes": 4532
109
+ },
110
+ {
111
+ "_path": "lib/cmake/zstd/zstdConfig.cmake",
112
+ "path_type": "hardlink",
113
+ "sha256": "351ab7939d946cec7d7c6742ec0ff73bcff252813c3eaef08f97fc511240ebaa",
114
+ "sha256_in_prefix": "351ab7939d946cec7d7c6742ec0ff73bcff252813c3eaef08f97fc511240ebaa",
115
+ "size_in_bytes": 1053
116
+ },
117
+ {
118
+ "_path": "lib/cmake/zstd/zstdConfigVersion.cmake",
119
+ "path_type": "hardlink",
120
+ "sha256": "a3f1477b728c3218e4bd49394173813bba60474214171489456ec17649e435a8",
121
+ "sha256_in_prefix": "a3f1477b728c3218e4bd49394173813bba60474214171489456ec17649e435a8",
122
+ "size_in_bytes": 2878
123
+ },
124
+ {
125
+ "_path": "lib/cmake/zstd/zstdTargets-release.cmake",
126
+ "path_type": "hardlink",
127
+ "sha256": "3b8e4d5463720a7a7c3a9f4bfc62e82d1bac1a4b9def2ff963c071d5b05cea05",
128
+ "sha256_in_prefix": "3b8e4d5463720a7a7c3a9f4bfc62e82d1bac1a4b9def2ff963c071d5b05cea05",
129
+ "size_in_bytes": 1367
130
+ },
131
+ {
132
+ "_path": "lib/cmake/zstd/zstdTargets.cmake",
133
+ "path_type": "hardlink",
134
+ "sha256": "fec36f983d1b7c2f739139d2c24d151d45af0f5a9cea63187cacb65ebeec572c",
135
+ "sha256_in_prefix": "fec36f983d1b7c2f739139d2c24d151d45af0f5a9cea63187cacb65ebeec572c",
136
+ "size_in_bytes": 4622
137
+ },
138
+ {
139
+ "_path": "lib/libzstd.a",
140
+ "path_type": "hardlink",
141
+ "sha256": "73a887e7b9aa7c0a753c359265fff3bba68c49036c948ab71b05245edf396c90",
142
+ "sha256_in_prefix": "73a887e7b9aa7c0a753c359265fff3bba68c49036c948ab71b05245edf396c90",
143
+ "size_in_bytes": 1494876
144
+ },
145
+ {
146
+ "_path": "lib/libzstd.so",
147
+ "path_type": "softlink",
148
+ "sha256": "19b0cce49fdf1348eb9f05dd626b0fd56c7b852d4672e1dbcd0f0bc96d040866",
149
+ "size_in_bytes": 1177936
150
+ },
151
+ {
152
+ "_path": "lib/libzstd.so.1",
153
+ "path_type": "softlink",
154
+ "sha256": "19b0cce49fdf1348eb9f05dd626b0fd56c7b852d4672e1dbcd0f0bc96d040866",
155
+ "size_in_bytes": 1177936
156
+ },
157
+ {
158
+ "_path": "lib/libzstd.so.1.5.6",
159
+ "path_type": "hardlink",
160
+ "sha256": "19b0cce49fdf1348eb9f05dd626b0fd56c7b852d4672e1dbcd0f0bc96d040866",
161
+ "sha256_in_prefix": "19b0cce49fdf1348eb9f05dd626b0fd56c7b852d4672e1dbcd0f0bc96d040866",
162
+ "size_in_bytes": 1177936
163
+ },
164
+ {
165
+ "_path": "lib/pkgconfig/libzstd.pc",
166
+ "file_mode": "text",
167
+ "path_type": "hardlink",
168
+ "prefix_placeholder": "/croot/zstd_1728486956697/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl",
169
+ "sha256": "735697ed29ea78e6d9d0ef370027b59f1b6f6f28c0c3282249a5729e50b5b0f9",
170
+ "sha256_in_prefix": "290afb2b99a755a577095dd6fbaae6931f1b46b3881742db544b08e4e6bd4253",
171
+ "size_in_bytes": 707
172
+ },
173
+ {
174
+ "_path": "share/man/man1/unzstd.1",
175
+ "path_type": "softlink",
176
+ "sha256": "30a8c53b9f4faa91726a902039189dd85134432d80b7eee7d69d3298fd2c9dab",
177
+ "size_in_bytes": 35078
178
+ },
179
+ {
180
+ "_path": "share/man/man1/zstd.1",
181
+ "path_type": "hardlink",
182
+ "sha256": "30a8c53b9f4faa91726a902039189dd85134432d80b7eee7d69d3298fd2c9dab",
183
+ "sha256_in_prefix": "30a8c53b9f4faa91726a902039189dd85134432d80b7eee7d69d3298fd2c9dab",
184
+ "size_in_bytes": 35078
185
+ },
186
+ {
187
+ "_path": "share/man/man1/zstdcat.1",
188
+ "path_type": "softlink",
189
+ "sha256": "30a8c53b9f4faa91726a902039189dd85134432d80b7eee7d69d3298fd2c9dab",
190
+ "size_in_bytes": 35078
191
+ },
192
+ {
193
+ "_path": "share/man/man1/zstdgrep.1",
194
+ "path_type": "hardlink",
195
+ "sha256": "48f849487660645500f3082c9371984b6248772b6e3af2650be59c7f30bc549d",
196
+ "sha256_in_prefix": "48f849487660645500f3082c9371984b6248772b6e3af2650be59c7f30bc549d",
197
+ "size_in_bytes": 1131
198
+ },
199
+ {
200
+ "_path": "share/man/man1/zstdless.1",
201
+ "path_type": "hardlink",
202
+ "sha256": "38166f9eb8d93b36e29eb795ca6fa514d6ddddec78e3744b3ee6f1e6c413468c",
203
+ "sha256_in_prefix": "38166f9eb8d93b36e29eb795ca6fa514d6ddddec78e3744b3ee6f1e6c413468c",
204
+ "size_in_bytes": 382
205
+ }
206
+ ],
207
+ "paths_version": 1
208
+ },
209
+ "requested_spec": "None",
210
+ "sha256": "a4fedef6613211d1d647efbafb0154764d351c713a6e775c43ec1dcf71754317",
211
+ "size": 680280,
212
+ "subdir": "linux-64",
213
+ "timestamp": 1728487031000,
214
+ "url": "https://repo.anaconda.com/pkgs/main/linux-64/zstd-1.5.6-hc292b87_0.conda",
215
+ "version": "1.5.6"
216
+ }