this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3homepage: "http://vim.org" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5license: "charityware" 6build: ["vim" "--version"] 7depexts: [ 8 ["vim"] {os-distribution = "arch"} 9 ["vim"] {os-distribution = "alpine"} 10 ["vim-nox"] {os-family = "debian" | os-family = "ubuntu"} 11 ["vim"] {os-distribution = "centos"} 12 ["vim"] {os-distribution = "rhel"} 13 ["vim"] {os-distribution = "fedora"} 14 ["vim"] {os-family = "suse" | os-family = "opensuse"} 15 ["vim"] {os-distribution = "ol"} 16 ["vim"] {os = "freebsd"} 17 ["vim"] {os-distribution = "cygwin"} 18] 19synopsis: "Virtual package to install the Vim editor" 20description: 21 "This package will install a system vim if invoked via `opam depext`" 22authors: "anil@recoil.org" 23flags: conf