# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Visualization and live interaction for Llama synthesizer library" 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" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.13"} "llama" {= version} "tsdl" {>= "1"} "conf-pkg-config" {build} "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/archive/refs/tags/0.1.0.tar.gz" checksum: [ "sha256=320b997e202b053c1529a70b4fae97b2de4f2d750f26fda199aa3d24c9be7cba" "sha512=6a53edfed78ca496009a5b34efbf9b10ed7055ce536ceb7bb0c194090aaa6d103598e5b177260e49c4be9305511f26140db864ed28cdad937ff2da209b5dfbda" ] }