DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamecl-s-xml
Beschreibungsimple Common Lisp XML parser
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1:20080723-1
Sektionuniverse/devel
Prioritätoptional
Installierte Größe252 Byte
Hängt ab voncommon-lisp-controller (>= 5.11)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelles-xml
Paketgröße34786 Byte
Prüfsumme MD53cda0079e72fce8c3879e6835708d66b
Prüfsumme SHA16a5687f265305f5c7e23303c14246f93ae20b6a0
Prüfsumme SHA256509068ca71611397811cfa4bfcc5d7ae3f9175ebf5c62f3ce6c9b2d3e32bdf20
Link zum Herunterladencl-s-xml_20080723-1_all.deb
Ausführliche BeschreibungS-XML is a Common Lisp implementation of a simple XML parser, with a SAX-like and DOM interface. . This XML parser implementation has the following features: * It works (handling many common XML usages). * It is very small (the core is about 400 lines of code, including comments and whitespace). * It has a core API that is simple, efficient and pure functional, much like that from SSAX (see also http://ssax.sourceforge.net). * It supports different DOM models: an XSML-based one, an LXML-based one and a classic xml-element struct based one. * It is reasonably time and space efficient (internally avoiding garbage generation as much as possible). . This XML parser implementation has the following limitations: * It does not support CDATA. * It does not support name spaces. * It does not support any special tags (like processing instructions). * It is not validating, even skips DTD's all together.


Impressum
Linux is a registered trademark of Linus Torvalds