opam-version: "2.0"
homepage: "https://linux.die.net/man/8/haveged"
author: "A. Seznec and N. Sendrier"
maintainer: "https://github.com/ocaml/opam-repository/issues"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-1.0-or-later"
depexts: [
# ["haveged"] {os = "openbsd"} # not in openbsd?!
  ["haveged"] {os-family = "debian"}
# ["haveged"] {os = "macos" & os-distribution = "homebrew"} # not in brew?!
  ["haveged"] {os-distribution = "centos"}
  ["haveged"] {os-distribution = "fedora"}
  ["haveged"] {os-distribution = "alpine"}
  ["haveged"] {os-distribution = "arch"}
  ["haveged"] {os-distribution = "gentoo"}
  ["haveged"] {os-family = "suse"}
]
synopsis: "Check if havaged is installed on the system"
description: """
HArdware Volatile Entropy Gathering and Expansion: generating
unpredictable  random numbers at user level by A. Seznec, N. Sendrier, INRIA
Research Report, RR-4592, October 2002.

https://hal.inria.fr/inria-00071993/document
"""
flags: conf
