this repo has no description
1opam-version: "2.0"
2authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
3maintainer: "Christophe.Troestler@umons.ac.be"
4license: "LGPL-2.1"
5homepage: "https://github.com/Chris00/fftw-ocaml"
6dev-repo: "git+https://github.com/Chris00/fftw-ocaml.git"
7bug-reports: "https://github.com/Chris00/fftw-ocaml/issues"
8doc: "https://Chris00.github.io/fftw-ocaml/doc"
9tags: ["FFT"]
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.03.0"}
17 "dune" {>= "1.1"}
18 "dune-configurator" {>= "1.11.4"}
19 "cppo" {build}
20 "conf-fftw3"
21]
22synopsis: "Binding to the Fast Fourier Transform library FFTW"
23description: """
24Library binding the seminal library FFTW."""
25url {
26 src:
27 "https://github.com/Chris00/fftw-ocaml/releases/download/0.8.5/fftw3-0.8.5.tbz"
28 checksum: [
29 "sha256=6e3e5931eda0f66c2bf9cac2f40bf9d563fbf04adbaccb26278a7bf598537684"
30 "sha512=9e8684c9fb2327f7a18e04b7de770ada7cbac18eb03db37b3a974ff5968b6327f7b91aa489db5f70beac6757acea88d3e04c25e35380345ec3d33a0942b27450"
31 ]
32}
33x-commit-hash: "aa7b92af0e8b834facdbfd34aa3c7da4924c559b"