2015-12-19 18:04:36 +03:00
<chapter xmlns= "http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="chap-language-support">
2019-10-20 13:17:58 +03:00
<title > Languages and frameworks</title>
2018-05-02 02:54:21 +03:00
<para >
2022-12-18 02:21:48 +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 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-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" />
2020-12-06 10:56:27 +03:00
<xi:include href= "bower.section.xml" />
2021-08-17 19:56:42 +03:00
<xi:include href= "chicken.section.xml" />
2020-11-27 11:07:30 +03:00
<xi:include href= "coq.section.xml" />
2019-10-20 13:37:45 +03:00
<xi:include href= "crystal.section.xml" />
2022-04-03 12:19:04 +03:00
<xi:include href= "cuda.section.xml" />
2022-12-01 19:59:53 +03:00
<xi:include href= "cuelang.section.xml" />
2021-05-15 18:51:08 +03:00
<xi:include href= "dhall.section.xml" />
2021-09-23 22:40:09 +03:00
<xi:include href= "dotnet.section.xml" />
2019-10-20 13:37:45 +03:00
<xi:include href= "emscripten.section.xml" />
2020-11-28 19:13:40 +03:00
<xi:include href= "gnome.section.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" />
2021-06-17 23:30:33 +03:00
<xi:include href= "hy.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href= "idris.section.xml" />
2018-11-27 22:48:48 +03:00
<xi:include href= "ios.section.xml" />
2020-11-28 17:14:45 +03:00
<xi:include href= "java.section.xml" />
2021-08-20 09:20:52 +03:00
<xi:include href= "javascript.section.xml" />
2023-03-01 21:40:28 +03:00
<xi:include href= "lisp.section.xml" />
2019-02-06 07:57:53 +03:00
<xi:include href= "lua.section.xml" />
2020-10-16 02:36:11 +03:00
<xi:include href= "maven.section.xml" />
2021-09-03 16:52:29 +03:00
<xi:include href= "nim.section.xml" />
2020-12-02 07:09:57 +03:00
<xi:include href= "ocaml.section.xml" />
2021-09-10 05:29:39 +03:00
<xi:include href= "octave.section.xml" />
2020-12-07 10:42:48 +03:00
<xi:include href= "perl.section.xml" />
2020-04-30 14:48:05 +03:00
<xi:include href= "php.section.xml" />
2023-01-25 14:59:38 +03:00
<xi:include href= "pkg-config.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href= "python.section.xml" />
2020-11-30 07:30:29 +03:00
<xi:include href= "qt.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href= "r.section.xml" />
2020-08-10 04:16:58 +03:00
<xi:include href= "ruby.section.xml" />
2018-05-02 02:54:21 +03:00
<xi:include href= "rust.section.xml" />
2023-02-05 00:27:05 +03:00
<xi:include href= "swift.section.xml" />
2020-12-03 08:15:18 +03:00
<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" />
2015-12-19 18:04:36 +03:00
</chapter>