opam-version: "2.0"
maintainer: "Steve Bleazard <stevebleazard@googlemail.com>"
authors: "Steve Bleazard <stevebleazard@googlemail.com>"
homepage: "https://www.github.com/stevebleazard/ocaml-conf-numa"
bug-reports: "https://www.github.com/stevebleazard/ocaml-conf-numa/issues"
license: "MIT"
dev-repo: "git+https://www.github.com/stevebleazard/ocaml-conf-numa.git"
depexts: [
  ["libnuma-dev"] {os-family = "debian"}
  ["numactl-libs" "numactl-devel"] {os-distribution = "centos"}
  ["numactl-libs" "numactl-devel"] {os-distribution = "fedora"}
  ["libnuma-devel"] {os-family = "suse"}
  ["libnuma-dev"] {os-distribution = "alpine"}
]
available: os != "macos" & os != "freebsd" & os != "openbsd"
synopsis: "Package relying on libnuma"
description: """
Virtual package relying on a libnuma system installation.
This package can only install if the libnuma lib is installed on the system."""
flags: conf
