diff --git a/packages/dspml/dspml.1.0.2/opam b/packages/dspml/dspml.1.0.2/opam new file mode 100644 index 000000000000..01b3fd3e4b2c --- /dev/null +++ b/packages/dspml/dspml.1.0.2/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +maintainer: "Philippe Strauss " +authors: [ "Philippe Strauss " ] +license: "LGPL-3.0-or-later" +homepage: "https://codeberg.org/catseyechandra/dspml" +dev-repo: "git+https://codeberg.org/catseyechandra/dspml.git" +bug-reports: "https://codeberg.org/catseyechandra/dspml/issues" +doc: "https://codeberg.org/catseyechandra/dspml" +build: [ + [ + "dune" "build" "-p" name "-j" jobs + ] +] +depends: [ + "ocaml" + "dune" {>= "2.0.0"} + "dune-configurator" +] +synopsis: "One-dimension DSP in OCaml" +description: "DSPML is a small library for unidimensional (one dimension, 1D, vector) based discrete-time signal processing" +url { + src: "https://codeberg.org/catseyechandra/dspml/archive/v1.0.2.tar.gz" + checksum: [ + "md5=089da2196aa00ce449374fe19ae791bd" + "sha512=698b441d8bfdf5ac9cb449dcb62f5e443cce7679e194feeb427262089e6f74314db027342bfbb006593214adf50d4f0c8db45cfbdc6f7860a3de1672a634736f" + ] +}