this repo has no description
1opam-version: "2.0"
2maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
3authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
4homepage: "http://www.fftw.org/"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6license: "GPL-1.0-or-later"
7build: [["pkg-config" "fftw3"]]
8depends: ["conf-pkg-config" {build}]
9depexts: [
10 ["libfftw3-dev"] {os-family = "debian" | os-family = "ubuntu"}
11 ["fftw"] {os-family = "arch"}
12 ["fftw-devel"] {os-distribution = "centos"}
13 ["fftw-dev"] {os-distribution = "alpine"}
14 ["fftw-devel"] {os-distribution = "fedora"}
15 ["fftw-devel"] {os-distribution = "rhel"}
16 ["libfftw-devel"] {os-distribution = "mageia"}
17 ["fftw3-devel"] {os-family = "suse" | os-family = "opensuse"}
18 ["fftw-devel"] { os-distribution = "ol" }
19 ["math/fftw3"] {os = "freebsd"}
20 ["math/fftw3"] {os = "openbsd"}
21 ["fftw"] {os = "macos" & os-distribution = "homebrew"}
22 ["fftw3"] {os = "win32" & os-distribution = "cygwinports"}
23]
24synopsis: "Virtual package relying on a FFTW3 lib system installation"
25description:
26 "This package can only install if the FFTW3 lib is installed on the system."
27flags: conf