# This file created by conda-build 3.23.3 # ------------------------------------------------ package: name: libcurl version: 7.88.1 source: sha256: 8224b45cce12abde039c12dc0711b7ea85b104b9ad534d6e4c5b4e188a61c907 url: http://curl.haxx.se/download/curl-7.88.1.tar.bz2 build: number: 0 run_exports: - libcurl >=7.88.1,<8.0a0 string: hdc1c0ab_0 requirements: build: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - binutils_impl_linux-64 2.39 he00db2b_1 - binutils_linux-64 2.39 h5fc0e48_11 - gcc_impl_linux-64 11.3.0 hab1b70f_19 - gcc_linux-64 11.3.0 he6f903b_11 - kernel-headers_linux-64 2.6.32 he073ed8_15 - ld_impl_linux-64 2.39 hcc3a1bd_1 - libgcc-devel_linux-64 11.3.0 h210ce93_19 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libsanitizer 11.3.0 h239ccf8_19 - libstdcxx-ng 12.2.0 h46fd767_19 - sysroot_linux-64 2.12 he073ed8_15 host: - _libgcc_mutex 0.1 conda_forge - _openmp_mutex 4.5 2_gnu - c-ares 1.18.1 h7f98852_0 - ca-certificates 2022.12.7 ha878542_0 - keyutils 1.6.1 h166bdaf_0 - krb5 1.20.1 h81ceb04_0 - libedit 3.1.20191231 he28a2e2_2 - libev 4.33 h516909a_1 - libgcc-ng 12.2.0 h65d4601_19 - libgomp 12.2.0 h65d4601_19 - libnghttp2 1.51.0 hff17c54_0 - libssh2 1.10.0 hf14f497_3 - libstdcxx-ng 12.2.0 h46fd767_19 - libzlib 1.2.13 h166bdaf_4 - ncurses 6.3 h27087fc_1 - openssl 3.0.8 h0b41bf4_0 - zlib 1.2.13 h166bdaf_4 run: - krb5 >=1.20.1,<1.21.0a0 - libgcc-ng >=12 - libnghttp2 >=1.51.0,<2.0a0 - libssh2 >=1.10.0,<2.0a0 - libzlib >=1.2.13,<1.3.0a0 - openssl >=3.0.8,<4.0a0 test: commands: - curl-config --features - curl-config --protocols - test -f ${PREFIX}/lib/libcurl${SHLIB_EXT} - test ! -f ${PREFIX}/lib/libcurl.a - CURL_SSL_BACKENDS=$(curl-config --ssl-backends) - if ! echo $CURL_SSL_BACKENDS | grep -q "OpenSSL"; then exit 1; fi about: description: 'Curl is an open source command line tool and library for transferring data with URL syntax. It is used in command lines or scripts to transfer data. ' dev_url: https://github.com/curl/curl doc_source_url: https://github.com/curl/curl/tree/master/docs doc_url: https://curl.haxx.se/docs/ home: http://curl.haxx.se/ license: curl license_family: MIT license_file: COPYING summary: tool and library for transferring data with URL syntax extra: copy_test_source_files: true final: true recipe-maintainers: - jakirkham - mingwandroid - msarahan - ocefpaf - xylar