Installation
Via Boss (recommended)
Boss is the standard package manager for Delphi. Install Colligo with:
boss install ModernDelphiWorks/Colligo
Via PubPascal
Colligo is listed on the PubPascal package portal. Follow the portal's instructions to add it to your project.
Manual installation
- Clone or download the repository from github.com/ModernDelphiWorks/Colligo.
- Add the
Source\directory to your project's search path in the Delphi IDE (Project → Options → Delphi Compiler → Search path). - Add
Colligoto yourusesclause.
Search path entries
The minimum required path entry is:
<install-root>\Source
Unit to add to uses
For in-memory collections, add only:
uses
Colligo;
For database queries (IColligoQueryable<T>), also add:
uses
Colligo,
Colligo.Queryable;
Supply-chain transparency
A machine-readable SBOM (CycloneDX) is published on the package portal — pubpascal.dev/packages/colligo. The security disclosure policy is in SECURITY.md.