Package: wnpp
Version: N/A; reported 2003-08-28
Severity: normal
I intend to orphan the cint package.
The package description is:
Cint (pronounced "C-int") is a C/C++ interpreter. It has 80-90% coverage
of K&R-C, ANSI-C and C++ language constructs (multiple inheritance, virtual
functions, function overloading, operator overloading, default parameters,
templates, etc.) Cint is solid enough to interpret its own source code and
let the interpreted interpreter interpret a (small) program. With the
program "makecint" it is possible to mix native code execution and
interpretation by linking to precompiled libraries.
.
Cint is not aimed to be a 100% ANSI/ISO compliant C++ language processor.
It rather is a portable script language environment which is close enough
to the standard C++.
.
See <http://root.cern.ch/root/Cint.html> for detailed information.