<?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/codegen_pecl">CodeGen_PECL</p>
 <c>pear.php.net</c>
 <v>1.0.0rc1</v>
 <st>beta</st>
 <l>PHP</l>
 <m>hholzgra</m>
 <s>Tool to generate PECL extensions from an XML description</s>
 <d>CodeGen_PECL (formerly known as PECL_Gen) is a pure PHP replacement 
for the ext_skel shell script that comes with the PHP 4 source. 
It reads in configuration options, function prototypes and code fragments
from an XML description file and generates a complete ready-to-compile
PECL extension.
</d>
 <da>2005-09-22 07:35:35</da>
 <n>I'm feature-complete for a 1.0 release now :)

- object store support for private C/C++ data in objects

- &lt;lib&gt; and &lt;header&gt; tags within &lt;with&gt;

- interface and type hints support

- added a lint option (-l) for syntax checking of spec files

- write to tmpfiles first, only overwrite        -&gt; done
  existing files if actual changes are 
  detected, preserve unchanged files 
  (to make &quot;make&quot; happy)

- changed names of variables generated for resource parameters,
  backwards compatibility is provided by checking the extension
  tags version attribute, for versions &lt; 1.0.0dev the old naming
  stile is used

- added test generation for class member functions</n>
 <f>70300</f>
 <g>http://pear.php.net/get/CodeGen_PECL-1.0.0rc1</g>
 <x xlink:href="package.1.0.0rc1.xml"/>
</r>