{%- set use_linux_64 = 'linux-64' in subdirs -%} {%- set use_osx_64 = 'osx-64' in subdirs -%} {%- set use_win_64 = 'win-64' in subdirs -%} {%- set use_noarch = 'noarch' in subdirs -%} {{ title }}

{{ title }}

RSS Feed   channeldata.json

{% for subdir in subdirs %}{{ subdir }}   {% endfor %} {% if use_linux_64 %}{% endif %} {% if use_osx_64 %}{% endif %} {% if use_win_64 %}{% endif %} {% if use_noarch %}{% endif %} {% for name, record in packages|dictsort %} {% if use_linux_64 %}{% endif %} {% if use_osx_64 %}{% endif %} {% if use_win_64 %}{% endif %} {% if use_noarch %}{% endif %} {%- endfor %}
Package Latest Version Doc Dev Licenselinux-64osx-64win-64noarchSummary
{{ name | add_href(record.home) }} {{ record.version | truncate(14, True, '') }} {% if record.doc_url %}doc{% endif %} {% if record.dev_url %}dev{% endif %} {% if record.license %}{{ record.license.split(' ')[0] | truncate(15, True, '') }}{% endif %}{% if 'linux-64' in record.subdirs %}X{% endif %}{% if 'osx-64' in record.subdirs %}X{% endif %}{% if 'win-64' in record.subdirs %}X{% endif %}{% if 'noarch' in record.subdirs %}X{% endif %}{{ record.summary | escape | truncate(75) }}
Updated: {{ current_time|strftime("%Y-%m-%d %H:%M:%S %z") }} - Files: {{ packages|length }}