nixpkgs/doc/languages-frameworks/index.xml

36 lines
1.7 KiB
XML
Raw Normal View History

<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="chap-language-support">
<title>Languages and frameworks</title>
2018-05-02 02:54:21 +03:00
<para>
2019-09-18 23:12:54 +03:00
The <link linkend="chap-stdenv">standard build environment</link> makes it easy to build typical Autotools-based packages with very little code. Any other kind of package can be accomodated by overriding the appropriate phases of <literal>stdenv</literal>. However, there are specialised functions in Nixpkgs to easily build packages for other programming languages, such as Perl or Haskell. These are described in this chapter.
2018-05-02 02:54:21 +03:00
</para>
2019-12-29 15:14:16 +03:00
<xi:include href="agda.section.xml" />
2018-11-18 16:44:23 +03:00
<xi:include href="android.section.xml" />
2020-11-26 12:38:46 +03:00
<xi:include href="beam.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href="bower.xml" />
2020-11-27 11:07:30 +03:00
<xi:include href="coq.section.xml" />
<xi:include href="crystal.section.xml" />
<xi:include href="emscripten.section.xml" />
2018-03-06 20:14:37 +03:00
<xi:include href="gnome.xml" />
2020-11-26 14:31:42 +03:00
<xi:include href="go.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href="haskell.section.xml" />
<xi:include href="idris.section.xml" />
<xi:include href="ios.section.xml" />
2020-11-28 17:14:45 +03:00
<xi:include href="java.section.xml" />
<xi:include href="lua.section.xml" />
<xi:include href="maven.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href="node.section.xml" />
<xi:include href="ocaml.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href="perl.xml" />
2020-04-30 14:48:05 +03:00
<xi:include href="php.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href="python.section.xml" />
<xi:include href="qt.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href="r.section.xml" />
<xi:include href="ruby.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href="rust.section.xml" />
<xi:include href="texlive.section.xml" />
2018-11-18 17:29:51 +03:00
<xi:include href="titanium.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href="vim.section.xml" />
</chapter>