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" & < "v0.14"} 16 "core" {>= "v0.12.0" & < "v0.14"} 17 "bitstring" {>= "3.1.1" & < "4.0.0"} 18] 19url { 20 src: "https://github.com/mbacarella/pixel_pusher/archive/1.0.tar.gz" 21 checksum: [ 22 "md5=a68f3424b4027b102b6e40d1f65c17f5" 23 "sha512=0506033b36d0974255573d87c62cd6514369d6610587e3e26f047c2dbb11b2e1c1a074304df771ba555c4d97044651ad3503e4d335538182b8a8081dd3945bf8" 24 ] 25}