1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: postgresql-semver
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
postgresql-all (>= 217~),
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/postgresql-semver
Vcs-Git: https://salsa.debian.org/debian/postgresql-semver.git
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Package: postgresql-15-semver
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15
Description: Semantic version number type for PostgreSQL
This library contains a single PostgreSQL extension for a data type
called 'semver'. It implements the version number format described
in the Semantic Versioning 2.0.0 Specification. [1]
.
[1] https://semver.org/spec/v2.0.0.html
|