/usr/share/acl2-7.2dfsg/books/kestrel/top.lisp is in acl2-books-source 7.2dfsg-3.
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 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | ; Kestrel Books
;
; Copyright (C) 2015 Kestrel Institute (http://www.kestrel.edu)
;
; Author: Alessandro Coglio (coglio@kestrel.edu)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; This file contains the top-level documentation for the Kestrel Books.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(in-package "ACL2")
(include-book "general/top")
(include-book "system/top")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defxdoc kestrel-books
:parents (software-verification)
:short
"A collection of ACL2 books contributed by Kestrel Institute."
:long
"<img src='res/kestrel/kestrel-logo.png'/>
<p>
The <b>Kestrel Books</b> are a collection of ACL2 books
contributed by <a href='http://www.kestrel.edu'>Kestrel Institute</a>.
The Kestrel Books are freely available under a liberal license.
Specific copyright, author, and license information
is provided in the individual files and subdirectories.
</p>")
(xdoc::add-resource-directory "kestrel" "images")
|