dev-scheme/racket: update metadata

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2021-01-18 13:16:22 +01:00
parent 2579a571e2
commit 2fc6747144
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 21 additions and 14 deletions

View File

@ -1,18 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
<flag name="futures">
Enable racket/future library for fine-grained hardware parallelism
</flag>
<flag name="graphics">
Enable support for graphics
</flag>
<flag name="places">
Enable racket/place library for share-nothing parallelism and message-passing communication. Compared to futures, places are heavyweight, but they have a simpler performance model.
</flag>
<flag name="threads">
Enable support for green threads
</flag>
</use>
<maintainer type="person">
<email>xgqt@protonmail.com</email>
<name>Maciej Barć</name>
</maintainer>
<use>
<flag name="futures">
Enable racket/future library for fine-grained hardware parallelism
</flag>
<flag name="graphics">
Enable support for graphics
</flag>
<flag name="places">
Enable racket/place library for share-nothing parallelism and message-passing communication. Compared to futures, places are heavyweight, but they have a simpler performance model.
</flag>
<flag name="threads">
Enable support for green threads
</flag>
</use>
<upstream>
<remote-id type="github">racket/racket</remote-id>
</upstream>
</pkgmetadata>