this repo has no description
1opam-version: "2.0"
2maintainer: "smimram@gmail.com"
3build: [
4 ["./configure" "--prefix" prefix]
5 [make]
6]
7remove: [["ocamlfind" "remove" "lo"]]
8depends: ["ocaml" "ocamlfind"]
9depexts: [
10 ["liblo-dev"] {os-family = "debian"}
11]
12install: [make "install"]
13synopsis:
14 "Bindings for the lo library which provides functions for communicating with input controls using the OSC protocol"
15flags: light-uninstall
16url {
17 src:
18 "http://downloads.sourceforge.net/project/savonet/ocaml-lo/0.1.0/ocaml-lo-0.1.0.tar.gz"
19 checksum: [
20 "sha256=4ef2ffa280102b144790a1729e04f4f5a35893a1eb594d00847343e84ed7814b"
21 "md5=40a4538062f7985a988b63482968015d"
22 ]
23}