this repo has no description
1opam-version: "2.0"
2maintainer: "Steve Bleazard <stevebleazard@googlemail.com>"
3authors: "Steve Bleazard <stevebleazard@googlemail.com>"
4homepage: "https://www.github.com/stevebleazard/ocaml-conf-numa"
5bug-reports: "https://www.github.com/stevebleazard/ocaml-conf-numa/issues"
6license: "MIT"
7dev-repo: "git+https://www.github.com/stevebleazard/ocaml-conf-numa.git"
8depexts: [
9 ["libnuma-dev"] {os-family = "debian" | os-family = "ubuntu"}
10 ["numactl-libs" "numactl-devel"] {os-distribution = "centos"}
11 ["numactl-libs" "numactl-devel"] {os-distribution = "fedora"}
12 ["numactl-devel"] {os-distribution = "ol"}
13 ["libnuma-devel"] {os-family = "suse" | os-family = "opensuse"}
14 ["libnuma-dev"] {os-distribution = "alpine"}
15 ["linux-c7-numactl-libs"] {os = "freebsd"}
16]
17available: os != "macos" & os != "openbsd"
18synopsis: "Package relying on libnuma"
19description: """
20Virtual package relying on a libnuma system installation.
21This package can only install if the libnuma lib is installed on the system."""
22flags: conf