Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37405339
en ru br
ALT Linux repos
S:0.008-alt1

Group :: Development/Perl
RPM: perl-Makefile-DOM

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.008-alt1
Build date: 16 december 2014, 18:15 ( 487.4 weeks ago )
Size: 99.64 Kb

Home page:   http://search.cpan.org/dist/Makefile-DOM/

License: Perl (GPL or Artistic)
Summary: Simple DOM parser for Makefiles
Description:

This libary can serve as an advanced lexer for (GNU) makefiles. It
parses makefiles as "documents" and the parsing is lossless. The results
are data structures similar to DOM trees. The DOM trees hold every
single bit of the information in the original input files, including
white spaces, blank lines and makefile comments. That means 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, just like the PPI module used for Perl source parsing and the
HTML::TreeBuilder module used for parsing HTML source.

Current maintainer: Artem Zolochevskiy

List of contributors

List of rpms provided by this srpm:

  • perl-Makefile-DOM
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin