Help language development. Donate to The Perl Foundation

RPi::Device::ST7036 zef:patrickb last updated on 2021-04-09

META6.json
{
  "name"       : "RPi::Device::ST7036",
  "description": "Support for the ST7036 dot matrix display",
  "version"    : "1.0.0",
  "license"    : "Artistic-2.0",
  "perl"       : "6.c",
  "auth"       : "zef:patrickb",
  "source-url" : "git://github.com/patrickbkr/RPi-Device-ST7036.git",
  "tags"       : [ "RaspberryPi" ],
  "authors"    : [ "Patrick B\u00f6ker" ],
  "provides": {
    "RPi::Device::ST7036"        : "lib/RPi/Device/ST7036.rakumod",
    "RPi::Device::ST7036::Setup" : "lib/RPi/Device/ST7036/Setup.rakumod"
  },
  "depends": [
    "RPi::Wiring::Pi"
  ],
  "test-depends": [
    "Test::META"
  ]
}