Skip to content

Commit 6ccbe63

Browse files
authored
Merge pull request #27640 from johnelse/mkaudio.1.1.4
Add mkaudio.1.1.4
2 parents a1aecf3 + fa90261 commit 6ccbe63

File tree

1 file changed

+27
-0
lines changed
  • packages/mkaudio/mkaudio.1.1.4

1 file changed

+27
-0
lines changed

packages/mkaudio/mkaudio.1.1.4/opam

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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.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 <[email protected]>"
24+
url {
25+
src: "https://github.com/johnelse/mkaudio/archive/mkaudio.1.1.4.tar.gz"
26+
checksum: "sha256=c4fc2f99e55ee27e2afe079b0c8ccdc2c0518a66acce5a410e2f6c426e4e3a9c"
27+
}

0 commit comments

Comments
 (0)