Source: libkal
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
XS-Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.1
Section: libs
Homepage: http://www.etf.cuni.cz/~tomasek/pub/my/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libkal.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/libkal.git

Package: libkal-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Description: library for converting dates between various calendar systems
 The 'libkal' library provides support for converting dates between various
 calendar systems (currently only Julian, Gregorian, Arabic and Jewish
 ones) and some more related stuff.
 .
 The basic idea of this library is, that any date in any calendar system can be
 converted to a single number, which express the number of days since some
 fixed date in the past. libkal uses the so-called 'julianic date'(jd), that is
 used in Astronomy (not exactly).
