this repo has no description
0
fork

Configure Feed

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

Merge pull request #25395 from jmid/expand-conf-snappy-support

Extend conf-snappy platform support

authored by

Marcello Seri and committed by
GitHub
b3c18905 ab4ebb64

+5
+5
packages/conf-snappy/conf-snappy.1/opam
··· 6 6 ["c++" "test.cpp" "-lsnappy" "-std=c++11"] 7 7 ] 8 8 depexts: [ 9 + ["snappy"] {os-distribution = "arch"} 10 + ["snappy-dev"] {os-distribution = "alpine"} 9 11 ["libsnappy-dev"] {os-family = "debian"} 12 + ["libsnappy-dev"] {os-family = "ubuntu"} 10 13 ["snappy"] {os = "macos" & os-distribution = "homebrew"} 11 14 ["snappy-devel"] {os-distribution = "fedora"} 15 + ["snappy"] {os-family = "suse" | os-family = "opensuse"} 16 + ["snappy"] {os = "freebsd"} 12 17 ] 13 18 synopsis: "Virtual package relying on snappy" 14 19 description: