27 lines
651 B
YAML
27 lines
651 B
YAML
---
|
|
document: modulemd
|
|
version: 2
|
|
data:
|
|
summary: A semantic version data type for PostgreSQL
|
|
description: >-
|
|
PostgreSQL server extension implementing data type called "semver". It's an implementation
|
|
of the version number format specified by the Semantic Versioning Specification.
|
|
license:
|
|
module: [PostgreSQL]
|
|
dependencies:
|
|
- buildrequires:
|
|
platform: [f32]
|
|
postgresql: [12]
|
|
requires:
|
|
platform: [f32]
|
|
postgresql: [12]
|
|
api:
|
|
rpms:
|
|
- pg-semver
|
|
components:
|
|
rpms:
|
|
pg-semver:
|
|
rationale: The extension package itself.
|
|
ref: stream-postgresql-12
|
|
buildorder: 1
|
|
...
|