File: META.yml

package info (click to toggle)
libdevice-i2c-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 384 kB
  • sloc: perl: 324; ansic: 238; makefile: 6
file content (52 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
abstract: 'Control and read hardware devices with i2c(SMBus)'
author:
  - 'Slava Volkov <sv99@inbox.ru>'
build_requires:
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  File::Temp: '0'
  IO::Handle: '0'
  IPC::Open3: '0'
  Test::More: '0'
  blib: '1.01'
  perl: v5.10.1
configure_requires:
  ExtUtils::MakeMaker: '0'
  perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.005, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Device-I2C
no_index:
  directory:
    - corpus
    - examples
    - inc
    - t
    - xt
  package:
    - DB
provides:
  Device::I2C:
    file: lib/Device/I2C.pm
    version: '0.06'
requires:
  Carp: '0'
  Fcntl: '0'
  IO::File: '0'
  XSLoader: '0'
  constant: '0'
  perl: v5.10.1
  strict: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/sv99/perl-device-i2c/issues
  homepage: https://metacpan.org/release/Device-I2C
  repository: git://github.com/sv99/perl-device-i2c.git
version: '0.06'
x_contributors:
  - 'Slava Volkov <svolkov att cpan dott org>'