1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: libsv
Section: libs
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/uael/sv
Vcs-Git: https://salsa.debian.org/yangfl-guest/sv.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/sv
Package: libsv-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsv1 (= ${binary:Version}), ${misc:Depends}
Description: Public domain cross-platform semantic versioning in c99 (development files)
This is free and unencumbered software released into the public domain. This
package installs a C language library implementing semantic versioning for the
C language.
.
This package contains the header files for libsv0.
Package: libsv1
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Public domain cross-platform semantic versioning in c99
This is free and unencumbered software released into the public domain. This
package installs a C language library implementing semantic versioning for the
C language.
|