this repo has no description

conf-r-mathlib: add Ubuntu family support

Changed files
+1 -1
packages
conf-r-mathlib
conf-r-mathlib.1
+1 -1
packages/conf-r-mathlib/conf-r-mathlib.1/opam
···
build: [["pkg-config" "libRmath"]]
depends: ["conf-pkg-config" {build}]
depexts: [
-
["r-mathlib"] {os-family = "debian"}
["libRmath-devel"] {os-distribution = "mageia"}
["libRmath-devel"] {os-distribution = "centos"}
["libRmath-devel"] {os-distribution = "fedora"}
···
build: [["pkg-config" "libRmath"]]
depends: ["conf-pkg-config" {build}]
depexts: [
+
["r-mathlib"] {os-family = "debian" | os-family = "ubuntu"}
["libRmath-devel"] {os-distribution = "mageia"}
["libRmath-devel"] {os-distribution = "centos"}
["libRmath-devel"] {os-distribution = "fedora"}