this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Minimal library for parsing and representing midi data" 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 "odoc" {with-doc} 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/gridbugs/llama.git" 29 30url { 31 src: "https://github.com/gridbugs/llama/archive/refs/tags/0.1.0.tar.gz" 32 checksum: [ 33 "sha256=320b997e202b053c1529a70b4fae97b2de4f2d750f26fda199aa3d24c9be7cba" 34 "sha512=6a53edfed78ca496009a5b34efbf9b10ed7055ce536ceb7bb0c194090aaa6d103598e5b177260e49c4be9305511f26140db864ed28cdad937ff2da209b5dfbda" 35 ] 36}