this repo has no description
1opam-version: "2.0" 2authors: "The GNOME Project et al." 3maintainer: "Anton Bachin <antonbachin@yahoo.com>" 4homepage: "https://wiki.gnome.org/Projects/GLib" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "LGPL-2.0-only" 7build: [["pkg-config" "glib-2.0"]] 8depexts: [ 9 ["libglib2.0-dev"] {os-family = "debian"} 10 ["libglib2.0-dev"] {os-family = "ubuntu"} 11 ["glib2-devel"] {os-distribution = "fedora"} 12 ["glib2-devel"] {os-distribution = "centos"} 13 ["glib-dev"] {os-distribution = "alpine"} 14 ["glib"] {os = "macos" & os-distribution = "homebrew"} 15 ["glib2-devel"] {os = "macos" & os-distribution = "macports"} 16 ["glib2.0"] {os = "win32" & os-distribution = "cygwinports"} 17 ["glib"] {os = "freebsd"} 18 ["glib2-devel"] {os-family = "suse" | os-family = "opensuse"} 19 ["glib2-devel"] {os-distribution = "ol"} 20] 21post-messages: [ 22 "This package requires GLib 2 development files installed on your system" 23 {failure} 24 """ 25To solve pkg-config issues, you may need to do 26'export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig' (macports) 27or 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig' (homebrew) 28and retry""" 29 {failure & os = "macos"} 30] 31synopsis: "Virtual package relying on a system GLib 2 installation" 32depends: ["conf-pkg-config" {build}] 33flags: conf