<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/file_archive">File_Archive</p>
 <c>pear.php.net</c>
 <v>1.3.0</v>
 <st>stable</st>
 <l>LGPL</l>
 <m>vincentlascaux</m>
 <s>File_Archive will let you manipulate easily the tar, gz, tgz, bz2, tbz, zip, ar (or deb) files</s>
 <d>This library is strongly object oriented. It makes it very easy to use, writing simple code, yet the library is very powerfull.
It lets you easily read or generate tar, gz, tgz, bz2, tbz, zip, ar (or deb) archives to files, memory, mail or standard output.
See http://poocl.la-grotte.org for a tutorial
 
</d>
 <da>2005-05-30 17:07:49</da>
 <n>+ Add some functions to allow archive modification
  - File_Archive::appender creates a writer to append files to an existing archive
  - File_Archive::remove and File_Archive::removeDuplicates removes some files from
    an existing archive
  
  These functions allow to modify archives or even nested archives
  See http://poocl.la-grotte.org for more detailed examples</n>
 <f>50162</f>
 <g>http://pear.php.net/get/File_Archive-1.3.0</g>
 <x xlink:href="package.1.3.0.xml"/>
</r>