<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>11724</id>
      <name>Tree::BPTree</name>
      <created_at>2008-02-14T20:55:53Z</created_at>
      <updated_at>2008-10-18T12:04:18Z</updated_at>
      <description>B+ trees are balanced trees which provide an ordered map from keys to values. They are useful for indexing large bodies of data. They are similar to 2-3-4 Trees and Red-Black Trees. This implementation supports B+ trees using an arbitrary n value.

This is a Perl implementation of this data structure.</description>
      <homepage_url>http://search.cpan.org/dist/Tree-BPTree/</homepage_url>
      <download_url>http://search.cpan.org/dist/Tree-BPTree/</download_url>
      <url_name>Tree-BPTree</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id>295514</analysis_id>
      <analysis>
        <id>295514</id>
        <project_id>11724</project_id>
        <updated_at>2009-12-01T22:02:48Z</updated_at>
        <logged_at>2009-12-01T22:02:44Z</logged_at>
        <min_month>2007-12-01T00:00:00Z</min_month>
        <max_month>2007-12-01T00:00:00Z</max_month>
        <twelve_month_contributor_count>1</twelve_month_contributor_count>
        <total_code_lines>1761</total_code_lines>
        <main_language_id>8</main_language_id>
        <main_language_name>Perl</main_language_name>
      </analysis>
      <licenses>
        <license>
          <name>Artistic License 2_0</name>
          <nice_name>Artistic License 2.0</nice_name>
        </license>
        <license>
          <name>gpl</name>
          <nice_name>GNU General Public License 2.0</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
