{% extends 'default.html' %} {% block title %}Library{% endblock %} {% block content %} {% filter markdown %} # Apache Thrift Libraries ## Source Tree Each supported language needs the Apache Thrift Libraries and the generated code made by the Apache Thrift Compiler. Some language specific documentation is for the Apache Thrift Libraries are generated from lib/${language}/README.md files: {{ content|safe }} ## Package manager information and references {% endfilter %}
{% for item in conf.external_packages %} {% endfor %}
Language Bindings Package Manager Direct link (URL) Control file in source tree Maintainer Remarks
{{ item.0 }} {{ item.1 }} {{ item.2 }} {{ item.3 }} {{ item.4 }} {{ item.5 }}
{% endblock %}