File: README.org

package info (click to toggle)
libconfig-model-dpkg-perl 3.015
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,040 kB
  • sloc: perl: 8,526; python: 242; makefile: 77; javascript: 16; sh: 1
file content (9 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
This directory contains:

- 2 examples using [[https://manpages.debian.org/buster/libconfig-model-dpkg-perl/Config::Model::Backend::DpkgSyntax.3pm.en.html][Config::Model::Backend::DpkgSyntax]] to read and
  write Debian control files:
  - dpkg-parser.pl :: an example to add DpkgSyntax role to a class and
    parse a control file (=dpkg-test=)
  - dpkg-writer.pl :: an example to add DpkgSyntax role to a class and
    write a control file. The control data is hardcoded in
    =dpkg-writer.pl= and the control file is shown on its output.