This is the official package registry for DelphiBlocks — a package manager for Delphi.
It contains the manifest files for all packages compatible with DelphiBlocks. Each manifest describes a specific version of a package: its source location, supported Delphi versions, included packages, and dependencies.
.blocks/
repository/
<author>/
<package-name>/
<version>/
<author>.<package-name>.manifest.json
To add a new package or a new version of an existing package:
- Create the directory
.blocks/repository/<author>/<package>/<version>/. - Add a manifest file named
<author>.<package>.manifest.jsoninside it. - The
versionfield in the manifest must exactly match the<version>directory name and follow SemVer. - Open a pull request against this repository.