this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Visualization and live interaction for Llama synthesizer library"
4maintainer: ["https://github.com/gridbugs/llama/issues"]
5authors: ["Stephen Sherratt"]
6license: "MIT"
7homepage: "https://github.com/gridbugs/llama"
8bug-reports: "https://github.com/gridbugs/llama/issues"
9depends: [
10 "dune" {>= "3.0"}
11 "llama" {= version}
12 "tsdl" {>= "1"}
13 "conf-pkg-config" {build}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/gridbugs/llama.git"
31
32url {
33 src: "https://github.com/gridbugs/llama/releases/download/0.0.1/0.0.1_rust-deps-vendored.tar.gz"
34 checksum: [
35 "sha256=2fb4da5b4478409118b6267f26c0c7f64f10c85d02cbb73c8ead648fc430e860"
36 "sha512=ab238268cf22fbb62d5955f849b1837bbee4a12470dde29feb0bf5237023daf01ce6d52dfad30e871948bde13b18808376d254dee90bfeeb82a8c2619d459a8f"
37 ]
38}