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/core"] {with-test} 11] 12 13depends: [ 14 "base-bytes" 15 "dune" {>= "2.9"} 16 "ocaml" {>= "4.08"} 17 "ocplib-endian" 18 "ounit" {with-test} 19] 20synopsis: "OpenSoundControl core library" 21description: """ 22Library containing types for representing OpenSoundControl messages, as well as 23functions for converting OpenSoundControl messages to and from strings. 24""" 25url { 26 src: 27 "https://github.com/johnelse/ocaml-osc/archive/osc.0.2.0.tar.gz" 28 checksum: "sha256=920640b4c6b4fe65dfb7e99733717b260ae072de530ce94b52d1e76dc3b46a0a" 29}