this repo has no description
0
fork

Configure Feed

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

conf-gobject-introspection: add support for FreeBSD and Ubuntu derivatives

+2 -1
+2 -1
packages/conf-gobject-introspection/conf-gobject-introspection.1.0/opam
··· 7 7 license: "various" 8 8 build: [["pkg-config" "gobject-introspection-1.0"]] 9 9 depexts: [ 10 - ["libgirepository1.0-dev"] {os-family = "debian"} 10 + ["libgirepository1.0-dev"] {os-family = "debian" | os-family = "ubuntu"} 11 11 ["gobject-introspection-devel"] {os-distribution = "fedora"} 12 12 ["gobject-introspection-devel"] {os-distribution = "centos"} 13 13 ["gobject-introspection-dev"] {os-distribution = "alpine"} 14 14 ["gobject-introspection-devel"] {os-family = "suse" | os-family = "opensuse"} 15 15 ["gobject-introspection"] {os = "macos" & os-distribution = "homebrew"} 16 16 ["gobject-introspection"] {os = "macos" & os-distribution = "macports"} 17 + ["gobject-introspection"] {os = "freebsd"} 17 18 ] 18 19 post-messages: [ 19 20 "This package requires gobject-introspection development files installed on your system"