File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
packages/mkaudio/mkaudio.1.1.3 Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "John Else <
[email protected] >"
3+ homepage: "https://github.com/johnelse/mkaudio"
4+ bug-reports: "https://github.com/johnelse/mkaudio/issues"
5+ dev-repo: "git+https://github.com/johnelse/mkaudio"
6+ license: "MIT"
7+ build: [
8+ ["dune" "build" "@install" "-p" name "-j" jobs]
9+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
10+ ]
11+ depends: [
12+ "ocaml" {>= "4.03.0"}
13+ "dune" {>= "2.0"}
14+ "cmdliner" {>= "1.1.0"}
15+ "mm" {>= "0.8.0"}
16+ "result"
17+ "ounit" {with-test}
18+ ]
19+ synopsis: "CLI program for generating audio files"
20+ description: """
21+ Generate noise, basic waveforms and synthesized drum loops with configurable
22+ durations, tempos and sample rates."""
23+ authors: "John Else <
[email protected] >"
24+ url {
25+ src: "https://github.com/johnelse/mkaudio/archive/mkaudio.1.1.3.tar.gz"
26+ checksum: "sha256=0e4f8445b893d1d266627046c6aecc803e9a7f68807cf34f4089dee8b0dc9dd9"
27+ }
You can’t perform that action at this time.
0 commit comments