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 <michael.bacarella@gmail.com>"
authors: ["Michael Bacarella <michael.bacarella@gmail.com>"]
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" & < "v0.14"}
  "core" {>= "v0.12.0" & < "v0.14"}
  "bitstring"   {>= "3.1.1" & < "4.0.0"}
]
url {
  src: "https://github.com/mbacarella/pixel_pusher/archive/1.0.tar.gz"
  checksum: [
    "md5=a68f3424b4027b102b6e40d1f65c17f5"
    "sha512=0506033b36d0974255573d87c62cd6514369d6610587e3e26f047c2dbb11b2e1c1a074304df771ba555c4d97044651ad3503e4d335538182b8a8081dd3945bf8"
  ]
}
