nixpkgs/doc/languages-frameworks/index.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

46 lines
2.1 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-01 23:54:21 +00:00
<para>
2022-12-17 23:21:48 +00: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 accommodated 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-01 23:54:21 +00:00
</para>
2019-12-29 12:14:16 +00:00
<xi:include href="agda.section.xml" />
2018-11-18 13:44:23 +00:00
<xi:include href="android.section.xml" />
2020-11-26 09:38:46 +00:00
<xi:include href="beam.section.xml" />
<xi:include href="bower.section.xml" />
<xi:include href="chicken.section.xml" />
2020-11-27 08:07:30 +00:00
<xi:include href="coq.section.xml" />
<xi:include href="crystal.section.xml" />
<xi:include href="cuda.section.xml" />
<xi:include href="cuelang.section.xml" />
<xi:include href="dhall.section.xml" />
2021-09-23 19:40:09 +00:00
<xi:include href="dotnet.section.xml" />
<xi:include href="emscripten.section.xml" />
2020-11-28 16:13:40 +00:00
<xi:include href="gnome.section.xml" />
2020-11-26 11:31:42 +00:00
<xi:include href="go.section.xml" />
2018-05-01 23:54:21 +00:00
<xi:include href="haskell.section.xml" />
2021-06-17 20:30:33 +00:00
<xi:include href="hy.section.xml" />
2018-05-01 23:54:21 +00:00
<xi:include href="idris.section.xml" />
<xi:include href="ios.section.xml" />
2020-11-28 14:14:45 +00:00
<xi:include href="java.section.xml" />
<xi:include href="javascript.section.xml" />
<xi:include href="lua.section.xml" />
<xi:include href="maven.section.xml" />
<xi:include href="nim.section.xml" />
<xi:include href="ocaml.section.xml" />
2021-09-10 02:29:39 +00:00
<xi:include href="octave.section.xml" />
2020-12-07 07:42:48 +00:00
<xi:include href="perl.section.xml" />
2020-04-30 11:48:05 +00:00
<xi:include href="php.section.xml" />
2023-01-25 11:59:38 +00:00
<xi:include href="pkg-config.section.xml" />
2018-05-01 23:54:21 +00:00
<xi:include href="python.section.xml" />
<xi:include href="qt.section.xml" />
2018-05-01 23:54:21 +00:00
<xi:include href="r.section.xml" />
<xi:include href="ruby.section.xml" />
2018-05-01 23:54:21 +00:00
<xi:include href="rust.section.xml" />
2023-02-04 21:27:05 +00:00
<xi:include href="swift.section.xml" />
<xi:include href="texlive.section.xml" />
2018-11-18 14:29:51 +00:00
<xi:include href="titanium.section.xml" />
2018-05-01 23:54:21 +00:00
<xi:include href="vim.section.xml" />
</chapter>