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