• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

configuration/H03-May-2022-2,0111,326

doc/H03-May-2022-10,6578,238

examples/H07-May-2022-39,08024,067

include/CoCoA/H22-Dec-2020-39,48412,034

src/H22-Dec-2020-304,226196,666

COPYING-GPLv3H A D25-Sep-200734.3 KiB676553

MakefileH A D03-Mar-202017.4 KiB480187

READMEH A D29-Jul-20141.1 KiB3624

configureH A D27-Oct-202050.2 KiB1,404996

README

1README for CoCoALib and CoCoA-5
2===============================
3
4Date: 28th July 2014
5
6CoCoALib is a C++ library for Computational Commutative Algebra.
7CoCoA-5 is an interactive system for Computational Commutative Algebra.
8
9
10INSTALLATION
11------------
12Instructions are in doc/txt/INSTALL.txt (plain text)
13and also in doc/html/INSTALL.html
14
15Please also read doc/txt/00INTRODUCTION.txt or doc/html/00INTRODUCTION.html
16
17
18Summary
19-------
20This subtree contains the sources of the C++ library CoCoALib.  The CoCoA
21library offers functions to perform calculations in Computational Commutative
22Algebra, and some other related areas.  Our intention is that the library
23should be pleasant to use while offering good run-time performance.  To use
24the library you will need to have some knowledge of C++.
25
26
27Copyright Issues
28----------------
29The source code files under src/ and include/ are distributed under the GPL
30(version 3, or later); the full text of the GPL can be found in COPYING-GPLv3.
31
32Files under doc/ are distributed under the GNU FDL; the full text of the
33licence is in doc/COPYING.
34
35Source code files under examples/ are released into the public domain.
36