[ bianca ]
[ 源代码: libxmlezout ]
软件包:libxmlezout-dev(1.06.2-17)
Easy-to-use library for emitting XML from Ada programs, dev files
XML EZ Out is a small set of packages intended to aid the creation of XML-formatted output from within Ada programs. It basically wraps the tags and data provided to it with XML syntax and writes them to a user-supplied medium.
This medium can be any sort of writable entity, such as a file, a memory buffer, or even a communications link, such as a socket. The only functionality required of the medium is that it supply a meaningful "Put" (for writing a string) and "New_Line" procedure.
This package contains file needed to develop applications with XML EZ OUT.
其他与 libxmlezout-dev 有关的软件包
|
|
|
|
-
- dep: gnat (<< 15)
- GNU Ada compiler
- dep: gnat (>= 14)
-
- dep: gnat-14
- GNU Ada compiler
-
- dep: gnat-14-ade93c16
- 本虚包由这些包填实: gnat-14-x86-64-linux-gnu
-
- dep: libxmlezout8 (= 1.06.2-17)
- Easy-to-use library for emitting XML from Ada programs, runtime