this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Language for Live Audio Module Arrangement"
4description:
5 "Libraries for declaratively building software-defined modular synthesizers. Contains definitions of common modules for generating and processing audio waveforms such as oscillators, filters, envelope generators, sequencers and clocks. This package also includes a mechanism for playing sounds generated by synthesizer components through your speakers."
6maintainer: ["https://github.com/gridbugs/llama/issues"]
7authors: ["Stephen Sherratt"]
8license: "MIT"
9homepage: "https://github.com/gridbugs/llama"
10bug-reports: "https://github.com/gridbugs/llama/issues"
11available: arch != "arm32" & arch != "ppc64" & arch != "s390x" & arch != "x86_32"
12depends: [
13 "dune" {>= "3.0"}
14 "llama_core" {= version}
15 "ocaml" {>= "4.13.0" & < "5.0.0"}
16 "lwt" {>= "5.4"}
17 "conf-rust-2021" {build}
18 "conf-pkg-config" {build & os = "linux"}
19 "dune-configurator" {build}
20 "conf-alsa" {os = "linux"}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/gridbugs/llama.git"
38
39
40url {
41 src: "https://github.com/gridbugs/llama/releases/download/0.1.0/0.1.0_rust-deps-vendored.tar.gz"
42 checksum: [
43 "sha256=a6a44fc98530192676effb02e1ea3a136bc53bf880f43d89e8998c48c3592eda"
44 "sha512=2adb2220c02e36f327d13085651c7a31ad189a828e353ca7ecf3996ffffb78a7a13edf3a3ba4818cd7d50c5d1fe3fbbf62f83f3d9c00d2a3d5cde223eca166a0"
45 ]
46}