this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://gtk.org/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: ["The GNOME Project"] 6license: "LGPL-2.1-or-later" 7build: ["pkg-config" "--exists" "gtk+-2.0"] 8depends: [ 9 "conf-pkg-config" {build} 10] 11depexts: [ 12 ["libgtk2.0-dev" "libexpat1-dev"] {os-family = "debian"} 13 ["libgtk2.0-dev" "libexpat1-dev"] {os-family = "ubuntu"} 14 ["gtk+2.0-dev"] {os-family = "alpine"} 15 ["gtk2-devel"] {os-distribution = "centos"} 16 ["gtk2-devel"] {os-distribution = "fedora"} 17 ["gtk2-devel"] {os-distribution = "ol"} 18 ["gtk2-devel"] {os-family = "suse" | os-family = "opensuse"} 19 ["gtk2"] {os-family = "arch"} 20 ["gtk2"] {os-distribution = "nixos"} 21 ["gtk2.0"] {os = "win32" & os-distribution = "cygwinports"} 22 ["gtk+" "expat"] {os-distribution = "homebrew" & os = "macos"} 23 ["gtk2"] {os = "freebsd"} 24] 25synopsis: "Virtual package relying on gtk2" 26description: 27 "This package can only install if the gtk+-2.0 library is installed on the system." 28flags: conf