dev-haskell/strict-concurrency: new package, add 0.2.4.3

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2026-05-03 16:39:41 +08:00
parent 2bf0a59e34
commit 95027f8795
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?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>