this repo has no description
0
fork

Configure Feed

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

Merge pull request #25997 from jmid/expand-conf-sdpa

Expand conf-sdpa platform support

authored by

Marcello Seri and committed by
GitHub
4e03b577 4e80ec48

+2 -1
+2 -1
packages/conf-sdpa/conf-sdpa.1/opam
··· 4 4 homepage: "http://sdpa.sourceforge.net/" 5 5 build: ["sh" "-exc" "command -v sdpa"] 6 6 depexts: [ 7 - ["sdpa"] {os-family = "debian"} 7 + ["sdpa"] {os-family = "debian" | os-family = "ubuntu"} 8 + ["sdpa"] {os = "freebsd"} 8 9 ] 9 10 synopsis: "Virtual package relying on a SDPA binary system installation" 10 11 description: