this repo has no description
1opam-version: "2.0" 2maintainer: "garrigue@math.nagoya-u.ac.jp" 3authors: "The GTK Toolkit" 4homepage: "https://developer.gnome.org/" 5bug-reports: "https://github.com/garrigue/lablgtk/issues" 6build: [["pkg-config" "--short-errors" "--print-errors" "--atleast-version" "3.18" "gtk+-3.0"]] 7depends: ["conf-pkg-config" {build}] 8depexts: [ 9 ["libgtk-3-dev" "libexpat1-dev"] {os-family = "debian" | os-family = "ubuntu"} 10 ["gtk+3" "expat"] {os-distribution = "homebrew" & os = "macos"} 11 ["gtk3 +quartz" "expat"] {os-distribution = "macports" & os = "macos"} 12 ["gtk3-devel"] {os-distribution = "centos"} 13 ["gtk3-devel"] {os-distribution = "fedora"} 14 ["gtk3-devel"] {os-distribution = "ol"} 15 ["gtk+3.0-dev"] {os-distribution = "alpine"} 16 ["gtk3-devel"] {os-family = "suse" | os-family = "opensuse"} 17 ["gtk3"] {os-family = "arch"} 18 ["gtk3"] {os = "win32" & os-distribution = "cygwinports"} 19 ["libgtk3-devel"] {os = "cygwin"} 20 ["gtk3"] {os = "freebsd"} 21] 22post-messages: [ 23 "This package requires gtk+ 3.0 development packages installed on your system" 24 {failure} 25 """ 26To solve pkg-config issues, you may need to do 27'export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig' and retry""" 28 {failure & os = "macos"} 29] 30synopsis: "Virtual package relying on GTK+ 3" 31description: 32 "This package can only install if GTK+ 3 is installed on the system." 33flags: conf