Version 3 (modified by 9 years ago) (diff) | ,
---|
Home
TOL
Software
Download
Installation
Packages
OTAN
TOL Project
About TOL
Manuals
Development
R-Projects
Other Links
Trac Guide
Wiki Tree
MMS
Packages
To do. See TolPackageRulesAndComments.
Introduction
Bla bla bla ...
TolPackage
The TOL kernel provides a module to manage packages: TolPackage.
This module allow TOL users to download, update or upgrade packages. It provides also utilities for creating and uploading packages. For more details, see TolPackage.
Requiring a package
TOL provides a preevaluation directive: #Require
to indicate the package requeriments.
#Require <PackageName>;
When you compile a package requirement, TolPackage try to load the package, searching into the repositories, downloading it and intalling it if necessary.