2012-12-16 21:02:27 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:05:57 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2012-12-16 21:02:27 +04:00
|
|
|
<pkgmetadata>
|
2016-01-26 08:51:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>haskell@gentoo.org</email>
|
|
|
|
<name>Gentoo Haskell</name>
|
|
|
|
</maintainer>
|
2012-12-16 21:02:27 +04:00
|
|
|
<longdescription>
|
|
|
|
This provides a much safer semaphore than the QSem, QSemN, SampleVar in base.
|
|
|
|
Those base modules are not exception safe and can be broken by killThread.
|
|
|
|
See <https://github.com/ChrisKuklewicz/SafeSemaphore> for more details.
|
|
|
|
</longdescription>
|
2015-06-07 21:06:26 +03:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="github">ChrisKuklewicz/SafeSemaphore</remote-id>
|
|
|
|
</upstream>
|
2012-12-16 21:02:27 +04:00
|
|
|
</pkgmetadata>
|