this repo has no description
1opam-version: "2.0"
2maintainer: "john.else@gmail.com"
3authors: "John Else"
4license: "MIT"
5homepage: "https://github.com/johnelse/ocaml-osc"
6bug-reports: "https://github.com/johnelse/ocaml-osc/issues"
7dev-repo: "git+https://github.com/johnelse/ocaml-osc"
8build: [
9 [ "dune" "build" "-p" name "-j" jobs ]
10 [ "dune" "runtest" "test/lwt"] {with-test}
11]
12
13depends: [
14 "dune" {>= "2.9"}
15 "lwt" {>= "2.7.0" & < "5.6.0"}
16 "ocaml" {>= "4.08"}
17 "osc" {= version}
18 "ounit" {with-test}
19]
20synopsis: "OpenSoundControl Lwt library"
21description: """
22OpenSoundControl client and server implementation, using Lwt-based IO
23"""
24url {
25 src:
26 "https://github.com/johnelse/ocaml-osc/archive/osc.0.2.0.tar.gz"
27 checksum: "sha256=920640b4c6b4fe65dfb7e99733717b260ae072de530ce94b52d1e76dc3b46a0a"
28}