63 lines
2.8 KiB
XML
63 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<software-distribution project="MinGW" home="http://mingw.org" issue="2016010400">
|
|
|
|
<!-- File: mingw32-libunistring.xml -->
|
|
|
|
<package-collection subsystem="mingw32">
|
|
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
|
|
|
|
<package name="mingw32-libunistring" alias="libunistring">
|
|
<affiliate group="MinGW Contributed Libraries" />
|
|
|
|
<description lang="en" title="libunistring: Library for manipulating Unicode strings">
|
|
<paragraph> Text files are nowadays usually encoded in Unicode, and may
|
|
consist of very different scripts - from Latin letters to Chinese
|
|
Hanzi -, with many kinds of special characters - accents,
|
|
right-to-left writing marks, hyphens, Roman numbers, and much more.
|
|
But the POSIX platform APIs for text do not contain adequate functions
|
|
for dealing with particular properties of many Unicode characters. In
|
|
fact, the POSIX APIs for text have several assumptions at their base
|
|
which don't hold for Unicode text. This library provides functions for
|
|
manipulating Unicode strings and for manipulating C strings according
|
|
to the Unicode standard.
|
|
</paragraph>
|
|
</description>
|
|
|
|
<licence tarname="libunistring-%-mingw32-%-lic.tar.%" />
|
|
<source tarname="libunistring-%-mingw32-%-src.tar.%" />
|
|
|
|
<component class="dll">
|
|
<release tarname="libunistring-0.9.6-1-mingw32-dll-2.tar.lzma" >
|
|
<requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
|
|
<requires eq="mingw32-libiconv-*-mingw32-*-dll-2.tar" />
|
|
</release>
|
|
<release tarname="libunistring-0.9.3-1-mingw32-dll-0.tar.lzma" >
|
|
<requires eq="mingw32-libgcc-*-mingw32-dll-1.tar" />
|
|
<requires eq="mingw32-libiconv-*-mingw32-*-dll-2.tar" />
|
|
</release>
|
|
</component>
|
|
|
|
<component class="doc">
|
|
<release tarname="libunistring-0.9.6-1-mingw32-doc.tar.lzma" />
|
|
<release tarname="libunistring-0.9.3-1-mingw32-doc.tar.lzma" />
|
|
</component>
|
|
|
|
<component class="lic">
|
|
<release tarname="libunistring-0.9.6-1-mingw32-lic.tar.lzma" />
|
|
<release tarname="libunistring-0.9.3-1-mingw32-lic.tar.lzma" />
|
|
</component>
|
|
|
|
<component class="dev">
|
|
<release tarname="libunistring-0.9.6-1-mingw32-dev.tar.lzma" >
|
|
<requires eq="mingw32-libunistring-%-mingw32-%-dll-2.tar" />
|
|
</release>
|
|
<release tarname="libunistring-0.9.3-1-mingw32-dev.tar.lzma" >
|
|
<requires eq="mingw32-libunistring-%-mingw32-%-dll-0.tar" />
|
|
</release>
|
|
</component>
|
|
</package>
|
|
|
|
</package-collection>
|
|
</software-distribution>
|
|
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->
|