this repo has no description
1opam-version: "2.0" 2maintainer: "Kate <kit.ty.kate@disroot.org>" 3authors: "Kitware, Inc. and Contributors" 4homepage: "https://cmake.org/" 5bug-reports: "https://github.com/ocaml/opam-repository/issues" 6license: "BSD-3-Clause" 7build: ["sh" "-ex" "configure.sh"] 8depexts: [ 9 ["cmake"] {os-distribution = "homebrew" & os = "macos"} 10 ["cmake"] {os-distribution = "macports" & os = "macos"} 11 ["cmake"] {os-family = "debian"} 12 ["cmake"] {os-family = "ubuntu"} 13 ["cmake3" "epel-release"] {os-distribution = "centos"} 14 ["cmake"] {os-distribution = "fedora"} 15 ["cmake"] {os-distribution = "alpine"} 16 ["cmake"] {os-distribution = "arch"} 17 ["cmake"] {os-family = "suse" | os-family = "opensuse"} 18 ["cmake"] {os-distribution = "ol"} 19 ["dev-util/cmake"] {os-distribution = "gentoo"} 20 ["devel/cmake"] {os = "freebsd"} 21 ["devel/cmake"] {os = "openbsd"} 22 ["devel/cmake"] {os = "netbsd"} 23 ["devel/cmake"] {os = "dragonfly"} 24 ["system:cmake"] {os-distribution = "cygwinports"} 25 ["cmake"] {os-distribution = "cygwin"} 26] 27synopsis: "Virtual package relying on cmake" 28description: 29 "This package can only install if cmake is installed on the system." 30flags: conf 31extra-source "configure.sh" { 32 src: 33 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-cmake/configure.sh" 34 checksum: [ 35 "sha256=3417a88adeac146a5c2fc6e6d2185f80e319054c9054a2048df43b4644920f4f" 36 "md5=edf06364b88e68cda6a10dc5ab4d9207" 37 ] 38}