Skip to main content

Installation

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

  1. Clone or download the repository from github.com/ModernDelphiWorks/Colligo.
  2. Add the Source\ directory to your project's search path in the Delphi IDE (Project → Options → Delphi Compiler → Search path).
  3. Add Colligo to your uses clause.

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.