<book xmlns="http://docbook.org/ns/docbook"
      xmlns:xi="http://www.w3.org/2001/XInclude">

  <info>

    <title>Nixpkgs Manual</title>

    <subtitle>Draft (Version <xi:include href="../VERSION"
    parse="text" />)</subtitle>

    <author>
      <personname>
        <firstname>Eelco</firstname>
        <surname>Dolstra</surname>
      </personname>
      <affiliation>
        <orgname>Delft University of Technology</orgname>
        <orgdiv>Department of Software Technology</orgdiv>
      </affiliation>
    </author>

    <copyright>
      <year>2008</year>
      <holder>Eelco Dolstra</holder>
    </copyright>

    <date>June 2008</date>
    
  </info>

  <xi:include href="introduction.xml" />
  <xi:include href="quick-start.xml" />
  <xi:include href="stdenv.xml" />


  <!-- outline -->
  
  <chapter>
    <title>Language Support</title>

    <section>
      <title>Perl</title>
      <para>* Generic Perl builder</para>
    </section>

    <section>
      <title>Python</title>
      <para>* Wrapper generation</para>
    </section>

    <section>
      <title>Haskell</title>
      <para>TODO</para>
    </section>

    <section>
      <title>Java</title>
      <para>TODO; Java support needs lots of improvement</para>
    </section>

    <section>
      <title>TeX / LaTeX</title>
      <para>* Special support for building TeX documents</para>
    </section>

  </chapter>


  <xi:include href="package-notes.xml" />
  
        
</book>