this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Beauxis <toots@rastageeks.org>"
3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
4homepage: "https://github.com/savonet/ocaml-lo"
5build: [
6 ["./configure" "--prefix" prefix] {os != "macos"}
7 [
8 "./configure"
9 "CFLAGS=-I/usr/local/include"
10 "LDFLAGS=-L/usr/local/lib"
11 "OCAMLFLAGS=-ccopt -I/usr/local/include -cclib -L/usr/local/lib"
12 "--prefix"
13 prefix
14 ] {os = "macos"}
15 [make]
16]
17install: [
18 [make "install"]
19]
20depends: ["ocaml" "ocamlfind" {build}]
21depexts: [
22 ["liblo-dev"] {os-family = "debian"}
23 ["liblo"] {os = "macos" & os-distribution = "homebrew"}
24 ["liblo"] {os-distribution = "arch"}
25 ["liblo-devel"] {os-distribution = "centos"}
26 ["liblo-devel"] {os-distribution = "fedora"}
27 ["liblo-devel"] {os-family = "suse" | os-family = "opensuse"}
28]
29bug-reports: "https://github.com/savonet/ocaml-lo/issues"
30dev-repo: "git+https://github.com/savonet/ocaml-lo.git"
31synopsis:
32 "Bindings for the lo library which provides functions for communicating with input controls using the OSC protocol"
33url {
34 src:
35 "https://github.com/savonet/ocaml-lo/releases/download/0.1.2/ocaml-lo-0.1.2.tar.gz"
36 checksum: [
37 "sha256=887105b9383daef7e208598c74a1b453786e1b38f2338ce13adc2f18cd4ecdb9"
38 "md5=0f6014cfdac315c2c79fd2968b84a3bb"
39 ]
40}