opam-version: "2.0"
maintainer: "Philippe Veber <philippe.veber@gmail.com>"
homepage: "https://www.r-project.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-1.0-or-later"
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"}
  ["libRmath-devel"] {os-distribution = "rhel"}
  ["R-mathlib"] {os-distribution = "alpine"}
  ["R-base"] {os-family = "suse"}
  ["libRmath"] {os = "freebsd"}
  ["r"] {os = "macos" & os-distribution = "homebrew"}
  ["r"] {os-distribution = "arch"}
]
synopsis:
  "Virtual package relying on a system installation of R Standalone Mathlib"
description:
  "This package can only install if R Standalone Mathlib is installed on the system."
authors: "https://www.r-project.org/contributors.html"
flags: conf
