{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}index{% endblock %} {% block content %}

Fedora Package Database -- Version {{ version }}

Overview

The Package Database is a central repository of package information in Fedora. You will eventually be able to find and change all the metainformation about a package by searching the database. The current implementation is focused on the data that package developers and release engineers need to create packages and spin them into a distribution. {% for pkg in latest_pkgs %} {% endfor %}
{{ pkg.name }}
{% endblock %}