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 39url { 40 src: "https://github.com/gridbugs/llama/releases/download/0.0.1/0.0.1_rust-deps-vendored.tar.gz" 41 checksum: [ 42 "sha256=2fb4da5b4478409118b6267f26c0c7f64f10c85d02cbb73c8ead648fc430e860" 43 "sha512=ab238268cf22fbb62d5955f849b1837bbee4a12470dde29feb0bf5237023daf01ce6d52dfad30e871948bde13b18808376d254dee90bfeeb82a8c2619d459a8f" 44 ] 45}