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