## Summary Improve CMake build system: cleaner separation, compiler caching, and release packaging. ### Toolchain & Build - Clean up `toolchain.cmake` to only contain clang/lld-specific setup (compiler paths, linker selection, llvm tools), allowing other toolchains like GCC to work without it - Add ccache (Linux/macOS) and sccache (Windows) support via toolchain auto-detection - Move project-universal flags (`-ffunction-sections`, `--gc-sections`, `-static-libstdc++`, etc.) to `CMakeLists.txt` so they apply regardless of toolchain - Add `-fno-exceptions` to project compile options; fix `/EHs-c-` for proper MSVC exception disabling - Use MSVC/clang-cl frontend detection instead of `WIN32` for MSVC-specific linker flags - Declare missing options: `CLICE_USE_LIBCXX`, `CLICE_OFFLINE_BUILD`, `CLICE_ENABLE_BENCHMARK`, `CLICE_RELEASE` ### Release Packaging (`cmake/release.cmake`) - Strip debug symbols and produce separate symbol archives (`.debug` / `.dSYM` / `.pdb`) - Windows: copy PDB via `$<TARGET_PDB_FILE:clice>`; macOS: use `copy_directory` for dSYM bundle - Package clice binary + clang resource dir + config into distributable tarball/zip - `cmake/archive.cmake` helper for cross-platform archive creation - Activated via `-DCLICE_RELEASE=ON` (auto-enables LTO) ### Code Cleanup - Replace manual 40+ line source file list with `GLOB_RECURSE` for clice-core - Fix duplicate `include_resolver.cpp` entry - Use build-time `add_custom_target` for clang resource dir copy (instead of configure-time `file(COPY)`) - Gate `scan_benchmark` behind `CLICE_ENABLE_BENCHMARK` option ### CI - Add compiler cache with env var control (`CCACHE_DIR`/`SCCACHE_DIR`) and `actions/cache` for persistence - Proper cache lifecycle: zero-stats before build, show-stats + stop-server after - Stop sccache server before pixi cleanup to fix Windows EBUSY error - Pass `CLICE_ENABLE_BENCHMARK=ON` in benchmark workflow - Platform-specific ccache/sccache dependencies in pixi.toml ## Test plan - [x] Local build (RelWithDebInfo) passes - [x] Local release build (LTO + strip + pack) produces correct archives - [ ] CI: Linux Debug/RelWithDebInfo - [ ] CI: macOS Debug/RelWithDebInfo - [ ] CI: Windows Debug/RelWithDebInfo - [ ] CI: Benchmark (all platforms) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
3402 lines
145 KiB
YAML
Generated
3402 lines
145 KiB
YAML
Generated
version: 6
|
|
environments:
|
|
default:
|
|
channels:
|
|
- url: https://conda.anaconda.org/conda-forge/
|
|
indexes:
|
|
- https://pypi.org/simple
|
|
options:
|
|
pypi-prerelease-mode: if-necessary-or-explicit
|
|
packages:
|
|
linux-64:
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45-default_hfdba357_105.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ccache-4.13.2-hedf47ba_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-20-20.1.8-default_h99862b1_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-20.1.8-default_h36abe19_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clangxx-20.1.8-default_h363a0c9_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-4.2.1-hc85cc9f_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/compiler-rt-20.1.8-hb700be7_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_linux-64-20.1.8-hffcefe0_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-14.2.0-h96c4ede_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-14.2.0-hdb7739f_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-14.2.0-h96c4ede_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-14.2.0-h2ead766_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-78.1-h33c6efd_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_18.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45-default_hbd61a6d_105.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp20.1-20.1.8-default_h99862b1_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.17.0-h4e3cde8_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.3-hecca717_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-14.2.0-h9c4974d_102.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libhiredis-1.3.0-h5888daf_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hf7376ad_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-14.2.0-hed042b8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.1-hf4e2dac_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-14.2.0-h9c4974d_102.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-16-2.15.1-hca6bf5a_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.15.1-he237659_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/lld-20.1.8-hef48ded_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/llvm-tools-20-20.1.8-h3b15d91_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/llvm-tools-20.1.8-hb700be7_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.13.2-h171cf75_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.0-h26f9b46_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.14.2-h32b2ec7_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.6-hb9d3cd8_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h0157908_18.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_ha0e22de_103.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda
|
|
- pypi: https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/7b/f0/92f2d609d6642b5f30cb50a885d2bf1483301c69d5786286500d15651ef2/lsprotocol-2025.0.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/fd/1a/208293b6c350f5abea6941d5606080d4a492644052504f5312e5de30a902/pygls-2.1.1-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
osx-arm64:
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.6-hc919400_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ccache-4.13.2-h414bf82_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-20-20.1.8-default_h73dfc95_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-20.1.8-default_hf9bcbb7_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-20.1.8-default_h36137df_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-4.2.1-h54ad630_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-20.1.8-h855ad52_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-20.1.8-he32a8d3_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-78.1-h38cb7af_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp20.1-20.1.8-default_h73dfc95_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.17.0-hdece5d2_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-21.1.8-hf598326_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-20.1.8-h6dc3340_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libcxx-headers-20.1.8-h707e725_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.7.3-haf25636_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.5.2-he5f378a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libhiredis-1.3.0-h286801f_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.18-h23cfdf5_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm20-20.1.8-h8e0c9ce_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.8.1-h39f12f2_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libmpdec-4.0.0-h5505292_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.67.0-hc438710_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.51.1-h1b79a29_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h1590b86_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.51.0-h6caf38d_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-16-2.15.1-h5ef1a60_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.15.1-h8d039ee_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lld-20.1.8-ha4b1419_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-20-20.1.8-h91fd4e7_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-20.1.8-h855ad52_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.13.2-h49c215f_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.6.0-h5503f6c_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.14.2-h40d2674_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.3-h46df422_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.6-h5505292_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xxhash-0.8.3-haa4e116_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda
|
|
- pypi: https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/7b/f0/92f2d609d6642b5f30cb50a885d2bf1483301c69d5786286500d15651ef2/lsprotocol-2025.0.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/fd/1a/208293b6c350f5abea6941d5606080d4a492644052504f5312e5de30a902/pygls-2.1.1-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
win-64:
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h0ad9c76_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-h4c7d964_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clang-20-20.1.8-default_hac490eb_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clang-20.1.8-default_hac490eb_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clangxx-20.1.8-default_hac490eb_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/cmake-4.2.1-hdcbee5b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/compiler-rt-20.1.8-h49e36cd_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_win-64-20.1.8-h49e36cd_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/icu-78.1-h637d24d_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.17.0-h43ecb02_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.7.3-hac47afa_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.5.2-h52bdfb6_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.18-hc1393d2_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libllvm20-20.1.8-h830ff33_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.8.1-h2466b09_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libmpdec-4.0.0-h2466b09_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.51.1-hf5d6505_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-h9aa295b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.51.0-hfd05255_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-16-2.15.1-h3cfd58e_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.15.1-h779ef1b_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/lld-20.1.8-hc465015_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/llvm-tools-20.1.8-h752b59f_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.13.2-h477610d_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.6.0-h725018a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.14.2-h4b44e0e_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/sccache-0.14.0-h18a1a76_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h2c6b04d_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.26100.0-h57928b3_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h2b53caa_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vcomp14-14.44.35208-h818238b_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.7-h534d264_6.conda
|
|
- pypi: https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/7b/f0/92f2d609d6642b5f30cb50a885d2bf1483301c69d5786286500d15651ef2/lsprotocol-2025.0.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/fd/1a/208293b6c350f5abea6941d5606080d4a492644052504f5312e5de30a902/pygls-2.1.1-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
format:
|
|
channels:
|
|
- url: https://conda.anaconda.org/conda-forge/
|
|
options:
|
|
pypi-prerelease-mode: if-necessary-or-explicit
|
|
packages:
|
|
linux-64:
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-21-21.1.7-default_h99862b1_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-21.1.7-default_h99862b1_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/fd-find-10.3.0-hdab8a38_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45-default_hbd61a6d_105.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp21.1-21.1.7-default_h99862b1_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.3-hecca717_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.8-hf7376ad_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.1-h0c1763c_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-16-2.15.1-ha9997c6_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.15.1-h26afc86_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-22.21.1-h4a9c4b4_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.0-h26f9b46_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/prettier-3.7.4-h4c22ac6_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.14.2-h32b2ec7_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.14.10-h4196e79_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/stylua-2.3.1-hb17b654_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_ha0e22de_103.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tombi-0.7.12-hb17b654_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-h8577fbf_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda
|
|
osx-arm64:
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-21-21.1.7-default_hf3020a7_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-21.1.7-default_hf3020a7_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fd-find-10.3.0-h0ca00b2_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp21.1-21.1.7-default_hf3020a7_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-21.1.8-hf598326_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.7.3-haf25636_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.5.2-he5f378a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.18-h23cfdf5_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm21-21.1.8-h8e0c9ce_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.8.1-h39f12f2_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libmpdec-4.0.0-h5505292_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.51.1-h1b79a29_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.51.0-h6caf38d_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-16-2.15.1-h0ff4647_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.15.1-h9329255_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-22.21.1-hf2fe37f_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.6.0-h5503f6c_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/prettier-3.7.4-h79221d7_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.14.2-h40d2674_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.3-h46df422_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.14.10-hb0cad00_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/stylua-2.3.1-h8d80559_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tombi-0.7.12-h6fdd925_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-h8577fbf_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda
|
|
win-64:
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h0ad9c76_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-h4c7d964_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-21.1.7-default_hac490eb_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/fd-find-10.3.0-h77a83cd_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.7.3-hac47afa_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.5.2-h52bdfb6_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.8.1-h2466b09_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libmpdec-4.0.0-h2466b09_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.51.1-hf5d6505_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-22.21.1-he453025_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.6.0-h725018a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/prettier-3.7.4-hc95d2ff_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.14.2-h4b44e0e_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.14.10-h37e10c4_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/stylua-2.3.1-h18a1a76_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h2c6b04d_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/tombi-0.7.12-h18a1a76_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-h8577fbf_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.26100.0-h57928b3_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h2b53caa_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vcomp14-14.44.35208-h818238b_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.7-h534d264_6.conda
|
|
node:
|
|
channels:
|
|
- url: https://conda.anaconda.org/conda-forge/
|
|
options:
|
|
pypi-prerelease-mode: if-necessary-or-explicit
|
|
packages:
|
|
linux-64:
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.2.0-hb03c661_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.2.0-hb03c661_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.2.0-hb03c661_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.1-h0c1763c_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-24.12.0-h36edbcc_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.0-h26f9b46_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/pnpm-10.26.2-hcdd682b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda
|
|
osx-arm64:
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.6-hc919400_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.2.0-hc919400_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.2.0-hc919400_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.2.0-hc919400_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-21.1.8-hf598326_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.67.0-hc438710_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.51.1-h1b79a29_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.51.0-h6caf38d_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-24.12.0-hade9a7e_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.6.0-h5503f6c_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pnpm-10.26.2-h7c87c79_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda
|
|
win-64:
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-24.12.0-he453025_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/pnpm-10.26.2-h785286a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.26100.0-h57928b3_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h2b53caa_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vcomp14-14.44.35208-h818238b_33.conda
|
|
package:
|
|
channels:
|
|
- url: https://conda.anaconda.org/conda-forge/
|
|
indexes:
|
|
- https://pypi.org/simple
|
|
options:
|
|
pypi-prerelease-mode: if-necessary-or-explicit
|
|
packages:
|
|
linux-64:
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45-default_hfdba357_104.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ccache-4.13.2-hedf47ba_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-20-20.1.8-default_h99862b1_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-20.1.8-default_h36abe19_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clangxx-20.1.8-default_h363a0c9_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-4.2.1-hc85cc9f_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/compiler-rt-20.1.8-hb700be7_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_linux-64-20.1.8-hffcefe0_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-14.2.0-h96c4ede_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-14.2.0-hdb7739f_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-14.2.0-h96c4ede_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-14.2.0-h2ead766_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_18.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45-default_hbd61a6d_104.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp20.1-20.1.8-default_h99862b1_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.17.0-h4e3cde8_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.3-hecca717_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-14.2.0-h9c4974d_102.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libhiredis-1.3.0-h5888daf_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hf7376ad_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-14.2.0-hed042b8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.1-h0c1763c_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-14.2.0-h9c4974d_102.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_16.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-h5347b49_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-16-2.15.1-hf2a90c1_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.15.1-h031cc0b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/lld-20.1.8-hef48ded_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/llvm-tools-20-20.1.8-h3b15d91_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/llvm-tools-20.1.8-hb700be7_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.13.2-h171cf75_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.0-h26f9b46_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.14.2-h32b2ec7_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.6-hb9d3cd8_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h0157908_18.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_ha0e22de_103.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h8577fbf_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda
|
|
- pypi: https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/7b/f0/92f2d609d6642b5f30cb50a885d2bf1483301c69d5786286500d15651ef2/lsprotocol-2025.0.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/fd/1a/208293b6c350f5abea6941d5606080d4a492644052504f5312e5de30a902/pygls-2.1.1-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
osx-arm64:
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.6-hc919400_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ccache-4.13.2-h414bf82_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-20-20.1.8-default_h73dfc95_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-20.1.8-default_hf9bcbb7_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-20.1.8-default_h36137df_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-4.2.1-h54ad630_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-20.1.8-h855ad52_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-20.1.8-he32a8d3_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp20.1-20.1.8-default_h73dfc95_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.17.0-hdece5d2_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-21.1.7-hf598326_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-20.1.8-h6dc3340_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libcxx-headers-20.1.8-h707e725_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.7.3-haf25636_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.5.2-he5f378a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libhiredis-1.3.0-h286801f_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.18-h23cfdf5_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm20-20.1.8-h8e0c9ce_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.8.1-h39f12f2_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-devel-5.8.1-h39f12f2_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libmpdec-4.0.0-h5505292_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.67.0-hc438710_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.51.1-h9a5124b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h1590b86_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.51.0-h6caf38d_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-16-2.15.1-h8eac4d7_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.15.1-hba2cd1d_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lld-20.1.8-ha4b1419_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-20-20.1.8-h91fd4e7_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-20.1.8-h855ad52_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.13.2-h49c215f_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.6.0-h5503f6c_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.14.2-h40d2674_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.3-h46df422_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.6-h5505292_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-h8577fbf_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xxhash-0.8.3-haa4e116_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.8.1-h9a6d368_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-gpl-tools-5.8.1-h9a6d368_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-tools-5.8.1-h39f12f2_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda
|
|
- pypi: https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/7b/f0/92f2d609d6642b5f30cb50a885d2bf1483301c69d5786286500d15651ef2/lsprotocol-2025.0.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/fd/1a/208293b6c350f5abea6941d5606080d4a492644052504f5312e5de30a902/pygls-2.1.1-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
win-64:
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h0ad9c76_8.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-h4c7d964_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clang-20-20.1.8-default_hac490eb_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clang-20.1.8-default_hac490eb_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clangxx-20.1.8-default_hac490eb_5.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/cmake-4.2.1-hdcbee5b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/compiler-rt-20.1.8-h49e36cd_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_win-64-20.1.8-h49e36cd_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.17.0-h43ecb02_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.7.3-hac47afa_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.5.2-h52bdfb6_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.18-hc1393d2_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libllvm20-20.1.8-h830ff33_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.8.1-h2466b09_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-devel-5.8.1-h2466b09_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libmpdec-4.0.0-h2466b09_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.51.1-hf5d6505_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-h9aa295b_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.51.0-hfd05255_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-16-2.15.1-h692994f_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.15.1-h5d26750_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/lld-20.1.8-hc465015_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/llvm-tools-20.1.8-h752b59f_1.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.13.2-h477610d_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.6.0-h725018a_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.14.2-h4b44e0e_100_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/sccache-0.14.0-h18a1a76_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h2c6b04d_3.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-h8577fbf_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.26100.0-h57928b3_0.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h2b53caa_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vcomp14-14.44.35208-h818238b_33.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.8.1-h208afaa_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-tools-5.8.1-h2466b09_2.conda
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.7-h534d264_6.conda
|
|
- pypi: https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/7b/f0/92f2d609d6642b5f30cb50a885d2bf1483301c69d5786286500d15651ef2/lsprotocol-2025.0.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/fd/1a/208293b6c350f5abea6941d5606080d4a492644052504f5312e5de30a902/pygls-2.1.1-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl
|
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
packages:
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
|
|
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
|
|
md5: d7c89558ba9fa0495403155b64376d81
|
|
license: None
|
|
purls: []
|
|
size: 2562
|
|
timestamp: 1578324546067
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
|
|
build_number: 16
|
|
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
|
|
md5: 73aaf86a425cc6e73fcf236a5a46396d
|
|
depends:
|
|
- _libgcc_mutex 0.1 conda_forge
|
|
- libgomp >=7.5.0
|
|
constrains:
|
|
- openmp_impl 9999
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 23621
|
|
timestamp: 1650670423406
|
|
- pypi: https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl
|
|
name: attrs
|
|
version: 26.1.0
|
|
sha256: c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309
|
|
requires_python: '>=3.9'
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45-default_hfdba357_104.conda
|
|
sha256: 054a77ccab631071a803737ea8e5d04b5b18e57db5b0826a04495bd3fdf39a7c
|
|
md5: a7a67bf132a4a2dea92a7cb498cdc5b1
|
|
depends:
|
|
- ld_impl_linux-64 2.45 default_hbd61a6d_104
|
|
- sysroot_linux-64
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: GPL-3.0-only
|
|
license_family: GPL
|
|
purls: []
|
|
size: 3747046
|
|
timestamp: 1764007847963
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.45-default_hfdba357_105.conda
|
|
sha256: 17fbb32191430310d3eb8309f80a8df54f0d66eda9cf84b2ae5113e6d74e24d8
|
|
md5: e410a8f80e22eb6d840e39ac6a34bd0e
|
|
depends:
|
|
- ld_impl_linux-64 2.45 default_hbd61a6d_105
|
|
- sysroot_linux-64
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: GPL-3.0-only
|
|
license_family: GPL
|
|
purls: []
|
|
size: 3719982
|
|
timestamp: 1766513109980
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
sha256: c30daba32ddebbb7ded490f0e371eae90f51e72db620554089103b4a6934b0d5
|
|
md5: 51a19bba1b8ebfb60df25cde030b7ebc
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
license: bzip2-1.0.6
|
|
license_family: BSD
|
|
purls: []
|
|
size: 260341
|
|
timestamp: 1757437258798
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/bzip2-1.0.8-hd037594_8.conda
|
|
sha256: b456200636bd5fecb2bec63f7e0985ad2097cf1b83d60ce0b6968dffa6d02aa1
|
|
md5: 58fd217444c2a5701a44244faf518206
|
|
depends:
|
|
- __osx >=11.0
|
|
license: bzip2-1.0.6
|
|
license_family: BSD
|
|
purls: []
|
|
size: 125061
|
|
timestamp: 1757437486465
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/bzip2-1.0.8-h0ad9c76_8.conda
|
|
sha256: d882712855624641f48aa9dc3f5feea2ed6b4e6004585d3616386a18186fe692
|
|
md5: 1077e9333c41ff0be8edd1a5ec0ddace
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: bzip2-1.0.6
|
|
license_family: BSD
|
|
purls: []
|
|
size: 55977
|
|
timestamp: 1757437738856
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.34.6-hb03c661_0.conda
|
|
sha256: cc9accf72fa028d31c2a038460787751127317dcfa991f8d1f1babf216bb454e
|
|
md5: 920bb03579f15389b9e512095ad995b7
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 207882
|
|
timestamp: 1765214722852
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-ares-1.34.6-hc919400_0.conda
|
|
sha256: 2995f2aed4e53725e5efbc28199b46bf311c3cab2648fc4f10c2227d6d5fa196
|
|
md5: bcb3cba70cf1eec964a03b4ba7775f01
|
|
depends:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 180327
|
|
timestamp: 1765215064054
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-h4c7d964_0.conda
|
|
sha256: 686a13bd2d4024fc99a22c1e0e68a7356af3ed3304a8d3ff6bb56249ad4e82f0
|
|
md5: f98fb7db808b94bc1ec5b0e62f9f1069
|
|
depends:
|
|
- __win
|
|
license: ISC
|
|
purls: []
|
|
size: 152827
|
|
timestamp: 1762967310929
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.11.12-hbd8a1cb_0.conda
|
|
sha256: b986ba796d42c9d3265602bc038f6f5264095702dd546c14bc684e60c385e773
|
|
md5: f0991f0f84902f6b6009b4d2350a83aa
|
|
depends:
|
|
- __unix
|
|
license: ISC
|
|
purls: []
|
|
size: 152432
|
|
timestamp: 1762967197890
|
|
- pypi: https://files.pythonhosted.org/packages/80/56/60547f7801b97c67e97491dc3d9ade9fbccbd0325058fd3dfcb2f5d98d90/cattrs-26.1.0-py3-none-any.whl
|
|
name: cattrs
|
|
version: 26.1.0
|
|
sha256: d1e0804c42639494d469d08d4f26d6b9de9b8ab26b446db7b5f8c2e97f7c3096
|
|
requires_dist:
|
|
- attrs>=25.4.0
|
|
- exceptiongroup>=1.1.1 ; python_full_version < '3.11'
|
|
- typing-extensions>=4.14.0
|
|
- pymongo>=4.4.0 ; extra == 'bson'
|
|
- cbor2>=5.4.6 ; extra == 'cbor2'
|
|
- msgpack>=1.0.5 ; extra == 'msgpack'
|
|
- msgspec>=0.19.0 ; implementation_name == 'cpython' and extra == 'msgspec'
|
|
- orjson>=3.11.3 ; implementation_name == 'cpython' and extra == 'orjson'
|
|
- pyyaml>=6.0 ; extra == 'pyyaml'
|
|
- tomlkit>=0.11.8 ; extra == 'tomlkit'
|
|
- tomli-w>=1.1.0 ; extra == 'tomllib'
|
|
- tomli>=1.1.0 ; python_full_version < '3.11' and extra == 'tomllib'
|
|
- ujson>=5.10.0 ; extra == 'ujson'
|
|
requires_python: '>=3.10'
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ccache-4.13.2-hedf47ba_0.conda
|
|
sha256: ec94ed03d2d7b7ea7f0ffc7df347808e9762d1ea8bc33f990901491956efd69c
|
|
md5: 49346bc551d07c6940e811a1f93ba373
|
|
depends:
|
|
- libstdcxx >=14
|
|
- libgcc >=14
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libhiredis >=1.3.0,<1.4.0a0
|
|
- xxhash >=0.8.3,<0.8.4.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: GPL-3.0-only
|
|
license_family: GPL
|
|
purls: []
|
|
size: 847826
|
|
timestamp: 1774189203440
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ccache-4.13.2-h414bf82_0.conda
|
|
sha256: d9547c2cb6963f7763eb8910724d5c843d1bb7af4b1b8c54023d87d946cc7880
|
|
md5: baeca21071729b617b20b019f85beedf
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=19
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
- xxhash >=0.8.3,<0.8.4.0a0
|
|
- libhiredis >=1.3.0,<1.4.0a0
|
|
license: GPL-3.0-only
|
|
license_family: GPL
|
|
purls: []
|
|
size: 598937
|
|
timestamp: 1774189390770
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-20.1.8-default_h36abe19_5.conda
|
|
sha256: dfce7b8de6be7a988dab1092e2ad54fc544a572cc5ac7df28f8f48ab409814bc
|
|
md5: b6ab4982173dcae265d545bec3a76a6c
|
|
depends:
|
|
- binutils_impl_linux-64
|
|
- clang-20 20.1.8 default_h99862b1_5
|
|
- libgcc-devel_linux-64
|
|
- sysroot_linux-64
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 69507
|
|
timestamp: 1764393877870
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-20.1.8-default_hf9bcbb7_5.conda
|
|
sha256: 18a3c82f91af7551f686c680456cecfc472cf70e5a3f894f2ca3d8171dbfe928
|
|
md5: a53f0e70b6c18388381b387cd9c0f448
|
|
depends:
|
|
- clang-20 20.1.8 default_h73dfc95_5
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 70094
|
|
timestamp: 1764398225317
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clang-20.1.8-default_hac490eb_5.conda
|
|
sha256: 0fe71febfdf008de060c897ed93be0ec59d5acaa4179757ef6b385003700c5be
|
|
md5: 5872f7faf69f4a3cd620ae2977b7b62e
|
|
depends:
|
|
- clang-20 20.1.8 default_hac490eb_5
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 108981467
|
|
timestamp: 1764399230779
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-20-20.1.8-default_h99862b1_5.conda
|
|
sha256: 8c1cd16b814763792420aa0ee12d6b449d11e5978a1c05b1e41e75990c4d7478
|
|
md5: 21cd9b3eabc4ad3c4d824bf4e9edef5a
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libclang-cpp20.1 20.1.8 default_h99862b1_5
|
|
- libgcc >=14
|
|
- libllvm20 >=20.1.8,<20.2.0a0
|
|
- libstdcxx >=14
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 865216
|
|
timestamp: 1764393818684
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-20-20.1.8-default_h73dfc95_5.conda
|
|
sha256: d283acae6b725f6ca9b647049630c4bc4e1240c46ea906643e762363214789a3
|
|
md5: 6191d65e848fc8ab429d2627cae7b322
|
|
depends:
|
|
- __osx >=11.0
|
|
- libclang-cpp20.1 20.1.8 default_h73dfc95_5
|
|
- libcxx >=20.1.8
|
|
- libllvm20 >=20.1.8,<20.2.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 850136
|
|
timestamp: 1764397974589
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clang-20-20.1.8-default_hac490eb_5.conda
|
|
sha256: af5efd61f56030acced4c8bbf5b5f9cfeecc439ee2a6451c560b71c8d3ea7545
|
|
md5: 817f6565e6bc0f7fb9ed50c3fdf503e1
|
|
depends:
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 73427981
|
|
timestamp: 1764398987103
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-21.1.7-default_h99862b1_2.conda
|
|
sha256: 8a9c2e0df0fd55da3ea9352fc356d1ca9d9312bbf275e1a5e22552bfb63affb9
|
|
md5: 8e0b6ced8948217e4748ad0c26f8df4d
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- clang-format-21 21.1.7 default_h99862b1_2
|
|
- libclang-cpp21.1 >=21.1.7,<21.2.0a0
|
|
- libgcc >=14
|
|
- libllvm21 >=21.1.7,<21.2.0a0
|
|
- libstdcxx >=14
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 27733
|
|
timestamp: 1766016586518
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-21.1.7-default_hf3020a7_2.conda
|
|
sha256: 2b91ed7e567a1618fd342100ba43bcd670bff8a1183a5c65032cefc0a436d3d6
|
|
md5: 37585890edaa4842a62037a7fa6e1e64
|
|
depends:
|
|
- __osx >=11.0
|
|
- clang-format-21 21.1.7 default_hf3020a7_2
|
|
- libclang-cpp21.1 >=21.1.7,<21.2.0a0
|
|
- libcxx >=21.1.7
|
|
- libllvm21 >=21.1.7,<21.2.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 28328
|
|
timestamp: 1766167306042
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clang-format-21.1.7-default_hac490eb_2.conda
|
|
sha256: afa22671525e890a98445d1c2abc35e8b87c4c208d053e6527c5d2cbf6f7c938
|
|
md5: 8afc1288250ef6c77e8f7aa0df683a65
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 1233929
|
|
timestamp: 1766022144370
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clang-format-21-21.1.7-default_h99862b1_2.conda
|
|
sha256: 4d360c464ddab6c47c8fceca87b625b58d6a3b3cd523958a314e8db7d5f4eb94
|
|
md5: 5589c06b39ae5be8aca4d16e28a43518
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libclang-cpp21.1 >=21.1.7,<21.2.0a0
|
|
- libgcc >=14
|
|
- libllvm21 >=21.1.7,<21.2.0a0
|
|
- libstdcxx >=14
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 70516
|
|
timestamp: 1766016504444
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-format-21-21.1.7-default_hf3020a7_2.conda
|
|
sha256: fe5588d72edbe9d464f24735ac3f8a167a150d9fc365523fdad8ba05e09d68b5
|
|
md5: 1642e5fb3cd0e4e8e5d9ae2b68ba554e
|
|
depends:
|
|
- __osx >=11.0
|
|
- libclang-cpp21.1 >=21.1.7,<21.2.0a0
|
|
- libcxx >=21.1.7
|
|
- libllvm21 >=21.1.7,<21.2.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 65217
|
|
timestamp: 1766167190049
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/clangxx-20.1.8-default_h363a0c9_5.conda
|
|
sha256: d30843fc1012ff5fb6c95e07c15182d22f03a37c380ae350ba069adf75092828
|
|
md5: 692c84fedd1a3302ff26dbc9a211f626
|
|
depends:
|
|
- clang 20.1.8 default_h36abe19_5
|
|
- libstdcxx-devel_linux-64
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 69653
|
|
timestamp: 1764393894282
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-20.1.8-default_h36137df_5.conda
|
|
sha256: 7aab017150fc1d0b2a463ffa298b3ed4fd83ed6083fa1fb812ecef75170bf60f
|
|
md5: 881b85454ddf23fb46d1ddcbd148146f
|
|
depends:
|
|
- clang 20.1.8 default_hf9bcbb7_5
|
|
- libcxx-devel 20.1.*
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 70176
|
|
timestamp: 1764398258104
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/clangxx-20.1.8-default_hac490eb_5.conda
|
|
sha256: b84853552d15ad6f6198b8803842853bb8e133f1feb4e15ac1d38a24fe0c68c9
|
|
md5: 4275ccf7c108d6cf4e4eb715bfec8cef
|
|
depends:
|
|
- clang 20.1.8 default_hac490eb_5
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 36371198
|
|
timestamp: 1764399473710
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/cmake-4.2.1-hc85cc9f_0.conda
|
|
sha256: 655db6eddb370306d6d0ed3ac1d679ca044e45e03a43fc98cccfc5cafc341c5f
|
|
md5: e4afa0cb7943cc9810546f70f02223d5
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- bzip2 >=1.0.8,<2.0a0
|
|
- libcurl >=8.17.0,<9.0a0
|
|
- libexpat >=2.7.3,<3.0a0
|
|
- libgcc >=14
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libstdcxx >=14
|
|
- libuv >=1.51.0,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ncurses >=6.5,<7.0a0
|
|
- rhash >=1.4.6,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 22303088
|
|
timestamp: 1765229009574
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cmake-4.2.1-h54ad630_0.conda
|
|
sha256: a881f3379ff18a98bbc2456e9a74d748bdbd930799c2b98dd266733b0d8fbd90
|
|
md5: 11a1d109b6d7882b5f2f93fe9824af4a
|
|
depends:
|
|
- __osx >=11.0
|
|
- bzip2 >=1.0.8,<2.0a0
|
|
- libcurl >=8.17.0,<9.0a0
|
|
- libcxx >=19
|
|
- libexpat >=2.7.3,<3.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libuv >=1.51.0,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ncurses >=6.5,<7.0a0
|
|
- rhash >=1.4.6,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 17740888
|
|
timestamp: 1765231308407
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/cmake-4.2.1-hdcbee5b_0.conda
|
|
sha256: 03d85d6493ad6c410708f243aeb680c491075c89f0cae7e3afab718f27f28967
|
|
md5: dd8c71fb422275f652743068455e9acd
|
|
depends:
|
|
- bzip2 >=1.0.8,<2.0a0
|
|
- libcurl >=8.17.0,<9.0a0
|
|
- libexpat >=2.7.3,<3.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libuv >=1.51.0,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc14_runtime >=14.44.35208
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 15739640
|
|
timestamp: 1765230626010
|
|
- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
name: colorama
|
|
version: 0.4.6
|
|
sha256: 4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
|
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*'
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/compiler-rt-20.1.8-hb700be7_1.conda
|
|
sha256: 8dd25cb56ec529b43b05f93f1b501848ba1f958501f2da2ab8b5d3f910afcbff
|
|
md5: 76dfabc5943bd8ab2a916b276c5f7a59
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- clang 20.1.8.*
|
|
- compiler-rt_linux-64 20.1.8.*
|
|
- libgcc >=14
|
|
- libstdcxx >=14
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 114057
|
|
timestamp: 1757411545630
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-20.1.8-h855ad52_1.conda
|
|
sha256: 7f0ede04667d5c0307acef1a6a24174ed57721d0ddedafa49fc23a9e7ef8b3c8
|
|
md5: 0e093e6ebcab8549d8bc6e3e1541ce8f
|
|
depends:
|
|
- __osx >=11.0
|
|
- clang 20.1.8.*
|
|
- compiler-rt_osx-arm64 20.1.8.*
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 98152
|
|
timestamp: 1757412625141
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/compiler-rt-20.1.8-h49e36cd_1.conda
|
|
sha256: d7efdf6f489e3843bc926613e8f9722fd437236e13cf6251176e7432e7e13065
|
|
md5: 7e784535b46dc00138b53ef6dca85581
|
|
depends:
|
|
- clang 20.1.8.*
|
|
- compiler-rt_win-64 20.1.8.*
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 3724179
|
|
timestamp: 1757411777671
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_linux-64-20.1.8-hffcefe0_1.conda
|
|
sha256: 790aa3aea6bf79a9a0ef73c888bb5dc9b6782257727dcc63acd320366ee7f26b
|
|
md5: f8c27e527fa2a97c9fca43e367461b7f
|
|
depends:
|
|
- clang 20.1.8.*
|
|
constrains:
|
|
- clangxx 20.1.8
|
|
- compiler-rt 20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 49731196
|
|
timestamp: 1757411421407
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-20.1.8-he32a8d3_1.conda
|
|
sha256: 96eff0041b6c73d85a30810fb381db73a55209000eaf1f10a12e701068cea3ee
|
|
md5: 81175797ba08c2755feaede0919aabca
|
|
depends:
|
|
- clang 20.1.8.*
|
|
constrains:
|
|
- compiler-rt 20.1.8
|
|
- clangxx 20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 10661528
|
|
timestamp: 1757412560488
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_win-64-20.1.8-h49e36cd_1.conda
|
|
sha256: 6685e190d417106c4bc723571f85bf7d1579333e86a12fc16b4b29ddb8500ca0
|
|
md5: f96e2e3844ad678c8a6a519f99b2a905
|
|
depends:
|
|
- clang 20.1.8.*
|
|
constrains:
|
|
- compiler-rt 20.1.8
|
|
- clangxx 20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 3970670
|
|
timestamp: 1757411730313
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/fd-find-10.3.0-hdab8a38_0.conda
|
|
sha256: 55d3011ca72e1d97acc651b2af5d4d4d785988a8cfa9026205e9cf11f2d4ee67
|
|
md5: 1b8aaa7bb23496abb0e23369db7fb5b7
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
constrains:
|
|
- __glibc >=2.17
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 1209421
|
|
timestamp: 1757336717570
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/fd-find-10.3.0-h0ca00b2_0.conda
|
|
sha256: 87360775e2416402e00f386855d0a6d68e9e94db9016f00fc0ebf99e5c71f92a
|
|
md5: 7e2ef0657717cee5e385cd5ab26e0365
|
|
depends:
|
|
- __osx >=11.0
|
|
constrains:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 1050638
|
|
timestamp: 1757337263602
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/fd-find-10.3.0-h77a83cd_0.conda
|
|
sha256: 5c5165853630b8473f0963c1d3018e439e4f90f85443c5d0d00e6ec45457774a
|
|
md5: 01b79e8a4cf41a31737ffbbda6a25aab
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 1196708
|
|
timestamp: 1757337405047
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-14.2.0-h96c4ede_2.conda
|
|
sha256: 6592ff15983759799df89d0a992268809e9ce0376933e053716660ecda19d87e
|
|
md5: 7f23fa6a103277a8491d3d10240ebd09
|
|
depends:
|
|
- gcc_impl_linux-64 14.2.0.*
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 55422
|
|
timestamp: 1740240900938
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-14.2.0-hdb7739f_2.conda
|
|
sha256: bbbc4baa66558f4d1805ff7f81050bfe798f2f0ca24f6b509c5c5d152f72bfbe
|
|
md5: 2d9b7363abe1f9aaf1fe129b215371e3
|
|
depends:
|
|
- binutils_impl_linux-64 >=2.40
|
|
- libgcc >=14.2.0
|
|
- libgcc-devel_linux-64 14.2.0 h9c4974d_102
|
|
- libgomp >=14.2.0
|
|
- libsanitizer 14.2.0 hed042b8_2
|
|
- libstdcxx >=14.2.0
|
|
- sysroot_linux-64
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 73545585
|
|
timestamp: 1740240767348
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-14.2.0-h96c4ede_2.conda
|
|
sha256: 9294f1a33a629102d2c1e0965dc8c23cd39f8608dba38defea81f2c517d69750
|
|
md5: d82a920bedd11c9d8195bcb662d3dc89
|
|
depends:
|
|
- gcc 14.2.0.*
|
|
- gxx_impl_linux-64 14.2.0.*
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 54904
|
|
timestamp: 1740241052394
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-14.2.0-h2ead766_2.conda
|
|
sha256: 9c8cd2f0d9e8b424ff15ed6f9a0f7f329228722e750021d74e7eca3847120c93
|
|
md5: 2deb107f39008fa08d78e661a42d9d9f
|
|
depends:
|
|
- gcc_impl_linux-64 14.2.0 hdb7739f_2
|
|
- libstdcxx-devel_linux-64 14.2.0 h9c4974d_102
|
|
- sysroot_linux-64
|
|
- tzdata
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 14611960
|
|
timestamp: 1740241005796
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda
|
|
sha256: 71e750d509f5fa3421087ba88ef9a7b9be11c53174af3aa4d06aff4c18b38e8e
|
|
md5: 8b189310083baabfb622af68fd9d3ae3
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc-ng >=12
|
|
- libstdcxx-ng >=12
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 12129203
|
|
timestamp: 1720853576813
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-78.1-h33c6efd_0.conda
|
|
sha256: 7d6463d0be5092b2ae8f2fad34dc84de83eab8bd44cc0d4be8931881c973c48f
|
|
md5: 518e9bbbc3e3486d6a4519192ba690f8
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libstdcxx >=14
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 12722920
|
|
timestamp: 1766299101259
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-75.1-hfee45f7_0.conda
|
|
sha256: 9ba12c93406f3df5ab0a43db8a4b4ef67a5871dfd401010fbe29b218b2cbe620
|
|
md5: 5eb22c1d7b3fc4abb50d92d621583137
|
|
depends:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 11857802
|
|
timestamp: 1720853997952
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/icu-78.1-h38cb7af_0.conda
|
|
sha256: 411177ae27ea780a53f044a349d595638c97b84640a77fab4935db19f76203e2
|
|
md5: 5446161926f45f3a14f7ca9db4d53e3b
|
|
depends:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 12372254
|
|
timestamp: 1766299497731
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/icu-78.1-h637d24d_0.conda
|
|
sha256: bee083d5a0f05c380fcec1f30a71ef5518b23563aeb0a21f6b60b792645f9689
|
|
md5: cb8048bed35ef01431184d6a88e46b3e
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 13849749
|
|
timestamp: 1766299627069
|
|
- pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl
|
|
name: iniconfig
|
|
version: 2.3.0
|
|
sha256: f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12
|
|
requires_python: '>=3.10'
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_18.conda
|
|
sha256: a922841ad80bd7b222502e65c07ecb67e4176c4fa5b03678a005f39fcc98be4b
|
|
md5: ad8527bf134a90e1c9ed35fa0b64318c
|
|
constrains:
|
|
- sysroot_linux-64 ==2.17
|
|
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
|
|
license_family: GPL
|
|
purls: []
|
|
size: 943486
|
|
timestamp: 1729794504440
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.3-hb9d3cd8_0.conda
|
|
sha256: 0960d06048a7185d3542d850986d807c6e37ca2e644342dd0c72feefcf26c2a4
|
|
md5: b38117a3c920364aff79f870c984b4a3
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
license: LGPL-2.1-or-later
|
|
purls: []
|
|
size: 134088
|
|
timestamp: 1754905959823
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.3-h659f571_0.conda
|
|
sha256: 99df692f7a8a5c27cd14b5fb1374ee55e756631b9c3d659ed3ee60830249b238
|
|
md5: 3f43953b7d3fb3aaa1d0d0723d91e368
|
|
depends:
|
|
- keyutils >=1.6.1,<2.0a0
|
|
- libedit >=3.1.20191231,<3.2.0a0
|
|
- libedit >=3.1.20191231,<4.0a0
|
|
- libgcc-ng >=12
|
|
- libstdcxx-ng >=12
|
|
- openssl >=3.3.1,<4.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 1370023
|
|
timestamp: 1719463201255
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/krb5-1.21.3-h237132a_0.conda
|
|
sha256: 4442f957c3c77d69d9da3521268cad5d54c9033f1a73f99cde0a3658937b159b
|
|
md5: c6dc8a0fdec13a0565936655c33069a1
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=16
|
|
- libedit >=3.1.20191231,<3.2.0a0
|
|
- libedit >=3.1.20191231,<4.0a0
|
|
- openssl >=3.3.1,<4.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 1155530
|
|
timestamp: 1719463474401
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/krb5-1.21.3-hdf4eb48_0.conda
|
|
sha256: 18e8b3430d7d232dad132f574268f56b3eb1a19431d6d5de8c53c29e6c18fa81
|
|
md5: 31aec030344e962fbd7dbbbbd68e60a9
|
|
depends:
|
|
- openssl >=3.3.1,<4.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 712034
|
|
timestamp: 1719463874284
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45-default_hbd61a6d_104.conda
|
|
sha256: 9e191baf2426a19507f1d0a17be0fdb7aa155cdf0f61d5a09c808e0a69464312
|
|
md5: a6abd2796fc332536735f68ba23f7901
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
constrains:
|
|
- binutils_impl_linux-64 2.45
|
|
license: GPL-3.0-only
|
|
license_family: GPL
|
|
purls: []
|
|
size: 725545
|
|
timestamp: 1764007826689
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.45-default_hbd61a6d_105.conda
|
|
sha256: 1027bd8aa0d5144e954e426ab6218fd5c14e54a98f571985675468b339c808ca
|
|
md5: 3ec0aa5037d39b06554109a01e6fb0c6
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
constrains:
|
|
- binutils_impl_linux-64 2.45
|
|
license: GPL-3.0-only
|
|
license_family: GPL
|
|
purls: []
|
|
size: 730831
|
|
timestamp: 1766513089214
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlicommon-1.2.0-hb03c661_1.conda
|
|
sha256: 318f36bd49ca8ad85e6478bd8506c88d82454cc008c1ac1c6bf00a3c42fa610e
|
|
md5: 72c8fd1af66bd67bf580645b426513ed
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 79965
|
|
timestamp: 1764017188531
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlicommon-1.2.0-hc919400_1.conda
|
|
sha256: a7cb9e660531cf6fbd4148cff608c85738d0b76f0975c5fc3e7d5e92840b7229
|
|
md5: 006e7ddd8a110771134fcc4e1e3a6ffa
|
|
depends:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 79443
|
|
timestamp: 1764017945924
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlidec-1.2.0-hb03c661_1.conda
|
|
sha256: 12fff21d38f98bc446d82baa890e01fd82e3b750378fedc720ff93522ffb752b
|
|
md5: 366b40a69f0ad6072561c1d09301c886
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libbrotlicommon 1.2.0 hb03c661_1
|
|
- libgcc >=14
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 34632
|
|
timestamp: 1764017199083
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlidec-1.2.0-hc919400_1.conda
|
|
sha256: 2eae444039826db0454b19b52a3390f63bfe24f6b3e63089778dd5a5bf48b6bf
|
|
md5: 079e88933963f3f149054eec2c487bc2
|
|
depends:
|
|
- __osx >=11.0
|
|
- libbrotlicommon 1.2.0 hc919400_1
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 29452
|
|
timestamp: 1764017979099
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libbrotlienc-1.2.0-hb03c661_1.conda
|
|
sha256: a0c15c79997820bbd3fbc8ecf146f4fe0eca36cc60b62b63ac6cf78857f1dd0d
|
|
md5: 4ffbb341c8b616aa2494b6afb26a0c5f
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libbrotlicommon 1.2.0 hb03c661_1
|
|
- libgcc >=14
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 298378
|
|
timestamp: 1764017210931
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libbrotlienc-1.2.0-hc919400_1.conda
|
|
sha256: 01436c32bb41f9cb4bcf07dda647ce4e5deb8307abfc3abdc8da5317db8189d1
|
|
md5: b2b7c8288ca1a2d71ff97a8e6a1e8883
|
|
depends:
|
|
- __osx >=11.0
|
|
- libbrotlicommon 1.2.0 hc919400_1
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 290754
|
|
timestamp: 1764018009077
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp20.1-20.1.8-default_h99862b1_5.conda
|
|
sha256: b9f0e167cdf5cbe076231788fcb3affe25914534d84ab249258161b693c4cfd2
|
|
md5: 33acc83688f092f96ea2ead08e3b4dcd
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libllvm20 >=20.1.8,<20.2.0a0
|
|
- libstdcxx >=14
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 21305254
|
|
timestamp: 1764393708507
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp20.1-20.1.8-default_h73dfc95_5.conda
|
|
sha256: 40004708b66fc2873fb9b9a5a9b6bd31ce227aefe915e9e1383abdedb78e96de
|
|
md5: e33ebe1ae6bc0210cb241477efbb6474
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=20.1.8
|
|
- libllvm20 >=20.1.8,<20.2.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 13959982
|
|
timestamp: 1764397711426
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libclang-cpp21.1-21.1.7-default_h99862b1_2.conda
|
|
sha256: b41513470499628c0f9b7e1b057c8d7641a75be482d4a296a4eb41234aaac971
|
|
md5: fd47a1021b2a3a91b0c05f4d7b529b68
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libllvm21 >=21.1.7,<21.2.0a0
|
|
- libstdcxx >=14
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 21055117
|
|
timestamp: 1766016009924
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp21.1-21.1.7-default_hf3020a7_2.conda
|
|
sha256: cd7269ab02e1152fec0c8d017700d6c9b2a6a817c809216c47fa5a805f82849f
|
|
md5: e1a690c66f36a1ed451c56db826b9f36
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=21.1.7
|
|
- libllvm21 >=21.1.7,<21.2.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 13672685
|
|
timestamp: 1766166376555
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.17.0-h4e3cde8_1.conda
|
|
sha256: 2d7be2fe0f58a0945692abee7bb909f8b19284b518d958747e5ff51d0655c303
|
|
md5: 117499f93e892ea1e57fdca16c2e8351
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- krb5 >=1.21.3,<1.22.0a0
|
|
- libgcc >=14
|
|
- libnghttp2 >=1.67.0,<2.0a0
|
|
- libssh2 >=1.11.1,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- openssl >=3.5.4,<4.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: curl
|
|
license_family: MIT
|
|
purls: []
|
|
size: 459417
|
|
timestamp: 1765379027010
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcurl-8.17.0-hdece5d2_1.conda
|
|
sha256: 1a8a958448610ca3f8facddfe261fdbb010e7029a1571b84052ec9770fc0a36e
|
|
md5: 1d6e791c6e264ae139d469ce011aab51
|
|
depends:
|
|
- __osx >=11.0
|
|
- krb5 >=1.21.3,<1.22.0a0
|
|
- libnghttp2 >=1.67.0,<2.0a0
|
|
- libssh2 >=1.11.1,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- openssl >=3.5.4,<4.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: curl
|
|
license_family: MIT
|
|
purls: []
|
|
size: 394471
|
|
timestamp: 1765379821294
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libcurl-8.17.0-h43ecb02_1.conda
|
|
sha256: 5ebab5c980c09d31b35a25095b295124d89fd8bdffdb3487604218ad56512885
|
|
md5: c02248f96a0073904bb085a437143895
|
|
depends:
|
|
- krb5 >=1.21.3,<1.22.0a0
|
|
- libssh2 >=1.11.1,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: curl
|
|
license_family: MIT
|
|
purls: []
|
|
size: 379189
|
|
timestamp: 1765379273605
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-21.1.7-hf598326_0.conda
|
|
sha256: 4bdbef0241b52e7a8552e8af7425f0b56d5621dd69df46c816546fefa17d77ab
|
|
md5: 0de94f39727c31c0447e408c5a210a56
|
|
depends:
|
|
- __osx >=11.0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 568715
|
|
timestamp: 1764676451068
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-21.1.8-hf598326_0.conda
|
|
sha256: 82e228975fd491bcf1071ecd0a6ec2a0fcc5f57eb0bd1d52cb13a18d57c67786
|
|
md5: 780f0251b757564e062187044232c2b7
|
|
depends:
|
|
- __osx >=11.0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 569118
|
|
timestamp: 1765919724254
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-20.1.8-h6dc3340_3.conda
|
|
sha256: 860588fb7b8c9227cfae68cf410c885fb0e05a635f3daddef9457c429a9704ba
|
|
md5: 78233f1b892fc02bca12b2daf3bd8d48
|
|
depends:
|
|
- libcxx >=20.1.8
|
|
- libcxx-headers >=20.1.8,<20.1.9.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 21836
|
|
timestamp: 1764631868552
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libcxx-headers-20.1.8-h707e725_3.conda
|
|
sha256: e6bbb58c0fe22ce1e6680a969bdfd05fc7b649c192707534d38c782d3a82bce2
|
|
md5: 3db57f91c60623258287599641e974f7
|
|
depends:
|
|
- __unix
|
|
constrains:
|
|
- libcxx-devel 20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 1282493
|
|
timestamp: 1764631510271
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20250104-pl5321h7949ede_0.conda
|
|
sha256: d789471216e7aba3c184cd054ed61ce3f6dac6f87a50ec69291b9297f8c18724
|
|
md5: c277e0a4d549b03ac1e9d6cbbe3d017b
|
|
depends:
|
|
- ncurses
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
- ncurses >=6.5,<7.0a0
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 134676
|
|
timestamp: 1738479519902
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libedit-3.1.20250104-pl5321hafb1f1b_0.conda
|
|
sha256: 66aa216a403de0bb0c1340a88d1a06adaff66bae2cfd196731aa24db9859d631
|
|
md5: 44083d2d2c2025afca315c7a172eab2b
|
|
depends:
|
|
- ncurses
|
|
- __osx >=11.0
|
|
- ncurses >=6.5,<7.0a0
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 107691
|
|
timestamp: 1738479560845
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-hd590300_2.conda
|
|
sha256: 1cd6048169fa0395af74ed5d8f1716e22c19a81a8a36f934c110ca3ad4dd27b4
|
|
md5: 172bf1cd1ff8629f2b1179945ed45055
|
|
depends:
|
|
- libgcc-ng >=12
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 112766
|
|
timestamp: 1702146165126
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libev-4.33-h93a5062_2.conda
|
|
sha256: 95cecb3902fbe0399c3a7e67a5bed1db813e5ab0e22f4023a5e0f722f2cc214f
|
|
md5: 36d33e440c31857372a72137f78bacf5
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 107458
|
|
timestamp: 1702146414478
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.3-hecca717_0.conda
|
|
sha256: 1e1b08f6211629cbc2efe7a5bca5953f8f6b3cae0eeb04ca4dacee1bd4e2db2f
|
|
md5: 8b09ae86839581147ef2e5c5e229d164
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
constrains:
|
|
- expat 2.7.3.*
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 76643
|
|
timestamp: 1763549731408
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libexpat-2.7.3-haf25636_0.conda
|
|
sha256: fce22610ecc95e6d149e42a42fbc3cc9d9179bd4eb6232639a60f06e080eec98
|
|
md5: b79875dbb5b1db9a4a22a4520f918e1a
|
|
depends:
|
|
- __osx >=11.0
|
|
constrains:
|
|
- expat 2.7.3.*
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 67800
|
|
timestamp: 1763549994166
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libexpat-2.7.3-hac47afa_0.conda
|
|
sha256: 844ab708594bdfbd7b35e1a67c379861bcd180d6efe57b654f482ae2f7f5c21e
|
|
md5: 8c9e4f1a0e688eef2e95711178061a0f
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
constrains:
|
|
- expat 2.7.3.*
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 70137
|
|
timestamp: 1763550049107
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda
|
|
sha256: 25cbdfa65580cfab1b8d15ee90b4c9f1e0d72128f1661449c9a999d341377d54
|
|
md5: 35f29eec58405aaf55e01cb470d8c26a
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 57821
|
|
timestamp: 1760295480630
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libffi-3.5.2-he5f378a_0.conda
|
|
sha256: 9b8acdf42df61b7bfe8bdc545c016c29e61985e79748c64ad66df47dbc2e295f
|
|
md5: 411ff7cd5d1472bba0f55c0faf04453b
|
|
depends:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 40251
|
|
timestamp: 1760295839166
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libffi-3.5.2-h52bdfb6_0.conda
|
|
sha256: ddff25aaa4f0aa535413f5d831b04073789522890a4d8626366e43ecde1534a3
|
|
md5: ba4ad812d2afc22b9a34ce8327a0930f
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 44866
|
|
timestamp: 1760295760649
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_16.conda
|
|
sha256: 6eed58051c2e12b804d53ceff5994a350c61baf117ec83f5f10c953a3f311451
|
|
md5: 6d0363467e6ed84f11435eb309f2ff06
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- _openmp_mutex >=4.5
|
|
constrains:
|
|
- libgcc-ng ==15.2.0=*_16
|
|
- libgomp 15.2.0 he0feb66_16
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 1042798
|
|
timestamp: 1765256792743
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-14.2.0-h9c4974d_102.conda
|
|
sha256: d663727f935853d1e94b8eb69fb1bac267339c99236fd26e14d4a2297ac96c91
|
|
md5: 80ecc6e9ecffe737e30a7e5a9b10bcb4
|
|
depends:
|
|
- __unix
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 2761178
|
|
timestamp: 1740240568863
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-15.2.0-h69a702a_16.conda
|
|
sha256: 5f07f9317f596a201cc6e095e5fc92621afca64829785e483738d935f8cab361
|
|
md5: 5a68259fac2da8f2ee6f7bfe49c9eb8b
|
|
depends:
|
|
- libgcc 15.2.0 he0feb66_16
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 27256
|
|
timestamp: 1765256804124
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_16.conda
|
|
sha256: 5b3e5e4e9270ecfcd48f47e3a68f037f5ab0f529ccb223e8e5d5ac75a58fc687
|
|
md5: 26c46f90d0e727e95c6c9498a33a09f3
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 603284
|
|
timestamp: 1765256703881
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libhiredis-1.3.0-h5888daf_1.conda
|
|
sha256: 5638e321719590b00826d218431d5028d1a22a76f281532ce621d9a40d5e0f42
|
|
md5: aa342fcf3bc583660dbfdb2eae6be48e
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
- libstdcxx >=13
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 140759
|
|
timestamp: 1748219397797
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libhiredis-1.3.0-h286801f_1.conda
|
|
sha256: 8da7c0e83c1c9d1bda3569146bb5618ef78251c5f912afa5d4f1573aef6ef6c7
|
|
md5: 58b2c5aee0ad58549bf92baead9baead
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=18
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 56746
|
|
timestamp: 1748219528586
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.18-h3b78370_2.conda
|
|
sha256: c467851a7312765447155e071752d7bf9bf44d610a5687e32706f480aad2833f
|
|
md5: 915f5995e94f60e9a4826e0b0920ee88
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
license: LGPL-2.1-only
|
|
purls: []
|
|
size: 790176
|
|
timestamp: 1754908768807
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.18-h23cfdf5_2.conda
|
|
sha256: de0336e800b2af9a40bdd694b03870ac4a848161b35c8a2325704f123f185f03
|
|
md5: 4d5a7445f0b25b6a3ddbb56e790f5251
|
|
depends:
|
|
- __osx >=11.0
|
|
license: LGPL-2.1-only
|
|
purls: []
|
|
size: 750379
|
|
timestamp: 1754909073836
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libiconv-1.18-hc1393d2_2.conda
|
|
sha256: 0dcdb1a5f01863ac4e8ba006a8b0dc1a02d2221ec3319b5915a1863254d7efa7
|
|
md5: 64571d1dd6cdcfa25d0664a5950fdaa2
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: LGPL-2.1-only
|
|
purls: []
|
|
size: 696926
|
|
timestamp: 1754909290005
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm20-20.1.8-hf7376ad_1.conda
|
|
sha256: bd2981488f63afbc234f6c7759f8363c63faf38dd0f4e64f48ef5a06541c12b4
|
|
md5: eafa8fd1dfc9a107fe62f7f12cabbc9c
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libstdcxx >=14
|
|
- libxml2
|
|
- libxml2-16 >=2.14.5
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 43977914
|
|
timestamp: 1757353652788
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm20-20.1.8-h8e0c9ce_1.conda
|
|
sha256: 6639cbbde4143b14b666db9dc33beddbf6772317a42d317c8c5162b9524bd24a
|
|
md5: 717f1efdf0a0240255c7c34d55889d58
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=19
|
|
- libxml2
|
|
- libxml2-16 >=2.14.5
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 28800783
|
|
timestamp: 1757354439972
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libllvm20-20.1.8-h830ff33_1.conda
|
|
sha256: 33524b50fe91a996e428e4017ffe8e488c31faa0fcbe121aa20bb039060ba776
|
|
md5: 3ae8508f52fab5ce9b38af07282a4a02
|
|
depends:
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 55313
|
|
timestamp: 1757354184572
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libllvm21-21.1.8-hf7376ad_0.conda
|
|
sha256: 91bb4f5be1601b40b4995911d785e29387970f0b3c80f33f7f9028f95335399f
|
|
md5: 1a2708a460884d6861425b7f9a7bef99
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libstdcxx >=14
|
|
- libxml2
|
|
- libxml2-16 >=2.14.6
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 44333366
|
|
timestamp: 1765959132513
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm21-21.1.8-h8e0c9ce_0.conda
|
|
sha256: 3f4512155aca799a25937f9ee794490794fb33f8f90a5e6532d8be869e7d79a0
|
|
md5: 8fc5b2387a7907cd58805668dad3b70f
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=19
|
|
- libxml2
|
|
- libxml2-16 >=2.14.6
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
size: 29398498
|
|
timestamp: 1765924904821
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-5.8.1-hb9d3cd8_2.conda
|
|
sha256: f2591c0069447bbe28d4d696b7fcb0c5bd0b4ac582769b89addbcf26fb3430d8
|
|
md5: 1a580f7796c7bf6393fddb8bbbde58dc
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
constrains:
|
|
- xz 5.8.1.*
|
|
license: 0BSD
|
|
purls: []
|
|
size: 112894
|
|
timestamp: 1749230047870
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-5.8.1-h39f12f2_2.conda
|
|
sha256: 0cb92a9e026e7bd4842f410a5c5c665c89b2eb97794ffddba519a626b8ce7285
|
|
md5: d6df911d4564d77c4374b02552cb17d1
|
|
depends:
|
|
- __osx >=11.0
|
|
constrains:
|
|
- xz 5.8.1.*
|
|
license: 0BSD
|
|
purls: []
|
|
size: 92286
|
|
timestamp: 1749230283517
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-5.8.1-h2466b09_2.conda
|
|
sha256: 55764956eb9179b98de7cc0e55696f2eff8f7b83fc3ebff5e696ca358bca28cc
|
|
md5: c15148b2e18da456f5108ccb5e411446
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
constrains:
|
|
- xz 5.8.1.*
|
|
license: 0BSD
|
|
purls: []
|
|
size: 104935
|
|
timestamp: 1749230611612
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/liblzma-devel-5.8.1-hb9d3cd8_2.conda
|
|
sha256: 329e66330a8f9cbb6a8d5995005478188eb4ba8a6b6391affa849744f4968492
|
|
md5: f61edadbb301530bd65a32646bd81552
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
- liblzma 5.8.1 hb9d3cd8_2
|
|
license: 0BSD
|
|
purls: []
|
|
size: 439868
|
|
timestamp: 1749230061968
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/liblzma-devel-5.8.1-h39f12f2_2.conda
|
|
sha256: 974804430e24f0b00f3a48b67ec10c9f5441c9bb3d82cc0af51ba45b8a75a241
|
|
md5: 1201137f1a5ec9556032ffc04dcdde8d
|
|
depends:
|
|
- __osx >=11.0
|
|
- liblzma 5.8.1 h39f12f2_2
|
|
license: 0BSD
|
|
purls: []
|
|
size: 116244
|
|
timestamp: 1749230297170
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/liblzma-devel-5.8.1-h2466b09_2.conda
|
|
sha256: 1ccff927a2d768403bad85e36ca3e931d96890adb4f503e1780c3412dd1e1298
|
|
md5: 42c90c4941c59f1b9f8fab627ad8ae76
|
|
depends:
|
|
- liblzma 5.8.1 h2466b09_2
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
license: 0BSD
|
|
purls: []
|
|
size: 129344
|
|
timestamp: 1749230637001
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libmpdec-4.0.0-hb9d3cd8_0.conda
|
|
sha256: 3aa92d4074d4063f2a162cd8ecb45dccac93e543e565c01a787e16a43501f7ee
|
|
md5: c7e925f37e3b40d893459e625f6a53f1
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 91183
|
|
timestamp: 1748393666725
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libmpdec-4.0.0-h5505292_0.conda
|
|
sha256: 0a1875fc1642324ebd6c4ac864604f3f18f57fbcf558a8264f6ced028a3c75b2
|
|
md5: 85ccccb47823dd9f7a99d2c7f530342f
|
|
depends:
|
|
- __osx >=11.0
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 71829
|
|
timestamp: 1748393749336
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libmpdec-4.0.0-h2466b09_0.conda
|
|
sha256: fc529fc82c7caf51202cc5cec5bb1c2e8d90edbac6d0a4602c966366efe3c7bf
|
|
md5: 74860100b2029e2523cf480804c76b9b
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 88657
|
|
timestamp: 1723861474602
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.67.0-had1ee68_0.conda
|
|
sha256: a4a7dab8db4dc81c736e9a9b42bdfd97b087816e029e221380511960ac46c690
|
|
md5: b499ce4b026493a13774bcf0f4c33849
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- c-ares >=1.34.5,<2.0a0
|
|
- libev >=4.33,<4.34.0a0
|
|
- libev >=4.33,<5.0a0
|
|
- libgcc >=14
|
|
- libstdcxx >=14
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- openssl >=3.5.2,<4.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 666600
|
|
timestamp: 1756834976695
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libnghttp2-1.67.0-hc438710_0.conda
|
|
sha256: a07cb53b5ffa2d5a18afc6fd5a526a5a53dd9523fbc022148bd2f9395697c46d
|
|
md5: a4b4dd73c67df470d091312ab87bf6ae
|
|
depends:
|
|
- __osx >=11.0
|
|
- c-ares >=1.34.5,<2.0a0
|
|
- libcxx >=19
|
|
- libev >=4.33,<4.34.0a0
|
|
- libev >=4.33,<5.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- openssl >=3.5.2,<4.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 575454
|
|
timestamp: 1756835746393
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-14.2.0-hed042b8_2.conda
|
|
sha256: 489e069ed0a3c376da5d83166a330c1b8a041a3d25a482f692b4fb86846f2a2d
|
|
md5: 80f0abb70cd4f10ee15aa5693d89c65a
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14.2.0
|
|
- libstdcxx >=14.2.0
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 4507944
|
|
timestamp: 1740240704883
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.1-h0c1763c_0.conda
|
|
sha256: 6f0e8a812e8e33a4d8b7a0e595efe28373080d27b78ee4828aa4f6649a088454
|
|
md5: 2e1b84d273b01835256e53fd938de355
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: blessing
|
|
purls: []
|
|
size: 938979
|
|
timestamp: 1764359444435
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.1-h0c1763c_1.conda
|
|
sha256: 5ef162b2a1390d1495a759734afe2312a358a58441cf8f378be651903646f3b7
|
|
md5: ad1fd565aff83b543d726382c0ab0af2
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: blessing
|
|
size: 940686
|
|
timestamp: 1766319628770
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.51.1-hf4e2dac_1.conda
|
|
sha256: d614540c55f22ad555633f75e174089018ddfc65c49f447f7bbdbc3c3013bec1
|
|
md5: b1f35e70f047918b49fb4b181e40300e
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- icu >=78.1,<79.0a0
|
|
- libgcc >=14
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: blessing
|
|
purls: []
|
|
size: 943451
|
|
timestamp: 1766319676469
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.51.1-h1b79a29_1.conda
|
|
sha256: f2c3cbf2ca7d697098964a748fbf19d6e4adcefa23844ec49f0166f1d36af83c
|
|
md5: 8c3951797658e10b610929c3e57e9ad9
|
|
depends:
|
|
- __osx >=11.0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: blessing
|
|
purls: []
|
|
size: 905861
|
|
timestamp: 1766319901587
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libsqlite-3.51.1-h9a5124b_0.conda
|
|
sha256: a46b167447e2a9e38586320c30b29e3b68b6f7e6b873c18d6b1aa2efd2626917
|
|
md5: 67e50e5bd4e5e2310d66b88c4da50096
|
|
depends:
|
|
- __osx >=11.0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: blessing
|
|
purls: []
|
|
size: 906292
|
|
timestamp: 1764359907797
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.51.1-hf5d6505_0.conda
|
|
sha256: a976c8b455d9023b83878609bd68c3b035b9839d592bd6c7be7552c523773b62
|
|
md5: f92bef2f8e523bb0eabe60099683617a
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: blessing
|
|
purls: []
|
|
size: 1291059
|
|
timestamp: 1764359545703
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libsqlite-3.51.1-hf5d6505_1.conda
|
|
sha256: d6d86715a1afe11f626b7509935e9d2e14a4946632c0ac474526e20fc6c55f99
|
|
md5: be65be5f758709fc01b01626152e96b0
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: blessing
|
|
purls: []
|
|
size: 1292859
|
|
timestamp: 1766319616777
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.1-hcf80075_0.conda
|
|
sha256: fa39bfd69228a13e553bd24601332b7cfeb30ca11a3ca50bb028108fe90a7661
|
|
md5: eecce068c7e4eddeb169591baac20ac4
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- openssl >=3.5.0,<4.0a0
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 304790
|
|
timestamp: 1745608545575
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libssh2-1.11.1-h1590b86_0.conda
|
|
sha256: 8bfe837221390ffc6f111ecca24fa12d4a6325da0c8d131333d63d6c37f27e0a
|
|
md5: b68e8f66b94b44aaa8de4583d3d4cc40
|
|
depends:
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- openssl >=3.5.0,<4.0a0
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 279193
|
|
timestamp: 1745608793272
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libssh2-1.11.1-h9aa295b_0.conda
|
|
sha256: cbdf93898f2e27cefca5f3fe46519335d1fab25c4ea2a11b11502ff63e602c09
|
|
md5: 9dce2f112bfd3400f4f432b3d0ac07b2
|
|
depends:
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- openssl >=3.5.0,<4.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 292785
|
|
timestamp: 1745608759342
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_16.conda
|
|
sha256: 813427918316a00c904723f1dfc3da1bbc1974c5cfe1ed1e704c6f4e0798cbc6
|
|
md5: 68f68355000ec3f1d6f26ea13e8f525f
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc 15.2.0 he0feb66_16
|
|
constrains:
|
|
- libstdcxx-ng ==15.2.0=*_16
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 5856456
|
|
timestamp: 1765256838573
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-14.2.0-h9c4974d_102.conda
|
|
sha256: 7bd1943aea09457cca1aa611c71bc3b12990832d3a0ffb4b1f25a83deb035669
|
|
md5: 54bac3d48bc1f91216b5f5fb259d8764
|
|
depends:
|
|
- __unix
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 13572040
|
|
timestamp: 1740240603306
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-15.2.0-hdf11a46_16.conda
|
|
sha256: 81f2f246c7533b41c5e0c274172d607829019621c4a0823b5c0b4a8c7028ee84
|
|
md5: 1b3152694d236cf233b76b8c56bf0eae
|
|
depends:
|
|
- libstdcxx 15.2.0 h934c35e_16
|
|
license: GPL-3.0-only WITH GCC-exception-3.1
|
|
license_family: GPL
|
|
purls: []
|
|
size: 27300
|
|
timestamp: 1765256885128
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.2-h5347b49_1.conda
|
|
sha256: 030447cf827c471abd37092ab9714fde82b8222106f22fde94bc7a64e2704c40
|
|
md5: 41f5c09a211985c3ce642d60721e7c3e
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 40235
|
|
timestamp: 1764790744114
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.41.3-h5347b49_0.conda
|
|
sha256: 1a7539cfa7df00714e8943e18de0b06cceef6778e420a5ee3a2a145773758aee
|
|
md5: db409b7c1720428638e7c0d509d3e1b5
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 40311
|
|
timestamp: 1766271528534
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.51.0-hb03c661_1.conda
|
|
sha256: c180f4124a889ac343fc59d15558e93667d894a966ec6fdb61da1604481be26b
|
|
md5: 0f03292cc56bf91a077a134ea8747118
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 895108
|
|
timestamp: 1753948278280
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libuv-1.51.0-h6caf38d_1.conda
|
|
sha256: 042c7488ad97a5629ec0a991a8b2a3345599401ecc75ad6a5af73b60e6db9689
|
|
md5: c0d87c3c8e075daf1daf6c31b53e8083
|
|
depends:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 421195
|
|
timestamp: 1753948426421
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libuv-1.51.0-hfd05255_1.conda
|
|
sha256: f03dc82e6fb1725788e73ae97f0cd3d820d5af0d351a274104a0767035444c59
|
|
md5: 31e1545994c48efc3e6ea32ca02a8724
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 297087
|
|
timestamp: 1753948490874
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.15.1-h031cc0b_0.conda
|
|
sha256: ee64e507b37b073e0bdad739e35330933dd5be7c639600a096551a6968f1035d
|
|
md5: a67cd8f7b0369bbf2c40411f05a62f3b
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libxml2-16 2.15.1 hf2a90c1_0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- icu <0.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 45292
|
|
timestamp: 1761015784683
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.15.1-h26afc86_0.conda
|
|
sha256: ec0735ae56c3549149eebd7dc22c0bed91fd50c02eaa77ff418613ddda190aa8
|
|
md5: e512be7dc1f84966d50959e900ca121f
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- icu >=75.1,<76.0a0
|
|
- libgcc >=14
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libxml2-16 2.15.1 ha9997c6_0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 45283
|
|
timestamp: 1761015644057
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.15.1-he237659_1.conda
|
|
sha256: 047be059033c394bd32ae5de66ce389824352120b3a7c0eff980195f7ed80357
|
|
md5: 417955234eccd8f252b86a265ccdab7f
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- icu >=78.1,<79.0a0
|
|
- libgcc >=14
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libxml2-16 2.15.1 hca6bf5a_1
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 45402
|
|
timestamp: 1766327161688
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.15.1-h8d039ee_1.conda
|
|
sha256: 59f96fa27cce6a9a27414c5bb301eedda1a1b85cd0d8f5d68f77e46b86e7c95f
|
|
md5: fd804ee851e20faca4fecc7df0901d07
|
|
depends:
|
|
- __osx >=11.0
|
|
- icu >=78.1,<79.0a0
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libxml2-16 2.15.1 h5ef1a60_1
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 40607
|
|
timestamp: 1766327501392
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.15.1-h9329255_0.conda
|
|
sha256: c409e384ddf5976a42959265100d6b2c652017d250171eb10bae47ef8166193f
|
|
md5: fb5ce61da27ee937751162f86beba6d1
|
|
depends:
|
|
- __osx >=11.0
|
|
- icu >=75.1,<76.0a0
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libxml2-16 2.15.1 h0ff4647_0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 40607
|
|
timestamp: 1761016108361
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.15.1-hba2cd1d_0.conda
|
|
sha256: fa01101fe7d95085846c16825f0e7dc0efe1f1c7438a96fe7395c885d6179495
|
|
md5: a53d5f7fff38853ddb6bdc8fb609c039
|
|
depends:
|
|
- __osx >=11.0
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libxml2-16 2.15.1 h8eac4d7_0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- icu <0.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 40611
|
|
timestamp: 1761016283558
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.15.1-h5d26750_0.conda
|
|
sha256: f507960adf64ee9c9c7b7833d8b11980765ebd2bf5345f73d5a3b21b259eaed5
|
|
md5: 9176ee05643a1bfe7f2e7b4c921d2c3d
|
|
depends:
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libxml2-16 2.15.1 h692994f_0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
constrains:
|
|
- icu <0.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 43209
|
|
timestamp: 1761016354235
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-2.15.1-h779ef1b_1.conda
|
|
sha256: 8b47d5fb00a6ccc0f495d16787ab5f37a434d51965584d6000966252efecf56d
|
|
md5: 68dc154b8d415176c07b6995bd3a65d9
|
|
depends:
|
|
- icu >=78.1,<79.0a0
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libxml2-16 2.15.1 h3cfd58e_1
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 43387
|
|
timestamp: 1766327259710
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-16-2.15.1-ha9997c6_0.conda
|
|
sha256: 71436e72a286ef8b57d6f4287626ff91991eb03c7bdbe835280521791efd1434
|
|
md5: e7733bc6785ec009e47a224a71917e84
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- icu >=75.1,<76.0a0
|
|
- libgcc >=14
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- libxml2 2.15.1
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 556302
|
|
timestamp: 1761015637262
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-16-2.15.1-hca6bf5a_1.conda
|
|
sha256: 8331284bf9ae641b70cdc0e5866502dd80055fc3b9350979c74bb1d192e8e09e
|
|
md5: 3fdd8d99683da9fe279c2f4cecd1e048
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- icu >=78.1,<79.0a0
|
|
- libgcc >=14
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- libxml2 2.15.1
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 555747
|
|
timestamp: 1766327145986
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libxml2-16-2.15.1-hf2a90c1_0.conda
|
|
sha256: f5220ff49efc31431279859049199b9250e79f98c1dee1da12feb74bda2d9cf1
|
|
md5: 23720d17346b21efb08d68c2255c8431
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- libxml2 2.15.1
|
|
- icu <0.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 554734
|
|
timestamp: 1761015772672
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-16-2.15.1-h0ff4647_0.conda
|
|
sha256: ebe2dd9da94280ad43da936efa7127d329b559f510670772debc87602b49b06d
|
|
md5: 438c97d1e9648dd7342f86049dd44638
|
|
depends:
|
|
- __osx >=11.0
|
|
- icu >=75.1,<76.0a0
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- libxml2 2.15.1
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 464952
|
|
timestamp: 1761016087733
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-16-2.15.1-h5ef1a60_1.conda
|
|
sha256: 2d5ab15113b0ba21f4656d387d26ab59e4fbaf3027f5e58a2a4fe370821eb106
|
|
md5: 7eed1026708e26ee512f43a04d9d0027
|
|
depends:
|
|
- __osx >=11.0
|
|
- icu >=78.1,<79.0a0
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- libxml2 2.15.1
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 464886
|
|
timestamp: 1766327479416
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-16-2.15.1-h8eac4d7_0.conda
|
|
sha256: 3f3f9ba64a3fca15802d4eaf2a97696e6dcd916effa6a683756fd9f11245df5a
|
|
md5: cf7291a970b93fe3bb726879f2037af8
|
|
depends:
|
|
- __osx >=11.0
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- libxml2 2.15.1
|
|
- icu <0.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 464186
|
|
timestamp: 1761016258891
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-16-2.15.1-h3cfd58e_1.conda
|
|
sha256: a857e941156b7f462063e34e086d212c6ccbc1521ebdf75b9ed66bd90add57dc
|
|
md5: 07d73826fde28e7dbaec52a3297d7d26
|
|
depends:
|
|
- icu >=78.1,<79.0a0
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
constrains:
|
|
- libxml2 2.15.1
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 518964
|
|
timestamp: 1766327232819
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libxml2-16-2.15.1-h692994f_0.conda
|
|
sha256: 04129dc2df47a01c55e5ccf8a18caefab94caddec41b3b10fbc409e980239eb9
|
|
md5: 70ca4626111579c3cd63a7108fe737f9
|
|
depends:
|
|
- libiconv >=1.18,<2.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
constrains:
|
|
- icu <0.0a0
|
|
- libxml2 2.15.1
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 518135
|
|
timestamp: 1761016320405
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-hb9d3cd8_2.conda
|
|
sha256: d4bfe88d7cb447768e31650f06257995601f89076080e76df55e3112d4e47dc4
|
|
md5: edb0dca6bc32e4f4789199455a1dbeb8
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
constrains:
|
|
- zlib 1.3.1 *_2
|
|
license: Zlib
|
|
license_family: Other
|
|
purls: []
|
|
size: 60963
|
|
timestamp: 1727963148474
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
|
|
sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b
|
|
md5: 369964e85dc26bfe78f41399b366c435
|
|
depends:
|
|
- __osx >=11.0
|
|
constrains:
|
|
- zlib 1.3.1 *_2
|
|
license: Zlib
|
|
license_family: Other
|
|
purls: []
|
|
size: 46438
|
|
timestamp: 1727963202283
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/libzlib-1.3.1-h2466b09_2.conda
|
|
sha256: ba945c6493449bed0e6e29883c4943817f7c79cbff52b83360f7b341277c6402
|
|
md5: 41fbfac52c601159df6c01f875de31b9
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
constrains:
|
|
- zlib 1.3.1 *_2
|
|
license: Zlib
|
|
license_family: Other
|
|
purls: []
|
|
size: 55476
|
|
timestamp: 1727963768015
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/lld-20.1.8-hef48ded_1.conda
|
|
sha256: c3294734baa2a30f613447d48333ac3a09b4060e4603ecef727c6a935b59268e
|
|
md5: 1284f189f4b05bd1ef935807b05f6a26
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libllvm20 >=20.1.8,<20.2.0a0
|
|
- libstdcxx >=14
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
constrains:
|
|
- llvm ==20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 11272299
|
|
timestamp: 1757394114845
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/lld-20.1.8-ha4b1419_1.conda
|
|
sha256: 3893dfe3f7c012df0238967c10e6045d0375357845e3d824bf61cf176887a2bc
|
|
md5: a22a12e559cabf166f8e776e261b6b52
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=19.1.7
|
|
- libllvm20 >=20.1.8,<20.2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
constrains:
|
|
- llvm ==20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 4102855
|
|
timestamp: 1757394904007
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/lld-20.1.8-hc465015_1.conda
|
|
sha256: 0f00d53ab0c36ff51f4e15485ff7c77c4d4f3e94b2b7f99ecb3fba5bceabb24d
|
|
md5: 0a27e0a13861a8299e7ad6b1f0d9fb41
|
|
depends:
|
|
- libxml2
|
|
- libxml2-16 >=2.14.6
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
constrains:
|
|
- llvm ==20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 131581380
|
|
timestamp: 1757395097614
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/llvm-tools-20.1.8-hb700be7_1.conda
|
|
sha256: 153f96ab1ee7d96214a26968c8dc107b96c65ab4d96a302fc602cd84bafc2e0c
|
|
md5: 2339a92546214f7ac54557f674c41e99
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libllvm20 20.1.8 hf7376ad_1
|
|
- libstdcxx >=14
|
|
- llvm-tools-20 20.1.8 h3b15d91_1
|
|
constrains:
|
|
- llvm 20.1.8
|
|
- clang 20.1.8
|
|
- llvmdev 20.1.8
|
|
- clang-tools 20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 87809
|
|
timestamp: 1757353876330
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-20.1.8-h855ad52_1.conda
|
|
sha256: 1f94a0336ac63020b8f8c57dca502cae3238f45e9b4cdd6df1fc06d3837ded5e
|
|
md5: 626404d8b36c1ce1d1c2f84d91d8b99d
|
|
depends:
|
|
- __osx >=11.0
|
|
- libllvm20 20.1.8 h8e0c9ce_1
|
|
- llvm-tools-20 20.1.8 h91fd4e7_1
|
|
constrains:
|
|
- llvm 20.1.8
|
|
- llvmdev 20.1.8
|
|
- clang 20.1.8
|
|
- clang-tools 20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 88740
|
|
timestamp: 1757354697813
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/llvm-tools-20.1.8-h752b59f_1.conda
|
|
sha256: d65478294ab51baf8876907fbbfafbfbef0243b0a9143d5c554e2157bb02baaf
|
|
md5: ca976adb4e89d1c993fa777f07b07c8c
|
|
depends:
|
|
- libllvm20 20.1.8 h830ff33_1
|
|
- libxml2
|
|
- libxml2-16 >=2.14.5
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
constrains:
|
|
- clang 20.1.8
|
|
- llvm 20.1.8
|
|
- clang-tools 20.1.8
|
|
- llvmdev 20.1.8
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 425257536
|
|
timestamp: 1757354652746
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/llvm-tools-20-20.1.8-h3b15d91_1.conda
|
|
sha256: b0ead2b01a2dbfe2672653764a1ac1a5a21b243dbfb4cfc4b7ae45fc6be671a1
|
|
md5: 1a4ce6138495d4ad3d9a66071573f5d9
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- libllvm20 20.1.8 hf7376ad_1
|
|
- libstdcxx >=14
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 26528257
|
|
timestamp: 1757353803953
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-20-20.1.8-h91fd4e7_1.conda
|
|
sha256: 97d9c549c34e7e16aff4e719c4e0d12e03cde46249297632dcf770fb86e475d6
|
|
md5: 77366ec6038780fbaa5509f064e93d6f
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=19
|
|
- libllvm20 20.1.8 h8e0c9ce_1
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Apache-2.0 WITH LLVM-exception
|
|
license_family: Apache
|
|
purls: []
|
|
size: 17569405
|
|
timestamp: 1757354613846
|
|
- pypi: https://files.pythonhosted.org/packages/7b/f0/92f2d609d6642b5f30cb50a885d2bf1483301c69d5786286500d15651ef2/lsprotocol-2025.0.0-py3-none-any.whl
|
|
name: lsprotocol
|
|
version: 2025.0.0
|
|
sha256: f9d78f25221f2a60eaa4a96d3b4ffae011b107537facee61d3da3313880995c7
|
|
requires_dist:
|
|
- attrs>=21.3.0
|
|
- cattrs!=23.2.1
|
|
requires_python: '>=3.8'
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h2d0b736_3.conda
|
|
sha256: 3fde293232fa3fca98635e1167de6b7c7fda83caf24b9d6c91ec9eefb4f4d586
|
|
md5: 47e340acb35de30501a76c7c799c41d7
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
license: X11 AND BSD-3-Clause
|
|
purls: []
|
|
size: 891641
|
|
timestamp: 1738195959188
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h5e97a16_3.conda
|
|
sha256: 2827ada40e8d9ca69a153a45f7fd14f32b2ead7045d3bbb5d10964898fe65733
|
|
md5: 068d497125e4bf8a66bf707254fff5ae
|
|
depends:
|
|
- __osx >=11.0
|
|
license: X11 AND BSD-3-Clause
|
|
purls: []
|
|
size: 797030
|
|
timestamp: 1738196177597
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ninja-1.13.2-h171cf75_0.conda
|
|
sha256: 6f7d59dbec0a7b00bf5d103a4306e8886678b796ff2151b62452d4582b2a53fb
|
|
md5: b518e9e92493721281a60fa975bddc65
|
|
depends:
|
|
- libstdcxx >=14
|
|
- libgcc >=14
|
|
- __glibc >=2.17,<3.0.a0
|
|
license: Apache-2.0
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 186323
|
|
timestamp: 1763688260928
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ninja-1.13.2-h49c215f_0.conda
|
|
sha256: 18d33c17b28d4771fc0b91b7b963c9ce31aca0a9af7dc8e9ee7c974bb207192c
|
|
md5: 175809cc57b2c67f27a0f238bd7f069d
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=19
|
|
license: Apache-2.0
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 164450
|
|
timestamp: 1763688228613
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ninja-1.13.2-h477610d_0.conda
|
|
sha256: e41a945c34a5f0bd2109b73a65486cd93023fa0a9bcba3ef98f9a3da40ba1180
|
|
md5: 7ecb9f2f112c66f959d2bb7dbdb89b67
|
|
depends:
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
license: Apache-2.0
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 309417
|
|
timestamp: 1763688227932
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-22.21.1-h4a9c4b4_0.conda
|
|
sha256: 7808695078b286548a56a0833bbe65f0d2a547bc134bc8a12d106b384d048e17
|
|
md5: 3fe7cdb8ea3181917e358f31a9a0b514
|
|
depends:
|
|
- libgcc >=14
|
|
- __glibc >=2.28,<3.0.a0
|
|
- libstdcxx >=14
|
|
- openssl >=3.5.4,<4.0a0
|
|
- icu >=75.1,<76.0a0
|
|
- libuv >=1.51.0,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 24194392
|
|
timestamp: 1765444695531
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/nodejs-24.12.0-h36edbcc_0.conda
|
|
sha256: fc71fab1256bb5f64ad9bd73388741cd4c1986deca70031a7728e70ad691a3f2
|
|
md5: adc6bd7e0e0ccd769227344712e80b28
|
|
depends:
|
|
- libgcc >=14
|
|
- libstdcxx >=14
|
|
- __glibc >=2.28,<3.0.a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
- openssl >=3.5.4,<4.0a0
|
|
- icu >=75.1,<76.0a0
|
|
- libsqlite >=3.51.1,<4.0a0
|
|
- libnghttp2 >=1.67.0,<2.0a0
|
|
- libbrotlicommon >=1.2.0,<1.3.0a0
|
|
- libbrotlienc >=1.2.0,<1.3.0a0
|
|
- libbrotlidec >=1.2.0,<1.3.0a0
|
|
- libuv >=1.51.0,<2.0a0
|
|
- c-ares >=1.34.6,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: MIT
|
|
size: 17538321
|
|
timestamp: 1766137768828
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-22.21.1-hf2fe37f_0.conda
|
|
sha256: 16fc66a8f7c566aa626833482bfeb20f6a1953861ba5d7e91eb4f72c600c4151
|
|
md5: cd2e913e4e61a013e1707daf551165d3
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=19
|
|
- openssl >=3.5.4,<4.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- icu >=75.1,<76.0a0
|
|
- libuv >=1.51.0,<2.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 16727525
|
|
timestamp: 1765374502949
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/nodejs-24.12.0-hade9a7e_0.conda
|
|
sha256: f205db270f337dc5f0b36b4117a5e96b23ff7a22e9da466e5b3d473911a79ddb
|
|
md5: 2041df06e4a06f9d7c68c014a0b78ea1
|
|
depends:
|
|
- __osx >=11.0
|
|
- libcxx >=19
|
|
- libuv >=1.51.0,<2.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- libsqlite >=3.51.1,<4.0a0
|
|
- libnghttp2 >=1.67.0,<2.0a0
|
|
- c-ares >=1.34.6,<2.0a0
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
- libbrotlicommon >=1.2.0,<1.3.0a0
|
|
- libbrotlienc >=1.2.0,<1.3.0a0
|
|
- libbrotlidec >=1.2.0,<1.3.0a0
|
|
- icu >=75.1,<76.0a0
|
|
- openssl >=3.5.4,<4.0a0
|
|
license: MIT
|
|
size: 15860889
|
|
timestamp: 1766137706595
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-22.21.1-he453025_0.conda
|
|
sha256: b0f3bfbd1682c5e73ea424368c57b3a6b411e6368dadaf1c8cf4772723787513
|
|
md5: df959f61eb2ce7872c981a2719a36e18
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 29798671
|
|
timestamp: 1765374524747
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/nodejs-24.12.0-he453025_0.conda
|
|
sha256: ae6bb6f4f6c3c01a5292e02f158ce743f7cfd5a63f366e9171f3623bad68aa52
|
|
md5: a23c7e2ae729e9cc52603da75e49d93a
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 30226500
|
|
timestamp: 1765888126555
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.6.0-h26f9b46_0.conda
|
|
sha256: a47271202f4518a484956968335b2521409c8173e123ab381e775c358c67fe6d
|
|
md5: 9ee58d5c534af06558933af3c845a780
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- ca-certificates
|
|
- libgcc >=14
|
|
license: Apache-2.0
|
|
license_family: Apache
|
|
purls: []
|
|
size: 3165399
|
|
timestamp: 1762839186699
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.6.0-h5503f6c_0.conda
|
|
sha256: ebe93dafcc09e099782fe3907485d4e1671296bc14f8c383cb6f3dfebb773988
|
|
md5: b34dc4172653c13dcf453862f251af2b
|
|
depends:
|
|
- __osx >=11.0
|
|
- ca-certificates
|
|
license: Apache-2.0
|
|
license_family: Apache
|
|
purls: []
|
|
size: 3108371
|
|
timestamp: 1762839712322
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/openssl-3.6.0-h725018a_0.conda
|
|
sha256: 6d72d6f766293d4f2aa60c28c244c8efed6946c430814175f959ffe8cab899b3
|
|
md5: 84f8fb4afd1157f59098f618cd2437e4
|
|
depends:
|
|
- ca-certificates
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
license: Apache-2.0
|
|
license_family: Apache
|
|
purls: []
|
|
size: 9440812
|
|
timestamp: 1762841722179
|
|
- pypi: https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl
|
|
name: packaging
|
|
version: '26.0'
|
|
sha256: b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529
|
|
requires_python: '>=3.8'
|
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
name: pluggy
|
|
version: 1.6.0
|
|
sha256: e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746
|
|
requires_dist:
|
|
- pre-commit ; extra == 'dev'
|
|
- tox ; extra == 'dev'
|
|
- pytest ; extra == 'testing'
|
|
- pytest-benchmark ; extra == 'testing'
|
|
- coverage ; extra == 'testing'
|
|
requires_python: '>=3.9'
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/pnpm-10.26.2-hcdd682b_0.conda
|
|
sha256: ae7bff50d304546f2f6f23a0c94bb349f25cf5d67ee2dd894f59b4aea58d67b2
|
|
md5: 0170f0f53fa205d9e42ff7c04c48fab4
|
|
depends:
|
|
- nodejs
|
|
- libgcc >=14
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libstdcxx >=14
|
|
- nodejs >=24.12.0,<25.0a0
|
|
license: MIT
|
|
size: 3241937
|
|
timestamp: 1766502303206
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/pnpm-10.26.2-h7c87c79_0.conda
|
|
sha256: a6fbbc064a4dda94bb8d5adda3b529df30428b78932dbec7ff940ccc2db2270b
|
|
md5: 8fe0376020813be4387dd1a811b32e86
|
|
depends:
|
|
- nodejs
|
|
- __osx >=11.0
|
|
- libcxx >=19
|
|
- nodejs >=24.12.0,<25.0a0
|
|
license: MIT
|
|
size: 3248791
|
|
timestamp: 1766502301944
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/pnpm-10.26.2-h785286a_0.conda
|
|
sha256: ce396e3ea59d27bdd6c14513df79f61162155503d0d5414b92f45960201768a5
|
|
md5: c2a607f7355e129737c85de2b15d9d3f
|
|
depends:
|
|
- nodejs
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
- nodejs >=24.12.0,<25.0a0
|
|
license: MIT
|
|
size: 3289179
|
|
timestamp: 1766502316488
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/prettier-3.7.4-h4c22ac6_0.conda
|
|
sha256: 6f702c0b40508b245f166cc5b339fc7eb57ab02470a00466aed2bc6e98d791cb
|
|
md5: eb862ee74ff6beeee4378f4436e2e9a6
|
|
depends:
|
|
- nodejs
|
|
- __glibc >=2.17,<3.0.a0
|
|
- nodejs >=22.19.0,<23.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 1102504
|
|
timestamp: 1764738744929
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/prettier-3.7.4-h79221d7_0.conda
|
|
sha256: 7e5f42737afb5919b13e379d4bcba1b19f54d746a23150116c3c2d856072014d
|
|
md5: f84e9db3c73c179dee0952eff5846188
|
|
depends:
|
|
- nodejs
|
|
- __osx >=11.0
|
|
- nodejs >=22.19.0,<23.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 1101665
|
|
timestamp: 1764738820106
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/prettier-3.7.4-hc95d2ff_0.conda
|
|
sha256: 28a128bd45b74ba5e9a4dee0872475453cbec1a39b7a97494239dc26ff9dab61
|
|
md5: 2de1c3bfaf5da770c37c01ad41b80283
|
|
depends:
|
|
- nodejs
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
- nodejs >=22.19.0,<23.0a0
|
|
license: MIT
|
|
license_family: MIT
|
|
size: 1105059
|
|
timestamp: 1764738810596
|
|
- pypi: https://files.pythonhosted.org/packages/fd/1a/208293b6c350f5abea6941d5606080d4a492644052504f5312e5de30a902/pygls-2.1.1-py3-none-any.whl
|
|
name: pygls
|
|
version: 2.1.1
|
|
sha256: 510a6dea2476177230c7d851125e5948efdf3fdb9ebfd8543fc434972f8faed4
|
|
requires_dist:
|
|
- attrs>=24.3.0
|
|
- cattrs>=23.1.2
|
|
- lsprotocol==2025.0.0
|
|
- websockets>=13.0 ; extra == 'ws'
|
|
requires_python: '>=3.9'
|
|
- pypi: https://files.pythonhosted.org/packages/f4/7e/a72dd26f3b0f4f2bf1dd8923c85f7ceb43172af56d63c7383eb62b332364/pygments-2.20.0-py3-none-any.whl
|
|
name: pygments
|
|
version: 2.20.0
|
|
sha256: 81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176
|
|
requires_dist:
|
|
- colorama>=0.4.6 ; extra == 'windows-terminal'
|
|
requires_python: '>=3.9'
|
|
- pypi: https://files.pythonhosted.org/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl
|
|
name: pytest
|
|
version: 9.0.2
|
|
sha256: 711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b
|
|
requires_dist:
|
|
- colorama>=0.4 ; sys_platform == 'win32'
|
|
- exceptiongroup>=1 ; python_full_version < '3.11'
|
|
- iniconfig>=1.0.1
|
|
- packaging>=22
|
|
- pluggy>=1.5,<2
|
|
- pygments>=2.7.2
|
|
- tomli>=1 ; python_full_version < '3.11'
|
|
- argcomplete ; extra == 'dev'
|
|
- attrs>=19.2 ; extra == 'dev'
|
|
- hypothesis>=3.56 ; extra == 'dev'
|
|
- mock ; extra == 'dev'
|
|
- requests ; extra == 'dev'
|
|
- setuptools ; extra == 'dev'
|
|
- xmlschema ; extra == 'dev'
|
|
requires_python: '>=3.10'
|
|
- pypi: https://files.pythonhosted.org/packages/e5/35/f8b19922b6a25bc0880171a2f1a003eaeb93657475193ab516fd87cac9da/pytest_asyncio-1.3.0-py3-none-any.whl
|
|
name: pytest-asyncio
|
|
version: 1.3.0
|
|
sha256: 611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5
|
|
requires_dist:
|
|
- backports-asyncio-runner>=1.1,<2 ; python_full_version < '3.11'
|
|
- pytest>=8.2,<10
|
|
- typing-extensions>=4.12 ; python_full_version < '3.13'
|
|
- sphinx>=5.3 ; extra == 'docs'
|
|
- sphinx-rtd-theme>=1 ; extra == 'docs'
|
|
- coverage>=6.2 ; extra == 'testing'
|
|
- hypothesis>=5.7.1 ; extra == 'testing'
|
|
requires_python: '>=3.10'
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/python-3.14.2-h32b2ec7_100_cp314.conda
|
|
build_number: 100
|
|
sha256: a120fb2da4e4d51dd32918c149b04a08815fd2bd52099dad1334647984bb07f1
|
|
md5: 1cef1236a05c3a98f68c33ae9425f656
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- bzip2 >=1.0.8,<2.0a0
|
|
- ld_impl_linux-64 >=2.36.1
|
|
- libexpat >=2.7.3,<3.0a0
|
|
- libffi >=3.5.2,<3.6.0a0
|
|
- libgcc >=14
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libmpdec >=4.0.0,<5.0a0
|
|
- libsqlite >=3.51.1,<4.0a0
|
|
- libuuid >=2.41.2,<3.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ncurses >=6.5,<7.0a0
|
|
- openssl >=3.5.4,<4.0a0
|
|
- python_abi 3.14.* *_cp314
|
|
- readline >=8.2,<9.0a0
|
|
- tk >=8.6.13,<8.7.0a0
|
|
- tzdata
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Python-2.0
|
|
purls: []
|
|
size: 36790521
|
|
timestamp: 1765021515427
|
|
python_site_packages_path: lib/python3.14/site-packages
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/python-3.14.2-h40d2674_100_cp314.conda
|
|
build_number: 100
|
|
sha256: 1a93782e90b53e04c2b1a50a0f8bf0887936649d19dba6a05b05c4b44dae96b7
|
|
md5: 14f15ab0d31a2ee5635aa56e77132594
|
|
depends:
|
|
- __osx >=11.0
|
|
- bzip2 >=1.0.8,<2.0a0
|
|
- libexpat >=2.7.3,<3.0a0
|
|
- libffi >=3.5.2,<3.6.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libmpdec >=4.0.0,<5.0a0
|
|
- libsqlite >=3.51.1,<4.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- ncurses >=6.5,<7.0a0
|
|
- openssl >=3.5.4,<4.0a0
|
|
- python_abi 3.14.* *_cp314
|
|
- readline >=8.2,<9.0a0
|
|
- tk >=8.6.13,<8.7.0a0
|
|
- tzdata
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Python-2.0
|
|
purls: []
|
|
size: 13575758
|
|
timestamp: 1765021280625
|
|
python_site_packages_path: lib/python3.14/site-packages
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/python-3.14.2-h4b44e0e_100_cp314.conda
|
|
build_number: 100
|
|
sha256: 6857d7c97cc71fe9ba298dcb1d3b66cc7df425132ab801babd655faa3df48f32
|
|
md5: c3c73414d5ae3f543c531c978d9cc8b8
|
|
depends:
|
|
- bzip2 >=1.0.8,<2.0a0
|
|
- libexpat >=2.7.3,<3.0a0
|
|
- libffi >=3.5.2,<3.6.0a0
|
|
- liblzma >=5.8.1,<6.0a0
|
|
- libmpdec >=4.0.0,<5.0a0
|
|
- libsqlite >=3.51.1,<4.0a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
- openssl >=3.5.4,<4.0a0
|
|
- python_abi 3.14.* *_cp314
|
|
- tk >=8.6.13,<8.7.0a0
|
|
- tzdata
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- zstd >=1.5.7,<1.6.0a0
|
|
license: Python-2.0
|
|
purls: []
|
|
size: 16833248
|
|
timestamp: 1765020224759
|
|
python_site_packages_path: Lib/site-packages
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/python_abi-3.14-8_cp314.conda
|
|
build_number: 8
|
|
sha256: ad6d2e9ac39751cc0529dd1566a26751a0bf2542adb0c232533d32e176e21db5
|
|
md5: 0539938c55b6b1a59b560e843ad864a4
|
|
constrains:
|
|
- python 3.14.* *_cp314
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 6989
|
|
timestamp: 1752805904792
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/readline-8.3-h853b02a_0.conda
|
|
sha256: 12ffde5a6f958e285aa22c191ca01bbd3d6e710aa852e00618fa6ddc59149002
|
|
md5: d7d95fc8287ea7bf33e0e7116d2b95ec
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=14
|
|
- ncurses >=6.5,<7.0a0
|
|
license: GPL-3.0-only
|
|
license_family: GPL
|
|
purls: []
|
|
size: 345073
|
|
timestamp: 1765813471974
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/readline-8.3-h46df422_0.conda
|
|
sha256: a77010528efb4b548ac2a4484eaf7e1c3907f2aec86123ed9c5212ae44502477
|
|
md5: f8381319127120ce51e081dce4865cf4
|
|
depends:
|
|
- __osx >=11.0
|
|
- ncurses >=6.5,<7.0a0
|
|
license: GPL-3.0-only
|
|
license_family: GPL
|
|
purls: []
|
|
size: 313930
|
|
timestamp: 1765813902568
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.6-hb9d3cd8_1.conda
|
|
sha256: d5c73079c1dd2c2a313c3bfd81c73dbd066b7eb08d213778c8bff520091ae894
|
|
md5: c1c9b02933fdb2cfb791d936c20e887e
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 193775
|
|
timestamp: 1748644872902
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/rhash-1.4.6-h5505292_1.conda
|
|
sha256: f4957c05f4fbcd99577de8838ca4b5b1ae4b400a44be647a0159c14f85b9bfc0
|
|
md5: 029e812c8ae4e0d4cf6ff4f7d8dc9366
|
|
depends:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
license_family: MIT
|
|
purls: []
|
|
size: 185448
|
|
timestamp: 1748645057503
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/ruff-0.14.10-h4196e79_0.conda
|
|
noarch: python
|
|
sha256: 997b45ce89554f677e4a30cd1d64565949be9d25c806727c3d844fee0d55d7d2
|
|
md5: ddecdee0806589993d96a950ad51b927
|
|
depends:
|
|
- python
|
|
- libgcc >=14
|
|
- __glibc >=2.17,<3.0.a0
|
|
constrains:
|
|
- __glibc >=2.17
|
|
license: MIT
|
|
size: 11472103
|
|
timestamp: 1766094973645
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ruff-0.14.10-hb0cad00_0.conda
|
|
noarch: python
|
|
sha256: dcae2c2d8c3a07782c0ce900f44488e2c2a2acd3720850181165a4e0034219fc
|
|
md5: d506e661dcc8c2053b2661edb0d3c57c
|
|
depends:
|
|
- python
|
|
- __osx >=11.0
|
|
constrains:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
size: 10468468
|
|
timestamp: 1766095111371
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ruff-0.14.10-h37e10c4_0.conda
|
|
noarch: python
|
|
sha256: 2ca5b7a6ab0a4cddec16f390e1c2d89b5cacd1780963745e463f1bb2e8ab4893
|
|
md5: 987a8290e4bfd9e42e3c58be4481929c
|
|
depends:
|
|
- python
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
license: MIT
|
|
size: 11908812
|
|
timestamp: 1766095035171
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/sccache-0.14.0-h18a1a76_0.conda
|
|
sha256: 7a2cbb5c405e8ec04cf9d77f8d567cb57a3b8e2cb875b8962795edd9569dedb7
|
|
md5: 531701ba481a1f2f3228f3f077a0e97a
|
|
depends:
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
license: Apache-2.0
|
|
license_family: APACHE
|
|
purls: []
|
|
size: 6698663
|
|
timestamp: 1770690927791
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/stylua-2.3.1-hb17b654_1.conda
|
|
sha256: 55d6701de61979958ef23b1179158f691cc17bb4990b7b7d4fa2c15755b3f6b9
|
|
md5: 946560e6fd16473525953ae27909e7a0
|
|
depends:
|
|
- libgcc >=14
|
|
- __glibc >=2.17,<3.0.a0
|
|
constrains:
|
|
- __glibc >=2.17
|
|
license: MPL-2.0
|
|
license_family: MOZILLA
|
|
size: 2043399
|
|
timestamp: 1764712277790
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/stylua-2.3.1-h8d80559_1.conda
|
|
sha256: b289cc5b177372fcb4498e50448a636b9c0076c5093a344f76ea4dc19ee04bd5
|
|
md5: c5034ca591220810f58cf0365a52677a
|
|
depends:
|
|
- __osx >=11.0
|
|
constrains:
|
|
- __osx >=11.0
|
|
license: MPL-2.0
|
|
license_family: MOZILLA
|
|
size: 1881779
|
|
timestamp: 1764712349144
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/stylua-2.3.1-h18a1a76_1.conda
|
|
sha256: 683f5c15da425c0a48a40474b97b5f81b1b7d9c3a3a10a503a10f5c4e065ebaa
|
|
md5: d33ff02becc3b0c8f41855615299a0c6
|
|
depends:
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
license: MPL-2.0
|
|
license_family: MOZILLA
|
|
size: 2085986
|
|
timestamp: 1764712314965
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h0157908_18.conda
|
|
sha256: 69ab5804bdd2e8e493d5709eebff382a72fab3e9af6adf93a237ccf8f7dbd624
|
|
md5: 460eba7851277ec1fd80a1a24080787a
|
|
depends:
|
|
- kernel-headers_linux-64 3.10.0 he073ed8_18
|
|
- tzdata
|
|
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
|
|
license_family: GPL
|
|
purls: []
|
|
size: 15166921
|
|
timestamp: 1735290488259
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_ha0e22de_103.conda
|
|
sha256: 1544760538a40bcd8ace2b1d8ebe3eb5807ac268641f8acdc18c69c5ebfeaf64
|
|
md5: 86bc20552bf46075e3d92b67f089172d
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
- libzlib >=1.3.1,<2.0a0
|
|
constrains:
|
|
- xorg-libx11 >=1.8.12,<2.0a0
|
|
license: TCL
|
|
license_family: BSD
|
|
purls: []
|
|
size: 3284905
|
|
timestamp: 1763054914403
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tk-8.6.13-h892fb3f_3.conda
|
|
sha256: ad0c67cb03c163a109820dc9ecf77faf6ec7150e942d1e8bb13e5d39dc058ab7
|
|
md5: a73d54a5abba6543cb2f0af1bfbd6851
|
|
depends:
|
|
- __osx >=11.0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: TCL
|
|
license_family: BSD
|
|
purls: []
|
|
size: 3125484
|
|
timestamp: 1763055028377
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/tk-8.6.13-h2c6b04d_3.conda
|
|
sha256: 4581f4ffb432fefa1ac4f85c5682cc27014bcd66e7beaa0ee330e927a7858790
|
|
md5: 7cb36e506a7dba4817970f8adb6396f9
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
license: TCL
|
|
license_family: BSD
|
|
purls: []
|
|
size: 3472313
|
|
timestamp: 1763055164278
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/tombi-0.7.12-hb17b654_0.conda
|
|
sha256: 972bd56e5e73e72411424d6d903f0267c18d684020aa2189dfb4a4fd86376076
|
|
md5: bae1720cadffd3bfd69f965b2590cf6f
|
|
depends:
|
|
- libgcc >=14
|
|
- __glibc >=2.17,<3.0.a0
|
|
constrains:
|
|
- __glibc >=2.17
|
|
license: MIT
|
|
size: 6029930
|
|
timestamp: 1766862999011
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tombi-0.7.12-h6fdd925_0.conda
|
|
sha256: e75c9461c2e09e1f403e9d8541c16e6a74e8e6e09e1985dfdec7621030f8749d
|
|
md5: 0b1ba2fe993fff755eba4dccc33c2a50
|
|
depends:
|
|
- __osx >=11.0
|
|
constrains:
|
|
- __osx >=11.0
|
|
license: MIT
|
|
size: 5492298
|
|
timestamp: 1766863033644
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/tombi-0.7.12-h18a1a76_0.conda
|
|
sha256: 450a8b77b6196afa82ba74ae1b6e4d7ea850f22c5d3b0664ee917ceeb14393f0
|
|
md5: ea6684215868ba15dd5d5239a33ea286
|
|
depends:
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
license: MIT
|
|
size: 6535168
|
|
timestamp: 1766863032287
|
|
- pypi: https://files.pythonhosted.org/packages/18/67/36e9267722cc04a6b9f15c7f3441c2363321a3ea07da7ae0c0707beb2a9c/typing_extensions-4.15.0-py3-none-any.whl
|
|
name: typing-extensions
|
|
version: 4.15.0
|
|
sha256: f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548
|
|
requires_python: '>=3.9'
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025b-h8577fbf_1.conda
|
|
sha256: 865716d3e2ccaca1218462645830d2370ab075a9a118c238728e1231a234bc6c
|
|
md5: e4e8496b68cf5f25e76fbe67f3856550
|
|
license: LicenseRef-Public-Domain
|
|
purls: []
|
|
size: 119010
|
|
timestamp: 1765580300078
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-h8577fbf_0.conda
|
|
sha256: 50fad5db6734d1bb73df1cf5db73215e326413d4b2137933f70708aa1840e25b
|
|
md5: 338201218b54cadff2e774ac27733990
|
|
license: LicenseRef-Public-Domain
|
|
purls: []
|
|
size: 119204
|
|
timestamp: 1765745742795
|
|
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2025c-hc9c84f9_1.conda
|
|
sha256: 1d30098909076af33a35017eed6f2953af1c769e273a0626a04722ac4acaba3c
|
|
md5: ad659d0a2b3e47e38d829aa8cad2d610
|
|
license: LicenseRef-Public-Domain
|
|
purls: []
|
|
size: 119135
|
|
timestamp: 1767016325805
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.26100.0-h57928b3_0.conda
|
|
sha256: 3005729dce6f3d3f5ec91dfc49fc75a0095f9cd23bab49efb899657297ac91a5
|
|
md5: 71b24316859acd00bdb8b38f5e2ce328
|
|
constrains:
|
|
- vc14_runtime >=14.29.30037
|
|
- vs2015_runtime >=14.29.30037
|
|
license: LicenseRef-MicrosoftWindowsSDK10
|
|
purls: []
|
|
size: 694692
|
|
timestamp: 1756385147981
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc-14.3-h2b53caa_33.conda
|
|
sha256: 7036945b5fff304064108c22cbc1bb30e7536363782b0456681ee6cf209138bd
|
|
md5: 2d1c042360c09498891809a3765261be
|
|
depends:
|
|
- vc14_runtime >=14.42.34433
|
|
track_features:
|
|
- vc14
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 19070
|
|
timestamp: 1765216452130
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vc14_runtime-14.44.35208-h818238b_33.conda
|
|
sha256: 7e8f7da25d7ce975bbe7d7e6d6e899bf1f253e524a3427cc135a79f3a79c457c
|
|
md5: fb8e4914c5ad1c71b3c519621e1df7b8
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
- vcomp14 14.44.35208 h818238b_33
|
|
constrains:
|
|
- vs2015_runtime 14.44.35208.* *_33
|
|
license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime
|
|
license_family: Proprietary
|
|
purls: []
|
|
size: 684323
|
|
timestamp: 1765216366832
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/vcomp14-14.44.35208-h818238b_33.conda
|
|
sha256: f79edd878094e86af2b2bc1455b0a81e02839a784fb093d5996ad4cf7b810101
|
|
md5: 4cb6942b4bd846e51b4849f4a93c7e6d
|
|
depends:
|
|
- ucrt >=10.0.20348.0
|
|
constrains:
|
|
- vs2015_runtime 14.44.35208.* *_33
|
|
license: LicenseRef-MicrosoftVisualCpp2015-2022Runtime
|
|
license_family: Proprietary
|
|
purls: []
|
|
size: 115073
|
|
timestamp: 1765216325898
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xxhash-0.8.3-hb47aa4a_0.conda
|
|
sha256: 08e12f140b1af540a6de03dd49173c0e5ae4ebc563cabdd35ead0679835baf6f
|
|
md5: 607e13a8caac17f9a664bcab5302ce06
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 108219
|
|
timestamp: 1746457673761
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xxhash-0.8.3-haa4e116_0.conda
|
|
sha256: 5e2e58fbaa00eeab721a86cb163a54023b3b260e91293dde7e5334962c5c96e3
|
|
md5: 54a24201d62fc17c73523e4b86f71ae8
|
|
depends:
|
|
- __osx >=11.0
|
|
license: BSD-2-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 98913
|
|
timestamp: 1746457827085
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-5.8.1-hbcc6ac9_2.conda
|
|
sha256: 802725371682ea06053971db5b4fb7fbbcaee9cb1804ec688f55e51d74660617
|
|
md5: 68eae977d7d1196d32b636a026dc015d
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
- liblzma 5.8.1 hb9d3cd8_2
|
|
- liblzma-devel 5.8.1 hb9d3cd8_2
|
|
- xz-gpl-tools 5.8.1 hbcc6ac9_2
|
|
- xz-tools 5.8.1 hb9d3cd8_2
|
|
license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later
|
|
purls: []
|
|
size: 23987
|
|
timestamp: 1749230104359
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.8.1-h9a6d368_2.conda
|
|
sha256: afb747cf017b67cc31d54c6e6c4bd1b1e179fe487a3d23a856232ed7fd0b099b
|
|
md5: 39435c82e5a007ef64cbb153ecc40cfd
|
|
depends:
|
|
- __osx >=11.0
|
|
- liblzma 5.8.1 h39f12f2_2
|
|
- liblzma-devel 5.8.1 h39f12f2_2
|
|
- xz-gpl-tools 5.8.1 h9a6d368_2
|
|
- xz-tools 5.8.1 h39f12f2_2
|
|
license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later
|
|
purls: []
|
|
size: 23995
|
|
timestamp: 1749230346887
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-5.8.1-h208afaa_2.conda
|
|
sha256: 22289a81da4698bb8d13ac032a88a4a1f49505b2303885e1add3d8bd1a7b56e6
|
|
md5: fb3fa84ea37de9f12cc8ba730cec0bdc
|
|
depends:
|
|
- liblzma 5.8.1 h2466b09_2
|
|
- liblzma-devel 5.8.1 h2466b09_2
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
- xz-tools 5.8.1 h2466b09_2
|
|
license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later
|
|
purls: []
|
|
size: 24430
|
|
timestamp: 1749230691276
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-gpl-tools-5.8.1-hbcc6ac9_2.conda
|
|
sha256: 840838dca829ec53f1160f3fca6dbfc43f2388b85f15d3e867e69109b168b87b
|
|
md5: bf627c16aa26231720af037a2709ab09
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
- liblzma 5.8.1 hb9d3cd8_2
|
|
constrains:
|
|
- xz 5.8.1.*
|
|
license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later
|
|
purls: []
|
|
size: 33911
|
|
timestamp: 1749230090353
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-gpl-tools-5.8.1-h9a6d368_2.conda
|
|
sha256: a0790cfb48d240e7b655b0d797a00040219cf39e3ee38e2104e548515df4f9c2
|
|
md5: 09b1442c1d49ac7c5f758c44695e77d1
|
|
depends:
|
|
- __osx >=11.0
|
|
- liblzma 5.8.1 h39f12f2_2
|
|
constrains:
|
|
- xz 5.8.1.*
|
|
license: 0BSD AND LGPL-2.1-or-later AND GPL-2.0-or-later
|
|
purls: []
|
|
size: 34103
|
|
timestamp: 1749230329933
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/xz-tools-5.8.1-hb9d3cd8_2.conda
|
|
sha256: 58034f3fca491075c14e61568ad8b25de00cb3ae479de3e69be6d7ee5d3ace28
|
|
md5: 1bad2995c8f1c8075c6c331bf96e46fb
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libgcc >=13
|
|
- liblzma 5.8.1 hb9d3cd8_2
|
|
constrains:
|
|
- xz 5.8.1.*
|
|
license: 0BSD AND LGPL-2.1-or-later
|
|
purls: []
|
|
size: 96433
|
|
timestamp: 1749230076687
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-tools-5.8.1-h39f12f2_2.conda
|
|
sha256: 9d1232705e3d175f600dc8e344af9182d0341cdaa73d25330591a28532951063
|
|
md5: 37996935aa33138fca43e4b4563b6a28
|
|
depends:
|
|
- __osx >=11.0
|
|
- liblzma 5.8.1 h39f12f2_2
|
|
constrains:
|
|
- xz 5.8.1.*
|
|
license: 0BSD AND LGPL-2.1-or-later
|
|
purls: []
|
|
size: 86425
|
|
timestamp: 1749230316106
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/xz-tools-5.8.1-h2466b09_2.conda
|
|
sha256: 38712f0e62f61741ab69d7551fa863099f5be769bdf9fdbc28542134874b4e88
|
|
md5: e1b62ec0457e6ba10287a49854108fdb
|
|
depends:
|
|
- liblzma 5.8.1 h2466b09_2
|
|
- ucrt >=10.0.20348.0
|
|
- vc >=14.2,<15
|
|
- vc14_runtime >=14.29.30139
|
|
constrains:
|
|
- xz 5.8.1.*
|
|
license: 0BSD AND LGPL-2.1-or-later
|
|
purls: []
|
|
size: 67419
|
|
timestamp: 1749230666460
|
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.7-hb78ec9c_6.conda
|
|
sha256: 68f0206ca6e98fea941e5717cec780ed2873ffabc0e1ed34428c061e2c6268c7
|
|
md5: 4a13eeac0b5c8e5b8ab496e6c4ddd829
|
|
depends:
|
|
- __glibc >=2.17,<3.0.a0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 601375
|
|
timestamp: 1764777111296
|
|
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda
|
|
sha256: 9485ba49e8f47d2b597dd399e88f4802e100851b27c21d7525625b0b4025a5d9
|
|
md5: ab136e4c34e97f34fb621d2592a393d8
|
|
depends:
|
|
- __osx >=11.0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 433413
|
|
timestamp: 1764777166076
|
|
- conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.7-h534d264_6.conda
|
|
sha256: 368d8628424966fd8f9c8018326a9c779e06913dd39e646cf331226acc90e5b2
|
|
md5: 053b84beec00b71ea8ff7a4f84b55207
|
|
depends:
|
|
- vc >=14.3,<15
|
|
- vc14_runtime >=14.44.35208
|
|
- ucrt >=10.0.20348.0
|
|
- libzlib >=1.3.1,<2.0a0
|
|
license: BSD-3-Clause
|
|
license_family: BSD
|
|
purls: []
|
|
size: 388453
|
|
timestamp: 1764777142545
|