File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
packages/conf-libgsasl/conf-libgsasl.1 Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,13 +4,18 @@ authors: ["Simon Josefsson"]
44homepage: "http://www.gnu.org/software/gsasl/"
55bug-reports: "https://github.com/ocaml/opam-repository/issues"
66license: "GPL-1.0-or-later"
7- build: [["cc" "-c" "test.c"]]
7+ build: [["pkg-config" "libgsasl"]]
8+ depends: ["conf-pkg-config" {build}]
89depexts: [
910 ["libgsasl7-dev"] {os-family = "debian"}
1011 ["gsasl"] {os = "macos" & os-distribution = "homebrew"}
12+ ["libgsasl"] {os = "freebsd"}
13+ ["libgsasl-dev"] {os-distribution = "alpine"}
14+ ["libgsasl-devel"] {os-family = "suse" | os-family = "opensuse"}
15+ ["libgsasl-devel"] {os-distribution = "fedora"}
16+ ["gsasl"] {os-distribution = "arch"}
1117]
1218synopsis: "Virtual package relying on a GSASL lib system installation"
1319description:
1420 "This package can only install if the GSASL lib is installed on the system."
15- extra-files: ["test.c" "md5=7350e0fdcca0cf6c19efaf9b4862dee7"]
1621flags: conf
You can’t perform that action at this time.
0 commit comments