opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" homepage: "https://pypi.org/project/pyparsing/" bug-reports: "https://github.com/ocaml/opam-repository/issues" authors: "PyParsing dev team" license: "MIT" build: [ ["sh" "-c" "echo 'import pyparsing' > test.py"] ["python3" "test.py"] ] depends: [ "conf-python-3" {build} ] depexts: [ ["python3-pyparsing"] {os-family = "debian"} ["python3-pyparsing"] {os-family = "ubuntu"} ["python3-pyparsing"] {os-distribution = "fedora"} ["python3-pyparsing"] {os-family = "suse" | os-family = "opensuse"} ["python-pyparsing"] {os-family = "arch"} ["py3-parsing"] {os-family = "alpine"} ["py39-pyparsing"] {os = "freebsd"} ] available: os != "macos" synopsis: "Virtual package relying on PyParsing" description: "This package can only install if the PyParsing python3 library is installed on the system." flags: conf