{% extends "common/base.j2" %} {% block body_content %}

{{ _("GNUnet for developers") }}

{{ _("Repositories") }}

{% trans %} A list of our Git repositories can be found on our our Git Server. {% endtrans %}

{{ _("Bibliography") }}

{% trans %} Technical papers can be found in our bibliography. {% endtrans %}

{{ _("Discussion") }}

{% trans %} We have a mailing list for developer discussions. You can subscribe to or read the list archive at http://lists.gnu.org/mailman/listinfo/gnunet-developers. {% endtrans %}

{{ _("Regression Testing") }}

{% trans %} We have Buildbot automation tests to detect regressions and check for portability at https://old.gnunet.org/buildbot/gnunet/. {% endtrans %}

{{ _("Code Coverage Analysis") }}

{% trans %} We use LCOV to analyze the code coverage of our tests, the results are available at https://old.gnunet.org/coverage/. {% endtrans %}

{{ _("Performance Analysis") }}

{% trans %} We use Gauger for performance regression analysis of the exchange backend at https://old.gnunet.org/gauger/. {% endtrans %}

{% endblock body_content %}