this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-ode: add support for Ubuntu, Open/Suse, Arch, Fedora, macOS-homebrew, and FreeBSD

+13 -1
+13 -1
packages/conf-ode/conf-ode.1/opam
··· 5 5 license: ["BSD-3-Clause" "LGPL-2.1-or-later"] 6 6 build: [["pkg-config" "ode"]] 7 7 depexts: [ 8 - ["libode-dev"] {os-family = "debian"} 8 + ["libode-dev"] {os-family = "debian" | os-family = "ubuntu"} 9 + ["ode-devel"] {os-family = "suse" | os-family = "opensuse"} 10 + ["ode"] {os-distribution = "arch"} 11 + ["ode-devel"] {os-distribution = "fedora"} 9 12 ["libode-devel"] {os-distribution = "mageia"} 13 + ["ode"] {os-distribution = "homebrew" & os = "macos"} 14 + ["ode"] {os = "freebsd"} 15 + ] 16 + x-ci-accept-failures: [ #ode-dev on Alpine is under way: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/60122 17 + "alpine-3.18" 18 + "alpine-3.19" 19 + "oraclelinux-7" 20 + "oraclelinux-8" 21 + "oraclelinux-9" 10 22 ] 11 23 synopsis: "Virtual package relying on a ODE system installation" 12 24 description: