this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add support for more distros

+10 -2
+5 -1
packages/conf-python3-pyparsing/conf-python3-pyparsing.1/opam
··· 14 14 depexts: [ 15 15 ["python3-pyparsing"] {os-family = "debian"} 16 16 ["python3-pyparsing"] {os-family = "ubuntu"} 17 + ["python3-pyparsing"] {os-distribution = "fedora"} 18 + ["python3-pyparsing"] {os-family = "suse" | os-family = "opensuse"} 17 19 ["python-pyparsing"] {os-family = "arch"} 18 - ["python3-pyparsing"] {os = "macos"} 20 + ["py3-parsing"] {os-family = "alpine"} 21 + ["py-parsing"] {os = "macos" & os-distribution = "macports"} 22 + ["py-pyparsing"] {os = "freebsd"} 19 23 ] 20 24 21 25 synopsis: "Virtual package relying on PyParsing"
+5 -1
packages/conf-python3-tomli/conf-python3-tomli.1/opam
··· 14 14 depexts: [ 15 15 ["python3-tomli"] {os-family = "debian"} 16 16 ["python3-tomli"] {os-family = "ubuntu"} 17 + ["python3-tomli"] {os-distribution = "fedora"} 18 + ["python-tomli"] {os-family = "suse" | os-family = "opensuse"} 17 19 ["python-tomli"] {os-family = "arch"} 18 - ["python3-tomli"] {os = "macos"} 20 + ["py3-tomli"] {os-family = "alpine"} 21 + ["py-tomli"] {os = "macos" & os-distribution = "macports"} 22 + ["py-tomli"] {os = "freebsd"} 19 23 ] 20 24 21 25 synopsis: "Virtual package relying on Tomli"