# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Language for Live Audio Module Arrangement" description: "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." maintainer: ["https://github.com/gridbugs/llama/issues"] authors: ["Stephen Sherratt"] license: "MIT" homepage: "https://github.com/gridbugs/llama" bug-reports: "https://github.com/gridbugs/llama/issues" available: arch != "arm32" & arch != "ppc64" & arch != "s390x" & arch != "x86_32" depends: [ "dune" {>= "3.0"} "llama_core" {= version} "ocaml" {>= "4.13.0" & < "5.0.0"} "lwt" {>= "5.4"} "conf-rust-2021" {build} "conf-pkg-config" {build & os = "linux"} "dune-configurator" {build} "conf-alsa" {os = "linux"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/gridbugs/llama.git" url { src: "https://github.com/gridbugs/llama/releases/download/0.1.0/0.1.0_rust-deps-vendored.tar.gz" checksum: [ "sha256=a6a44fc98530192676effb02e1ea3a136bc53bf880f43d89e8998c48c3592eda" "sha512=2adb2220c02e36f327d13085651c7a31ad189a828e353ca7ecf3996ffffb78a7a13edf3a3ba4818cd7d50c5d1fe3fbbf62f83f3d9c00d2a3d5cde223eca166a0" ] }