opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" authors: "The gtksourceview programmers" bug-reports: "https://github.com/ocaml/opam-repository/issues" homepage: "https://projects.gnome.org/gtksourceview/" license: "LGPL-2.1-or-later" build: [["pkg-config" "--short-errors" "--print-errors" "gtksourceview-3.0"]] depends: ["conf-pkg-config" {build}] depexts: [ ["gtksourceview-dev"] {os-distribution = "alpine"} ["gtksourceview3"] {os-family = "arch"} ["epel-release" "gtksourceview3-devel"] {os-distribution = "centos"} ["libgtksourceview-3.0-dev"] {os-family = "debian"} ["gtksourceview3-devel"] {os-distribution = "fedora"} ["gtksourceview3"] {os = "freebsd"} ["gtksourceview3"] {os = "openbsd"} ["gtksourceview3-devel"] {os-family = "suse" | os-family = "opensuse"} ["gtksourceview3" "libxml2"] {os = "macos" & os-distribution = "homebrew"} ["gtksourceview3.0"] {os = "win32" & os-distribution = "cygwinports"} ["libgtksourceview3.0-devel"] { os = "cygwin"} ] synopsis: "Virtual package relying on a GtkSourceView-3 system installation" description: "This package can only install if libgtksourceview-3.0-dev is installed on the system." flags: conf