forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
27 lines (27 loc) · 1.19 KB
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Common Lisp Project</name>
</maintainer>
<longdescription lang="en">
FLEXI-STREAMS implements "virtual" bivalent streams that can be
layered atop real binary or bivalent streams and that can be used
to read and write character data in various single- or multi-octet
encodings which can be changed on the fly. It also supplies
in-memory binary streams which are similar to string streams.
</longdescription>
<longdescription lang="es">
FLEXI-STREAMS implementa flujos de datos bivalentes "virtuales"
que se pueden superponer a flujos de datos binarios reales o
bivalentes y que pueden ser utilizados para leer y escribir datos
en caracteres en distintas codificaciones sencillas o multi-octeto
que a su vez se pueden cambiar al vuelo. También proporciona flujos
de datos en memoria que son similares a los flujos de datos de
cadenas de caracteres.
</longdescription>
<upstream>
<remote-id type="github">edicl/flexi-streams</remote-id>
</upstream>
</pkgmetadata>