this repo has no description
1opam-version: "2.0" 2synopsis: "Control LED strips on Pixel Pusher hardware" 3description: """ 4Light up LED strips by driving Pixel Pusher hardware modules over UDP/IP networks 5""" 6maintainer: "Michael Bacarella <michael.bacarella@gmail.com>" 7authors: ["Michael Bacarella <michael.bacarella@gmail.com>"] 8homepage: "https://github.com/mbacarella/pixel_pusher" 9bug-reports: "https://github.com/mbacarella/pixel_pusher/issues" 10dev-repo: "git+https://github.com/mbacarella/pixel_pusher.git" 11build: ["dune" "build" "-p" name "-j" jobs] 12depends: [ 13 "ocaml" 14 "dune" {>= "1.11"} 15 "async_udp" {>= "v0.12.0"} 16 "core" {>= "v0.12.0"} 17 "bitstring" {>= "3.1.1" & < "4.0.0"} 18] 19url { 20 src: "https://github.com/mbacarella/pixel_pusher/archive/1.1.tar.gz" 21 checksum: [ 22 "md5=c695d3842c55a08e4e131ccee028a51f" 23 "sha512=32c721fa071240033bbbec420de3cfea028f832f9176e1bd10dd7033cb4fdd43a3343345d3218e284e79a3028845f5409a8f3bd72c27b0315397a55131069039" 24 ] 25}