mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-ml/*: improve metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
@@ -6,7 +6,31 @@
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">Ptime has platform independent POSIX time support in pure OCaml. It
|
||||
provides a type to represent a well-defined range of POSIX timestamps
|
||||
with picosecond precision, conversion with date-time values,
|
||||
conversion with [RFC 3339 timestamps][rfc3339] and pretty printing to
|
||||
a human-readable, locale-independent representation.
|
||||
|
||||
The additional Ptime_clock library provides access to a system POSIX
|
||||
clock and to the system's current time zone offset.
|
||||
|
||||
Ptime is not a calendar library.
|
||||
|
||||
Ptime has no dependency. Ptime_clock depends on your system library or
|
||||
JavaScript runtime system. Ptime and its libraries are distributed
|
||||
under the ISC license.
|
||||
|
||||
[rfc3339]: http://tools.ietf.org/html/rfc3339
|
||||
|
||||
Home page: http://erratique.ch/software/ptime</longdescription>
|
||||
<upstream>
|
||||
<doc>https://erratique.ch/software/ptime/doc/</doc>
|
||||
<bugs-to>https://github.com/dbuenzli/ptime/issues</bugs-to>
|
||||
<remote-id type="github">dbuenzli/ptime</remote-id>
|
||||
<maintainer>
|
||||
<name>Daniel Bünzli</name>
|
||||
<email>daniel.buenzli@erratique.ch</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user