1<chapter xmlns="http://docbook.org/ns/docbook"
2 xmlns:xi="http://www.w3.org/2001/XInclude"
3 xml:id="chap-language-support">
4 <title>Support for specific programming languages and frameworks</title>
5 <para>
6 The <link linkend="chap-stdenv">standard build environment</link> makes it
7 easy to build typical Autotools-based packages with very little code. Any
8 other kind of package can be accomodated by overriding the appropriate phases
9 of <literal>stdenv</literal>. However, there are specialised functions in
10 Nixpkgs to easily build packages for other programming languages, such as
11 Perl or Haskell. These are described in this chapter.
12 </para>
13 <xi:include href="beam.xml" />
14 <xi:include href="bower.xml" />
15 <xi:include href="coq.xml" />
16 <xi:include href="go.xml" />
17 <xi:include href="haskell.section.xml" />
18 <xi:include href="idris.section.xml" />
19 <xi:include href="java.xml" />
20 <xi:include href="lua.xml" />
21 <xi:include href="node.section.xml" />
22 <xi:include href="perl.xml" />
23 <xi:include href="python.section.xml" />
24 <xi:include href="qt.xml" />
25 <xi:include href="r.section.xml" />
26 <xi:include href="ruby.xml" />
27 <xi:include href="rust.section.xml" />
28 <xi:include href="texlive.xml" />
29 <xi:include href="vim.section.xml" />
30 <xi:include href="emscripten.section.xml" />
31</chapter>