Table of Content

    • {% if group.libraries | selectattr('subproducts', 'none') | list | length > 0 %} {% if group.subproduct | length > 0 %}
    • Without subgroup
    • {% else %}
    • All
    • {% endif %} {% endif %} {% for subproduct in group.subproducts | sort(attribute='order') %}
    • {{ subproduct.fancyname }}
    • {% endfor %}

Filters


    • Only show libraries which supports all of:
    • {% for platform in available_platforms | sort %}
    • {% endfor %}

About

{{ group.description }}

Maintainer{% if group.maintainers|count > 1 %}s{% endif %}
{% set product = group %}{% include "maintainers.html" %}
{% if group.platforms %}
Supported platforms
{{ group.platforms | sort | join(', ') }}
{% endif %}
Community
IRC channel: #{{ group.irc }} on Freenode
Mailing list: {{ group.mailinglist }}