Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +13 -0
- deepseek/bin/bunzip2 +3 -0
- deepseek/bin/bzless +61 -0
- deepseek/bin/convert-caffe2-to-onnx +8 -0
- deepseek/bin/gguf-set-metadata +8 -0
- deepseek/bin/infotocap +0 -0
- deepseek/bin/proton-viewer +8 -0
- deepseek/bin/pydoc3.10 +5 -0
- deepseek/bin/tic +0 -0
- deepseek/bin/vllm +8 -0
- deepseek/bin/xzegrep +300 -0
- deepseek/compiler_compat/README +2 -0
- deepseek/compiler_compat/ld +3 -0
- deepseek/conda-meta/_libgcc_mutex-0.1-main.json +29 -0
- deepseek/conda-meta/ld_impl_linux-64-2.40-h12ee557_0.json +62 -0
- deepseek/conda-meta/libgomp-11.2.0-h1234567_1.json +56 -0
- deepseek/conda-meta/pip-25.0-py310h06a4308_0.json +0 -0
- deepseek/conda-meta/setuptools-75.8.0-py310h06a4308_0.json +0 -0
- deepseek/conda-meta/sqlite-3.45.3-h5eee18b_0.json +101 -0
- deepseek/conda-meta/tk-8.6.14-h39e8969_0.json +0 -0
- deepseek/conda-meta/xz-5.6.4-h5eee18b_1.json +1720 -0
- deepseek/conda-meta/zlib-1.2.13-h5eee18b_1.json +89 -0
- deepseek/etc/aau_token +1 -0
- deepseek/lib/libatomic.so +3 -0
- deepseek/lib/libffi.7.so +0 -0
- deepseek/lib/libffi.8.so +0 -0
- deepseek/lib/libffi.a +0 -0
- deepseek/lib/libffi.so.8.1.2 +0 -0
- deepseek/lib/libform.so +0 -0
- deepseek/lib/libform.so.6 +0 -0
- deepseek/lib/libform.so.6.4 +0 -0
- deepseek/lib/libformw.so +0 -0
- deepseek/lib/libgcc_s.so +4 -0
- deepseek/lib/libhistory.so +0 -0
- deepseek/lib/libhistory.so.8.2 +0 -0
- deepseek/lib/liblsan.so.0 +3 -0
- deepseek/lib/libmenu.a +0 -0
- deepseek/lib/libmenu.so +0 -0
- deepseek/lib/libmenu.so.6 +0 -0
- deepseek/lib/libmenu.so.6.4 +0 -0
- deepseek/lib/libmenuw.so.6.4 +0 -0
- deepseek/lib/libncurses.so.6 +3 -0
- deepseek/lib/libpanel.so.6.4 +0 -0
- deepseek/lib/libquadmath.so.0.0.0 +3 -0
- deepseek/lib/libreadline.a +3 -0
- deepseek/lib/libreadline.so +3 -0
- deepseek/lib/libreadline.so.8 +3 -0
- deepseek/lib/libsqlite3.so +3 -0
- deepseek/lib/libssl.so.3 +3 -0
- deepseek/lib/libtk8.6.so +3 -0
.gitattributes
CHANGED
|
@@ -358,3 +358,16 @@ evalkit_tf437/lib/itcl4.2.4/libitcl4.2.4.so filter=lfs diff=lfs merge=lfs -text
|
|
| 358 |
evalkit_tf437/lib/python3.10/site-packages/scipy/linalg/_fblas.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 359 |
evalkit_tf437/lib/python3.10/site-packages/scipy/sparse/linalg/_dsolve/_superlu.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 360 |
evalkit_tf437/lib/python3.10/site-packages/scipy/cluster/_optimal_leaf_ordering.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 358 |
evalkit_tf437/lib/python3.10/site-packages/scipy/linalg/_fblas.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 359 |
evalkit_tf437/lib/python3.10/site-packages/scipy/sparse/linalg/_dsolve/_superlu.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 360 |
evalkit_tf437/lib/python3.10/site-packages/scipy/cluster/_optimal_leaf_ordering.cpython-310-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 361 |
+
deepseek/lib/libncurses.so.6 filter=lfs diff=lfs merge=lfs -text
|
| 362 |
+
deepseek/lib/libatomic.so filter=lfs diff=lfs merge=lfs -text
|
| 363 |
+
deepseek/lib/libquadmath.so.0.0.0 filter=lfs diff=lfs merge=lfs -text
|
| 364 |
+
deepseek/bin/bunzip2 filter=lfs diff=lfs merge=lfs -text
|
| 365 |
+
deepseek/lib/libreadline.so.8 filter=lfs diff=lfs merge=lfs -text
|
| 366 |
+
deepseek/lib/libtk8.6.so filter=lfs diff=lfs merge=lfs -text
|
| 367 |
+
deepseek/lib/libsqlite3.so filter=lfs diff=lfs merge=lfs -text
|
| 368 |
+
deepseek/lib/liblsan.so.0 filter=lfs diff=lfs merge=lfs -text
|
| 369 |
+
deepseek/lib/libubsan.so.1 filter=lfs diff=lfs merge=lfs -text
|
| 370 |
+
deepseek/lib/libreadline.so filter=lfs diff=lfs merge=lfs -text
|
| 371 |
+
deepseek/lib/libssl.so.3 filter=lfs diff=lfs merge=lfs -text
|
| 372 |
+
deepseek/lib/libreadline.a filter=lfs diff=lfs merge=lfs -text
|
| 373 |
+
deepseek/compiler_compat/ld filter=lfs diff=lfs merge=lfs -text
|
deepseek/bin/bunzip2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a514cce807cb1656a3bcd59794401e7d63c9554267e9acc77097a406092a8ed
|
| 3 |
+
size 299464
|
deepseek/bin/bzless
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/sh
|
| 2 |
+
|
| 3 |
+
# Bzmore wrapped for bzip2,
|
| 4 |
+
# adapted from zmore by Philippe Troin <phil@fifi.org> for Debian GNU/Linux.
|
| 5 |
+
|
| 6 |
+
PATH="/usr/bin:$PATH"; export PATH
|
| 7 |
+
|
| 8 |
+
prog=`echo $0 | sed 's|.*/||'`
|
| 9 |
+
case "$prog" in
|
| 10 |
+
*less) more=less ;;
|
| 11 |
+
*) more=more ;;
|
| 12 |
+
esac
|
| 13 |
+
|
| 14 |
+
if test "`echo -n a`" = "-n a"; then
|
| 15 |
+
# looks like a SysV system:
|
| 16 |
+
n1=''; n2='\c'
|
| 17 |
+
else
|
| 18 |
+
n1='-n'; n2=''
|
| 19 |
+
fi
|
| 20 |
+
oldtty=`stty -g 2>/dev/null`
|
| 21 |
+
if stty -cbreak 2>/dev/null; then
|
| 22 |
+
cb='cbreak'; ncb='-cbreak'
|
| 23 |
+
else
|
| 24 |
+
# 'stty min 1' resets eof to ^a on both SunOS and SysV!
|
| 25 |
+
cb='min 1 -icanon'; ncb='icanon eof ^d'
|
| 26 |
+
fi
|
| 27 |
+
if test $? -eq 0 -a -n "$oldtty"; then
|
| 28 |
+
trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15
|
| 29 |
+
else
|
| 30 |
+
trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15
|
| 31 |
+
fi
|
| 32 |
+
|
| 33 |
+
if test $# = 0; then
|
| 34 |
+
if test -t 0; then
|
| 35 |
+
echo usage: $prog files...
|
| 36 |
+
else
|
| 37 |
+
bzip2 -cdfq | eval $more
|
| 38 |
+
fi
|
| 39 |
+
else
|
| 40 |
+
FIRST=1
|
| 41 |
+
for FILE
|
| 42 |
+
do
|
| 43 |
+
if test $FIRST -eq 0; then
|
| 44 |
+
echo $n1 "--More--(Next file: $FILE)$n2"
|
| 45 |
+
stty $cb -echo 2>/dev/null
|
| 46 |
+
ANS=`dd bs=1 count=1 2>/dev/null`
|
| 47 |
+
stty $ncb echo 2>/dev/null
|
| 48 |
+
echo " "
|
| 49 |
+
if test "$ANS" = 'e' -o "$ANS" = 'q'; then
|
| 50 |
+
exit
|
| 51 |
+
fi
|
| 52 |
+
fi
|
| 53 |
+
if test "$ANS" != 's'; then
|
| 54 |
+
echo "------> $FILE <------"
|
| 55 |
+
bzip2 -cdfq "$FILE" | eval $more
|
| 56 |
+
fi
|
| 57 |
+
if test -t; then
|
| 58 |
+
FIRST=0
|
| 59 |
+
fi
|
| 60 |
+
done
|
| 61 |
+
fi
|
deepseek/bin/convert-caffe2-to-onnx
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/root/envs/deepseek/bin/python
|
| 2 |
+
# -*- coding: utf-8 -*-
|
| 3 |
+
import re
|
| 4 |
+
import sys
|
| 5 |
+
from caffe2.python.onnx.bin.conversion import caffe2_to_onnx
|
| 6 |
+
if __name__ == '__main__':
|
| 7 |
+
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
| 8 |
+
sys.exit(caffe2_to_onnx())
|
deepseek/bin/gguf-set-metadata
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/root/envs/deepseek/bin/python
|
| 2 |
+
# -*- coding: utf-8 -*-
|
| 3 |
+
import re
|
| 4 |
+
import sys
|
| 5 |
+
from scripts import gguf_set_metadata_entrypoint
|
| 6 |
+
if __name__ == '__main__':
|
| 7 |
+
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
| 8 |
+
sys.exit(gguf_set_metadata_entrypoint())
|
deepseek/bin/infotocap
ADDED
|
Binary file (92.2 kB). View file
|
|
|
deepseek/bin/proton-viewer
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/root/envs/deepseek/bin/python
|
| 2 |
+
# -*- coding: utf-8 -*-
|
| 3 |
+
import re
|
| 4 |
+
import sys
|
| 5 |
+
from triton.profiler.viewer import main
|
| 6 |
+
if __name__ == '__main__':
|
| 7 |
+
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
| 8 |
+
sys.exit(main())
|
deepseek/bin/pydoc3.10
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/root/envs/deepseek/bin/python3.10
|
| 2 |
+
|
| 3 |
+
import pydoc
|
| 4 |
+
if __name__ == '__main__':
|
| 5 |
+
pydoc.cli()
|
deepseek/bin/tic
ADDED
|
Binary file (92.2 kB). View file
|
|
|
deepseek/bin/vllm
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/root/envs/deepseek/bin/python
|
| 2 |
+
# -*- coding: utf-8 -*-
|
| 3 |
+
import re
|
| 4 |
+
import sys
|
| 5 |
+
from vllm.scripts import main
|
| 6 |
+
if __name__ == '__main__':
|
| 7 |
+
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
| 8 |
+
sys.exit(main())
|
deepseek/bin/xzegrep
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"
|
deepseek/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.
|
deepseek/compiler_compat/ld
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaaab6b3200c6f71e5f2970b01a074c958d5af546e5f43c011192307f69d9cac
|
| 3 |
+
size 2195376
|
deepseek/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",
|
| 5 |
+
"constrains": [],
|
| 6 |
+
"depends": [],
|
| 7 |
+
"extracted_package_dir": "/opt/conda/pkgs/_libgcc_mutex-0.1-main",
|
| 8 |
+
"files": [],
|
| 9 |
+
"fn": "_libgcc_mutex-0.1-main.conda",
|
| 10 |
+
"license": "",
|
| 11 |
+
"link": {
|
| 12 |
+
"source": "/opt/conda/pkgs/_libgcc_mutex-0.1-main",
|
| 13 |
+
"type": 1
|
| 14 |
+
},
|
| 15 |
+
"md5": "c3473ff8bdb3d124ed5ff11ec380d6f9",
|
| 16 |
+
"name": "_libgcc_mutex",
|
| 17 |
+
"package_tarball_full_path": "/opt/conda/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 |
+
}
|
deepseek/conda-meta/ld_impl_linux-64-2.40-h12ee557_0.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"build": "h12ee557_0",
|
| 3 |
+
"build_number": 0,
|
| 4 |
+
"channel": "https://repo.anaconda.com/pkgs/main",
|
| 5 |
+
"constrains": [
|
| 6 |
+
"binutils_impl_linux-64 2.40"
|
| 7 |
+
],
|
| 8 |
+
"depends": [],
|
| 9 |
+
"extracted_package_dir": "/opt/conda/pkgs/ld_impl_linux-64-2.40-h12ee557_0",
|
| 10 |
+
"files": [
|
| 11 |
+
"bin/x86_64-conda-linux-gnu-ld",
|
| 12 |
+
"bin/x86_64-conda_cos7-linux-gnu-ld",
|
| 13 |
+
"x86_64-conda-linux-gnu/bin/ld",
|
| 14 |
+
"x86_64-conda_cos7-linux-gnu/bin/ld"
|
| 15 |
+
],
|
| 16 |
+
"fn": "ld_impl_linux-64-2.40-h12ee557_0.conda",
|
| 17 |
+
"license": "GPL-3.0-only",
|
| 18 |
+
"link": {
|
| 19 |
+
"source": "/opt/conda/pkgs/ld_impl_linux-64-2.40-h12ee557_0",
|
| 20 |
+
"type": 1
|
| 21 |
+
},
|
| 22 |
+
"md5": "ee672b5f635340734f58d618b7bca024",
|
| 23 |
+
"name": "ld_impl_linux-64",
|
| 24 |
+
"package_tarball_full_path": "/opt/conda/pkgs/ld_impl_linux-64-2.40-h12ee557_0.conda",
|
| 25 |
+
"paths_data": {
|
| 26 |
+
"paths": [
|
| 27 |
+
{
|
| 28 |
+
"_path": "bin/x86_64-conda-linux-gnu-ld",
|
| 29 |
+
"path_type": "hardlink",
|
| 30 |
+
"sha256": "aaaab6b3200c6f71e5f2970b01a074c958d5af546e5f43c011192307f69d9cac",
|
| 31 |
+
"sha256_in_prefix": "aaaab6b3200c6f71e5f2970b01a074c958d5af546e5f43c011192307f69d9cac",
|
| 32 |
+
"size_in_bytes": 2195376
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"_path": "bin/x86_64-conda_cos7-linux-gnu-ld",
|
| 36 |
+
"path_type": "softlink",
|
| 37 |
+
"sha256": "aaaab6b3200c6f71e5f2970b01a074c958d5af546e5f43c011192307f69d9cac",
|
| 38 |
+
"size_in_bytes": 2195376
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"_path": "x86_64-conda-linux-gnu/bin/ld",
|
| 42 |
+
"path_type": "softlink",
|
| 43 |
+
"sha256": "aaaab6b3200c6f71e5f2970b01a074c958d5af546e5f43c011192307f69d9cac",
|
| 44 |
+
"size_in_bytes": 2195376
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"_path": "x86_64-conda_cos7-linux-gnu/bin/ld",
|
| 48 |
+
"path_type": "softlink",
|
| 49 |
+
"sha256": "aaaab6b3200c6f71e5f2970b01a074c958d5af546e5f43c011192307f69d9cac",
|
| 50 |
+
"size_in_bytes": 2195376
|
| 51 |
+
}
|
| 52 |
+
],
|
| 53 |
+
"paths_version": 1
|
| 54 |
+
},
|
| 55 |
+
"requested_spec": "None",
|
| 56 |
+
"sha256": "07137855558e3749fc88812644ab30fc543bc31bcf274403e1a23764bed78127",
|
| 57 |
+
"size": 726762,
|
| 58 |
+
"subdir": "linux-64",
|
| 59 |
+
"timestamp": 1727336193000,
|
| 60 |
+
"url": "https://repo.anaconda.com/pkgs/main/linux-64/ld_impl_linux-64-2.40-h12ee557_0.conda",
|
| 61 |
+
"version": "2.40"
|
| 62 |
+
}
|
deepseek/conda-meta/libgomp-11.2.0-h1234567_1.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"build": "h1234567_1",
|
| 3 |
+
"build_number": 1,
|
| 4 |
+
"channel": "https://repo.anaconda.com/pkgs/main",
|
| 5 |
+
"constrains": [],
|
| 6 |
+
"depends": [
|
| 7 |
+
"_libgcc_mutex 0.1 main"
|
| 8 |
+
],
|
| 9 |
+
"extracted_package_dir": "/opt/conda/pkgs/libgomp-11.2.0-h1234567_1",
|
| 10 |
+
"files": [
|
| 11 |
+
"lib/libgomp.so",
|
| 12 |
+
"lib/libgomp.so.1.0.0",
|
| 13 |
+
"share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION.gomp_copy"
|
| 14 |
+
],
|
| 15 |
+
"fn": "libgomp-11.2.0-h1234567_1.conda",
|
| 16 |
+
"license": "GPL-3.0-only WITH GCC-exception-3.1",
|
| 17 |
+
"link": {
|
| 18 |
+
"source": "/opt/conda/pkgs/libgomp-11.2.0-h1234567_1",
|
| 19 |
+
"type": 1
|
| 20 |
+
},
|
| 21 |
+
"md5": "b372c0eea9b60732fdae4b817a63c8cd",
|
| 22 |
+
"name": "libgomp",
|
| 23 |
+
"package_tarball_full_path": "/opt/conda/pkgs/libgomp-11.2.0-h1234567_1.conda",
|
| 24 |
+
"paths_data": {
|
| 25 |
+
"paths": [
|
| 26 |
+
{
|
| 27 |
+
"_path": "lib/libgomp.so",
|
| 28 |
+
"path_type": "softlink",
|
| 29 |
+
"sha256": "e3b68c5f37afb7b70bd12273b69706ab33a397714e8336910f0e47f8f1cf6854",
|
| 30 |
+
"size_in_bytes": 1265616
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"_path": "lib/libgomp.so.1.0.0",
|
| 34 |
+
"path_type": "hardlink",
|
| 35 |
+
"sha256": "e3b68c5f37afb7b70bd12273b69706ab33a397714e8336910f0e47f8f1cf6854",
|
| 36 |
+
"sha256_in_prefix": "e3b68c5f37afb7b70bd12273b69706ab33a397714e8336910f0e47f8f1cf6854",
|
| 37 |
+
"size_in_bytes": 1265616
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"_path": "share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION.gomp_copy",
|
| 41 |
+
"path_type": "hardlink",
|
| 42 |
+
"sha256": "9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74",
|
| 43 |
+
"sha256_in_prefix": "9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74",
|
| 44 |
+
"size_in_bytes": 3324
|
| 45 |
+
}
|
| 46 |
+
],
|
| 47 |
+
"paths_version": 1
|
| 48 |
+
},
|
| 49 |
+
"requested_spec": "None",
|
| 50 |
+
"sha256": "a1c6e599df45e116af81c36ec4c9efb1793fa3a0b854dd90dd6c8813cd476e90",
|
| 51 |
+
"size": 485145,
|
| 52 |
+
"subdir": "linux-64",
|
| 53 |
+
"timestamp": 1654090775000,
|
| 54 |
+
"url": "https://repo.anaconda.com/pkgs/main/linux-64/libgomp-11.2.0-h1234567_1.conda",
|
| 55 |
+
"version": "11.2.0"
|
| 56 |
+
}
|
deepseek/conda-meta/pip-25.0-py310h06a4308_0.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
deepseek/conda-meta/setuptools-75.8.0-py310h06a4308_0.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
deepseek/conda-meta/sqlite-3.45.3-h5eee18b_0.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"build": "h5eee18b_0",
|
| 3 |
+
"build_number": 0,
|
| 4 |
+
"channel": "https://repo.anaconda.com/pkgs/main",
|
| 5 |
+
"constrains": [],
|
| 6 |
+
"depends": [
|
| 7 |
+
"libgcc-ng >=11.2.0",
|
| 8 |
+
"zlib >=1.2.13,<1.3.0a0",
|
| 9 |
+
"readline >=8.0,<9.0a0",
|
| 10 |
+
"ncurses >=6.4,<7.0a0",
|
| 11 |
+
"zlib >=1.2.13,<2.0a0"
|
| 12 |
+
],
|
| 13 |
+
"extracted_package_dir": "/opt/conda/pkgs/sqlite-3.45.3-h5eee18b_0",
|
| 14 |
+
"files": [
|
| 15 |
+
"bin/sqlite3",
|
| 16 |
+
"include/sqlite3.h",
|
| 17 |
+
"include/sqlite3ext.h",
|
| 18 |
+
"lib/libsqlite3.so",
|
| 19 |
+
"lib/libsqlite3.so.0",
|
| 20 |
+
"lib/libsqlite3.so.0.8.6",
|
| 21 |
+
"lib/pkgconfig/sqlite3.pc",
|
| 22 |
+
"share/man/man1/sqlite3.1"
|
| 23 |
+
],
|
| 24 |
+
"fn": "sqlite-3.45.3-h5eee18b_0.conda",
|
| 25 |
+
"license": "blessing",
|
| 26 |
+
"link": {
|
| 27 |
+
"source": "/opt/conda/pkgs/sqlite-3.45.3-h5eee18b_0",
|
| 28 |
+
"type": 1
|
| 29 |
+
},
|
| 30 |
+
"md5": "acf93d6aceb74d6110e20b44cc45939e",
|
| 31 |
+
"name": "sqlite",
|
| 32 |
+
"package_tarball_full_path": "/opt/conda/pkgs/sqlite-3.45.3-h5eee18b_0.conda",
|
| 33 |
+
"paths_data": {
|
| 34 |
+
"paths": [
|
| 35 |
+
{
|
| 36 |
+
"_path": "bin/sqlite3",
|
| 37 |
+
"path_type": "hardlink",
|
| 38 |
+
"sha256": "b7c98c978efe537f94f522a16697b0ca86b384ca5e7a7bbc3eece38923194046",
|
| 39 |
+
"sha256_in_prefix": "b7c98c978efe537f94f522a16697b0ca86b384ca5e7a7bbc3eece38923194046",
|
| 40 |
+
"size_in_bytes": 1777144
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"_path": "include/sqlite3.h",
|
| 44 |
+
"path_type": "hardlink",
|
| 45 |
+
"sha256": "882ad3c0448d0324fb3a6b1a85333a9173d539ac669c9972ae1f03722ff86282",
|
| 46 |
+
"sha256_in_prefix": "882ad3c0448d0324fb3a6b1a85333a9173d539ac669c9972ae1f03722ff86282",
|
| 47 |
+
"size_in_bytes": 641889
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"_path": "include/sqlite3ext.h",
|
| 51 |
+
"path_type": "hardlink",
|
| 52 |
+
"sha256": "b184dd1586d935133d37ad76fa353faf0a1021ff2fdedeedcc3498fff74bbb94",
|
| 53 |
+
"sha256_in_prefix": "b184dd1586d935133d37ad76fa353faf0a1021ff2fdedeedcc3498fff74bbb94",
|
| 54 |
+
"size_in_bytes": 38149
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"_path": "lib/libsqlite3.so",
|
| 58 |
+
"path_type": "softlink",
|
| 59 |
+
"sha256": "71932eb5bf89092fbd2c900601fc9f24aa184d65038aaec2445fd11b1d923327",
|
| 60 |
+
"size_in_bytes": 1543808
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"_path": "lib/libsqlite3.so.0",
|
| 64 |
+
"path_type": "softlink",
|
| 65 |
+
"sha256": "71932eb5bf89092fbd2c900601fc9f24aa184d65038aaec2445fd11b1d923327",
|
| 66 |
+
"size_in_bytes": 1543808
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"_path": "lib/libsqlite3.so.0.8.6",
|
| 70 |
+
"path_type": "hardlink",
|
| 71 |
+
"sha256": "71932eb5bf89092fbd2c900601fc9f24aa184d65038aaec2445fd11b1d923327",
|
| 72 |
+
"sha256_in_prefix": "71932eb5bf89092fbd2c900601fc9f24aa184d65038aaec2445fd11b1d923327",
|
| 73 |
+
"size_in_bytes": 1543808
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"_path": "lib/pkgconfig/sqlite3.pc",
|
| 77 |
+
"file_mode": "text",
|
| 78 |
+
"path_type": "hardlink",
|
| 79 |
+
"prefix_placeholder": "/croot/sqlite_1714488253653/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_",
|
| 80 |
+
"sha256": "ff5d5bee02eae3cc17981bd9944e890b07f1202bcfea54be7412f2aaa3851426",
|
| 81 |
+
"sha256_in_prefix": "a45806b1bbee8a0b6f6284ea141ceae9c252a9f642db2949cc4701f6f52e1261",
|
| 82 |
+
"size_in_bytes": 531
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"_path": "share/man/man1/sqlite3.1",
|
| 86 |
+
"path_type": "hardlink",
|
| 87 |
+
"sha256": "161127f79ba85a39c43520a33174d817a2465159ddf034aaddd4a696fe133564",
|
| 88 |
+
"sha256_in_prefix": "161127f79ba85a39c43520a33174d817a2465159ddf034aaddd4a696fe133564",
|
| 89 |
+
"size_in_bytes": 4340
|
| 90 |
+
}
|
| 91 |
+
],
|
| 92 |
+
"paths_version": 1
|
| 93 |
+
},
|
| 94 |
+
"requested_spec": "None",
|
| 95 |
+
"sha256": "74b61ac1a7df6777b759680047b9d67ba8ac1a921f56de42e09c99b5cc2f778a",
|
| 96 |
+
"size": 1285571,
|
| 97 |
+
"subdir": "linux-64",
|
| 98 |
+
"timestamp": 1714488309000,
|
| 99 |
+
"url": "https://repo.anaconda.com/pkgs/main/linux-64/sqlite-3.45.3-h5eee18b_0.conda",
|
| 100 |
+
"version": "3.45.3"
|
| 101 |
+
}
|
deepseek/conda-meta/tk-8.6.14-h39e8969_0.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
deepseek/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",
|
| 5 |
+
"constrains": [],
|
| 6 |
+
"depends": [
|
| 7 |
+
"libgcc-ng >=11.2.0"
|
| 8 |
+
],
|
| 9 |
+
"extracted_package_dir": "/opt/conda/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": "/opt/conda/pkgs/xz-5.6.4-h5eee18b_1",
|
| 240 |
+
"type": 1
|
| 241 |
+
},
|
| 242 |
+
"md5": "3581505fa450962d631bd82b8616350e",
|
| 243 |
+
"name": "xz",
|
| 244 |
+
"package_tarball_full_path": "/opt/conda/pkgs/xz-5.6.4-h5eee18b_1.conda",
|
| 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": "f3bcbf2a27d61e12b010aa4374c7ddb4e1702ec9d54dfc82851cc11a111479c6",
|
| 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": "fc0bc7b3ffa6d236087079b01b3a6d261e34808ae2f9b7b22ea84ff57ebba7ec",
|
| 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": "e6ff1f55912b42a23b9e3215da7f5cbc107869a972e155d2716208bb30b52b1f",
|
| 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 |
+
}
|
deepseek/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",
|
| 5 |
+
"constrains": [],
|
| 6 |
+
"depends": [
|
| 7 |
+
"libgcc-ng >=11.2.0"
|
| 8 |
+
],
|
| 9 |
+
"extracted_package_dir": "/opt/conda/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": "/opt/conda/pkgs/zlib-1.2.13-h5eee18b_1",
|
| 23 |
+
"type": 1
|
| 24 |
+
},
|
| 25 |
+
"md5": "92e42d8310108b0a440fb2e60b2b2a25",
|
| 26 |
+
"name": "zlib",
|
| 27 |
+
"package_tarball_full_path": "/opt/conda/pkgs/zlib-1.2.13-h5eee18b_1.conda",
|
| 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": "d5dfc08a0cbe3e5d1f3cb41b3c54f116835506880a5b7c05d762c389f9fcc970",
|
| 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 |
+
}
|
deepseek/etc/aau_token
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
IUTczx7fnBPIqHU-YyypJH
|
deepseek/lib/libatomic.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f1a92c18f01c13c9a89908fb86a7309ae5b89a882db9914114957bc4b6fed92
|
| 3 |
+
size 143648
|
deepseek/lib/libffi.7.so
ADDED
|
Binary file (72.1 kB). View file
|
|
|
deepseek/lib/libffi.8.so
ADDED
|
Binary file (72.1 kB). View file
|
|
|
deepseek/lib/libffi.a
ADDED
|
Binary file (97.8 kB). View file
|
|
|
deepseek/lib/libffi.so.8.1.2
ADDED
|
Binary file (72.1 kB). View file
|
|
|
deepseek/lib/libform.so
ADDED
|
Binary file (91.4 kB). View file
|
|
|
deepseek/lib/libform.so.6
ADDED
|
Binary file (91.4 kB). View file
|
|
|
deepseek/lib/libform.so.6.4
ADDED
|
Binary file (91.4 kB). View file
|
|
|
deepseek/lib/libformw.so
ADDED
|
Binary file (91.4 kB). View file
|
|
|
deepseek/lib/libgcc_s.so
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* GNU ld script
|
| 2 |
+
Use the shared library, but some functions are only in
|
| 3 |
+
the static library. */
|
| 4 |
+
GROUP ( libgcc_s.so.1 -lgcc )
|
deepseek/lib/libhistory.so
ADDED
|
Binary file (58.5 kB). View file
|
|
|
deepseek/lib/libhistory.so.8.2
ADDED
|
Binary file (58.5 kB). View file
|
|
|
deepseek/lib/liblsan.so.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b898a178573c3ec5feb7246182ac8ebc2664197e35bf08040e6ca2ee4719757
|
| 3 |
+
size 2691440
|
deepseek/lib/libmenu.a
ADDED
|
Binary file (82.2 kB). View file
|
|
|
deepseek/lib/libmenu.so
ADDED
|
Binary file (45.3 kB). View file
|
|
|
deepseek/lib/libmenu.so.6
ADDED
|
Binary file (45.3 kB). View file
|
|
|
deepseek/lib/libmenu.so.6.4
ADDED
|
Binary file (45.3 kB). View file
|
|
|
deepseek/lib/libmenuw.so.6.4
ADDED
|
Binary file (45.3 kB). View file
|
|
|
deepseek/lib/libncurses.so.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fa4e5e93804d78660b0eef727cdb4211209e1742e4ad3669348022668d90962
|
| 3 |
+
size 271304
|
deepseek/lib/libpanel.so.6.4
ADDED
|
Binary file (20.7 kB). View file
|
|
|
deepseek/lib/libquadmath.so.0.0.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10c6fadba4c2f6d77e836a50aadbd92e95b137a85eb01b1ca183b50d8f39a2c6
|
| 3 |
+
size 1009408
|
deepseek/lib/libreadline.a
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34edb0aaf24f86fa37e869bb46389534179d560e141a744b15d854497148663a
|
| 3 |
+
size 749782
|
deepseek/lib/libreadline.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b6a9d66a73115c872272bb479c8f29df1bf7d9b16e5913e083d64b7753ce1c6
|
| 3 |
+
size 411464
|
deepseek/lib/libreadline.so.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b6a9d66a73115c872272bb479c8f29df1bf7d9b16e5913e083d64b7753ce1c6
|
| 3 |
+
size 411464
|
deepseek/lib/libsqlite3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71932eb5bf89092fbd2c900601fc9f24aa184d65038aaec2445fd11b1d923327
|
| 3 |
+
size 1543808
|
deepseek/lib/libssl.so.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3480c91df4e0c1a33514955568641405e37924f680e8ba42f494a209640516c6
|
| 3 |
+
size 775712
|
deepseek/lib/libtk8.6.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9d3fa72bdd8a3c61cefda30f2266d3b46cc67b91f32956e6acb203edd452325
|
| 3 |
+
size 1604176
|