Skip to content

Instantly share code, notes, and snippets.

@matthewfeickert
Last active November 17, 2024 09:12
Show Gist options
  • Save matthewfeickert/5ef5d3d8d95386eea152dda5dedd68b2 to your computer and use it in GitHub Desktop.
Save matthewfeickert/5ef5d3d8d95386eea152dda5dedd68b2 to your computer and use it in GitHub Desktop.
'hello world' using ncurses from conda-forge
# SCM syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
# pixi environments
.pixi
*.egg-info
# outputs
example

"Hello World" of ncurses with distribution from conda-forge

Install pixi, clone this repo, and run

pixi run start

If you want to have an interactive terminal session in an activated environment just drop into the shell

pixi shell
#include <ncurses.h>
//https://tldp.org/HOWTO/NCURSES-Programming-HOWTO/helloworld.html
int main()
{
initscr(); /* Start curses mode */
printw("Hello World !!!"); /* Print Hello World */
refresh(); /* Print it on to the real screen */
getch(); /* Wait for user input */
endwin(); /* End curses mode */
return 0;
}
version: 5
environments:
default:
channels:
- url: https://conda.anaconda.org/conda-forge/
packages:
linux-64:
- conda: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.43-h4852527_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.43-h4bf12b8_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.43-h4852527_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.8.0-h2b85faf_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.8.0-h1a2810e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc-13.3.0-h9576a4e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.3.0-hfea6d02_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.3.0-hc28eda2_5.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx-13.3.0-h9576a4e_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.3.0-hdbfa832_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.3.0-h6834431_5.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_18.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.3.0-h84ea5a7_101.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.3.0-heb74ff8_1.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.3.0-h84ea5a7_101.conda
- conda: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h4a8ded7_18.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
osx-64:
- conda: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.8.0-hfc4bf79_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.8.30-h8857fd0_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools-1010.6-h5b2de21_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-1010.6-h98e843e_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-17-17.0.6-default_hb173f14_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang-17.0.6-default_he371ed4_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-17.0.6-h1af8efd_21.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-17.0.6-hb91bd55_21.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx-17.0.6-default_he371ed4_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-17.0.6-hc3430b7_21.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-17.0.6-hb91bd55_21.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-17.0.6-h1020d70_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-17.0.6-hf2b8a54_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.8.0-h385f146_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64-951.9-h0a3eb4e_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-951.9-h38c89e5_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp17-17.0.6-default_hb173f14_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.3-hf95d169_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-17.0.6-h8f8a49f_6.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libllvm17-17.0.6-hbedff68_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-h495214b_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.3-hf78d878_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-17.0.6-hbedff68_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hd471939_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-64/tapi-1300.6.5-h390ca13_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda
osx-arm64:
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.8.0-hf48404e_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-1010.6-hf67d63f_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-1010.6-h4208deb_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-17-17.0.6-default_h146c034_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang-17.0.6-default_h360f5da_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-17.0.6-he47c785_21.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-17.0.6-h54d7cd3_21.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-17.0.6-default_h360f5da_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-17.0.6-h50f59cd_21.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-17.0.6-h54d7cd3_21.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-17.0.6-h856b3c1_2.conda
- conda: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-17.0.6-h832e737_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.8.0-h18dbf2f_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-951.9-h39a299f_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-951.9-hc81425b_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp17-17.0.6-default_h146c034_7.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.3-ha82da77_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-17.0.6-h86353a2_6.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm17-17.0.6-h5090b49_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h376fa9f_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.3-hb52a8e5_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-17.0.6-h5090b49_2.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h39f12f2_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/sigtool-0.1.3-h44b9a77_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/tapi-1300.6.5-h03f4b80_0.conda
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2
- conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda
packages:
- kind: conda
name: _libgcc_mutex
version: '0.1'
build: conda_forge
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2
sha256: fe51de6107f9edc7aa4f786a70f4a883943bc9d39b3bb7307c04c41410990726
md5: d7c89558ba9fa0495403155b64376d81
license: None
size: 2562
timestamp: 1578324546067
- kind: conda
name: _openmp_mutex
version: '4.5'
build: 2_gnu
build_number: 16
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2
sha256: fbe2c5e56a653bebb982eda4876a9178aedfc2b545f25d0ce9c4c0b508253d22
md5: 73aaf86a425cc6e73fcf236a5a46396d
depends:
- _libgcc_mutex 0.1 conda_forge
- libgomp >=7.5.0
constrains:
- openmp_impl 9999
license: BSD-3-Clause
license_family: BSD
size: 23621
timestamp: 1650670423406
- kind: conda
name: binutils
version: '2.43'
build: h4852527_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/binutils-2.43-h4852527_2.conda
sha256: 92be0f8ccd501ceeb3c782e2182e6ea04dca46799038176de40a57bca45512c5
md5: 348619f90eee04901f4a70615efff35b
depends:
- binutils_impl_linux-64 >=2.43,<2.44.0a0
license: GPL-3.0-only
license_family: GPL
size: 33876
timestamp: 1729655402186
- kind: conda
name: binutils_impl_linux-64
version: '2.43'
build: h4bf12b8_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_impl_linux-64-2.43-h4bf12b8_2.conda
sha256: 267e78990247369b13234bda270f31beb56a600b4851a8244e31dd9ad85b3b17
md5: cf0c5521ac2a20dfa6c662a4009eeef6
depends:
- ld_impl_linux-64 2.43 h712a8e2_2
- sysroot_linux-64
license: GPL-3.0-only
license_family: GPL
size: 5682777
timestamp: 1729655371045
- kind: conda
name: binutils_linux-64
version: '2.43'
build: h4852527_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/binutils_linux-64-2.43-h4852527_2.conda
sha256: df52bd8b8b2a20a0c529d9ad08aaf66093ac318aa8a33d270f18274341a77062
md5: 18aba879ddf1f8f28145ca6fcb873d8c
depends:
- binutils_impl_linux-64 2.43 h4bf12b8_2
license: GPL-3.0-only
license_family: GPL
size: 34945
timestamp: 1729655404893
- kind: conda
name: c-compiler
version: 1.8.0
build: h2b85faf_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/c-compiler-1.8.0-h2b85faf_1.conda
sha256: 009fced27be14e5ac750a04111a07eda79d73f80009300c1538cb83d5da71879
md5: fa7b3bf2965b9d74a81a0702d9bb49ee
depends:
- binutils
- gcc
- gcc_linux-64 13.*
license: BSD-3-Clause
license_family: BSD
size: 6085
timestamp: 1728985300402
- kind: conda
name: c-compiler
version: 1.8.0
build: hf48404e_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/c-compiler-1.8.0-hf48404e_1.conda
sha256: 64245f90755c314f61d48b38fc7b82270b709f88204789895f7c4b2b84204992
md5: 429476dcb80c4f9087cd8ac1fa2183d1
depends:
- cctools >=949.0.1
- clang_osx-arm64 17.*
- ld64 >=530
- llvm-openmp
license: BSD-3-Clause
license_family: BSD
size: 6220
timestamp: 1728985386241
- kind: conda
name: c-compiler
version: 1.8.0
build: hfc4bf79_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/c-compiler-1.8.0-hfc4bf79_1.conda
sha256: b5bff50c0792933c19bdf4c18b77c5aedabce4b01f86d3b68815534f3e9e3640
md5: d6e3cf55128335736c8d4bb86e73c191
depends:
- cctools >=949.0.1
- clang_osx-64 17.*
- ld64 >=530
- llvm-openmp
license: BSD-3-Clause
license_family: BSD
size: 6210
timestamp: 1728985474611
- kind: conda
name: ca-certificates
version: 2024.8.30
build: h8857fd0_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.8.30-h8857fd0_0.conda
sha256: 593f302d0f44c2c771e1614ee6d56fffdc7d616e6f187669c8b0e34ffce3e1ae
md5: b7e5424e7f06547a903d28e4651dbb21
license: ISC
size: 158665
timestamp: 1725019059295
- kind: conda
name: ca-certificates
version: 2024.8.30
build: hf0a4a13_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ca-certificates-2024.8.30-hf0a4a13_0.conda
sha256: 2db1733f4b644575dbbdd7994a8f338e6ef937f5ebdb74acd557e9dda0211709
md5: 40dec13fd8348dbe303e57be74bd3d35
license: ISC
size: 158482
timestamp: 1725019034582
- kind: conda
name: cctools
version: '1010.6'
build: h5b2de21_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/cctools-1010.6-h5b2de21_1.conda
sha256: 3881b38dcb1e6a129617a270396e85a65b4202cf5e02a2d133caaff8643ae489
md5: 5a08ae55869b0b1eb7fbee910aa30d19
depends:
- cctools_osx-64 1010.6 h98e843e_1
- ld64 951.9 h0a3eb4e_1
- libllvm17 >=17.0.6,<17.1.0a0
license: APSL-2.0
license_family: Other
size: 21528
timestamp: 1726771688744
- kind: conda
name: cctools
version: '1010.6'
build: hf67d63f_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools-1010.6-hf67d63f_1.conda
sha256: b85469a1277da76dbbc71639b03014143cec96fe2e86dc11b1c3e299b9d29e2f
md5: f9138a6ffe696dadea9374101856747b
depends:
- cctools_osx-arm64 1010.6 h4208deb_1
- ld64 951.9 h39a299f_1
- libllvm17 >=17.0.6,<17.1.0a0
license: APSL-2.0
license_family: Other
size: 21681
timestamp: 1726771723258
- kind: conda
name: cctools_osx-64
version: '1010.6'
build: h98e843e_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/cctools_osx-64-1010.6-h98e843e_1.conda
sha256: e28e55f55af27b66fbf4afc45f521f9a869e4495bd260c7c721dd2ac51e017a1
md5: ed757b98aaa22a9e38c5a76191fb477c
depends:
- __osx >=10.13
- ld64_osx-64 >=951.9,<951.10.0a0
- libcxx
- libllvm17 >=17.0.6,<17.1.0a0
- libzlib >=1.3.1,<2.0a0
- llvm-tools 17.0.*
- sigtool
constrains:
- ld64 951.9.*
- cctools 1010.6.*
- clang 17.0.*
license: APSL-2.0
license_family: Other
size: 1096895
timestamp: 1726771657226
- kind: conda
name: cctools_osx-arm64
version: '1010.6'
build: h4208deb_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/cctools_osx-arm64-1010.6-h4208deb_1.conda
sha256: 7122430e69ab8e38d382553bf7225b0887158341fe6879be4220e4e495b93aac
md5: bca79601bdb3a3dfa4c3917701a79f81
depends:
- __osx >=11.0
- ld64_osx-arm64 >=951.9,<951.10.0a0
- libcxx
- libllvm17 >=17.0.6,<17.1.0a0
- libzlib >=1.3.1,<2.0a0
- llvm-tools 17.0.*
- sigtool
constrains:
- clang 17.0.*
- cctools 1010.6.*
- ld64 951.9.*
license: APSL-2.0
license_family: Other
size: 1089821
timestamp: 1726771687683
- kind: conda
name: clang
version: 17.0.6
build: default_h360f5da_7
build_number: 7
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-17.0.6-default_h360f5da_7.conda
sha256: 3caeb933e74561c834074ef1617aa721c10e6b08c1fed9d5180c82a9ba18b5f2
md5: c98bdbd4985530fac68ea4831d053ba1
depends:
- clang-17 17.0.6 default_h146c034_7
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 24105
timestamp: 1725505775351
- kind: conda
name: clang
version: 17.0.6
build: default_he371ed4_7
build_number: 7
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clang-17.0.6-default_he371ed4_7.conda
sha256: 0bcc3fa29482ac32847bd5baac89563e285978fdc3f9d0c5d0844d647ecba821
md5: fd6888f26c44ddb10c9954a2df5765c7
depends:
- clang-17 17.0.6 default_hb173f14_7
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 23890
timestamp: 1725506037908
- kind: conda
name: clang-17
version: 17.0.6
build: default_h146c034_7
build_number: 7
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang-17-17.0.6-default_h146c034_7.conda
sha256: f9e40e5402ab78543553e7bc0437dfeed42d43f486395b66dd55ea0fd819b789
md5: 585064b6856cb3e719343e3362ea828b
depends:
- __osx >=11.0
- libclang-cpp17 17.0.6 default_h146c034_7
- libcxx >=17.0.6
- libllvm17 >=17.0.6,<17.1.0a0
constrains:
- clangxx 17.0.6
- clang-tools 17.0.6
- clangdev 17.0.6
- llvm-tools 17.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 715930
timestamp: 1725505694198
- kind: conda
name: clang-17
version: 17.0.6
build: default_hb173f14_7
build_number: 7
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clang-17-17.0.6-default_hb173f14_7.conda
sha256: 95cb7cc541e45757b2cc586b1db6fb2f27796316723fe07c8c225f7ea12f6c9b
md5: 809e36447b1bfb87ed1b7fb46339561a
depends:
- __osx >=10.13
- libclang-cpp17 17.0.6 default_hb173f14_7
- libcxx >=17.0.6
- libllvm17 >=17.0.6,<17.1.0a0
constrains:
- llvm-tools 17.0.6
- clangxx 17.0.6
- clang-tools 17.0.6
- clangdev 17.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 719083
timestamp: 1725505951220
- kind: conda
name: clang_impl_osx-64
version: 17.0.6
build: h1af8efd_21
build_number: 21
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clang_impl_osx-64-17.0.6-h1af8efd_21.conda
sha256: 739050856565443f5568370f9a0a28f803579eb5dbee635c65b83056e52e42c9
md5: 6ef491cbc462aae64eaa0213e7ae6222
depends:
- cctools_osx-64
- clang 17.0.6.*
- compiler-rt 17.0.6.*
- ld64_osx-64
- llvm-tools 17.0.6.*
license: BSD-3-Clause
license_family: BSD
size: 17526
timestamp: 1728550487882
- kind: conda
name: clang_impl_osx-arm64
version: 17.0.6
build: he47c785_21
build_number: 21
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_impl_osx-arm64-17.0.6-he47c785_21.conda
sha256: e3e2038b22b425f4fd4bae6d50c15be1a6da2075c3ff5072c7f98bff14072b4a
md5: 2417a85d8d37df3df2bd37b6ae0514aa
depends:
- cctools_osx-arm64
- clang 17.0.6.*
- compiler-rt 17.0.6.*
- ld64_osx-arm64
- llvm-tools 17.0.6.*
license: BSD-3-Clause
license_family: BSD
size: 17585
timestamp: 1728550578755
- kind: conda
name: clang_osx-64
version: 17.0.6
build: hb91bd55_21
build_number: 21
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clang_osx-64-17.0.6-hb91bd55_21.conda
sha256: 446ff91c60c6266e4e5bcaab20377116ef59e1e3b712da7aa37faad644ae8065
md5: d94a0f2c03e7a50203d2b78d7dd9fa25
depends:
- clang_impl_osx-64 17.0.6 h1af8efd_21
license: BSD-3-Clause
license_family: BSD
size: 20624
timestamp: 1728550493227
- kind: conda
name: clang_osx-arm64
version: 17.0.6
build: h54d7cd3_21
build_number: 21
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clang_osx-arm64-17.0.6-h54d7cd3_21.conda
sha256: f71a0285bba6695a3d1693563d43b4b3f31f611dccf2b8c3be2a480cf1da2b7a
md5: 83a80f491ac81d81f28cb9a46d3f5439
depends:
- clang_impl_osx-arm64 17.0.6 he47c785_21
license: BSD-3-Clause
license_family: BSD
size: 20608
timestamp: 1728550586726
- kind: conda
name: clangxx
version: 17.0.6
build: default_h360f5da_7
build_number: 7
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx-17.0.6-default_h360f5da_7.conda
sha256: 73a87fe4a31494cdc5d74aacf9d08f560e4468795547f06290ee6a7bb128f61c
md5: 0bb5cea65ab3457812707537603a3619
depends:
- clang 17.0.6 default_h360f5da_7
- libcxx-devel 17.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 24168
timestamp: 1725505786435
- kind: conda
name: clangxx
version: 17.0.6
build: default_he371ed4_7
build_number: 7
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx-17.0.6-default_he371ed4_7.conda
sha256: 8f7e1d2759b5bd33577054cd72631dc7a4154e7a2b92880040b37c5be0a38255
md5: 4f110486af1272f0d4dee6adc5041fbf
depends:
- clang 17.0.6 default_he371ed4_7
- libcxx-devel 17.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 23975
timestamp: 1725506051851
- kind: conda
name: clangxx_impl_osx-64
version: 17.0.6
build: hc3430b7_21
build_number: 21
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_impl_osx-64-17.0.6-hc3430b7_21.conda
sha256: 68bfcd5f17945497582cb91a44737a94a2600a0dab7f0ef6c9118e1d5fb089de
md5: 9dbdec57445cac0f0c39aefe3d3900bc
depends:
- clang_osx-64 17.0.6 hb91bd55_21
- clangxx 17.0.6.*
- libcxx >=17
- libllvm17 >=17.0.6,<17.1.0a0
license: BSD-3-Clause
license_family: BSD
size: 17588
timestamp: 1728550507978
- kind: conda
name: clangxx_impl_osx-arm64
version: 17.0.6
build: h50f59cd_21
build_number: 21
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_impl_osx-arm64-17.0.6-h50f59cd_21.conda
sha256: bfdf0b768b36694707fab931ccbe9971bd1b9a258c0806c62596d5c93167e972
md5: a78eb1ab3aad5251ff9c6da5a99d59be
depends:
- clang_osx-arm64 17.0.6 h54d7cd3_21
- clangxx 17.0.6.*
- libcxx >=17
- libllvm17 >=17.0.6,<17.1.0a0
license: BSD-3-Clause
license_family: BSD
size: 17648
timestamp: 1728550606508
- kind: conda
name: clangxx_osx-64
version: 17.0.6
build: hb91bd55_21
build_number: 21
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/clangxx_osx-64-17.0.6-hb91bd55_21.conda
sha256: 780cd56526c835bb5ca867939b3a8613af4ea67c9c37cc952bfaad438974b098
md5: cfcbb6790123280b5be7992d392e8194
depends:
- clang_osx-64 17.0.6 hb91bd55_21
- clangxx_impl_osx-64 17.0.6 hc3430b7_21
license: BSD-3-Clause
license_family: BSD
size: 19261
timestamp: 1728550514642
- kind: conda
name: clangxx_osx-arm64
version: 17.0.6
build: h54d7cd3_21
build_number: 21
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/clangxx_osx-arm64-17.0.6-h54d7cd3_21.conda
sha256: 02bc5ed5f37a6e3d4e244d09e4e5db7bfc9ad2b7342f14a68f2b971511b7afc7
md5: 594c1db6262e284e928c9d4f28dc8846
depends:
- clang_osx-arm64 17.0.6 h54d7cd3_21
- clangxx_impl_osx-arm64 17.0.6 h50f59cd_21
license: BSD-3-Clause
license_family: BSD
size: 19257
timestamp: 1728550613321
- kind: conda
name: compiler-rt
version: 17.0.6
build: h1020d70_2
build_number: 2
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/compiler-rt-17.0.6-h1020d70_2.conda
sha256: 463107bc5ac7ebe925cded4412fb7158bd2c1a2b062a4a2e691aab8b1ff6ccf3
md5: be4cb4531d4cee9df94bf752455d68de
depends:
- __osx >=10.13
- clang 17.0.6.*
- clangxx 17.0.6.*
- compiler-rt_osx-64 17.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 94907
timestamp: 1725251294237
- kind: conda
name: compiler-rt
version: 17.0.6
build: h856b3c1_2
build_number: 2
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/compiler-rt-17.0.6-h856b3c1_2.conda
sha256: 91f4a6b80b7802432146a399944c20410e058dfb57ca6d738c0affb79cbdebbb
md5: 2d00ff8e98c163de45a7c85774094012
depends:
- __osx >=11.0
- clang 17.0.6.*
- clangxx 17.0.6.*
- compiler-rt_osx-arm64 17.0.6.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 94878
timestamp: 1725251190741
- kind: conda
name: compiler-rt_osx-64
version: 17.0.6
build: hf2b8a54_2
build_number: 2
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-64-17.0.6-hf2b8a54_2.conda
sha256: bab564aff76e0c55a681f687dffb64282d643aa501c6848789071b1e29fdbce1
md5: 98e6d83e484e42f6beebba4276e38145
depends:
- clang 17.0.6.*
- clangxx 17.0.6.*
constrains:
- compiler-rt 17.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 10450866
timestamp: 1725251223089
- kind: conda
name: compiler-rt_osx-arm64
version: 17.0.6
build: h832e737_2
build_number: 2
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/compiler-rt_osx-arm64-17.0.6-h832e737_2.conda
sha256: 74d63f7f91a9482262d80490fafd39275121f4cb273f293e7d9fe91934837666
md5: 58fd1fa30d8b0795f33a7e79893b11cc
depends:
- clang 17.0.6.*
- clangxx 17.0.6.*
constrains:
- compiler-rt 17.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 10369238
timestamp: 1725251155195
- kind: conda
name: cxx-compiler
version: 1.8.0
build: h18dbf2f_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/cxx-compiler-1.8.0-h18dbf2f_1.conda
sha256: bcadda695b13087920650adf43a599b66745dfb4bfc3b425169547d76082dcf2
md5: a1bc5417ab20b451ee141ca3290df479
depends:
- c-compiler 1.8.0 hf48404e_1
- clangxx_osx-arm64 17.*
license: BSD-3-Clause
license_family: BSD
size: 6261
timestamp: 1728985417226
- kind: conda
name: cxx-compiler
version: 1.8.0
build: h1a2810e_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/cxx-compiler-1.8.0-h1a2810e_1.conda
sha256: cca0450bbc0d19044107d0f90fa36126a11b007fbfb62bd2a1949b2bb59a21a4
md5: 3bb4907086d7187bf01c8bec397ffa5e
depends:
- c-compiler 1.8.0 h2b85faf_1
- gxx
- gxx_linux-64 13.*
license: BSD-3-Clause
license_family: BSD
size: 6059
timestamp: 1728985302835
- kind: conda
name: cxx-compiler
version: 1.8.0
build: h385f146_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/cxx-compiler-1.8.0-h385f146_1.conda
sha256: bbb8097e20601a1c78b3ad4aba165dbfe9a61f27e0b42475ba6177222825adad
md5: b72f72f89de328cc907bcdf88b85447d
depends:
- c-compiler 1.8.0 hfc4bf79_1
- clangxx_osx-64 17.*
license: BSD-3-Clause
license_family: BSD
size: 6235
timestamp: 1728985479382
- kind: conda
name: gcc
version: 13.3.0
build: h9576a4e_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gcc-13.3.0-h9576a4e_1.conda
sha256: d0161362430183cbdbc3db9cf95f9a1af1793027f3ab8755b3d3586deb28bf84
md5: 606924335b5bcdf90e9aed9a2f5d22ed
depends:
- gcc_impl_linux-64 13.3.0.*
license: BSD-3-Clause
license_family: BSD
size: 53864
timestamp: 1724801360210
- kind: conda
name: gcc_impl_linux-64
version: 13.3.0
build: hfea6d02_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gcc_impl_linux-64-13.3.0-hfea6d02_1.conda
sha256: 998ade1d487e93fc8a7a16b90e2af69ebb227355bf4646488661f7ae5887873c
md5: 0d043dbc126b64f79d915a0e96d3a1d5
depends:
- binutils_impl_linux-64 >=2.40
- libgcc >=13.3.0
- libgcc-devel_linux-64 13.3.0 h84ea5a7_101
- libgomp >=13.3.0
- libsanitizer 13.3.0 heb74ff8_1
- libstdcxx >=13.3.0
- sysroot_linux-64
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 67464415
timestamp: 1724801227937
- kind: conda
name: gcc_linux-64
version: 13.3.0
build: hc28eda2_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gcc_linux-64-13.3.0-hc28eda2_5.conda
sha256: 6778f93159cfd967320f60473447b19e320f303378d4c9da0784caa40073fafa
md5: ffbadbbc3345d9a315ba31c8a9188d4c
depends:
- binutils_linux-64
- gcc_impl_linux-64 13.3.0.*
- sysroot_linux-64
license: BSD-3-Clause
license_family: BSD
size: 31909
timestamp: 1729281963691
- kind: conda
name: gxx
version: 13.3.0
build: h9576a4e_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gxx-13.3.0-h9576a4e_1.conda
sha256: 5446f5d1d609d996579f706d2020e83ef48e086d943bfeef7ab807ea246888a0
md5: 209182ca6b20aeff62f442e843961d81
depends:
- gcc 13.3.0.*
- gxx_impl_linux-64 13.3.0.*
license: BSD-3-Clause
license_family: BSD
size: 53338
timestamp: 1724801498389
- kind: conda
name: gxx_impl_linux-64
version: 13.3.0
build: hdbfa832_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gxx_impl_linux-64-13.3.0-hdbfa832_1.conda
sha256: 746dff24bb1efc89ab0ec108838d0711683054e3bbbcb94d042943410a98eca1
md5: 806367e23a0a6ad21e51875b34c57d7e
depends:
- gcc_impl_linux-64 13.3.0 hfea6d02_1
- libstdcxx-devel_linux-64 13.3.0 h84ea5a7_101
- sysroot_linux-64
- tzdata
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 13337720
timestamp: 1724801455825
- kind: conda
name: gxx_linux-64
version: 13.3.0
build: h6834431_5
build_number: 5
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/gxx_linux-64-13.3.0-h6834431_5.conda
sha256: 4ca452f7abc607d9f0ad45a7fa8c7d8436fca05b9cc6715d1ccd239bed90833b
md5: 81ddb2db98fbe3031aa7ebbbf8bb3ffd
depends:
- binutils_linux-64
- gcc_linux-64 13.3.0 hc28eda2_5
- gxx_impl_linux-64 13.3.0.*
- sysroot_linux-64
license: BSD-3-Clause
license_family: BSD
size: 30284
timestamp: 1729281975715
- kind: conda
name: icu
version: '75.1'
build: h120a0e1_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/icu-75.1-h120a0e1_0.conda
sha256: 2e64307532f482a0929412976c8450c719d558ba20c0962832132fd0d07ba7a7
md5: d68d48a3060eb5abdc1cdc8e2a3a5966
depends:
- __osx >=10.13
license: MIT
license_family: MIT
size: 11761697
timestamp: 1720853679409
- kind: conda
name: kernel-headers_linux-64
version: 3.10.0
build: he073ed8_18
build_number: 18
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/kernel-headers_linux-64-3.10.0-he073ed8_18.conda
sha256: a922841ad80bd7b222502e65c07ecb67e4176c4fa5b03678a005f39fcc98be4b
md5: ad8527bf134a90e1c9ed35fa0b64318c
constrains:
- sysroot_linux-64 ==2.17
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
license_family: GPL
size: 943486
timestamp: 1729794504440
- kind: conda
name: ld64
version: '951.9'
build: h0a3eb4e_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/ld64-951.9-h0a3eb4e_1.conda
sha256: d6ce3be8687f7fb607173112901e72262a4608dc351bfcb27012c068a5f25fa6
md5: 8b8e1a4bd8384bf4b884c9e41636038f
depends:
- ld64_osx-64 951.9 h38c89e5_1
- libllvm17 >=17.0.6,<17.1.0a0
constrains:
- cctools_osx-64 1010.6.*
- cctools 1010.6.*
license: APSL-2.0
license_family: Other
size: 18841
timestamp: 1726771674999
- kind: conda
name: ld64
version: '951.9'
build: h39a299f_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64-951.9-h39a299f_1.conda
sha256: 7dc2adcb40f2bc61b7445980c882a690d1bdef5de206970da2779c2bec5fe876
md5: b2f41d20ec157f81280e89bcb4f7164a
depends:
- ld64_osx-arm64 951.9 hc81425b_1
- libllvm17 >=17.0.6,<17.1.0a0
constrains:
- cctools_osx-arm64 1010.6.*
- cctools 1010.6.*
license: APSL-2.0
license_family: Other
size: 18942
timestamp: 1726771707244
- kind: conda
name: ld64_osx-64
version: '951.9'
build: h38c89e5_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/ld64_osx-64-951.9-h38c89e5_1.conda
sha256: 8370978550dd96479d8ba635a59a97231ccf602d3a189cd2a4cb234947cf61f2
md5: 423183fc4729ed4b8e167a980aad83ce
depends:
- __osx >=10.13
- libcxx
- libllvm17 >=17.0.6,<17.1.0a0
- sigtool
- tapi >=1300.6.5,<1301.0a0
constrains:
- ld 951.9.*
- cctools_osx-64 1010.6.*
- cctools 1010.6.*
- clang >=17.0.6,<18.0a0
license: APSL-2.0
license_family: Other
size: 1088909
timestamp: 1726771576050
- kind: conda
name: ld64_osx-arm64
version: '951.9'
build: hc81425b_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ld64_osx-arm64-951.9-hc81425b_1.conda
sha256: 37b083cbee78393c511f6ddb21a6ce484ebc037bc3f85c2c293fbc0f418616f1
md5: 99473e66ff9960be2995dd1b5fe04ace
depends:
- __osx >=11.0
- libcxx
- libllvm17 >=17.0.6,<17.1.0a0
- sigtool
- tapi >=1300.6.5,<1301.0a0
constrains:
- cctools_osx-arm64 1010.6.*
- cctools 1010.6.*
- clang >=17.0.6,<18.0a0
- ld 951.9.*
license: APSL-2.0
license_family: Other
size: 1013046
timestamp: 1726771628233
- kind: conda
name: ld_impl_linux-64
version: '2.43'
build: h712a8e2_2
build_number: 2
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.43-h712a8e2_2.conda
sha256: 7c91cea91b13f4314d125d1bedb9d03a29ebbd5080ccdea70260363424646dbe
md5: 048b02e3962f066da18efe3a21b77672
depends:
- __glibc >=2.17,<3.0.a0
constrains:
- binutils_impl_linux-64 2.43
license: GPL-3.0-only
license_family: GPL
size: 669211
timestamp: 1729655358674
- kind: conda
name: libclang-cpp17
version: 17.0.6
build: default_h146c034_7
build_number: 7
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libclang-cpp17-17.0.6-default_h146c034_7.conda
sha256: 2e338629ae19faae0d1a85543b8c84441ead61957cf69a65c0031d5b18ebac08
md5: bc6797a6a66ec6f919cc8d4d9285b11c
depends:
- __osx >=11.0
- libcxx >=17.0.6
- libllvm17 >=17.0.6,<17.1.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 12408943
timestamp: 1725505311206
- kind: conda
name: libclang-cpp17
version: 17.0.6
build: default_hb173f14_7
build_number: 7
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/libclang-cpp17-17.0.6-default_hb173f14_7.conda
sha256: 59759d25952ac0fd0b07b56af9ab615e379ca4499c9d5277b0bd19a20afb33c9
md5: 9fb4dfe8b2c3ba1b68b79fcd9a71cb76
depends:
- __osx >=10.13
- libcxx >=17.0.6
- libllvm17 >=17.0.6,<17.1.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 13187621
timestamp: 1725505540477
- kind: conda
name: libcxx
version: 19.1.3
build: ha82da77_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-19.1.3-ha82da77_0.conda
sha256: 6d062760c6439e75b9a44d800d89aff60fe3441998d87506c62dc94c50412ef4
md5: bf691071fba4734984231617783225bc
depends:
- __osx >=11.0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 520771
timestamp: 1730314603920
- kind: conda
name: libcxx
version: 19.1.3
build: hf95d169_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-19.1.3-hf95d169_0.conda
sha256: 466f259bb13a8058fef28843977c090d21ad337b71a842ccc0407bccf8d27011
md5: 86801fc56d4641e3ef7a63f5d996b960
depends:
- __osx >=10.13
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 528991
timestamp: 1730314340106
- kind: conda
name: libcxx-devel
version: 17.0.6
build: h86353a2_6
build_number: 6
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-devel-17.0.6-h86353a2_6.conda
sha256: 914cc589f356dfc64ddc4f0dc305fce401356b688730b62e24b4f52358595a58
md5: 555639d6c7a4c6838cec6e50453fea43
depends:
- libcxx >=17.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 820887
timestamp: 1725403726157
- kind: conda
name: libcxx-devel
version: 17.0.6
build: h8f8a49f_6
build_number: 6
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/libcxx-devel-17.0.6-h8f8a49f_6.conda
sha256: 3b23efafbf36b8d30bbd2f421e189ef4eb805ac29e65249c174391c23afd665b
md5: faa013d493ffd2d5f2d2fc6df5f98f2e
depends:
- libcxx >=17.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 822480
timestamp: 1725403649896
- kind: conda
name: libgcc
version: 14.2.0
build: h77fa898_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-14.2.0-h77fa898_1.conda
sha256: 53eb8a79365e58849e7b1a068d31f4f9e718dc938d6f2c03e960345739a03569
md5: 3cb76c3f10d3bc7f1105b2fc9db984df
depends:
- _libgcc_mutex 0.1 conda_forge
- _openmp_mutex >=4.5
constrains:
- libgomp 14.2.0 h77fa898_1
- libgcc-ng ==14.2.0=*_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 848745
timestamp: 1729027721139
- kind: conda
name: libgcc-devel_linux-64
version: 13.3.0
build: h84ea5a7_101
build_number: 101
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/libgcc-devel_linux-64-13.3.0-h84ea5a7_101.conda
sha256: 027cfb011328a108bc44f512a2dec6d954db85709e0b79b748c3392f85de0c64
md5: 0ce69d40c142915ac9734bc6134e514a
depends:
- __unix
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 2598313
timestamp: 1724801050802
- kind: conda
name: libgcc-ng
version: 14.2.0
build: h69a702a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.2.0-h69a702a_1.conda
sha256: 3a76969c80e9af8b6e7a55090088bc41da4cffcde9e2c71b17f44d37b7cb87f7
md5: e39480b9ca41323497b05492a63bc35b
depends:
- libgcc 14.2.0 h77fa898_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 54142
timestamp: 1729027726517
- kind: conda
name: libgomp
version: 14.2.0
build: h77fa898_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.2.0-h77fa898_1.conda
sha256: 1911c29975ec99b6b906904040c855772ccb265a1c79d5d75c8ceec4ed89cd63
md5: cc3573974587f12dda90d96e3e55a702
depends:
- _libgcc_mutex 0.1 conda_forge
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 460992
timestamp: 1729027639220
- kind: conda
name: libiconv
version: '1.17'
build: h0d3ecfb_2
build_number: 2
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libiconv-1.17-h0d3ecfb_2.conda
sha256: bc7de5097b97bcafcf7deaaed505f7ce02f648aac8eccc0d5a47cc599a1d0304
md5: 69bda57310071cf6d2b86caf11573d2d
license: LGPL-2.1-only
size: 676469
timestamp: 1702682458114
- kind: conda
name: libiconv
version: '1.17'
build: hd75f5a5_2
build_number: 2
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/libiconv-1.17-hd75f5a5_2.conda
sha256: 23d4923baeca359423a7347c2ed7aaf48c68603df0cf8b87cc94a10b0d4e9a23
md5: 6c3628d047e151efba7cf08c5e54d1ca
license: LGPL-2.1-only
size: 666538
timestamp: 1702682713201
- kind: conda
name: libllvm17
version: 17.0.6
build: h5090b49_2
build_number: 2
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libllvm17-17.0.6-h5090b49_2.conda
sha256: 5829e490e395d85442fb6c7edb0ec18d1a5bb1bc529919a89337d34235205064
md5: 443b26505722696a9535732bc2a07576
depends:
- __osx >=11.0
- libcxx >=16
- libxml2 >=2.12.7,<3.0a0
- libzlib >=1.3.1,<2.0a0
- zstd >=1.5.6,<1.6.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 24612870
timestamp: 1718320971519
- kind: conda
name: libllvm17
version: 17.0.6
build: hbedff68_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/libllvm17-17.0.6-hbedff68_1.conda
sha256: 605460ecc4ccc04163d0b06c99693864e5bcba7a9f014a5263c9856195282265
md5: fcd38f0553a99fa279fb66a5bfc2fb28
depends:
- libcxx >=16
- libxml2 >=2.12.1,<3.0.0a0
- libzlib >=1.2.13,<2.0.0a0
- zstd >=1.5.5,<1.6.0a0
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 26306756
timestamp: 1701378823527
- kind: conda
name: libsanitizer
version: 13.3.0
build: heb74ff8_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libsanitizer-13.3.0-heb74ff8_1.conda
sha256: c86d130f0a3099e46ff51aa7ffaab73cb44fc420d27a96076aab3b9a326fc137
md5: c4cb22f270f501f5c59a122dc2adf20a
depends:
- libgcc >=13.3.0
- libstdcxx >=13.3.0
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 4133922
timestamp: 1724801171589
- kind: conda
name: libstdcxx
version: 14.2.0
build: hc0a3c3a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-14.2.0-hc0a3c3a_1.conda
sha256: 4661af0eb9bdcbb5fb33e5d0023b001ad4be828fccdcc56500059d56f9869462
md5: 234a5554c53625688d51062645337328
depends:
- libgcc 14.2.0 h77fa898_1
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 3893695
timestamp: 1729027746910
- kind: conda
name: libstdcxx-devel_linux-64
version: 13.3.0
build: h84ea5a7_101
build_number: 101
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/libstdcxx-devel_linux-64-13.3.0-h84ea5a7_101.conda
sha256: 0a9226c1b994f996229ffb54fa40d608cd4e4b48e8dc73a66134bea8ce949412
md5: 29b5a4ed4613fa81a07c21045e3f5bf6
depends:
- __unix
license: GPL-3.0-only WITH GCC-exception-3.1
license_family: GPL
size: 14074676
timestamp: 1724801075448
- kind: conda
name: libxml2
version: 2.13.5
build: h376fa9f_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libxml2-2.13.5-h376fa9f_0.conda
sha256: d443703d324f3dbd628d58ea498ab0e474c06d5771e7f55baf215fdbc11ceb87
md5: adea92805465ed3dcf0776b428e34744
depends:
- __osx >=11.0
- libiconv >=1.17,<2.0a0
- libzlib >=1.3.1,<2.0a0
- xz >=5.2.6,<6.0a0
constrains:
- icu <0.0a0
license: MIT
license_family: MIT
size: 582076
timestamp: 1731489850179
- kind: conda
name: libxml2
version: 2.13.5
build: h495214b_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/libxml2-2.13.5-h495214b_0.conda
sha256: 66e1bf40699daf83b39e1281f06c64cf83499de3a9c05d59477fadded6d85b18
md5: 8711bc6fb054192dc432741dcd233ac3
depends:
- __osx >=10.13
- icu >=75.1,<76.0a0
- libiconv >=1.17,<2.0a0
- libzlib >=1.3.1,<2.0a0
- xz >=5.2.6,<6.0a0
license: MIT
license_family: MIT
size: 608931
timestamp: 1731489767386
- kind: conda
name: libzlib
version: 1.3.1
build: h8359307_2
build_number: 2
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/libzlib-1.3.1-h8359307_2.conda
sha256: ce34669eadaba351cd54910743e6a2261b67009624dbc7daeeafdef93616711b
md5: 369964e85dc26bfe78f41399b366c435
depends:
- __osx >=11.0
constrains:
- zlib 1.3.1 *_2
license: Zlib
license_family: Other
size: 46438
timestamp: 1727963202283
- kind: conda
name: libzlib
version: 1.3.1
build: hd23fc13_2
build_number: 2
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-hd23fc13_2.conda
sha256: 8412f96504fc5993a63edf1e211d042a1fd5b1d51dedec755d2058948fcced09
md5: 003a54a4e32b02f7355b50a837e699da
depends:
- __osx >=10.13
constrains:
- zlib 1.3.1 *_2
license: Zlib
license_family: Other
size: 57133
timestamp: 1727963183990
- kind: conda
name: llvm-openmp
version: 19.1.3
build: hb52a8e5_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-openmp-19.1.3-hb52a8e5_0.conda
sha256: 49a8940e727aa82ee034fa9a60b3fcababec41b3192d955772aab635a5374b82
md5: dd695d23e78d1ca4fecce969b1e1db61
depends:
- __osx >=11.0
constrains:
- openmp 19.1.3|19.1.3.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 280488
timestamp: 1730364082380
- kind: conda
name: llvm-openmp
version: 19.1.3
build: hf78d878_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/llvm-openmp-19.1.3-hf78d878_0.conda
sha256: 3d28e9938ab1400322ba76968cdbee035009d611bbee94ec6b38a154551954b4
md5: 18a8498d57d871da066beaa09263a638
depends:
- __osx >=10.13
constrains:
- openmp 19.1.3|19.1.3.*
license: Apache-2.0 WITH LLVM-exception
license_family: APACHE
size: 305524
timestamp: 1730364180247
- kind: conda
name: llvm-tools
version: 17.0.6
build: h5090b49_2
build_number: 2
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/llvm-tools-17.0.6-h5090b49_2.conda
sha256: a8011fffc1ab3b49f2027fbdba0887e90a2d288240484a4ba4c1b80617522541
md5: df635fb4c27fc012c0caf53adf61f043
depends:
- __osx >=11.0
- libllvm17 17.0.6 h5090b49_2
- libxml2 >=2.12.7,<3.0a0
- libzlib >=1.3.1,<2.0a0
- zstd >=1.5.6,<1.6.0a0
constrains:
- clang-tools 17.0.6
- llvm 17.0.6
- llvmdev 17.0.6
- clang 17.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 21864486
timestamp: 1718321368877
- kind: conda
name: llvm-tools
version: 17.0.6
build: hbedff68_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/llvm-tools-17.0.6-hbedff68_1.conda
sha256: 2380e9ac72aba8ef351ec13c9d5b1b233057c70bf4b9b3cea0b3f5bfb5a4e211
md5: 4260f86b3dd201ad7ea758d783cd5613
depends:
- libllvm17 17.0.6 hbedff68_1
- libxml2 >=2.12.1,<3.0.0a0
- libzlib >=1.2.13,<2.0.0a0
- zstd >=1.5.5,<1.6.0a0
constrains:
- llvm 17.0.6
- clang 17.0.6
- clang-tools 17.0.6
- llvmdev 17.0.6
license: Apache-2.0 WITH LLVM-exception
license_family: Apache
size: 23219165
timestamp: 1701378990823
- kind: conda
name: ncurses
version: '6.5'
build: h7bae524_1
build_number: 1
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/ncurses-6.5-h7bae524_1.conda
sha256: 27d0b9ff78ad46e1f3a6c96c479ab44beda5f96def88e2fe626e0a49429d8afc
md5: cb2b0ea909b97b3d70cd3921d1445e1a
depends:
- __osx >=11.0
license: X11 AND BSD-3-Clause
size: 802321
timestamp: 1724658775723
- kind: conda
name: ncurses
version: '6.5'
build: he02047a_1
build_number: 1
subdir: linux-64
url: https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-he02047a_1.conda
sha256: 6a1d5d8634c1a07913f1c525db6455918cbc589d745fac46d9d6e30340c8731a
md5: 70caf8bb6cf39a0b6b7efc885f51c0fe
depends:
- __glibc >=2.17,<3.0.a0
- libgcc-ng >=12
license: X11 AND BSD-3-Clause
size: 889086
timestamp: 1724658547447
- kind: conda
name: ncurses
version: '6.5'
build: hf036a51_1
build_number: 1
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda
sha256: b0b3180039ef19502525a2abd5833c00f9624af830fd391f851934d57bffb9af
md5: e102bbf8a6ceeaf429deab8032fc8977
depends:
- __osx >=10.13
license: X11 AND BSD-3-Clause
size: 822066
timestamp: 1724658603042
- kind: conda
name: openssl
version: 3.4.0
build: h39f12f2_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/openssl-3.4.0-h39f12f2_0.conda
sha256: bd1d58ced46e75efa3b842c61642fd12272c69e9fe4d7261078bc082153a1d53
md5: df307bbc703324722df0293c9ca2e418
depends:
- __osx >=11.0
- ca-certificates
license: Apache-2.0
license_family: Apache
size: 2935176
timestamp: 1731377561525
- kind: conda
name: openssl
version: 3.4.0
build: hd471939_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/openssl-3.4.0-hd471939_0.conda
sha256: ba7e068ed469d6625e32ae60e6ad893e655b6695280dadf7e065ed0b6f3b885c
md5: ec99d2ce0b3033a75cbad01bbc7c5b71
depends:
- __osx >=10.13
- ca-certificates
license: Apache-2.0
license_family: Apache
size: 2590683
timestamp: 1731378034404
- kind: conda
name: sigtool
version: 0.1.3
build: h44b9a77_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/sigtool-0.1.3-h44b9a77_0.tar.bz2
sha256: 70791ae00a3756830cb50451db55f63e2a42a2fa2a8f1bab1ebd36bbb7d55bff
md5: 4a2cac04f86a4540b8c9b8d8f597848f
depends:
- openssl >=3.0.0,<4.0a0
license: MIT
license_family: MIT
size: 210264
timestamp: 1643442231687
- kind: conda
name: sigtool
version: 0.1.3
build: h88f4db0_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/sigtool-0.1.3-h88f4db0_0.tar.bz2
sha256: 46fdeadf8f8d725819c4306838cdfd1099cd8fe3e17bd78862a5dfdcd6de61cf
md5: fbfb84b9de9a6939cb165c02c69b1865
depends:
- openssl >=3.0.0,<4.0a0
license: MIT
license_family: MIT
size: 213817
timestamp: 1643442169866
- kind: conda
name: sysroot_linux-64
version: '2.17'
build: h4a8ded7_18
build_number: 18
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/sysroot_linux-64-2.17-h4a8ded7_18.conda
sha256: 23c7ab371c1b74d01a187e05aa7240e3f5654599e364a9adff7f0b02e26f471f
md5: 0ea96f90a10838f58412aa84fdd9df09
depends:
- kernel-headers_linux-64 3.10.0 he073ed8_18
- tzdata
license: LGPL-2.0-or-later AND LGPL-2.0-or-later WITH exceptions AND GPL-2.0-or-later AND MPL-2.0
license_family: GPL
size: 15500960
timestamp: 1729794510631
- kind: conda
name: tapi
version: 1300.6.5
build: h03f4b80_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/tapi-1300.6.5-h03f4b80_0.conda
sha256: 37cd4f62ec023df8a6c6f9f6ffddde3d6620a83cbcab170a8fff31ef944402e5
md5: b703bc3e6cba5943acf0e5f987b5d0e2
depends:
- __osx >=11.0
- libcxx >=17.0.0.a0
- ncurses >=6.5,<7.0a0
license: NCSA
license_family: MIT
size: 207679
timestamp: 1725491499758
- kind: conda
name: tapi
version: 1300.6.5
build: h390ca13_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/tapi-1300.6.5-h390ca13_0.conda
sha256: f97372a1c75b749298cb990405a690527e8004ff97e452ed2c59e4bc6a35d132
md5: c6ee25eb54accb3f1c8fc39203acfaf1
depends:
- __osx >=10.13
- libcxx >=17.0.0.a0
- ncurses >=6.5,<7.0a0
license: NCSA
license_family: MIT
size: 221236
timestamp: 1725491044729
- kind: conda
name: tzdata
version: 2024b
build: hc8b5060_0
subdir: noarch
noarch: generic
url: https://conda.anaconda.org/conda-forge/noarch/tzdata-2024b-hc8b5060_0.conda
sha256: 4fde5c3008bf5d2db82f2b50204464314cc3c91c1d953652f7bd01d9e52aefdf
md5: 8ac3367aafb1cc0a068483c580af8015
license: LicenseRef-Public-Domain
size: 122354
timestamp: 1728047496079
- kind: conda
name: xz
version: 5.2.6
build: h57fd34a_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/xz-5.2.6-h57fd34a_0.tar.bz2
sha256: 59d78af0c3e071021cfe82dc40134c19dab8cdf804324b62940f5c8cd71803ec
md5: 39c6b54e94014701dd157f4f576ed211
license: LGPL-2.1 and GPL-2.0
size: 235693
timestamp: 1660346961024
- kind: conda
name: xz
version: 5.2.6
build: h775f41a_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2
sha256: eb09823f34cc2dd663c0ec4ab13f246f45dcd52e5b8c47b9864361de5204a1c8
md5: a72f9d4ea13d55d745ff1ed594747f10
license: LGPL-2.1 and GPL-2.0
size: 238119
timestamp: 1660346964847
- kind: conda
name: zstd
version: 1.5.6
build: h915ae27_0
subdir: osx-64
url: https://conda.anaconda.org/conda-forge/osx-64/zstd-1.5.6-h915ae27_0.conda
sha256: efa04a98cb149643fa54c4dad5a0179e36a5fbc88427ea0eec88ceed87fd0f96
md5: 4cb2cd56f039b129bb0e491c1164167e
depends:
- __osx >=10.9
- libzlib >=1.2.13,<2.0.0a0
license: BSD-3-Clause
license_family: BSD
size: 498900
timestamp: 1714723303098
- kind: conda
name: zstd
version: 1.5.6
build: hb46c0d2_0
subdir: osx-arm64
url: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.6-hb46c0d2_0.conda
sha256: 2d4fd1ff7ee79cd954ca8e81abf11d9d49954dd1fef80f27289e2402ae9c2e09
md5: d96942c06c3e84bfcc5efb038724a7fd
depends:
- __osx >=11.0
- libzlib >=1.2.13,<2.0.0a0
license: BSD-3-Clause
license_family: BSD
size: 405089
timestamp: 1714723101397
[project]
authors = ["Matthew Feickert <[email protected]>"]
channels = ["conda-forge"]
description = "Add a short description here"
name = "francois-demo"
platforms = ["linux-64", "osx-64", "osx-arm64"]
version = "0.1.0"
[tasks]
build = """
rm -rf example && \
$CXX example.cpp -o example $CXXFLAGS $LDFLAGS -lncurses
"""
start = { cmd = "./example", depends-on = ["build"] }
[dependencies]
cxx-compiler = ">=1.8.0,<2"
ncurses = ">=6.5,<7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment