File: control

package info (click to toggle)
libmakefile-dom-perl 0.004-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 616 kB
  • ctags: 535
  • sloc: perl: 6,552; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,214 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
Source: libmakefile-dom-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mikhail Gusarov <dottedmag@dottedmag.net>
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmakefile-dom-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmakefile-dom-perl/
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
Build-Depends-Indep: perl, libclone-perl, libparams-util-perl, liblist-moreutils-perl
Homepage: http://search.cpan.org/dist/Makefile-DOM/

Package: libmakefile-dom-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl, libparams-util-perl, liblist-moreutils-perl
Description: Perl DOM implementation for Makefiles
 Makefile::DOM serves as an advanced lexer for (GNU) makefiles. It losslessly
 parses makefiles as "documents". The results are data structures similar to DOM
 trees, holding every single bit of the information in the original input files,
 including white spaces, blank lines and makefile comments, so it's possible to
 reproduce the original makefiles from the DOM trees. In addition, each node of
 the DOM trees is modifiable and so is the whole tree.