Files
guru/dev-haskell/strict-concurrency/metadata.xml
2026-05-03 16:39:41 +08:00

24 lines
944 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="github">ygale/strict-concurrency</remote-id>
<remote-id type="hackage">strict-concurrency</remote-id>
</upstream>
<longdescription lang="en">
strict-concurrency provides head normal form strict versions of standard
Haskell concurrency abstractions such as MVars and Chans. These variants
give callers more control over where evaluation happens than the default
lazy types.
</longdescription>
<longdescription lang="zh">
strict-concurrency 提供标准 Haskell 并发抽象(如 MVar 和 Chan的弱头范式
严格版本。相比默认的惰性类型,这些变体让调用者可以更明确地控制求值发生的
位置。
</longdescription>
</pkgmetadata>