diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d5799bd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# GitHub syntax highlighting +pixi.lock linguist-language=YAML diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e40bfef --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build/ +install/ +output/ +.pixi/ \ No newline at end of file diff --git a/recipes/tcb_span/recipe.yaml b/recipes/tcb_span/recipe.yaml new file mode 100644 index 0000000..a66d3d7 --- /dev/null +++ b/recipes/tcb_span/recipe.yaml @@ -0,0 +1,35 @@ +context: + name: ros-humble-tcb-span + version: "1.0.2" + +package: + name: "{{ name|lower }}" + version: "{{ version }}" + +source: + git_url: https://github.com/PickNikRobotics/cpp_polyfills.git + git_rev: 1.0.2 + +build: + number: 0 + script: + - cd tcb_span + - cmake ${CMAKE_ARGS} -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -S . -B build + - cmake --build build + - cmake --install build --prefix $PREFIX + +requirements: + build: + - "{{ compiler('cxx') }}" + - cmake + - make + - ros-humble-ament-cmake + +test: + commands: + - test -f ${PREFIX}/include/tcb_span/span.hpp + +about: + home: https://github.com/PickNikRobotics/cpp_polyfills + license: BSL-1.0 + summary: Implementation of C++20's std::span \ No newline at end of file diff --git a/recipes/tl_expected/recipe.yaml b/recipes/tl_expected/recipe.yaml new file mode 100644 index 0000000..c1e9de6 --- /dev/null +++ b/recipes/tl_expected/recipe.yaml @@ -0,0 +1,36 @@ +context: + name: ros-humble-tl-expected + version: "1.0.2" + +package: + name: "{{ name|lower }}" + version: "{{ version }}" + +source: + git_url: https://github.com/PickNikRobotics/cpp_polyfills.git + git_rev: 1.0.2 + +build: + number: 0 + script: + - cd tl_expected + - cmake ${CMAKE_ARGS} -DBUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release -S . -B build + - cmake --build build + - cmake --install build --prefix $PREFIX + +requirements: + build: + - "{{ compiler('cxx') }}" + - cmake + - make + - ros-humble-ament-cmake + - ros-humble-ament-cmake-gtest + +test: + commands: + - test -f ${PREFIX}/include/tl_expected/expected.hpp + +about: + home: https://github.com/PickNikRobotics/cpp_polyfills + license: CC0-1.0 + summary: C++11/14/17 std::expected with functional-style extensions \ No newline at end of file diff --git a/tcb_span/package.xml b/tcb_span/package.xml index d5e0932..96ad435 100644 --- a/tcb_span/package.xml +++ b/tcb_span/package.xml @@ -6,7 +6,7 @@ Implementation of C++20's std::span Tyler Weaver - Boost Software License + BSL-1.0 https://github.com/tcbrindle/span ament_cmake diff --git a/tcb_span/pixi.lock b/tcb_span/pixi.lock new file mode 100644 index 0000000..71d156b --- /dev/null +++ b/tcb_span/pixi.lock @@ -0,0 +1,4040 @@ +metadata: + content_hash: + linux-64: 29c73898d537a9f5f6772ccd2258c2432102551f88e944e62836f266015cfeb2 + channels: + - url: https://conda.anaconda.org/conda-forge/ + used_env_vars: [] + - url: https://conda.anaconda.org/robostack-staging/ + used_env_vars: [] + platforms: + - linux-64 + sources: [] + time_metadata: null + git_metadata: null + inputs_metadata: null + custom_metadata: null +package: +- name: _libgcc_mutex + version: '0.1' + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2 + hash: + md5: d7c89558ba9fa0495403155b64376d81 + sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726 + optional: false + category: main + build: conda_forge + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: None + size: 2562 + timestamp: 1578324546067 +- name: _openmp_mutex + version: '4.5' + manager: conda + platform: linux-64 + dependencies: + _libgcc_mutex: ==0.1 conda_forge + libgomp: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2 + hash: + md5: 73aaf86a425cc6e73fcf236a5a46396d + sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22 + optional: false + category: main + build: 2_gnu + arch: x86_64 + subdir: linux-64 + build_number: 16 + constrains: + - openmp_impl 9999 + license: BSD-3-Clause + license_family: BSD + size: 23621 + timestamp: 1650670423406 +- name: anyio + version: 3.7.1 + manager: conda + platform: linux-64 + dependencies: + exceptiongroup: '*' + idna: '>=2.8' + python: '>=3.7' + sniffio: '>=1.1' + typing_extensions: '*' + url: https://conda.anaconda.org/conda-forge/noarch/anyio-3.7.1-pyhd8ed1ab_0.conda + hash: + md5: 7b517e7a6f0790337906c055aa97ca49 + sha256: 62637ac498bcf47783cbf4f48e9b09e4e2f5a6ad42f43ca8f632c353827b94f4 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - trio >=0.16,<0.22 + license: MIT + license_family: MIT + noarch: python + size: 96707 + timestamp: 1688651250785 +- name: attrs + version: 23.1.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/attrs-23.1.0-pyh71513ae_1.conda + hash: + md5: 3edfead7cedd1ab4400a6c588f3e75f8 + sha256: 063639cd568f5c7a557b0fb1cc27f098598c0d8ff869088bfeb82934674f8821 + optional: false + category: main + build: pyh71513ae_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: MIT + license_family: MIT + noarch: python + size: 55022 + timestamp: 1683424195402 +- name: backports + version: '1.0' + manager: conda + platform: linux-64 + dependencies: + python: '>=2.7' + url: https://conda.anaconda.org/conda-forge/noarch/backports-1.0-pyhd8ed1ab_3.conda + hash: + md5: 54ca2e08b3220c148a1d8329c2678e02 + sha256: 711602276ae39276cb0faaca6fd0ac851fff0ca17151917569174841ef830bbd + optional: false + category: main + build: pyhd8ed1ab_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 5950 + timestamp: 1669158729416 +- name: backports.functools_lru_cache + version: 1.6.5 + manager: conda + platform: linux-64 + dependencies: + backports: '*' + python: '>=3.6' + setuptools: '*' + url: https://conda.anaconda.org/conda-forge/noarch/backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0.conda + hash: + md5: 6b1b907661838a75d067a22f87996b2e + sha256: 7027bb689dd4ca4a08e3b25805de9d04239be6b31125993558f21f102a9d2700 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 11519 + timestamp: 1687772319931 +- name: beautifulsoup4 + version: 4.12.2 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.6' + soupsieve: '>=1.2' + url: https://conda.anaconda.org/conda-forge/noarch/beautifulsoup4-4.12.2-pyha770c72_0.conda + hash: + md5: a362ff7d976217f8fa78c0f1c4f59717 + sha256: 52d3e6bcd442537e22699cd227d8fdcfd54b708eeb8ee5b4c671a6a9b9cd74da + optional: false + category: main + build: pyha770c72_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 115011 + timestamp: 1680888259061 +- name: binutils + version: '2.40' + manager: conda + platform: linux-64 + dependencies: + binutils_impl_linux-64: '>=2.40,<2.41.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.40-hdd6e379_0.conda + hash: + md5: ccc940fddbc3fcd3d79cd4c654c4b5c4 + sha256: 35f3b042f295fd7387de11cf426ca8ee5257e5c98b88560c6c5ad4ef3c85d38c + optional: false + category: main + build: hdd6e379_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: GPL-3.0-only + license_family: GPL + size: 30469 + timestamp: 1674833987166 +- name: binutils_impl_linux-64 + version: '2.40' + manager: conda + platform: linux-64 + dependencies: + ld_impl_linux-64: ==2.40 h41732ed_0 + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.40-hf600244_0.conda + hash: + md5: 33084421a8c0af6aef1b439707f7662a + sha256: a7e0ea2b71a5b03d82e5a58fb6b612ab1c44d72ce161f9aa441f7ba467cd4c8d + optional: false + category: main + build: hf600244_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: GPL-3.0-only + license_family: GPL + size: 5414922 + timestamp: 1674833958334 +- name: binutils_linux-64 + version: '2.40' + manager: conda + platform: linux-64 + dependencies: + binutils_impl_linux-64: 2.40.* + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.40-hbdbef99_2.conda + hash: + md5: adfebae9fdc63a598495dfe3b006973a + sha256: 333f3339d94c93bcc02a723e3e460cb6ff6075e05f5247e15bef5dcdcec541a3 + optional: false + category: main + build: hbdbef99_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + size: 28178 + timestamp: 1694604071236 +- name: boa + version: 0.15.1 + manager: conda + platform: linux-64 + dependencies: + conda-build: '>=3.24,<3.26' + dataclasses: '*' + jinja2: '*' + joblib: '*' + json5: '*' + jsonschema: '*' + mamba: '>=1.0,<=1.4.2' + prompt_toolkit: '*' + python: '>=3.6' + rich: '*' + ruamel.yaml: '*' + watchgod: '*' + url: https://conda.anaconda.org/conda-forge/noarch/boa-0.15.1-pyhd8ed1ab_0.conda + hash: + md5: a41242b2817cd309e29a0d997ea9a944 + sha256: f81c34e76a7de7871541c1ee040681583663b9e27e3fbedc0e343999a200fbd6 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 65625 + timestamp: 1687351317962 +- name: boltons + version: 23.0.0 + manager: conda + platform: linux-64 + dependencies: + python: 2.7.*|>=3.7 + url: https://conda.anaconda.org/conda-forge/noarch/boltons-23.0.0-pyhd8ed1ab_0.conda + hash: + md5: 033eb25fffd222aceeca6d58cd953680 + sha256: 4ff828cceb8f55cb26d23b1a4c174d22c7cd92350221724bcaf2d6632e33fdee + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 302783 + timestamp: 1677500034639 +- name: brotli-python + version: 1.1.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/brotli-python-1.1.0-py310hc6cd4ac_0.conda + hash: + md5: fb6201eb1daa3a3a2f91a4833bdf27c7 + sha256: 1d32fcc38732915294700b5544744c21715e02172b8b4b155e7f890c97b4a52a + optional: false + category: main + build: py310hc6cd4ac_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - libbrotlicommon 1.1.0 hd590300_0 + license: MIT + license_family: MIT + size: 350712 + timestamp: 1693583720174 +- name: bzip2 + version: 1.0.8 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=9.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h7f98852_4.tar.bz2 + hash: + md5: a1fd65c7ccbf10880423d82bca54eb54 + sha256: cb521319804640ff2ad6a9f118d972ed76d86bea44e5626c09a13d38f562e1fa + optional: false + category: main + build: h7f98852_4 + arch: x86_64 + subdir: linux-64 + build_number: 4 + license: bzip2-1.0.6 + license_family: BSD + size: 495686 + timestamp: 1606604745109 +- name: c-ares + version: 1.19.1 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/c-ares-1.19.1-hd590300_0.conda + hash: + md5: e8c18d865be43e2fb3f7a145b6adf1f5 + sha256: c4276b1a0e8f18ab08018b1881666656742b325e0fcf2354f714e924d28683b6 + optional: false + category: main + build: hd590300_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 113362 + timestamp: 1684782732180 +- name: c-compiler + version: 1.6.0 + manager: conda + platform: linux-64 + dependencies: + binutils: '*' + gcc: '*' + gcc_linux-64: 12.* + url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.6.0-hd590300_0.conda + hash: + md5: ea6c792f792bdd7ae6e7e2dee32f0a48 + sha256: d741ff93d5f71a83a9be0f592682f31ca2d468c37177f18a8d1a2469bb821c05 + optional: false + category: main + build: hd590300_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD + size: 6184 + timestamp: 1689097480051 +- name: ca-certificates + version: 2023.7.22 + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2023.7.22-hbcca054_0.conda + hash: + md5: a73ecd2988327ad4c8f2c331482917f2 + sha256: 525b7b6b5135b952ec1808de84e5eca57c7c7ff144e29ef3e96ae4040ff432c1 + optional: false + category: main + build: hbcca054_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: ISC + size: 149515 + timestamp: 1690026108541 +- name: catkin_pkg + version: 1.0.0 + manager: conda + platform: linux-64 + dependencies: + docutils: '*' + pyparsing: '>=1.5.7' + python: '>=3.6' + python-dateutil: '*' + setuptools: '*' + url: https://conda.anaconda.org/conda-forge/noarch/catkin_pkg-1.0.0-pyhd8ed1ab_0.conda + hash: + md5: e8e0308c8d90a038cf58fd346a80a6a3 + sha256: b97401522d6b6b4ef1ec3ae1904ef44435f6e09df044a213c0b26c24c7bfb914 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 53408 + timestamp: 1694652027818 +- name: certifi + version: 2023.7.22 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/certifi-2023.7.22-pyhd8ed1ab_0.conda + hash: + md5: 7f3dbc9179b4dde7da98dfb151d0ad22 + sha256: db66e31866ff4250c190788769e3a8a1709237c3e9c38d7143aae95ab75fcb31 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: ISC + noarch: python + size: 153791 + timestamp: 1690024617757 +- name: cffi + version: 1.15.1 + manager: conda + platform: linux-64 + dependencies: + libffi: '>=3.4,<4.0a0' + libgcc-ng: '>=12' + pycparser: '*' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/cffi-1.15.1-py310h2fee648_5.conda + hash: + md5: fef75d6c60d8a1cc7e6d1707f470a4e2 + sha256: aff72ce652dc06ec0ebacf73ea1746b5a6a369826460fff850d2a56d6cc6bd7b + optional: false + category: main + build: py310h2fee648_5 + arch: x86_64 + subdir: linux-64 + build_number: 5 + license: MIT + license_family: MIT + size: 238047 + timestamp: 1695367249369 +- name: chardet + version: 5.2.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/chardet-5.2.0-py310hff52083_1.conda + hash: + md5: a677136a83b823803d2f92045f885be2 + sha256: ab38a9946bc2beb9fc03c810b61d9e93030afff3e17e82ad4f8a1e7749957125 + optional: false + category: main + build: py310hff52083_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: LGPL-2.1-only + license_family: GPL + size: 246635 + timestamp: 1695468739935 +- name: charset-normalizer + version: 3.2.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/charset-normalizer-3.2.0-pyhd8ed1ab_0.conda + hash: + md5: 313516e9a4b08b12dfb1e1cd390a96e3 + sha256: 0666a95fbbd2299008162e2126c009191e5953d1cad1878bf9f4d8d634af1dd4 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 45686 + timestamp: 1688813585878 +- name: click + version: 8.1.7 + manager: conda + platform: linux-64 + dependencies: + __unix: '*' + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/click-8.1.7-unix_pyh707e725_0.conda + hash: + md5: f3ad426304898027fc619827ff428eca + sha256: f0016cbab6ac4138a429e28dbcb904a90305b34b3fe41a9b89d697c90401caec + optional: false + category: main + build: unix_pyh707e725_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 84437 + timestamp: 1692311973840 +- name: cmake + version: 3.27.6 + manager: conda + platform: linux-64 + dependencies: + bzip2: '>=1.0.8,<2.0a0' + libcurl: '>=8.3.0,<9.0a0' + libexpat: '>=2.5.0,<3.0a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + libuv: '>=1.46.0,<2.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + ncurses: '>=6.4,<7.0a0' + rhash: '>=1.4.4,<2.0a0' + xz: '>=5.2.6,<6.0a0' + zstd: '>=1.5.5,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/cmake-3.27.6-hcfe8598_0.conda + hash: + md5: 4c0101485c452ea86f846523c4fae698 + sha256: 64e08c246195d6956f7a04fa7d96a53de696b26b1dae8b08cfe716950f696e12 + optional: false + category: main + build: hcfe8598_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 18494905 + timestamp: 1695269729661 +- name: colorama + version: 0.4.6 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/colorama-0.4.6-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 3faab06a954c2a04039983f2c4a50d99 + sha256: 2c1b2e9755ce3102bca8d69e8f26e4f087ece73f50418186aee7c74bef8e1698 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 25170 + timestamp: 1666700778190 +- name: conda + version: 23.3.1 + manager: conda + platform: linux-64 + dependencies: + boltons: '>=23.0.0' + conda-package-handling: '>=1.3.0' + jsonpatch: '>=1.32' + packaging: '>=23.0' + pluggy: '>=1.0.0' + pycosat: '>=0.6.3' + pyopenssl: '>=16.2.0' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + requests: '>=2.20.1,<3' + ruamel.yaml: '>=0.11.14,<0.18' + setuptools: '>=31.0.1' + toolz: '>=0.8.1' + tqdm: '>=4' + url: https://conda.anaconda.org/conda-forge/linux-64/conda-23.3.1-py310hff52083_0.conda + hash: + md5: d182178e1a62f8743044658bf3242af5 + sha256: 5bbdc1fda5e48e8837c523830992d35eb5151741211c032da2f9f8c4e7c47f79 + optional: false + category: main + build: py310hff52083_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - cytoolz >=0.8.1 + - conda-libmamba-solver >=22.12.0 + - conda-build >=3 + - conda-content-trust >=0.1.1 + - conda-env >=2.6 + license: BSD-3-Clause + license_family: BSD + size: 963942 + timestamp: 1680188344305 +- name: conda-build + version: 3.25.0 + manager: conda + platform: linux-64 + dependencies: + beautifulsoup4: '*' + chardet: '*' + conda: '>=4.13' + conda-index: '*' + conda-package-handling: '>=1.3' + filelock: '*' + glob2: '>=0.6' + jinja2: '*' + packaging: '*' + patch: '>=2.6' + patchelf: '*' + pkginfo: '*' + psutil: '*' + py-lief: '*' + python: '>=3.10,<3.11.0a0' + python-libarchive-c: '*' + python_abi: 3.10.* *_cp310 + pytz: '*' + pyyaml: '*' + requests: '*' + ripgrep: '*' + six: '*' + tomli: '*' + tqdm: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/conda-build-3.25.0-py310hff52083_0.conda + hash: + md5: e9a8dddc7132201ae2c02932394b54a0 + sha256: 4b5c47cfebdbb06930d3afb9f6a899bf88303abb12ee5278cba972f685b72242 + optional: false + category: main + build: py310hff52083_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - conda-verify >=3.1.0 + license: BSD-3-Clause + license_family: BSD + size: 592747 + timestamp: 1685028115263 +- name: conda-index + version: 0.3.0 + manager: conda + platform: linux-64 + dependencies: + click: '>=8' + conda: '>=4.14.0' + conda-package-streaming: '>=0.7.0' + filelock: '*' + jinja2: '*' + more-itertools: '*' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + ruamel.yaml: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/conda-index-0.3.0-py310ha770c72_0.conda + hash: + md5: 0c69b29f6c38f3275f3b77b359674961 + sha256: ad233dd33c68ed87d7d381d2abbe130627907aef431ff768087f53fe946d0039 + optional: false + category: main + build: py310ha770c72_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 203579 + timestamp: 1695306677152 +- name: conda-package-handling + version: 2.2.0 + manager: conda + platform: linux-64 + dependencies: + conda-package-streaming: '>=0.9.0' + python: '>=3.7' + zstandard: '>=0.15' + url: https://conda.anaconda.org/conda-forge/noarch/conda-package-handling-2.2.0-pyh38be061_0.conda + hash: + md5: 8a3ae7f6318376aa08ea753367bb7dd6 + sha256: 9a221808405d813d8c555efce6944379b907d36d79e77d526d573efa6b996d26 + optional: false + category: main + build: pyh38be061_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 255143 + timestamp: 1691048232276 +- name: conda-package-streaming + version: 0.9.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + zstandard: '>=0.15' + url: https://conda.anaconda.org/conda-forge/noarch/conda-package-streaming-0.9.0-pyhd8ed1ab_0.conda + hash: + md5: 38253361efb303deead3eab39ae9269b + sha256: 654a2488f77bf43555787d952dbffdc5d97956ff4aa9e0414a7131bb741dcf4c + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 19183 + timestamp: 1691009348105 +- name: cryptography + version: 41.0.4 + manager: conda + platform: linux-64 + dependencies: + cffi: '>=1.12' + libgcc-ng: '>=12' + openssl: '>=3.1.3,<4.0a0' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/cryptography-41.0.4-py310h75e40e8_0.conda + hash: + md5: ad06c4db71ba0b6d153c66de88a41fdc + sha256: 62480313c6944b301c7763a667893f31a18e8c16be8bd9528180ef2d5f07e9ad + optional: false + category: main + build: py310h75e40e8_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 AND BSD-3-Clause AND PSF-2.0 AND MIT + license_family: BSD + size: 1980305 + timestamp: 1695164106456 +- name: cxx-compiler + version: 1.6.0 + manager: conda + platform: linux-64 + dependencies: + c-compiler: ==1.6.0 hd590300_0 + gxx: '*' + gxx_linux-64: 12.* + url: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.6.0-h00ab1b0_0.conda + hash: + md5: 364c6ae36c4e36fcbd4d273cf4db78af + sha256: 472b6b7f967df1db634c67d71c6b31cd186d18b5d0548196c2e426833ff17d99 + optional: false + category: main + build: h00ab1b0_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD + size: 6179 + timestamp: 1689097484095 +- name: dataclasses + version: '0.8' + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/dataclasses-0.8-pyhc8e2a94_3.tar.bz2 + hash: + md5: a362b2124b06aad102e2ee4581acee7d + sha256: 63a83e62e0939bc1ab32de4ec736f6403084198c4639638b354a352113809c92 + optional: false + category: main + build: pyhc8e2a94_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 9870 + timestamp: 1628958582931 +- name: docutils + version: 0.20.1 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/docutils-0.20.1-py310hff52083_2.conda + hash: + md5: ac157d9b464d15fac78b13fcabc0f845 + sha256: 02e4198780ada8bb516c8611e08268b07df2c873f138e4b54af63de38118a076 + optional: false + category: main + build: py310hff52083_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: LicenseRef-Public-Domain-Dedictation AND BSD-3-Clause AND BSD-2-Clause AND LicenseRef-PSF-2.1.1 + size: 721740 + timestamp: 1695300467101 +- name: exceptiongroup + version: 1.1.3 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/exceptiongroup-1.1.3-pyhd8ed1ab_0.conda + hash: + md5: e6518222753f519e911e83136d2158d9 + sha256: c28f715e049fe0f09785660bcbffa175ffb438720e5bc5a60d56d4b08364b315 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 19262 + timestamp: 1692026296517 +- name: filelock + version: 3.12.4 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/filelock-3.12.4-pyhd8ed1ab_0.conda + hash: + md5: 5173d4b8267a0699a43d73231e0b6596 + sha256: 7463c64364c14b34a7a69a7550a880ccd1ec6d3014001e55913e6e4e8b0c7395 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Unlicense + noarch: python + size: 15153 + timestamp: 1694629394497 +- name: fmt + version: 9.1.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/fmt-9.1.0-h924138e_0.tar.bz2 + hash: + md5: b57864c85261a0fbc7132d2cc17478c7 + sha256: bd48506faffa86e07f7b40d54f2d7e13b0fc956eda9760236750f5ea20db7129 + optional: false + category: main + build: h924138e_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 189730 + timestamp: 1661661115134 +- name: gcc + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: + gcc_impl_linux-64: 12.3.0.* + url: https://conda.anaconda.org/conda-forge/linux-64/gcc-12.3.0-h8d2909c_2.conda + hash: + md5: e2f2f81f367e14ca1f77a870bda2fe59 + sha256: 1bbf077688822993c39518056fb43d83ff0920eb42fef11e8714d2a298cc0f27 + optional: false + category: main + build: h8d2909c_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + size: 27086 + timestamp: 1694604171830 +- name: gcc_impl_linux-64 + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: + binutils_impl_linux-64: '>=2.39' + libgcc-devel_linux-64: ==12.3.0 h8bca6fd_2 + libgcc-ng: '>=12.3.0' + libgomp: '>=12.3.0' + libsanitizer: ==12.3.0 h0f45ef3_2 + libstdcxx-ng: '>=12.3.0' + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-12.3.0-he2b93b0_2.conda + hash: + md5: 2f4d8677dc7dd87f93e9abfb2ce86808 + sha256: 62a897343229e6dc4a3ace4f419a30e60a0a22ce7d0eac0b9bfb8f0308cf3de5 + optional: false + category: main + build: he2b93b0_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 51573870 + timestamp: 1695218760476 +- name: gcc_linux-64 + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: + binutils_linux-64: ==2.40 hbdbef99_2 + gcc_impl_linux-64: 12.3.0.* + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-12.3.0-h76fc315_2.conda + hash: + md5: 11517e7b5c910c5b5d6985c0c7eb7f50 + sha256: 86f6db7399ec0362e4c4025939debbfebc8ad9ccef75e3c0e4069f85b149f24d + optional: false + category: main + build: h76fc315_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + size: 30351 + timestamp: 1694604476800 +- name: glob2 + version: '0.7' + manager: conda + platform: linux-64 + dependencies: + python: '*' + url: https://conda.anaconda.org/conda-forge/noarch/glob2-0.7-py_0.tar.bz2 + hash: + md5: 1f3a88e65e61216e1d475135922dbf6a + sha256: d8ae39a37fb99489525846f77c4ae85cb6b42360d34936bb0393025db5f0508d + optional: false + category: main + build: py_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 11503 + timestamp: 1560605013447 +- name: gtest + version: 1.14.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/gtest-1.14.0-h00ab1b0_1.conda + hash: + md5: d362a81b815334cc921b9362782881f3 + sha256: 1d9cdafcbf43ece349311835e48a17d7835d7d0a7fe9d5d5e7b3d8d17e38ffb1 + optional: false + category: main + build: h00ab1b0_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + constrains: + - gmock 1.14.0 + license: BSD-3-Clause + license_family: BSD + size: 404694 + timestamp: 1691710003375 +- name: gxx + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: + gcc: 12.3.0.* + gxx_impl_linux-64: 12.3.0.* + url: https://conda.anaconda.org/conda-forge/linux-64/gxx-12.3.0-h8d2909c_2.conda + hash: + md5: 673bac341be6b90ef9e8abae7e52ca46 + sha256: 5fd65768fb602fd21466831c96e7a2355a4df692507abbd481aa65a777151d85 + optional: false + category: main + build: h8d2909c_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + size: 26539 + timestamp: 1694604501713 +- name: gxx_impl_linux-64 + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: + gcc_impl_linux-64: ==12.3.0 he2b93b0_2 + libstdcxx-devel_linux-64: ==12.3.0 h8bca6fd_2 + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-12.3.0-he2b93b0_2.conda + hash: + md5: f89b9916afc36fc5562fbfc11330a8a2 + sha256: 1ca91c1a3892b61da7efe150f9a1830e18aac82f563b27bf707520cb3297cc7a + optional: false + category: main + build: he2b93b0_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 12667490 + timestamp: 1695218983245 +- name: gxx_linux-64 + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: + binutils_linux-64: ==2.40 hbdbef99_2 + gcc_linux-64: ==12.3.0 h76fc315_2 + gxx_impl_linux-64: 12.3.0.* + sysroot_linux-64: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-12.3.0-h8a814eb_2.conda + hash: + md5: f517b1525e9783849bd56a5dc45a9960 + sha256: 9878771cf1316230150a795d213a2f1dd7dead07dc0bccafae20533d631d5e69 + optional: false + category: main + build: h8a814eb_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: BSD-3-Clause + license_family: BSD + size: 28640 + timestamp: 1694604524890 +- name: icu + version: '73.2' + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/icu-73.2-h59595ed_0.conda + hash: + md5: cc47e1facc155f91abd89b11e48e72ff + sha256: e12fd90ef6601da2875ebc432452590bc82a893041473bc1c13ef29001a73ea8 + optional: false + category: main + build: h59595ed_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 12089150 + timestamp: 1692900650789 +- name: idna + version: '3.4' + manager: conda + platform: linux-64 + dependencies: + python: '>=3.6' + url: https://conda.anaconda.org/conda-forge/noarch/idna-3.4-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 34272b248891bddccc64479f9a7fffed + sha256: 9887c35c374ec1847f167292d3fde023cb4c994a4ceeec283072b95440131f09 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 56742 + timestamp: 1663625484114 +- name: importlib-metadata + version: 6.8.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.8' + zipp: '>=0.5' + url: https://conda.anaconda.org/conda-forge/noarch/importlib-metadata-6.8.0-pyha770c72_0.conda + hash: + md5: 4e9f59a060c3be52bc4ddc46ee9b6946 + sha256: 2797ed927d65324309b6c630190d917b9f2111e0c217b721f80429aeb57f9fcf + optional: false + category: main + build: pyha770c72_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 25910 + timestamp: 1688754651944 +- name: importlib_resources + version: 6.1.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.8' + zipp: '>=3.1.0' + url: https://conda.anaconda.org/conda-forge/noarch/importlib_resources-6.1.0-pyhd8ed1ab_0.conda + hash: + md5: 48b0d98e0c0ec810d3ccc2a0926c8c0e + sha256: adab6da633ec3b642f036ab5c1196c3e2db0e8db57fb0c7fc9a8e06e29fa9bdc + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - importlib-resources >=6.1.0,<6.1.1.0a0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 30024 + timestamp: 1695414932459 +- name: jinja2 + version: 3.1.2 + manager: conda + platform: linux-64 + dependencies: + markupsafe: '>=2.0' + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/jinja2-3.1.2-pyhd8ed1ab_1.tar.bz2 + hash: + md5: c8490ed5c70966d232fdd389d0dbed37 + sha256: b045faba7130ab263db6a8fdc96b1a3de5fcf85c4a607c5f11a49e76851500b5 + optional: false + category: main + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 101443 + timestamp: 1654302514195 +- name: joblib + version: 1.3.2 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + setuptools: '*' + url: https://conda.anaconda.org/conda-forge/noarch/joblib-1.3.2-pyhd8ed1ab_0.conda + hash: + md5: 4da50d410f553db77e62ab62ffaa1abc + sha256: 31e05d47970d956206188480b038829d24ac11fe8216409d8584d93d40233878 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 221200 + timestamp: 1691577306309 +- name: json5 + version: 0.9.14 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7,<4.0' + url: https://conda.anaconda.org/conda-forge/noarch/json5-0.9.14-pyhd8ed1ab_0.conda + hash: + md5: dac1dabba2b5a9d1aee175c5fcc7b436 + sha256: 41514104208c092959bef0713cbd795e72c535f2f939b7903d8c97809f2adaa7 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 25003 + timestamp: 1688248468479 +- name: jsonpatch + version: '1.33' + manager: conda + platform: linux-64 + dependencies: + jsonpointer: '>=1.9' + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/jsonpatch-1.33-pyhd8ed1ab_0.conda + hash: + md5: bfdb7c5c6ad1077c82a69a8642c87aff + sha256: fbb17e33ace3225c6416d1604637c1058906b8223da968cc015128985336b2b4 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 17366 + timestamp: 1695536420928 +- name: jsonpointer + version: '2.4' + manager: conda + platform: linux-64 + dependencies: + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/jsonpointer-2.4-py310hff52083_3.conda + hash: + md5: 08ec1463dbc5c806a32fc431874032ca + sha256: 316db08863469a56cdbfd030de5a2cc11ec7649ed7c50eff507e9caa0070ccaa + optional: false + category: main + build: py310hff52083_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + license: BSD-3-Clause + license_family: BSD + size: 16170 + timestamp: 1695397381208 +- name: jsonschema + version: 4.19.1 + manager: conda + platform: linux-64 + dependencies: + attrs: '>=22.2.0' + importlib_resources: '>=1.4.0' + jsonschema-specifications: '>=2023.3.6' + pkgutil-resolve-name: '>=1.3.10' + python: '>=3.8' + referencing: '>=0.28.4' + rpds-py: '>=0.7.1' + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-4.19.1-pyhd8ed1ab_0.conda + hash: + md5: 78aff5d2af74e6537c1ca73017f01f4f + sha256: b4e50e1d53b984a467e79b7ba69cc408d14e3a2002cad4eaf7798e20268cff2d + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 71078 + timestamp: 1695229168542 +- name: jsonschema-specifications + version: 2023.7.1 + manager: conda + platform: linux-64 + dependencies: + importlib_resources: '>=1.4.0' + python: '>=3.8' + referencing: '>=0.25.0' + url: https://conda.anaconda.org/conda-forge/noarch/jsonschema-specifications-2023.7.1-pyhd8ed1ab_0.conda + hash: + md5: 7c27ea1bdbe520bb830dcadd59f55cbf + sha256: 7b0061e106674f27cc718f79a095e90a5667a3635ec6626dd23b3be0fd2bfbdc + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 15296 + timestamp: 1689701341221 +- name: kernel-headers_linux-64 + version: 2.6.32 + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-2.6.32-he073ed8_16.conda + hash: + md5: 7ca122655873935e02c91279c5b03c8c + sha256: aaa8aa6dc776d734a6702032588ff3c496721da905366d91162e3654c082aef0 + optional: false + category: main + build: he073ed8_16 + arch: x86_64 + subdir: linux-64 + build_number: 16 + constrains: + - sysroot_linux-64 ==2.12 + 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 + noarch: generic + size: 709007 + timestamp: 1689214970644 +- name: keyutils + version: 1.6.1 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=10.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/keyutils-1.6.1-h166bdaf_0.tar.bz2 + hash: + md5: 30186d27e2c9fa62b45fb1476b7200e3 + sha256: 150c05a6e538610ca7c43beb3a40d65c90537497a4f6a5f4d15ec0451b6f5ebb + optional: false + category: main + build: h166bdaf_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: LGPL-2.1-or-later + size: 117831 + timestamp: 1646151697040 +- name: krb5 + version: 1.21.2 + manager: conda + platform: linux-64 + dependencies: + keyutils: '>=1.6.1,<2.0a0' + libedit: '>=3.1.20191231,<4.0a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + openssl: '>=3.1.2,<4.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/krb5-1.21.2-h659d440_0.conda + hash: + md5: cd95826dbd331ed1be26bdf401432844 + sha256: 259bfaae731989b252b7d2228c1330ef91b641c9d68ff87dae02cbae682cb3e4 + optional: false + category: main + build: h659d440_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 1371181 + timestamp: 1692097755782 +- name: ld_impl_linux-64 + version: '2.40' + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-h41732ed_0.conda + hash: + md5: 7aca3059a1729aa76c597603f10b0dd3 + sha256: f6cc89d887555912d6c61b295d398cff9ec982a3417d38025c45d5dd9b9e79cd + optional: false + category: main + build: h41732ed_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - binutils_impl_linux-64 2.40 + license: GPL-3.0-only + license_family: GPL + size: 704696 + timestamp: 1674833944779 +- name: libarchive + version: 3.6.2 + manager: conda + platform: linux-64 + dependencies: + bzip2: '>=1.0.8,<2.0a0' + libgcc-ng: '>=12' + libxml2: '>=2.11.3,<2.12.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + lz4-c: '>=1.9.3,<1.10.0a0' + lzo: '>=2.10,<3.0a0' + openssl: '>=3.1.0,<4.0a0' + xz: '>=5.2.6,<6.0a0' + zstd: '>=1.5.2,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libarchive-3.6.2-h039dbb9_1.conda + hash: + md5: 29cf970521d30d113f3425b84cb250f6 + sha256: 146ef424805d8319543b6680b4af90f89d136fb90155f95ba44b14d90245e36d + optional: false + category: main + build: h039dbb9_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: BSD-2-Clause + license_family: BSD + size: 843935 + timestamp: 1684324660292 +- name: libblas + version: 3.9.0 + manager: conda + platform: linux-64 + dependencies: + libopenblas: '>=0.3.24,<1.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libblas-3.9.0-18_linux64_openblas.conda + hash: + md5: bcddbb497582ece559465b9cd11042e7 + sha256: 92142c12eb42172365c96c865be8f164a2653649b28b23bded0e658f8d5d0815 + optional: false + category: main + build: 18_linux64_openblas + arch: x86_64 + subdir: linux-64 + build_number: 18 + constrains: + - liblapacke 3.9.0 18_linux64_openblas + - libcblas 3.9.0 18_linux64_openblas + - liblapack 3.9.0 18_linux64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + size: 14545 + timestamp: 1693951361891 +- name: libcblas + version: 3.9.0 + manager: conda + platform: linux-64 + dependencies: + libblas: ==3.9.0 18_linux64_openblas + url: https://conda.anaconda.org/conda-forge/linux-64/libcblas-3.9.0-18_linux64_openblas.conda + hash: + md5: 93dd9ab275ad888ed8113953769af78c + sha256: b5a3eac5a1e14ad7054a19249afeee6536ab8c9fb6d6ddc26e277f5c3b1acce4 + optional: false + category: main + build: 18_linux64_openblas + arch: x86_64 + subdir: linux-64 + build_number: 18 + constrains: + - liblapacke 3.9.0 18_linux64_openblas + - liblapack 3.9.0 18_linux64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + size: 14455 + timestamp: 1693951371996 +- name: libcurl + version: 8.3.0 + manager: conda + platform: linux-64 + dependencies: + krb5: '>=1.21.2,<1.22.0a0' + libgcc-ng: '>=12' + libnghttp2: '>=1.52.0,<2.0a0' + libssh2: '>=1.11.0,<2.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + openssl: '>=3.1.2,<4.0a0' + zstd: '>=1.5.5,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libcurl-8.3.0-hca28451_0.conda + hash: + md5: 4ab41bee09a2d2e08de5f09d6f1eef62 + sha256: 177b2d2cd552dcb88c0ce74b14512e1a8cd44146645120529e19755eb493232e + optional: false + category: main + build: hca28451_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: curl + license_family: MIT + size: 388309 + timestamp: 1694599609110 +- name: libedit + version: 3.1.20191231 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=7.5.0' + ncurses: '>=6.2,<7.0.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libedit-3.1.20191231-he28a2e2_2.tar.bz2 + hash: + md5: 4d331e44109e3f0e19b4cb8f9b82f3e1 + sha256: a57d37c236d8f7c886e01656f4949d9dcca131d2a0728609c6f7fa338b65f1cf + optional: false + category: main + build: he28a2e2_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: BSD-2-Clause + license_family: BSD + size: 123878 + timestamp: 1597616541093 +- name: libev + version: '4.33' + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libev-4.33-h516909a_1.tar.bz2 + hash: + md5: 6f8720dff19e17ce5d48cfe7f3d2f0a3 + sha256: 8c9635aa0ea28922877dc96358f9547f6a55fc7e2eb75a556b05f1725496baf9 + optional: false + category: main + build: h516909a_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: BSD-2-Clause + license_family: BSD + size: 106190 + timestamp: 1598867915 +- name: libexpat + version: 2.5.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.5.0-hcb278e6_1.conda + hash: + md5: 6305a3dd2752c76335295da4e581f2fd + sha256: 74c98a563777ae2ad71f1f74d458a8ab043cee4a513467c159ccf159d0e461f3 + optional: false + category: main + build: hcb278e6_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + constrains: + - expat 2.5.0.* + license: MIT + license_family: MIT + size: 77980 + timestamp: 1680190528313 +- name: libffi + version: 3.4.2 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=9.4.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2 + hash: + md5: d645c6d2ac96843a2bfaccd2d62b3ac3 + sha256: ab6e9856c21709b7b517e940ae7028ae0737546122f83c2aa5d692860c3b149e + optional: false + category: main + build: h7f98852_5 + arch: x86_64 + subdir: linux-64 + build_number: 5 + license: MIT + license_family: MIT + size: 58292 + timestamp: 1636488182923 +- name: libgcc-devel_linux-64 + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-devel_linux-64-12.3.0-h8bca6fd_2.conda + hash: + md5: ed613582de7b8569fdc53ca141be176a + sha256: 7e12d0496389017ca526254913b24d9024e1728c849a0d6476a4b7fde9d03cba + optional: false + category: main + build: h8bca6fd_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 2405867 + timestamp: 1695218559716 +- name: libgcc-ng + version: 13.2.0 + manager: conda + platform: linux-64 + dependencies: + _libgcc_mutex: ==0.1 conda_forge + _openmp_mutex: '>=4.5' + url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-13.2.0-h807b86a_2.conda + hash: + md5: c28003b0be0494f9a7664389146716ff + sha256: d361d3c87c376642b99c1fc25cddec4b9905d3d9b9203c1c545b8c8c1b04539a + optional: false + category: main + build: h807b86a_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + constrains: + - libgomp 13.2.0 h807b86a_2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 771133 + timestamp: 1695219384393 +- name: libgfortran-ng + version: 13.2.0 + manager: conda + platform: linux-64 + dependencies: + libgfortran5: ==13.2.0 ha4646dd_2 + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran-ng-13.2.0-h69a702a_2.conda + hash: + md5: e75a75a6eaf6f318dae2631158c46575 + sha256: 767d71999e5386210fe2acaf1b67073e7943c2af538efa85c101e3401e94ff62 + optional: false + category: main + build: h69a702a_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 23722 + timestamp: 1695219642066 +- name: libgfortran5 + version: 13.2.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=13.2.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libgfortran5-13.2.0-ha4646dd_2.conda + hash: + md5: 78fdab09d9138851dde2b5fe2a11019e + sha256: 55ecf5c46c05a98b4822a041d6e1cb196a7b0606126eb96b24131b7d2c8ca561 + optional: false + category: main + build: ha4646dd_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + constrains: + - libgfortran-ng 13.2.0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1441830 + timestamp: 1695219403435 +- name: libgomp + version: 13.2.0 + manager: conda + platform: linux-64 + dependencies: + _libgcc_mutex: ==0.1 conda_forge + url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-13.2.0-h807b86a_2.conda + hash: + md5: e2042154faafe61969556f28bade94b9 + sha256: e1e82348f8296abfe344162b3b5f0ddc2f504759ebeb8b337ba99beaae583b15 + optional: false + category: main + build: h807b86a_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 421133 + timestamp: 1695219303065 +- name: libiconv + version: '1.17' + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=10.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libiconv-1.17-h166bdaf_0.tar.bz2 + hash: + md5: b62b52da46c39ee2bc3c162ac7f1804d + sha256: 6a81ebac9f1aacdf2b4f945c87ad62b972f0f69c8e0981d68e111739e6720fd7 + optional: false + category: main + build: h166bdaf_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: GPL and LGPL + size: 1450368 + timestamp: 1652700749886 +- name: liblapack + version: 3.9.0 + manager: conda + platform: linux-64 + dependencies: + libblas: ==3.9.0 18_linux64_openblas + url: https://conda.anaconda.org/conda-forge/linux-64/liblapack-3.9.0-18_linux64_openblas.conda + hash: + md5: a1244707531e5b143c420c70573c8ec5 + sha256: 7b59c9bf8399b34818d36c7bbd30cd447649fe4ff2136d3102bb67da0af67a3a + optional: false + category: main + build: 18_linux64_openblas + arch: x86_64 + subdir: linux-64 + build_number: 18 + constrains: + - liblapacke 3.9.0 18_linux64_openblas + - libcblas 3.9.0 18_linux64_openblas + - blas * openblas + license: BSD-3-Clause + license_family: BSD + size: 14482 + timestamp: 1693951382004 +- name: liblief + version: 0.12.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/liblief-0.12.3-h27087fc_0.tar.bz2 + hash: + md5: 2ed926c822a091c21d467429d1eaa92c + sha256: d7e5b39bcbc144463ca938c8cdb1dc73d2d204fb78c5aea200c07037517aebba + optional: false + category: main + build: h27087fc_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 2249665 + timestamp: 1667375991818 +- name: libmamba + version: 1.4.2 + manager: conda + platform: linux-64 + dependencies: + fmt: '>=9.1.0,<10.0a0' + libarchive: '>=3.6.2,<3.7.0a0' + libcurl: '>=7.88.1,<9.0a0' + libgcc-ng: '>=12' + libsolv: '>=0.7.23,<0.8.0a0' + libstdcxx-ng: '>=12' + openssl: '>=3.1.0,<4.0a0' + reproc-cpp: '>=14.2,<15.0a0' + yaml-cpp: '>=0.7.0,<0.8.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libmamba-1.4.2-hcea66bb_0.conda + hash: + md5: 0b3b4c833ea1ec555063479e2ac259dc + sha256: e035ceb6c54245bc147cc4a710b63a29c45c8748bcabf1310fcfc56bc84e8c8f + optional: false + category: main + build: hcea66bb_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 1497947 + timestamp: 1680791652667 +- name: libmambapy + version: 1.4.2 + manager: conda + platform: linux-64 + dependencies: + fmt: '>=9.1.0,<10.0a0' + libgcc-ng: '>=12' + libmamba: ==1.4.2 hcea66bb_0 + libstdcxx-ng: '>=12' + openssl: '>=3.1.0,<4.0a0' + pybind11-abi: ==4 + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + yaml-cpp: '>=0.7.0,<0.8.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libmambapy-1.4.2-py310h1428755_0.conda + hash: + md5: 0c942ea14a0e7a9e394882a8e4405235 + sha256: 28568591cbb0af1a90c3db6162c26e109b686ce2971c364705474363fedcafa8 + optional: false + category: main + build: py310h1428755_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 269724 + timestamp: 1680791890514 +- name: libnghttp2 + version: 1.52.0 + manager: conda + platform: linux-64 + dependencies: + c-ares: '>=1.18.1,<2.0a0' + libev: '>=4.33,<4.34.0a0' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + libzlib: '>=1.2.13,<1.3.0a0' + openssl: '>=3.0.8,<4.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libnghttp2-1.52.0-h61bc06f_0.conda + hash: + md5: 613955a50485812985c059e7b269f42e + sha256: ecd6b08c2b5abe7d1586428c4dd257dcfa00ee53700d79cdc8bca098fdfbd79a + optional: false + category: main + build: h61bc06f_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 622366 + timestamp: 1677678076121 +- name: libnsl + version: 2.0.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.0-hd590300_1.conda + hash: + md5: 854e3e1623b39777140f199c5f9ab952 + sha256: c0a0c0abc1c17983168c3239d79a62d53c424bc5dd1764dbcd0fa953d6fce5e0 + optional: false + category: main + build: hd590300_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: LGPL-2.1-only + license_family: GPL + size: 33210 + timestamp: 1695799598317 +- name: libopenblas + version: 0.3.24 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libgfortran-ng: '*' + libgfortran5: '>=12.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libopenblas-0.3.24-pthreads_h413a1c8_0.conda + hash: + md5: 6e4ef6ca28655124dcde9bd500e44c32 + sha256: c8e080ae4d57506238023e98869928ae93564e6407ef5b0c4d3a337e8c2b7662 + optional: false + category: main + build: pthreads_h413a1c8_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - openblas >=0.3.24,<0.3.25.0a0 + license: BSD-3-Clause + license_family: BSD + size: 5492091 + timestamp: 1693785223074 +- name: libsanitizer + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-12.3.0-h0f45ef3_2.conda + hash: + md5: 4655db64eca78a6fcc4fb654fc1f8d57 + sha256: a58add0b4477c59aee324b508d834267360b659f9c543f551ca4442196e656fe + optional: false + category: main + build: h0f45ef3_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 3910499 + timestamp: 1695218679356 +- name: libsolv + version: 0.7.24 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + libzlib: '>=1.2.13,<1.3.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libsolv-0.7.24-hfc55251_4.conda + hash: + md5: fa38466ceac33e6cc5341adf41b21847 + sha256: 57fe945045e7c8b79b6be3d499a2bd27942714da8ff5916c179ca7d621de30c4 + optional: false + category: main + build: hfc55251_4 + arch: x86_64 + subdir: linux-64 + build_number: 4 + license: BSD-3-Clause + license_family: BSD + size: 467781 + timestamp: 1693940205712 +- name: libsqlite + version: 3.43.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libzlib: '>=1.2.13,<1.3.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.43.0-h2797004_0.conda + hash: + md5: 903fa782a9067d5934210df6d79220f6 + sha256: e715fab7ec6b3f3df2a5962ef372ff0f871d215fe819482dcd80357999513652 + optional: false + category: main + build: h2797004_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Unlicense + size: 840871 + timestamp: 1692911324643 +- name: libssh2 + version: 1.11.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libzlib: '>=1.2.13,<1.3.0a0' + openssl: '>=3.1.1,<4.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libssh2-1.11.0-h0841786_0.conda + hash: + md5: 1f5a58e686b13bcfde88b93f547d23fe + sha256: 50e47fd9c4f7bf841a11647ae7486f65220cfc988ec422a4475fe8d5a823824d + optional: false + category: main + build: h0841786_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 271133 + timestamp: 1685837707056 +- name: libstdcxx-devel_linux-64 + version: 12.3.0 + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-devel_linux-64-12.3.0-h8bca6fd_2.conda + hash: + md5: 7268a17e56eb099d1b8869bbbf46de4c + sha256: e8483069599561ef24b884c898442eadc510190f978fa388db3281b10c3c084e + optional: false + category: main + build: h8bca6fd_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 8542654 + timestamp: 1695218598349 +- name: libstdcxx-ng + version: 13.2.0 + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-ng-13.2.0-h7e041cc_2.conda + hash: + md5: 9172c297304f2a20134fc56c97fbe229 + sha256: ab22ecdc974cdbe148874ea876d9c564294d5eafa760f403ed4fd495307b4243 + optional: false + category: main + build: h7e041cc_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 3842773 + timestamp: 1695219454837 +- name: libuuid + version: 2.38.1 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda + hash: + md5: 40b61aab5c7ba9ff276c41cfffe6b80b + sha256: 787eb542f055a2b3de553614b25f09eefb0a0931b0c87dbcce6efdfd92f04f18 + optional: false + category: main + build: h0b41bf4_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 33601 + timestamp: 1680112270483 +- name: libuv + version: 1.46.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/libuv-1.46.0-hd590300_0.conda + hash: + md5: d23c76f7e6dcd6243d1b6ef5e62d17d2 + sha256: 4bc4c946e9a532c066442714eeeeb1ffbd03cd89789c4047293f5e782b5fedd7 + optional: false + category: main + build: hd590300_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 893348 + timestamp: 1693539405436 +- name: libxml2 + version: 2.11.5 + manager: conda + platform: linux-64 + dependencies: + icu: '>=73.2,<74.0a0' + libgcc-ng: '>=12' + libiconv: '>=1.17,<2.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + xz: '>=5.2.6,<6.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/libxml2-2.11.5-h232c23b_1.conda + hash: + md5: f3858448893839820d4bcfb14ad3ecdf + sha256: 1b3cb6864de1a558ea5fb144c780121d52507837d15df0600491d8ed92cff90c + optional: false + category: main + build: h232c23b_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: MIT + license_family: MIT + size: 705542 + timestamp: 1692960341690 +- name: libzlib + version: 1.2.13 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.2.13-hd590300_5.conda + hash: + md5: f36c115f1ee199da648e0597ec2047ad + sha256: 370c7c5893b737596fd6ca0d9190c9715d89d888b8c88537ae1ef168c25e82e4 + optional: false + category: main + build: hd590300_5 + arch: x86_64 + subdir: linux-64 + build_number: 5 + constrains: + - zlib 1.2.13 *_5 + license: Zlib + license_family: Other + size: 61588 + timestamp: 1686575217516 +- name: lz4-c + version: 1.9.4 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/lz4-c-1.9.4-hcb278e6_0.conda + hash: + md5: 318b08df404f9c9be5712aaa5a6f0bb0 + sha256: 1b4c105a887f9b2041219d57036f72c4739ab9e9fe5a1486f094e58c76b31f5f + optional: false + category: main + build: hcb278e6_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + size: 143402 + timestamp: 1674727076728 +- name: lzo + version: '2.10' + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-64/lzo-2.10-h516909a_1000.tar.bz2 + hash: + md5: bb14fcb13341b81d5eb386423b9d2bac + sha256: 25d16e6aaa3d0b450e61d0c4fadd7c9fd17f16e2fef09b34507209342d63c9f6 + optional: false + category: main + build: h516909a_1000 + arch: x86_64 + subdir: linux-64 + build_number: 1000 + license: GPL v2+ + license_family: GPL2 + size: 321113 + timestamp: 1597681972321 +- name: mamba + version: 1.4.2 + manager: conda + platform: linux-64 + dependencies: + conda: '>=4.14,<23.4' + libmambapy: ==1.4.2 py310h1428755_0 + openssl: '>=3.1.0,<4.0a0' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/mamba-1.4.2-py310h51d5547_0.conda + hash: + md5: a84d408833491f202a6d9f6d8fc696db + sha256: 60ef9061dd99c4e40b3c17b14f7a70042705f691bb7a0f3437600610155a7e28 + optional: false + category: main + build: py310h51d5547_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 50906 + timestamp: 1680792178409 +- name: markdown-it-py + version: 3.0.0 + manager: conda + platform: linux-64 + dependencies: + mdurl: '>=0.1,<1' + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/markdown-it-py-3.0.0-pyhd8ed1ab_0.conda + hash: + md5: 93a8e71256479c62074356ef6ebf501b + sha256: c041b0eaf7a6af3344d5dd452815cdc148d6284fec25a4fa3f4263b3a021e962 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 64356 + timestamp: 1686175179621 +- name: markupsafe + version: 2.1.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/markupsafe-2.1.3-py310h2372a71_1.conda + hash: + md5: b74e07a054c479e45a83a83fc5be713c + sha256: ac46cc2f6d4bbeedcd2f508e43f43143a9286ced55730d8d97a3c91ceceb0d56 + optional: false + category: main + build: py310h2372a71_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + constrains: + - jinja2 >=3.0.0 + license: BSD-3-Clause + license_family: BSD + size: 24054 + timestamp: 1695367637074 +- name: mdurl + version: 0.1.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.6' + url: https://conda.anaconda.org/conda-forge/noarch/mdurl-0.1.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: f8dab71fdc13b1bf29a01248b156d268 + sha256: c678b9194e025b1fb665bec30ee20aab93399203583875b1dcc0a3b52a8f5523 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 13707 + timestamp: 1639515992326 +- name: more-itertools + version: 10.1.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/more-itertools-10.1.0-pyhd8ed1ab_0.conda + hash: + md5: 8549fafed0351bbfaa1ddaa15fdf9b4e + sha256: 07ce65497dec537e490992758934ddbc4fb5ed9285b41387a7cca966f1a98a0f + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 53654 + timestamp: 1691087125209 +- name: ncurses + version: '6.4' + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.4-hcb278e6_0.conda + hash: + md5: 681105bccc2a3f7f1a837d47d39c9179 + sha256: ccf61e61d58a8a7b2d66822d5568e2dc9387883dd9b2da61e1d787ece4c4979a + optional: false + category: main + build: hcb278e6_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: X11 AND BSD-3-Clause + size: 880967 + timestamp: 1686076725450 +- name: numpy + version: 1.26.0 + manager: conda + platform: linux-64 + dependencies: + libblas: '>=3.9.0,<4.0a0' + libcblas: '>=3.9.0,<4.0a0' + libgcc-ng: '>=12' + liblapack: '>=3.9.0,<4.0a0' + libstdcxx-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/numpy-1.26.0-py310hb13e2d6_0.conda + hash: + md5: ac3b67e928cc71548efad9b522d42fef + sha256: d4671e365c2ed30bf8a376bdc65afcbeeae440ca2091c8712ff8f23678f64973 + optional: false + category: main + build: py310hb13e2d6_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - numpy-base <0a0 + license: BSD-3-Clause + license_family: BSD + size: 6893487 + timestamp: 1695291234099 +- name: openssl + version: 3.1.3 + manager: conda + platform: linux-64 + dependencies: + ca-certificates: '*' + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/openssl-3.1.3-hd590300_0.conda + hash: + md5: 7bb88ce04c8deb9f7d763ae04a1da72f + sha256: f4e35f506c7e8ab7dfdc47255b0d5aa8ce0c99028ae0affafd274333042c4f70 + optional: false + category: main + build: hd590300_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - pyopenssl >=22.1 + license: Apache-2.0 + license_family: Apache + size: 2642850 + timestamp: 1695158025027 +- name: packaging + version: '23.1' + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/packaging-23.1-pyhd8ed1ab_0.conda + hash: + md5: 91cda59e66e1e4afe9476f8ef98f5c30 + sha256: ded536a96a00d45a693dbc2971bb688248324dadd129eddda2100e177583d768 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 46098 + timestamp: 1681337144376 +- name: patch + version: 2.7.6 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=9.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/patch-2.7.6-h7f98852_1002.tar.bz2 + hash: + md5: 4c1bbbec45149a186b915c67d086ed3b + sha256: fc30d1b643c35d82abd294cde6b34f7b9e952856c0386f4f069c3a2b7feb28dd + optional: false + category: main + build: h7f98852_1002 + arch: x86_64 + subdir: linux-64 + build_number: 1002 + license: GPL-3.0-or-later + license_family: GPL + size: 123495 + timestamp: 1612446599889 +- name: patchelf + version: 0.17.2 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=7.5.0' + libstdcxx-ng: '>=7.5.0' + url: https://conda.anaconda.org/conda-forge/linux-64/patchelf-0.17.2-h58526e2_0.conda + hash: + md5: ba76a6a448819560b5f8b08a9c74f415 + sha256: eb355ac225be2f698e19dba4dcab7cb0748225677a9799e9cc8e4cadc3cb738f + optional: false + category: main + build: h58526e2_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: GPL-3.0-or-later + license_family: GPL + size: 94048 + timestamp: 1673473024463 +- name: pkginfo + version: 1.9.6 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.6' + url: https://conda.anaconda.org/conda-forge/noarch/pkginfo-1.9.6-pyhd8ed1ab_0.conda + hash: + md5: be1e9f1c65a1ed0f2ae9352fec99db64 + sha256: 7ea5a5af62a15376d9f4f9f3c134874d0b0710f39be719e849b7fa9ca8870502 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 27646 + timestamp: 1673281872032 +- name: pkgutil-resolve-name + version: 1.3.10 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.6' + url: https://conda.anaconda.org/conda-forge/noarch/pkgutil-resolve-name-1.3.10-pyhd8ed1ab_1.conda + hash: + md5: 405678b942f2481cecdb3e010f4925d9 + sha256: fecf95377134b0e8944762d92ecf7b0149c07d8186fb5db583125a2705c7ea0a + optional: false + category: main + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: MIT AND PSF-2.0 + noarch: python + size: 10778 + timestamp: 1694617398467 +- name: pluggy + version: 1.3.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/pluggy-1.3.0-pyhd8ed1ab_0.conda + hash: + md5: 2390bd10bed1f3fdc7a537fb5a447d8d + sha256: 7bf2ad9d747e71f1e93d0863c2c8061dd0f2fe1e582f28d292abfb40264a2eb5 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 22548 + timestamp: 1693086745921 +- name: prompt-toolkit + version: 3.0.39 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + wcwidth: '*' + url: https://conda.anaconda.org/conda-forge/noarch/prompt-toolkit-3.0.39-pyha770c72_0.conda + hash: + md5: a4986c6bb5b0d05a38855b0880a5f425 + sha256: 10e7fdc75d4b85633be6b12a70b857053987127a808caa0f88b2cba4b3ce6359 + optional: false + category: main + build: pyha770c72_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - prompt_toolkit 3.0.39 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 269068 + timestamp: 1688566090973 +- name: prompt_toolkit + version: 3.0.39 + manager: conda + platform: linux-64 + dependencies: + prompt-toolkit: '>=3.0.39,<3.0.40.0a0' + url: https://conda.anaconda.org/conda-forge/noarch/prompt_toolkit-3.0.39-hd8ed1ab_0.conda + hash: + md5: 4bbbe67d5df19db30f04b8e344dc9976 + sha256: 89f7fecc7355181dbc2ab851e668a2fce6aa4830b336a34c93b59bda93206270 + optional: false + category: main + build: hd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: generic + size: 6731 + timestamp: 1688566099039 +- name: psutil + version: 5.9.5 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/psutil-5.9.5-py310h2372a71_1.conda + hash: + md5: cb25177acf28cc35cfa6c1ac1c679e22 + sha256: db8a99bc41c1b0405c8e9daa92b9d4e7711f9717aff7fd3feeba407ca2a91aa2 + optional: false + category: main + build: py310h2372a71_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + size: 361313 + timestamp: 1695367285835 +- name: py-lief + version: 0.12.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + liblief: ==0.12.3 h27087fc_0 + libstdcxx-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/py-lief-0.12.3-py310hd8f1fbe_0.tar.bz2 + hash: + md5: cfd2ef9475d22dbbe277b4c835ac108b + sha256: 5840e925ecf4159c06726268bcdb1775e0a7e7f9cce047724003f96953386e56 + optional: false + category: main + build: py310hd8f1fbe_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + size: 1806575 + timestamp: 1667378553130 +- name: pybind11-abi + version: '4' + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/noarch/pybind11-abi-4-hd8ed1ab_3.tar.bz2 + hash: + md5: 878f923dd6acc8aeb47a75da6c4098be + sha256: d4fb485b79b11042a16dc6abfb0c44c4f557707c2653ac47c81e5d32b24a3bb0 + optional: false + category: main + build: hd8ed1ab_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + license: BSD-3-Clause + license_family: BSD + noarch: generic + size: 9906 + timestamp: 1610372835205 +- name: pycosat + version: 0.6.4 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/pycosat-0.6.4-py310h2372a71_2.conda + hash: + md5: 761d2aa94fdd1236308845b7a815a993 + sha256: e59b814532a4057b468c3b031f237812548dcb39ea2fd146e7192e09bf58dc6c + optional: false + category: main + build: py310h2372a71_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: MIT + license_family: MIT + size: 84579 + timestamp: 1695545911638 +- name: pycparser + version: '2.21' + manager: conda + platform: linux-64 + dependencies: + python: 2.7.*|>=3.4 + url: https://conda.anaconda.org/conda-forge/noarch/pycparser-2.21-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 076becd9e05608f8dc72757d5f3a91ff + sha256: 74c63fd03f1f1ea2b54e8bc529fd1a600aaafb24027b738d0db87909ee3a33dc + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 102747 + timestamp: 1636257201998 +- name: pygments + version: 2.16.1 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/pygments-2.16.1-pyhd8ed1ab_0.conda + hash: + md5: 40e5cb18165466773619e5c963f00a7b + sha256: 3f0f0fadc6084960ec8cc00a32a03529c562ffea3b527eb73b1653183daad389 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-2-Clause + license_family: BSD + noarch: python + size: 853439 + timestamp: 1691408777841 +- name: pyopenssl + version: 23.2.0 + manager: conda + platform: linux-64 + dependencies: + cryptography: '>=38.0.0,<42,!=40.0.0,!=40.0.1' + python: '>=3.6' + url: https://conda.anaconda.org/conda-forge/noarch/pyopenssl-23.2.0-pyhd8ed1ab_1.conda + hash: + md5: 34f7d568bf59d18e3fef8c405cbece21 + sha256: 4daea3dc896987cc1334956fccfc0ed738663a84ad0c1d3f576a7a7936091534 + optional: false + category: main + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: Apache-2.0 + license_family: Apache + noarch: python + size: 129023 + timestamp: 1685514648328 +- name: pyparsing + version: 3.1.1 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.6' + url: https://conda.anaconda.org/conda-forge/noarch/pyparsing-3.1.1-pyhd8ed1ab_0.conda + hash: + md5: 176f7d56f0cfe9008bdf1bccd7de02fb + sha256: 4a1332d634b6c2501a973655d68f08c9c42c0bd509c349239127b10572b8354b + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 89521 + timestamp: 1690737983548 +- name: pysocks + version: 1.7.1 + manager: conda + platform: linux-64 + dependencies: + __unix: '*' + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/pysocks-1.7.1-pyha2e5f31_6.tar.bz2 + hash: + md5: 2a7de29fb590ca14b5243c4c812c8025 + sha256: a42f826e958a8d22e65b3394f437af7332610e43ee313393d1cf143f0a2d274b + optional: false + category: main + build: pyha2e5f31_6 + arch: x86_64 + subdir: linux-64 + build_number: 6 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 18981 + timestamp: 1661604969727 +- name: python + version: 3.10.12 + manager: conda + platform: linux-64 + dependencies: + bzip2: '>=1.0.8,<2.0a0' + ld_impl_linux-64: '>=2.36.1' + libffi: '>=3.4,<4.0a0' + libgcc-ng: '>=12' + libnsl: '>=2.0.0,<2.1.0a0' + libsqlite: '>=3.42.0,<4.0a0' + libuuid: '>=2.38.1,<3.0a0' + libzlib: '>=1.2.13,<1.3.0a0' + ncurses: '>=6.4,<7.0a0' + openssl: '>=3.1.1,<4.0a0' + readline: '>=8.2,<9.0a0' + tk: '>=8.6.12,<8.7.0a0' + tzdata: '*' + xz: '>=5.2.6,<6.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/python-3.10.12-hd12c33a_0_cpython.conda + hash: + md5: eb6f1df105f37daedd6dca78523baa75 + sha256: 05e2a7ce916d259f11979634f770f31027d0a5d18463b094e64a30500f900699 + optional: false + category: main + build: hd12c33a_0_cpython + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - python_abi 3.10.* *_cp310 + license: Python-2.0 + size: 25543395 + timestamp: 1687561173886 +- name: python-dateutil + version: 2.8.2 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.6' + six: '>=1.5' + url: https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.8.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: dd999d1cc9f79e67dbb855c8924c7984 + sha256: 54d7785c7678166aa45adeaccfc1d2b8c3c799ca2dc05d4a82bb39b1968bd7da + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 245987 + timestamp: 1626286448716 +- name: python-libarchive-c + version: '5.0' + manager: conda + platform: linux-64 + dependencies: + libarchive: '*' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/python-libarchive-c-5.0-py310hff52083_2.conda + hash: + md5: 000e987f680f6ebea6a2f0e0baf8e762 + sha256: 3af9d1bd4e95ad9280ad21118dcaa9925409ca62acc19d7574b9f20547bec1ea + optional: false + category: main + build: py310hff52083_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: CC0-1.0 + license_family: CC + size: 62720 + timestamp: 1695423117551 +- name: python_abi + version: '3.10' + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/linux-64/python_abi-3.10-4_cp310.conda + hash: + md5: 26322ec5d7712c3ded99dd656142b8ce + sha256: 456bec815bfc2b364763084d08b412fdc4c17eb9ccc66a36cb775fa7ac3cbaec + optional: false + category: main + build: 4_cp310 + arch: x86_64 + subdir: linux-64 + build_number: 4 + constrains: + - python 3.10.* *_cpython + license: BSD-3-Clause + license_family: BSD + size: 6398 + timestamp: 1695147363189 +- name: pytz + version: 2023.3.post1 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.6' + url: https://conda.anaconda.org/conda-forge/noarch/pytz-2023.3.post1-pyhd8ed1ab_0.conda + hash: + md5: c93346b446cd08c169d843ae5fc0da97 + sha256: 6b680e63d69aaf087cd43ca765a23838723ef59b0a328799e6363eb13f52c49e + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 187454 + timestamp: 1693930444432 +- name: pyyaml + version: 6.0.1 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + yaml: '>=0.2.5,<0.3.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/pyyaml-6.0.1-py310h2372a71_1.conda + hash: + md5: bb010e368de4940771368bc3dc4c63e7 + sha256: aa78ccddb0a75fa722f0f0eb3537c73ee1219c9dd46cea99d6b9eebfdd780f3d + optional: false + category: main + build: py310h2372a71_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: MIT + license_family: MIT + size: 170627 + timestamp: 1695373587159 +- name: rattler-build + version: 0.3.1 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + openssl: '>=3.1.1,<4.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/rattler-build-0.3.1-h614bb76_0.conda + hash: + md5: 5c260e7d5d1641c1f8b27f4c14f5d36f + sha256: 7119bd3aa5ba56f9dc1cac33a7a69de4a99a424c152c49f54ef486e0578a9b91 + optional: false + category: main + build: h614bb76_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 7886185 + timestamp: 1690444762625 +- name: readline + version: '8.2' + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + ncurses: '>=6.3,<7.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda + hash: + md5: 47d31b792659ce70f470b5c82fdfb7a4 + sha256: 5435cf39d039387fbdc977b0a762357ea909a7694d9528ab40f005e9208744d7 + optional: false + category: main + build: h8228510_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: GPL-3.0-only + license_family: GPL + size: 281456 + timestamp: 1679532220005 +- name: referencing + version: 0.30.2 + manager: conda + platform: linux-64 + dependencies: + attrs: '>=22.2.0' + python: '>=3.8' + rpds-py: '>=0.7.0' + url: https://conda.anaconda.org/conda-forge/noarch/referencing-0.30.2-pyhd8ed1ab_0.conda + hash: + md5: a33161b983172ba6ef69d5fc850650cd + sha256: a6768fabc12f1eed87fec68c5c65439e908655cded1e458d70a164abbce13287 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 38061 + timestamp: 1691337409918 +- name: reproc + version: 14.2.4 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/reproc-14.2.4-h0b41bf4_0.conda + hash: + md5: 0f51393e019df1f0047ef864cd9ddeec + sha256: 31c6d16335b29ef2bfc52233c17c4f3076b642f9336d0e9b4959f23237ab64bf + optional: false + category: main + build: h0b41bf4_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 30329 + timestamp: 1671663132941 +- name: reproc-cpp + version: 14.2.4 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + reproc: ==14.2.4 h0b41bf4_0 + url: https://conda.anaconda.org/conda-forge/linux-64/reproc-cpp-14.2.4-hcb278e6_0.conda + hash: + md5: ede8e0f849f2fee2f78cb488b4ea3b33 + sha256: 13d26ffc2a97ededf5dcb7fd3a585e6ab4f4b108d0241d2b670f2b516d68f463 + optional: false + category: main + build: hcb278e6_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 21687 + timestamp: 1671663155419 +- name: requests + version: 2.31.0 + manager: conda + platform: linux-64 + dependencies: + certifi: '>=2017.4.17' + charset-normalizer: '>=2,<4' + idna: '>=2.5,<4' + python: '>=3.7' + urllib3: '>=1.21.1,<3' + url: https://conda.anaconda.org/conda-forge/noarch/requests-2.31.0-pyhd8ed1ab_0.conda + hash: + md5: a30144e4156cdbb236f99ebb49828f8b + sha256: 9f629d6fd3c8ac5f2a198639fe7af87c4db2ac9235279164bfe0fcb49d8c4bad + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - chardet >=3.0.2,<6 + license: Apache-2.0 + license_family: APACHE + noarch: python + size: 56690 + timestamp: 1684774408600 +- name: rhash + version: 1.4.4 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/rhash-1.4.4-hd590300_0.conda + hash: + md5: ec972a9a2925ac8d7a19eb9606561fff + sha256: 12711d2d4a808a503c2e49b25d26ecb351435521e814c154e682dd2be71c2611 + optional: false + category: main + build: hd590300_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 185144 + timestamp: 1693455923632 +- name: rich + version: 13.5.3 + manager: conda + platform: linux-64 + dependencies: + markdown-it-py: '>=2.2.0' + pygments: '>=2.13.0,<3.0.0' + python: '>=3.7.0' + typing_extensions: '>=4.0.0,<5.0.0' + url: https://conda.anaconda.org/conda-forge/noarch/rich-13.5.3-pyhd8ed1ab_0.conda + hash: + md5: a83bf2810a4e756b220f61cb8f90a736 + sha256: 0207793d5d5fbb239ffeb5c649feaf3901d65245436a0fcbd95b48f966422ccb + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 183955 + timestamp: 1694974693300 +- name: ripgrep + version: 13.0.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=10.3.0' + url: https://conda.anaconda.org/conda-forge/linux-64/ripgrep-13.0.0-h2f28480_2.tar.bz2 + hash: + md5: 15a0bf4a1260b0a08198eb683eb272fb + sha256: d98b4816de502658080e62014b1ccaa296e54c3a161418e344c52aebf9044c79 + optional: false + category: main + build: h2f28480_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: MIT + license_family: MIT + size: 1832119 + timestamp: 1646467746011 +- name: ros-humble-ament-cmake + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + cmake: '*' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ament-cmake-export-definitions: '*' + ros-humble-ament-cmake-export-dependencies: '*' + ros-humble-ament-cmake-export-include-directories: '*' + ros-humble-ament-cmake-export-interfaces: '*' + ros-humble-ament-cmake-export-libraries: '*' + ros-humble-ament-cmake-export-link-flags: '*' + ros-humble-ament-cmake-export-targets: '*' + ros-humble-ament-cmake-gen-version-h: '*' + ros-humble-ament-cmake-libraries: '*' + ros-humble-ament-cmake-python: '*' + ros-humble-ament-cmake-target-dependencies: '*' + ros-humble-ament-cmake-test: '*' + ros-humble-ament-cmake-version: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: a5002d0444b47a5aef48c4dc26b1bd47 + sha256: e2d97f8809724b0bb5c8777e7a92a47a2b3541b2be74227f9246582a167d6e94 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11297 + timestamp: 1675634317801 +- name: ros-humble-ament-cmake-core + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + catkin_pkg: '*' + cmake: '*' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-package: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-core-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 7c8b851f2574c90c32cb6f5f7e4c7ac0 + sha256: 6d556db1e86d3edcf59e160793d4fa40720c80d7e20943811b765a6588e59085 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 33953 + timestamp: 1675630808641 +- name: ros-humble-ament-cmake-export-definitions + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-definitions-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 8df9d37317ef2be1eb44997609df06f0 + sha256: 3e2e65a34bb9816614044bd26fd44ec165af70f5a588eca735b57928e7f4bc6f + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11328 + timestamp: 1675631210796 +- name: ros-humble-ament-cmake-export-dependencies + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ament-cmake-libraries: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-dependencies-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 425e37aff49452160b34cf80ddfacd27 + sha256: 7357a36a2ca116d2503a788add10e9bece3789b60cdcc60e7339ae649c0110a1 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 12117 + timestamp: 1675633470253 +- name: ros-humble-ament-cmake-export-include-directories + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-include-directories-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 3f2445713fe3c0dc14f2f9fb07e5cafa + sha256: 4e437b1bfc54370f8e1c0ea11fc235794080bd22d8413da1f15a243bde878e66 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11657 + timestamp: 1675631186396 +- name: ros-humble-ament-cmake-export-interfaces + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ament-cmake-export-libraries: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-interfaces-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 881a077ed81eefee6aa3a2416aebda51 + sha256: 631b66ccae55e9f341942de39a6ec11c2a24a8cfbebddfbfbd8723d01e70149c + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11845 + timestamp: 1675633565297 +- name: ros-humble-ament-cmake-export-libraries + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-libraries-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 6961d7bed2c516ec94e997d5a5abdeef + sha256: 971a70f03e29005094d7c59c3b8d6917bc29ad7cada7a54f119ad3785d3b47a7 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 13359 + timestamp: 1675631112514 +- name: ros-humble-ament-cmake-export-link-flags + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-link-flags-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: b28bc0b842788d7495509278ee795414 + sha256: c2a70365927a468e230fa87e010c0475652b2afe7bd878992ded4b2b08a5412e + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11254 + timestamp: 1675631161264 +- name: ros-humble-ament-cmake-export-targets + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ament-cmake-export-libraries: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-export-targets-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 6167b3365afa731644af8d2b2d598cc4 + sha256: 1170b63150874cce72b08838b4483db356c9c5be2f384d09b546d37bada84e14 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11769 + timestamp: 1675633542573 +- name: ros-humble-ament-cmake-gen-version-h + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-gen-version-h-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 45fb0e53a3417e37dbed0d36bbfc8f3a + sha256: 8f0f2c5dde53a1d3c5b2b18c9fd053f82ea93fe064bfa38ca0013ba44b643846 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 13710 + timestamp: 1675633991015 +- name: ros-humble-ament-cmake-gtest + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + gtest: '*' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-test: '*' + ros-humble-gtest-vendor: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-gtest-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: b6dff40270ddca4062971e222a6e5e3e + sha256: fa82aa16aca1f13464193f652ea169d51285ad8251ddd29d714e9711cc008435 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 13771 + timestamp: 1675633744172 +- name: ros-humble-ament-cmake-include-directories + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-include-directories-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: ee67d9fa3c4cbeb9d85897d41f77a4a3 + sha256: dd7bf62734939a0a55628ea39e9fed98c95551e7432b65252a676b9d4126e2a9 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11170 + timestamp: 1675631196285 +- name: ros-humble-ament-cmake-libraries + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-libraries-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 16a1d2fbcc69898763c26cde244b5177 + sha256: 244cabe7acff3f34f90f8c8f4d08638a1d5ff4d78d0a5bbbc82d2f756dfb6796 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11564 + timestamp: 1675631173214 +- name: ros-humble-ament-cmake-python + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-python-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: cdf0bb7915d63c9f0b5aa0c7de523f27 + sha256: 4b5f385ad085b3d82e68d5b2d28c8e3204a6baf0e80edd3703b75f1ca5dcd68b + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 13568 + timestamp: 1675631128839 +- name: ros-humble-ament-cmake-target-dependencies + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ament-cmake-include-directories: '*' + ros-humble-ament-cmake-libraries: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-target-dependencies-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: eaec9513649fe79bc9157b205a955702 + sha256: 063be919c42f0c3c7da867979fcdecc5ad54e6093742a48379aee95dd95fb1f5 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 12690 + timestamp: 1675633518546 +- name: ros-humble-ament-cmake-test + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-test-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: f5e7f2d4509f4e7ec463fcb0c4bae5bc + sha256: eaddd0c9459f63ae2643bf566ade7c7888c9a3d67917d24cb79fd1276104083d + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 29260 + timestamp: 1675633494706 +- name: ros-humble-ament-cmake-version + version: 1.3.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ament-cmake-core: '*' + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-cmake-version-1.3.3-py310h7c61026_3.tar.bz2 + hash: + md5: 9e7ca0795a16e09e4663e2ce7dc5d827 + sha256: 6dcebd8215e9e85db13b16edbc42584e9eafb3017b0b66ecc39fe9cd190dc92b + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 11072 + timestamp: 1675631137013 +- name: ros-humble-ament-package + version: 0.14.0 + manager: conda + platform: linux-64 + dependencies: + importlib-metadata: '*' + importlib_resources: '*' + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros2-distro-mutex: 0.3.* humble + setuptools: '*' + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ament-package-0.14.0-py310h7c61026_3.tar.bz2 + hash: + md5: c7f3c6671ec8bc73e69d476673b6b07e + sha256: cc5b803da93d942e6463071b7a8c2406e4a65801209f81442b931b0afdb3ad7a + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 37422 + timestamp: 1675630778861 +- name: ros-humble-gtest-vendor + version: 1.10.9004 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros-humble-ros-workspace: '*' + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-gtest-vendor-1.10.9004-py310h7c61026_3.tar.bz2 + hash: + md5: a3d563fbe48b56875a7fc8f617240142 + sha256: 1170b882580db6d5bd400fd01fe0d98b6ceace23f6c527ddedce8ee38210088d + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 178424 + timestamp: 1675631149711 +- name: ros-humble-ros-workspace + version: 1.0.2 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + numpy: '>=1.21.6,<2.0a0' + python: '*' + python_abi: 3.10.* *_cp310 + ros2-distro-mutex: 0.3.* humble + url: https://conda.anaconda.org/robostack-staging/linux-64/ros-humble-ros-workspace-1.0.2-py310h7c61026_3.tar.bz2 + hash: + md5: 33dd40fbab9139eec81f43015417835c + sha256: cb3f988bbbf3d5a4407288495ea8bc1e8a2f1df0ff9d18bb277456f485a69246 + optional: false + category: main + build: py310h7c61026_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + size: 26782 + timestamp: 1675630941037 +- name: ros2-distro-mutex + version: 0.3.0 + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/robostack-staging/linux-64/ros2-distro-mutex-0.3.0-humble.tar.bz2 + hash: + md5: 6b6f4e5aec0d320ec5496606c5bb1aa7 + sha256: 52cd33fa250a9806bb286d0a1c3660bcff2b8c66f8d8526ac40ea607ead94c0f + optional: false + category: main + build: humble + arch: x86_64 + subdir: linux-64 + build_number: 0 + constrains: + - boost-cpp 1.78.* + - pcl 1.12.* + - gazebo 11.* + - libpqxx 6.* + - setuptools 61.0.0* + size: 3358 + timestamp: 1675630703035 +- name: rpds-py + version: 0.10.3 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/rpds-py-0.10.3-py310hcb5633a_0.conda + hash: + md5: be30e1e3661e36e1fd05765ba4c385cb + sha256: c83eb0a402311d211c6f7249ea9ab54202fdc4aea9f8da2d92db5aa6d01572d0 + optional: false + category: main + build: py310hcb5633a_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 992893 + timestamp: 1694631129352 +- name: ruamel.yaml + version: 0.17.32 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + ruamel.yaml.clib: '>=0.1.2' + setuptools: '*' + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml-0.17.32-py310h2372a71_0.conda + hash: + md5: 9a03abf74d5069bda767c1bce7a41e0b + sha256: bdbd5b73bc92f3bd4eea8b8475d912a9d42562ed494163fd3987404f514beb70 + optional: false + category: main + build: py310h2372a71_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 203075 + timestamp: 1686994089621 +- name: ruamel.yaml.clib + version: 0.2.7 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/ruamel.yaml.clib-0.2.7-py310h1fa729e_1.conda + hash: + md5: 2f9b517412af46255cef5e53a22c264e + sha256: 4a74013e0e9dd6fa984a10edb53276cf42308d99404375b81548af019bfd068d + optional: false + category: main + build: py310h1fa729e_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: MIT + license_family: MIT + size: 135330 + timestamp: 1670412835120 +- name: setuptools + version: 61.0.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + url: https://conda.anaconda.org/conda-forge/linux-64/setuptools-61.0.0-py310hff52083_0.tar.bz2 + hash: + md5: 4e674dc97ab7286b2b3ef71a0ee1c7d1 + sha256: 0d7d5c54667b003895735bfa4dcbf46cba7bd939a862ffd70d15d9b63c3a506f + optional: false + category: main + build: py310hff52083_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + size: 1327066 + timestamp: 1648243775887 +- name: six + version: 1.16.0 + manager: conda + platform: linux-64 + dependencies: + python: '*' + url: https://conda.anaconda.org/conda-forge/noarch/six-1.16.0-pyh6c4a22f_0.tar.bz2 + hash: + md5: e5f25f8dbc060e9a8d912e432202afc2 + sha256: a85c38227b446f42c5b90d9b642f2c0567880c15d72492d8da074a59c8f91dd6 + optional: false + category: main + build: pyh6c4a22f_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14259 + timestamp: 1620240338595 +- name: sniffio + version: 1.3.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/sniffio-1.3.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: dd6cbc539e74cb1f430efbd4575b9303 + sha256: a3fd30754c20ddb28b777db38345ea00d958f46701f0decd6291a81c0f4eee78 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: Apache-2.0 + license_family: Apache + noarch: python + size: 14358 + timestamp: 1662051357638 +- name: soupsieve + version: '2.5' + manager: conda + platform: linux-64 + dependencies: + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/soupsieve-2.5-pyhd8ed1ab_1.conda + hash: + md5: 3f144b2c34f8cb5a9abd9ed23a39c561 + sha256: 54ae221033db8fbcd4998ccb07f3c3828b4d77e73b0c72b18c1d6a507059059c + optional: false + category: main + build: pyhd8ed1ab_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: MIT + license_family: MIT + noarch: python + size: 36754 + timestamp: 1693929424267 +- name: sysroot_linux-64 + version: '2.12' + manager: conda + platform: linux-64 + dependencies: + kernel-headers_linux-64: ==2.6.32 he073ed8_16 + url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.12-he073ed8_16.conda + hash: + md5: 071ea8dceff4d30ac511f4a2f8437cd1 + sha256: 4c024b2eee24c6da7d3e08723111ec02665c578844c5b3e9e6b38f89000bec41 + optional: false + category: main + build: he073ed8_16 + arch: x86_64 + subdir: linux-64 + build_number: 16 + 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 + noarch: generic + size: 15277813 + timestamp: 1689214980563 +- name: tk + version: 8.6.13 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libzlib: '>=1.2.13,<1.3.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-h2797004_0.conda + hash: + md5: 513336054f884f95d9fd925748f41ef3 + sha256: 679e944eb93fde45d0963a22598fafacbb429bb9e7ee26009ba81c4e0c435055 + optional: false + category: main + build: h2797004_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: TCL + license_family: BSD + size: 3290187 + timestamp: 1695506262576 +- name: tomli + version: 2.0.1 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/tomli-2.0.1-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 5844808ffab9ebdb694585b50ba02a96 + sha256: 4cd48aba7cd026d17e86886af48d0d2ebc67ed36f87f6534f4b67138f5a5a58f + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 15940 + timestamp: 1644342331069 +- name: toolz + version: 0.12.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.5' + url: https://conda.anaconda.org/conda-forge/noarch/toolz-0.12.0-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 92facfec94bc02d6ccf42e7173831a36 + sha256: 90229da7665175b0185183ab7b53f50af487c7f9b0f47cf09c184cbc139fd24b + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + noarch: python + size: 49136 + timestamp: 1657485654230 +- name: tqdm + version: 4.66.1 + manager: conda + platform: linux-64 + dependencies: + colorama: '*' + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/tqdm-4.66.1-pyhd8ed1ab_0.conda + hash: + md5: 03c97908b976498dcae97eb4e4f3149c + sha256: b61c9222af05e8c5ff27e4a4d2eb81870c21ffd7478346be3ef644b7a3759cc4 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MPL-2.0 or MIT + noarch: python + size: 89449 + timestamp: 1691671387674 +- name: typing_extensions + version: 4.8.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/typing_extensions-4.8.0-pyha770c72_0.conda + hash: + md5: 5b1be40a26d10a06f6d4f1f9e19fa0c7 + sha256: 38d16b5c53ec1af845d37d22e7bb0e6c934c7f19499123507c5a470f6f8b7dde + optional: false + category: main + build: pyha770c72_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: PSF-2.0 + license_family: PSF + noarch: python + size: 35108 + timestamp: 1695040948828 +- name: tzdata + version: 2023c + manager: conda + platform: linux-64 + dependencies: {} + url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2023c-h71feb2d_0.conda + hash: + md5: 939e3e74d8be4dac89ce83b20de2492a + sha256: 0449138224adfa125b220154408419ec37c06b0b49f63c5954724325903ecf55 + optional: false + category: main + build: h71feb2d_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: LicenseRef-Public-Domain + noarch: generic + size: 117580 + timestamp: 1680041306008 +- name: urllib3 + version: 2.0.5 + manager: conda + platform: linux-64 + dependencies: + brotli-python: '>=1.0.9' + pysocks: '>=1.5.6,<2.0,!=1.5.7' + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/urllib3-2.0.5-pyhd8ed1ab_0.conda + hash: + md5: 3bda70bbeb2920f44db5375af2e5fe38 + sha256: b5d9d3c0e2c001aed437be0071f1c11365a519efe5966cb6815be1307e1ce6a3 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 98371 + timestamp: 1695228496313 +- name: watchgod + version: 0.8.2 + manager: conda + platform: linux-64 + dependencies: + anyio: '>=3.0.0,<4' + python: '>=3.7' + url: https://conda.anaconda.org/conda-forge/noarch/watchgod-0.8.2-pyhd8ed1ab_0.tar.bz2 + hash: + md5: 8bf811791ff4ea8b6368b8ff451c6421 + sha256: 5139550cbd5d93cb6b3d4954267d21fdaccd81b816d421c7a8ee031f27432179 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 14983 + timestamp: 1648824691525 +- name: wcwidth + version: 0.2.6 + manager: conda + platform: linux-64 + dependencies: + backports.functools_lru_cache: '*' + python: '>=3.6' + url: https://conda.anaconda.org/conda-forge/noarch/wcwidth-0.2.6-pyhd8ed1ab_0.conda + hash: + md5: 078979d33523cb477bd1916ce41aacc9 + sha256: c1bd0ad7d854cae56977b7915ac2b78b652fa5f7ec1e9fc21e7fdb30cf4519b1 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 29133 + timestamp: 1673864747518 +- name: xz + version: 5.2.6 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2 + hash: + md5: 2161070d867d1b1204ea749c8eec4ef0 + sha256: 03a6d28ded42af8a347345f82f3eebdd6807a08526d47899a42d62d319609162 + optional: false + category: main + build: h166bdaf_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: LGPL-2.1 and GPL-2.0 + size: 418368 + timestamp: 1660346797927 +- name: yaml + version: 0.2.5 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=9.4.0' + url: https://conda.anaconda.org/conda-forge/linux-64/yaml-0.2.5-h7f98852_2.tar.bz2 + hash: + md5: 4cb3ad778ec2d5a7acbdf254eb1c42ae + sha256: a4e34c710eeb26945bdbdaba82d3d74f60a78f54a874ec10d373811a5d217535 + optional: false + category: main + build: h7f98852_2 + arch: x86_64 + subdir: linux-64 + build_number: 2 + license: MIT + license_family: MIT + size: 89141 + timestamp: 1641346969816 +- name: yaml-cpp + version: 0.7.0 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + url: https://conda.anaconda.org/conda-forge/linux-64/yaml-cpp-0.7.0-h59595ed_3.conda + hash: + md5: e5818fbfb56234f63bd39a6cc3ccc635 + sha256: 303cf63b7414549ff7f9ad9aa6914a97731e052b63584524c13743bfd9228dab + optional: false + category: main + build: h59595ed_3 + arch: x86_64 + subdir: linux-64 + build_number: 3 + license: MIT + license_family: MIT + size: 207477 + timestamp: 1695632391731 +- name: zipp + version: 3.17.0 + manager: conda + platform: linux-64 + dependencies: + python: '>=3.8' + url: https://conda.anaconda.org/conda-forge/noarch/zipp-3.17.0-pyhd8ed1ab_0.conda + hash: + md5: 2e4d6bc0b14e10f895fc6791a7d9b26a + sha256: bced1423fdbf77bca0a735187d05d9b9812d2163f60ab426fc10f11f92ecbe26 + optional: false + category: main + build: pyhd8ed1ab_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: MIT + license_family: MIT + noarch: python + size: 18954 + timestamp: 1695255262261 +- name: zstandard + version: 0.21.0 + manager: conda + platform: linux-64 + dependencies: + cffi: '>=1.11' + libgcc-ng: '>=12' + python: '>=3.10,<3.11.0a0' + python_abi: 3.10.* *_cp310 + zstd: '>=1.5.5,<1.6.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/zstandard-0.21.0-py310h1275a96_1.conda + hash: + md5: 552fb8cd05ab3d3608c8e6b55f96e290 + sha256: 2b20cf782b33898b94b69e1deb859e520ad59755a3e048d1bbbff9a4e8bf95e2 + optional: false + category: main + build: py310h1275a96_1 + arch: x86_64 + subdir: linux-64 + build_number: 1 + license: BSD-3-Clause + license_family: BSD + size: 404336 + timestamp: 1695403155248 +- name: zstd + version: 1.5.5 + manager: conda + platform: linux-64 + dependencies: + libgcc-ng: '>=12' + libstdcxx-ng: '>=12' + libzlib: '>=1.2.13,<1.3.0a0' + url: https://conda.anaconda.org/conda-forge/linux-64/zstd-1.5.5-hfc55251_0.conda + hash: + md5: 04b88013080254850d6c01ed54810589 + sha256: 607cbeb1a533be98ba96cf5cdf0ddbb101c78019f1fda063261871dad6248609 + optional: false + category: main + build: hfc55251_0 + arch: x86_64 + subdir: linux-64 + build_number: 0 + license: BSD-3-Clause + license_family: BSD + size: 545199 + timestamp: 1693151163452 +version: 1 diff --git a/tcb_span/pixi.toml b/tcb_span/pixi.toml new file mode 100644 index 0000000..bcdae45 --- /dev/null +++ b/tcb_span/pixi.toml @@ -0,0 +1,23 @@ +[project] +name = "ros-humble-tcb-span" +version = "1.0.2" +description = "Implementation of C++20's std::span" +authors = ["Tyler Weaver "] +channels = ["conda-forge", "robostack-staging"] +platforms = ["linux-64"] +license = "BSL-1.0" +repository = "https://github.com/PickNikRobotics/cpp_polyfills" + +[tasks] +configure = "cmake -S . -B build -DCMAKE_BUILD_TYPE=Release" +build = { cmd = "cmake --build build", depends_on = ["configure"] } +test = {cmd = "ctest --test-dir build --rerun-failed --output-on-failure", depends_on = ["build"] } +install = {cmd = "cmake --install build --prefix install", depends_on = ["build"] } + +[dependencies] +ros-humble-ament-cmake = "1.3.3.*" +ros-humble-ament-cmake-gtest = "1.3.3.*" +cmake = "3.27.6.*" +cxx-compiler = "1.6.0.*" +rattler-build = "0.3.1.*" +boa = "0.15.1.*" diff --git a/tl_expected/package.xml b/tl_expected/package.xml index 15f707f..f47ffe4 100644 --- a/tl_expected/package.xml +++ b/tl_expected/package.xml @@ -7,7 +7,7 @@ Tyler Weaver Sy Brand - Creative Commons Zero v1.0 Universal + CC0-1.0 https://github.com/TartanLlama/expected ament_cmake