mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
18 lines
1.0 KiB
XML
18 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>me@r0bert.dev</email>
|
|
<name>Robert Greener</name>
|
|
</maintainer>
|
|
<longdescription lang="en">Functions to work with date-times and time-spans: fast and user friendly parsing of date-time data, extraction and updating of components of a date-time (years, months, days, hours, minutes, and seconds), algebraic manipulation on date-time and time-span objects. The 'lubridate' package has a consistent and memorable syntax that makes working with dates easy and fun. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See <https://github.com/google/cctz> for more details.</longdescription>
|
|
<upstream>
|
|
<maintainer>
|
|
<name>Vitalie Spinu</name>
|
|
<email>spinuvit@gmail.com</email>
|
|
</maintainer>
|
|
<bugs-to>https://github.com/tidyverse/lubridate/issues</bugs-to>
|
|
<remote-id type="github">tidyverse/lubridate</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|