forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
34 lines (29 loc) · 1.09 KB
/
metadata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
A package for convenient access to high-resolution
clock and timer functions of different operating
systems.
It is planned to consist of two layers. The lower
layer will provide direct access to OS-specific
clock and timer functions like clock_gettime of
Posix or GetTickCount of Windows and its upper
layer shall then provide a common API for all
supported systems. Currently only the lower level
is being developed.
POSIX reference: IEEE Std 1003.1-2008
<http://www.opengroup.org/onlinepubs/9699919799/>,
<http://www.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html#>
WINDOWS reference: ...
For more information, see:
<http://corsis.sourceforge.net/index.php/Haskell/Clock>
</longdescription>
<upstream>
<remote-id type="github">corsis/clock</remote-id>
</upstream>
</pkgmetadata>