{% extends "base.html" %} {% block title %}Packages{% endblock %} {% block content %}
Bender

Dependencies

The packages that Bender.yml and Bender.lock give.

Dependency graph

{% if package_svg %}
{{ package_svg|safe }}
click a package to open it
{% else %}

Graphviz is not installed. Install it to get the graphs.

{% endif %}

Packages {{ design.packages|length }}

{% for name, p in design.packages|dictsort %} {% endfor %}
PackageVersionRevisionSource
{{ name }} {% if p.root %}root{% endif %} {{ p.version or '-' }} {{ p.rev[:10] if p.rev else '-' }} {{ p.source or '-' }}
{% endblock %}