opam-version: "2.0" synopsis: "Control LED strips on Pixel Pusher hardware" description: """ Light up LED strips by driving Pixel Pusher hardware modules over UDP/IP networks """ maintainer: "Michael Bacarella " authors: ["Michael Bacarella "] homepage: "https://github.com/mbacarella/pixel_pusher" bug-reports: "https://github.com/mbacarella/pixel_pusher/issues" dev-repo: "git+https://github.com/mbacarella/pixel_pusher.git" build: ["dune" "build" "-p" name "-j" jobs] depends: [ "ocaml" "dune" {>= "1.11"} "async_udp" {>= "v0.12.0"} "core" {>= "v0.12.0"} "bitstring" {>= "3.1.1" & < "4.0.0"} ] url { src: "https://github.com/mbacarella/pixel_pusher/archive/1.1.tar.gz" checksum: [ "md5=c695d3842c55a08e4e131ccee028a51f" "sha512=32c721fa071240033bbbec420de3cfea028f832f9176e1bd10dd7033cb4fdd43a3343345d3218e284e79a3028845f5409a8f3bd72c27b0315397a55131069039" ] }