this repo has no description
0
fork

Configure Feed

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

Merge pull request #25971 from jmid/expand-conf-nanomsg

Expand conf-nanomsg platform support

authored by

Marcello Seri and committed by
GitHub
41cb6e07 daaaa855

+10 -1
+10 -1
packages/conf-nanomsg/conf-nanomsg.0/opam
··· 5 5 license: ["MIT" "X11"] 6 6 build: [["pkg-config" "nanomsg"]] 7 7 depexts: [ 8 - ["libnanomsg-dev"] {os-family = "debian"} 8 + ["libnanomsg-dev"] {os-family = "debian" | os-family = "ubuntu"} 9 + ["nanomsg-dev"] {os-distribution = "alpine"} 9 10 ["nanomsg"] {os-distribution = "arch"} 11 + ["nanomsg-devel"] {os-distribution = "fedora"} 12 + ["nanomsg-devel"] {os-family = "suse" | os-family = "opensuse"} 10 13 ["nanomsg"] {os = "macos" & os-distribution = "homebrew"} 14 + ["nanomsg"] {os = "freebsd"} 15 + ] 16 + x-ci-accept-failures: [ 17 + "oraclelinux-7" 18 + "oraclelinux-8" 19 + "oraclelinux-9" 11 20 ] 12 21 synopsis: "Virtual package relying on a nanomsg system installation" 13 22 description: