File: dune-project

package info (click to toggle)
ocaml-lo 0.2.0.git20240724.0b43bdf-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: ansic: 212; ml: 141; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(lang dune 2.0)
(version 0.2.0)
(name lo)
(source (github savonet/ocaml-lo))
(license LGPL-2.1-or-later)
(authors "The Savonet Team <savonet-users@lists.sourceforge.net>")
(maintainers "The Savonet Team <savonet-users@lists.sourceforge.net>")

(generate_opam_files true)

(package
 (name lo)
 (synopsis "Bindings for the lo library which provides functions for communicating with input controls using the OSC protocol")
 (depends
  conf-liblo
  (dune (>= 2.0))
  dune-configurator)
)