File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
packages/mkaudio/mkaudio.1.1.4 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 <john.else@gmail.com>"
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.3.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 <john.else@gmail.com>"
24+ url {
25+ src: "https://github.com/johnelse/mkaudio/archive/mkaudio.1.1.4.tar.gz"
26+ checksum: "sha256=c4fc2f99e55ee27e2afe079b0c8ccdc2c0518a66acce5a410e2f6c426e4e3a9c"
27+ }
You can’t perform that action at this time.
0 commit comments