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 "ocaml" {>= "4.13"}
12 "llama" {= version}
13 "tsdl" {>= "1"}
14 "conf-pkg-config" {build}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/gridbugs/llama.git"
32
33url {
34 src: "https://github.com/gridbugs/llama/archive/refs/tags/0.1.0.tar.gz"
35 checksum: [
36 "sha256=320b997e202b053c1529a70b4fae97b2de4f2d750f26fda199aa3d24c9be7cba"
37 "sha512=6a53edfed78ca496009a5b34efbf9b10ed7055ce536ceb7bb0c194090aaa6d103598e5b177260e49c4be9305511f26140db864ed28cdad937ff2da209b5dfbda"
38 ]
39}