this repo has no description
0
fork

Configure Feed

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

Merge pull request #25386 from jmid/ubuntu-deriv-cgpp

Add Ubuntu derivative support for conf-{c++,g++}

authored by

Marcello Seri and committed by
GitHub
ab4ebb64 00eca362

+2
+1
packages/conf-c++/conf-c++.1.0/opam
··· 10 10 ["gcc-c++"] {os-distribution = "fedora"} 11 11 ["gcc-c++"] {os-family = "suse" | os-family = "opensuse"} 12 12 ["g++"] {os-family = "debian"} 13 + ["g++"] {os-family = "ubuntu"} 13 14 ["g++"] {os-distribution = "alpine"} 14 15 ["gcc"] {os-distribution = "nixos"} 15 16 ["gcc"] {os-distribution = "arch"}
+1
packages/conf-g++/conf-g++.1.0/opam
··· 10 10 ["gcc-c++"] {os-distribution = "fedora"} 11 11 ["gcc-c++"] {os-family = "suse" | os-family = "opensuse"} 12 12 ["g++"] {os-family = "debian"} 13 + ["g++"] {os-family = "ubuntu"} 13 14 ["g++"] {os-distribution = "alpine"} 14 15 ["gcc"] {os-distribution = "nixos"} 15 16 ["gcc"] {os-distribution = "arch"}