forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ac42bc
commit 285e79a
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
opam-version: "2.0" | ||
maintainer: "corosync" | ||
authors: ["Jan Friesse"] | ||
homepage: "https://corosync.github.io/corosync/" | ||
license: "BSD-3-Clause" | ||
build: ["pkg-config" "--print-errors" "--exists" "libcmap" "libcpg" "libcfg" "libquorum" "libvotequorum"] | ||
depexts: [ | ||
["corosynclib-devel"] {os-distribution = "centos"} | ||
["libcfg-dev"] {os-family = "debian" | os-family = "ubuntu"} | ||
["libcmap-dev"] {os-family = "debian" | os-family = "ubuntu"} | ||
["libcpg-dev"] {os-family = "debian" | os-family = "ubuntu"} | ||
["libquorum-dev"] {os-family = "debian" | os-family = "ubuntu"} | ||
["libvotequorum-dev"] {os-family = "debian" | os-family = "ubuntu"} | ||
["corosynclib-devel"] {os-distribution = "fedora"} | ||
["lib64corosync-devel"] {os-distribution = "mageia"} | ||
["libcorosync-devel"] {os-family = "suse"} | ||
["corosync-libs"] {os-family = "opensuse"} | ||
] | ||
available: os = "linux" & arch != "arm32" | ||
synopsis: "Virtual package relying on libcorosync system installation" | ||
description: "This package can only install if libcorosync is installed on the system." | ||
depends: ["conf-pkg-config" {build}] | ||
bug-reports: "https://github.com/ocaml/opam-repository/issues" | ||
flags: conf |