--- layout: default css: plugin title: Kernel & Plugins - Frama-C ---
{% include headers.html header=2 %}
{% for plugin in site.fc-plugins %} {% if plugin.swipper %}

{{ plugin.title }}

{{ plugin.description }}

Read More

{% endif %} {% endfor %}
Plugin
{% for category in site.data.plugins_categories %}
{{ category.name }}
{% for plugin in site.fc-plugins %} {% if plugin.key == category.key %}

{{ plugin.title }}

{{ plugin.description }}

{% endif %} {% endfor %}
{% endfor %}
{% include footer.html %}