meta.yaml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # This file created by conda-build 3.21.8
  2. # meta.yaml template originally from:
  3. # /tmp/build/80754af9/rsync-recipes/reproc-14.2.4-on-linux_64, last modified Wed Mar 16 14:39:00 2022
  4. # ------------------------------------------------
  5. package:
  6. name: reproc
  7. version: 14.2.4
  8. source:
  9. - patches: null
  10. sha256: 55c780f7faa5c8cabd83ebbb84b68e5e0e09732de70a129f6b3c801e905415dd
  11. url: https://github.com/DaanDeMeyer/reproc/archive/v14.2.4.tar.gz
  12. build:
  13. number: '1'
  14. run_exports:
  15. - reproc >=14.2,<15.0a0
  16. string: h295c915_1
  17. requirements:
  18. build:
  19. - _libgcc_mutex 0.1 main
  20. - _openmp_mutex 4.5 1_gnu
  21. - _sysroot_linux-64_curr_repodata_hack 3 haa98f57_10
  22. - binutils_impl_linux-64 2.35.1 h27ae35d_9
  23. - binutils_linux-64 2.35.1 h454624a_30
  24. - bzip2 1.0.8 h7b6447c_0
  25. - c-ares 1.18.1 h7f8727e_0
  26. - ca-certificates 2022.2.1 h06a4308_0
  27. - cmake 3.22.1 h1fce559_0
  28. - expat 2.4.4 h295c915_0
  29. - gcc_impl_linux-64 7.5.0 h7105cf2_17
  30. - gcc_linux-64 7.5.0 h8f34230_30
  31. - kernel-headers_linux-64 3.10.0 h57e8cba_10
  32. - krb5 1.19.2 hac12032_0
  33. - ld_impl_linux-64 2.35.1 h7274673_9
  34. - libcurl 7.80.0 h0b77cf5_0
  35. - libedit 3.1.20210910 h7f8727e_0
  36. - libev 4.33 h7f8727e_1
  37. - libffi 3.3 he6710b0_2
  38. - libgcc-devel_linux-64 7.5.0 hbbeae57_17
  39. - libgcc-ng 9.3.0 h5101ec6_17
  40. - libgomp 9.3.0 h5101ec6_17
  41. - libnghttp2 1.46.0 hce63b2e_0
  42. - libssh2 1.9.0 h1ba5d50_1
  43. - libstdcxx-ng 9.3.0 hd4cf53a_17
  44. - libuuid 1.0.3 h7f8727e_2
  45. - libuv 1.40.0 h7b6447c_0
  46. - lz4-c 1.9.3 h295c915_1
  47. - ncurses 6.3 h7f8727e_2
  48. - ninja 1.10.2 py310hd09550d_3
  49. - openssl 1.1.1m h7f8727e_0
  50. - python 3.10.0 h12debd9_5
  51. - readline 8.1.2 h7f8727e_1
  52. - rhash 1.4.1 h3c74f83_1
  53. - sqlite 3.38.0 hc218d9a_0
  54. - sysroot_linux-64 2.17 h57e8cba_10
  55. - tk 8.6.11 h1ccaba5_0
  56. - tzdata 2021e hda174b7_0
  57. - xz 5.2.5 h7b6447c_0
  58. - zlib 1.2.11 h7f8727e_4
  59. - zstd 1.5.0 ha4553b6_1
  60. host:
  61. - _libgcc_mutex 0.1 main
  62. - _openmp_mutex 4.5 1_gnu
  63. - libgcc-ng 9.3.0 h5101ec6_17
  64. - libgomp 9.3.0 h5101ec6_17
  65. run:
  66. - libgcc-ng >=7.5.0
  67. about:
  68. dev_url: https://github.com/DaanDeMeyer/reproc
  69. doc_src_url: https://github.com/DaanDeMeyer/reproc
  70. doc_url: https://github.com/DaanDeMeyer/reproc#reproc
  71. home: https://github.com/DaanDeMeyer/reproc
  72. license: MIT
  73. license_family: MIT
  74. license_file: LICENSE
  75. summary: reproc (Redirected Process) is a cross-platform C/C++ library that simplifies
  76. starting, stopping and communicating with external programs.
  77. extra:
  78. copy_test_source_files: true
  79. final: true
  80. recipe-maintainers:
  81. - DaanDeMeyer
  82. - wolfv