File: intro.rst

package info (click to toggle)
libgnatcoll 1.7gpl2015-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,280 kB
  • ctags: 1,124
  • sloc: ada: 134,072; python: 4,017; cpp: 1,397; ansic: 1,234; makefile: 368; sh: 152; xml: 31; sql: 6
file content (61 lines) | stat: -rw-r--r-- 1,729 bytes parent folder | download | duplicates (3)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.. _Introduction:

*********************************************
Introduction to the GNAT Component Collection
*********************************************

The reusable library known as the GNAT Component Collection (GNATColl)
is based on one main principle: general-purpose packages
that are part of the GNAT technology should also be available to GNAT user
application code. The compiler front end, the GNAT Programming Studio (GPS)
Interactive Development Environment, and the GNAT Tracker web-based interface
all served as sources for the components.

The GNATColl components complement the predefined Ada and GNAT libraries and
deal with a range of common programming issues
including string and text processing, memory management,
and file handling. Several of the components are
especially useful in enterprise applications.

The next chapter explains how to build and install GNATColl.
The remainder of this document then describes the various components that make up
the collection:

* *Scripts*: Embedding script languages

* *Traces*: Logging information

* *Memory*: Monitoring memory usage

* *Mmap*: Reading and writing files

* *Boyer-Moore*: Searching strings

* *Paragraph filling*: Formatting text

* *Templates*: Generating text

* *Email*: Processing email messages

* *Ravenscar*: Patterns for multitasking

* *Storage Pools*: Controlling memory management

* *VFS*: Manipulating files

* *Tribooleans*: Three-state logic

* *Geometry*: Primitive geometric operations

* *Projects*: Manipulating ``gpr`` files

* *Refcount*: Reference counting

* *Config*: Parsing configuration files

* *Pools*: Controlling access to resources

* *JSON*: Handling JavaScript Object Notation

* *SQL*: Database interface