/usr/share/doc-base/opentoken-ug is in libopentoken-doc 6.0b-7.
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 | Document: opentoken-ug
Title: OpenToken - User Guide
Author: Stephen Leake
Abstract: This manual documents the OpenToken Ada library.
OpenToken is a facility for performing token analysis and parsing
within the Ada language. It is designed to provide all the
functionality of a traditional lexical analyzer/parser generator,
such as lex/yacc. But due to the magic of inheritance and runtime
polymorphism it is implemented entirely in Ada as withed-in code. No
precompilation step is required, and no messy tool-generated source
code is created. The tradeoff is that the grammar is generated at
runtime.
Section: Programming
Format: HTML
Index: /usr/share/doc/libopentoken-doc/UsersGuide.html
Files: /usr/share/doc/libopentoken-doc/UsersGuide.html
Format: text
Index: /usr/share/doc/libopentoken-doc/UsersGuide.txt.gz
Files: /usr/share/doc/libopentoken-doc/UsersGuide.txt.gz
|