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