~ubuntu-branches/ubuntu/precise/libctl/precise

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
This is libctl, a Guile-based library for supporting flexible control
files in scientific simulations.  libctl is copyright (c) 1998 by
Steven G. Johnson.

To install libctl, one normally only needs to do:

./configure
make
make install

Files are installed under /usr/local by default, but this can be
changed by passing --prefix=<dir> to configure.

Documentation can be found in the doc/ directory, and an example
program in the examples/ directory.  The main source code for libctl
is in the base/ and utils/ directories.

In utils/geom.*, you can find specification files and functions for
dealing with structures consisting of solid geometric objects in some
lattice basis.  The example program uses this code.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.