mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
22 lines
881 B
XML
22 lines
881 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<description>co-maintainers welcome</description>
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<longdescription lang="en">The Unix implementation of the MirageOS Clock interface uses
|
|
`gettimeofday` or `clock_gettime`, depending on
|
|
which OS is in use (see [clock_stubs.c](https://github.com/mirage/mirage-clock/blob/master/unix/clock_stubs.c)).</longdescription>
|
|
<upstream>
|
|
<doc>https://mirage.github.io/mirage-clock/</doc>
|
|
<bugs-to>https://github.com/mirage/mirage-clock/issues</bugs-to>
|
|
<remote-id type="github">mirage/mirage-clock</remote-id>
|
|
<maintainer>
|
|
<name>Anil Madhavapeddy</name>
|
|
<email>anil@recoil.org</email>
|
|
</maintainer>
|
|
</upstream>
|
|
</pkgmetadata>
|