Files
pgmorbac/META.json
T
marc 4d50676fb7 release: 1.0.0
First stable release. Bumps the control file, META.json and the release
tooling, and renames the install script to pgmorbac--1.0.0.sql.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-25 07:45:06 +02:00

50 lines
1.3 KiB
JSON

{
"name": "pgmorbac",
"abstract": "Multi-OrBAC: Organization-Based Access Control with multi-organization support",
"description": "A PostgreSQL extension implementing the Multi-OrBAC access control model \u2014 enabling organization-centric, context-aware, and hierarchical access control with delegation, separation of duty, and cross-organizational policies.",
"version": "1.0.0",
"maintainer": [
"Marc VILLAIN <marc.villain@epita.fr>"
],
"license": "mit",
"provides": {
"pgmorbac": {
"abstract": "Multi-OrBAC access control extension",
"file": "pgmorbac--1.0.0.sql",
"version": "1.0.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
}
}
},
"resources": {
"homepage": "https://pgmorbac.villains.fr",
"bugtracker": {
"web": "https://git.villains.fr/crudy/pgmorbac/issues"
},
"repository": {
"url": "https://git.villains.fr/crudy/pgmorbac.git",
"web": "https://git.villains.fr/crudy/pgmorbac",
"type": "git"
}
},
"generated_by": "pgmorbac contributors",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"access control",
"authorization",
"multi-tenancy",
"rbac",
"orbac",
"security",
"row-level security"
]
}