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
|
Source: libwhereami
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/gpakosz/whereami
Vcs-Git: https://salsa.debian.org/yangfl-guest/whereami.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/whereami
Package: libwhereami-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libwhereami0 (= ${binary:Version}), ${misc:Depends}
Description: locate the current executable and the current module (development files)
A drop-in two files library to locate the current executable and the current
module on the file system. Supported many platforms, including Windows, Linux,
and Mac.
.
This package contains the header.
Package: libwhereami0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: locate the current executable and the current module
A drop-in two files library to locate the current executable and the current
module on the file system. Supported many platforms, including Windows, Linux,
and Mac.
|