mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Bug: https://bugs.gentoo.org/689408 Bug: https://bugs.gentoo.org/640116 Bug: https://bugs.gentoo.org/746914 Bug: https://bugs.gentoo.org/705554 Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
33 lines
1.4 KiB
XML
33 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>scheme@gentoo.org</email>
|
|
<name>Gentoo Scheme Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="debug-freelist">Include garbage collector freelist debugging code</flag>
|
|
<flag name="debug-malloc">Include malloc debugging code</flag>
|
|
<flag name="deprecated">Enable deprecated features</flag>
|
|
<flag name="discouraged"> (implied by deprecated) enable merely discouraged features</flag>
|
|
<flag name="networking">Include networking interfaces</flag>
|
|
<flag name="regex"> Include regular expression interfaces</flag>
|
|
</use>
|
|
<upstream>
|
|
<doc>https://www.gnu.org/software/guile/manual/html_node/index.html</doc>
|
|
<remote-id type="savannah">guile</remote-id>
|
|
</upstream>
|
|
<slots>
|
|
<!-- See (guile)Parallel Installations. -->
|
|
<slot name="3.0">
|
|
Guile effective version 3.0.
|
|
</slot>
|
|
<slot name="2.2">
|
|
Guile effective version 2.2.
|
|
</slot>
|
|
</slots>
|
|
</pkgmetadata>
|