about.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "channels": [
  3. "https://repo.anaconda.com/pkgs/r"
  4. ],
  5. "conda_build_version": "3.21.5",
  6. "conda_private": false,
  7. "conda_version": "4.10.3",
  8. "description": "pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library.\nIt parses C code into an AST and can serve as a front-end for C compilers or analysis tools.\n",
  9. "dev_url": "https://github.com/eliben/pycparser",
  10. "doc_url": "https://github.com/eliben/pycparser/blob/master/README.rst",
  11. "env_vars": {
  12. "CIO_TEST": "<not set>"
  13. },
  14. "extra": {
  15. "copy_test_source_files": true,
  16. "final": true,
  17. "recipe-maintainers": [
  18. "synapticarbors"
  19. ]
  20. },
  21. "home": "https://github.com/eliben/pycparser",
  22. "identifiers": [],
  23. "keywords": [],
  24. "license": "BSD-3-clause",
  25. "license_family": "BSD",
  26. "license_file": "LICENSE",
  27. "root_pkgs": [
  28. "_libgcc_mutex 0.1 main",
  29. "_openmp_mutex 4.5 1_gnu",
  30. "beautifulsoup4 4.10.0 pyh06a4308_0",
  31. "brotlipy 0.7.0 py39h27cfd23_1003",
  32. "bzip2 1.0.8 h7b6447c_0",
  33. "cffi 1.14.6 py39h400218f_0",
  34. "chardet 4.0.0 py39h06a4308_1003",
  35. "charset-normalizer 2.0.4 pyhd3eb1b0_0",
  36. "conda 4.10.3 py39h06a4308_0",
  37. "conda-build 3.21.5 py39h06a4308_0",
  38. "conda-package-handling 1.7.3 py39h27cfd23_1",
  39. "glob2 0.7 pyhd3eb1b0_0",
  40. "icu 58.2 he6710b0_3",
  41. "idna 3.2 pyhd3eb1b0_0",
  42. "jinja2 2.11.3 pyhd3eb1b0_0",
  43. "ld_impl_linux-64 2.35.1 h7274673_9",
  44. "libarchive 3.4.2 h62408e4_0",
  45. "libffi 3.3 he6710b0_2",
  46. "libgcc-ng 9.3.0 h5101ec6_17",
  47. "libgomp 9.3.0 h5101ec6_17",
  48. "liblief 0.10.1 h2531618_1",
  49. "libstdcxx-ng 9.3.0 hd4cf53a_17",
  50. "libxml2 2.9.12 h03d6c58_0",
  51. "lz4-c 1.9.3 h295c915_1",
  52. "markupsafe 2.0.1 py39h27cfd23_0",
  53. "openssl 1.1.1l h7f8727e_0",
  54. "patchelf 0.13 h295c915_0",
  55. "pkginfo 1.7.1 py39h06a4308_0",
  56. "psutil 5.8.0 py39h27cfd23_1",
  57. "py-lief 0.10.1 py39h2531618_1",
  58. "pycosat 0.6.3 py39h27cfd23_0",
  59. "pycparser 2.20 py_2",
  60. "pysocks 1.7.1 py39h06a4308_0",
  61. "python 3.9.7 h12debd9_1",
  62. "python-libarchive-c 2.9 pyhd3eb1b0_1",
  63. "readline 8.1 h27cfd23_0",
  64. "requests 2.26.0 pyhd3eb1b0_0",
  65. "ripgrep 12.1.1 0",
  66. "ruamel_yaml 0.15.100 py39h27cfd23_0",
  67. "setuptools 58.0.4 py39h06a4308_0",
  68. "six 1.16.0 pyhd3eb1b0_0",
  69. "soupsieve 2.2.1 pyhd3eb1b0_0",
  70. "sqlite 3.36.0 hc218d9a_0",
  71. "tk 8.6.11 h1ccaba5_0",
  72. "xz 5.2.5 h7b6447c_0",
  73. "yaml 0.2.5 h7b6447c_0",
  74. "zlib 1.2.11 h7b6447c_3",
  75. "zstd 1.4.9 haebb681_0",
  76. "ca-certificates 2021.10.26 h06a4308_2",
  77. "tzdata 2021e hda174b7_0",
  78. "ncurses 6.3 heee7806_1",
  79. "certifi 2021.10.8 py39h06a4308_0",
  80. "filelock 3.3.1 pyhd3eb1b0_1",
  81. "pytz 2021.3 pyhd3eb1b0_0",
  82. "pyyaml 6.0 py39h7f8727e_1",
  83. "tqdm 4.62.3 pyhd3eb1b0_1",
  84. "cryptography 35.0.0 py39hd23ed53_0",
  85. "pyopenssl 21.0.0 pyhd3eb1b0_1",
  86. "urllib3 1.26.7 pyhd3eb1b0_0"
  87. ],
  88. "summary": "Complete C99 parser in pure Python",
  89. "tags": []
  90. }