opam-version: "2.0"
maintainer: "anil@recoil.org"
homepage: "http://vim.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "charityware"
build: ["vim" "--version"]
depexts: [
  ["vim-nox"] {os-family = "debian"}
  ["vim"] {os-distribution = "centos"}
  ["vim"] {os-distribution = "rhel"}
  ["vim"] {os-distribution = "fedora"}
  ["vim"] {os-distribution = "ol"}
]
synopsis: "Virtual package to install the Vim editor"
description:
  "This package will install a system vim if invoked via `opam depext`"
authors: "anil@recoil.org"
flags: conf
