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 35 36
|
Source: libitl
Section: libs
Priority: optional
Maintainer: Debian Islamic Maintainers <debian-islamic-maintainers@lists.alioth.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Build-Depends: debhelper (>= 10), cmake
Standards-Version: 4.1.1
Homepage: http://www.arabeyes.org/project.php?proj=ITL
Vcs-Git: https://anonscm.debian.org/git/debian-islamic/packages/libitl.git
Vcs-Browser: https://anonscm.debian.org/git/debian-islamic/packages/libitl.git
Package: libitl-dev
Section: libdevel
Architecture: any
Depends: libitl0 (= ${binary:Version}), ${misc:Depends}
Description: Islamic tools & libraries project - development files
This library allows applications to convert between Hijri/Gregorian
dates and compute Muslim prayer times and Qibla direction based on
multiple methods of calculation.
.
Install this package if you need to build programs that use libitl.
.
Part of the Islamic Tools and Libraries project (ITL).
.
Package: libitl0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Islamic tools & libraries project - shared library
This library allows applications to convert between Hijri/Gregorian
dates and compute Muslim prayer times and Qibla direction based on
multiple methods of calculation.
.
Part of the Islamic Tools and Libraries project (ITL).
.
|