This file is indexed.

/usr/share/doc/cl-sql/html/introduction.html is in cl-sql 6.7.0-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 1. Introduction</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="CLSQL Users' Guide" /><link rel="up" href="index.html" title="CLSQL Users' Guide" /><link rel="prev" href="preface.html" title="Preface" /><link rel="next" href="history.html" title="History" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 1. Introduction</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="preface.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="history.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a id="introduction"></a>Chapter 1. Introduction</h1></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="introduction.html#purpose">Purpose</a></span></dt><dt><span class="sect1"><a href="history.html">History</a></span></dt><dt><span class="sect1"><a href="prerequisites.html">Prerequisites</a></span></dt><dd><dl><dt><span class="sect2"><a href="prerequisites.html#idp71045232"><span class="application">ASDF</span></a></span></dt><dt><span class="sect2"><a href="prerequisites.html#idp71050624"><span class="application"><span class="emphasis"><em>UFFI</em></span></span></a></span></dt><dt><span class="sect2"><a href="prerequisites.html#idp70220064"><span class="application">MD5</span></a></span></dt><dt><span class="sect2"><a href="prerequisites.html#idp70223200">Supported Common Lisp Implementation</a></span></dt><dt><span class="sect2"><a href="prerequisites.html#idp72505968">Supported <span class="application">SQL</span> Implementation</a></span></dt></dl></dd><dt><span class="sect1"><a href="installation.html">Installation</a></span></dt><dd><dl><dt><span class="sect2"><a href="installation.html#idp72519040">Ensure <span class="application">ASDF</span> is loaded</a></span></dt><dt><span class="sect2"><a href="installation.html#idp72522544">Build <span class="application">C</span> helper libraries</a></span></dt><dt><span class="sect2"><a href="installation.html#idp72539920">Add <span class="application"><span class="emphasis"><em>UFFI</em></span></span> path</a></span></dt><dt><span class="sect2"><a href="installation.html#idp72547408">Add <span class="application">MD5</span> path</a></span></dt><dt><span class="sect2"><a href="installation.html#idp72552496">Add <span class="application"><span class="emphasis"><em>CLSQL</em></span></span> path and load module</a></span></dt><dt><span class="sect2"><a href="installation.html#idp72560496">Run test suite (optional)</a></span></dt></dl></dd></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="purpose"></a>Purpose</h2></div></div></div><p><span class="application"><span class="emphasis"><em>CLSQL</em></span></span> is a Common Lisp interface to <a class="glossterm" href="glossary.html#gloss-sql"><em class="glossterm">SQL</em></a> databases.  A number of Common
    Lisp implementations and SQL databases are supported. The general
    structure of <span class="application"><span class="emphasis"><em>CLSQL</em></span></span> is based on the <span class="application">CommonSQL</span> package by
    LispWorks Ltd.
    </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="preface.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="history.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Preface </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> History</td></tr></table></div></body></html>