this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Bindings for the lo library which provides functions for communicating with input controls using the OSC protocol"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "LGPL-2.1-or-later"
7homepage: "https://github.com/savonet/ocaml-lo"
8bug-reports: "https://github.com/savonet/ocaml-lo/issues"
9depends: [
10 "conf-liblo"
11 "dune" {>= "2.0"}
12 "dune-configurator"
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/savonet/ocaml-lo.git"
29url {
30 src: "https://github.com/savonet/ocaml-lo/archive/v0.2.0.tar.gz"
31 checksum: [
32 "md5=628df1ab7fa2f1b1ad6e27bca9b53a7e"
33 "sha512=b077f4ae477371cf9ef8c1fb906c8c1769fed6e52f17eea96dfe708c5ddeb54e8d696a4d0b6f4c4bb97213b3859c5410350064f65377bcfecc1c641bad9b5d8a"
34 ]
35}