this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://pypi.org/project/pyparsing/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "PyParsing dev team" 6license: "MIT" 7build: [ 8 ["sh" "-c" "echo 'import pyparsing' > test.py"] 9 ["python3" "test.py"] 10] 11depends: [ 12 "conf-python-3" {build} 13] 14depexts: [ 15 ["python3-pyparsing"] {os-family = "debian"} 16 ["python3-pyparsing"] {os-family = "ubuntu"} 17 ["python3-pyparsing"] {os-distribution = "fedora"} 18 ["python3-pyparsing"] {os-family = "suse" | os-family = "opensuse"} 19 ["python-pyparsing"] {os-family = "arch"} 20 ["py3-parsing"] {os-family = "alpine"} 21 ["py39-pyparsing"] {os = "freebsd"} 22] 23 24available: os != "macos" 25synopsis: "Virtual package relying on PyParsing" 26description: 27 "This package can only install if the PyParsing python3 library is installed on the system." 28flags: conf