Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides an XML Schema and its catalog. The schema constrains the syntax of xml:lang, xml:spec, xml:base, and xml:id in the schema language defined by the XML Schema Recommendation Second Edition of 28 October 2004.
The proposal of this package is to provide XPath 1.0 and 2.0 selectors for Python's ElementTree XML data structures, both for the standard ElementTree library and for the lxml.etree library.
For lxml.etree this package can be useful for providing XPath 2.0 selectors, because lxml.etree already has its own implementation of XPath 1.0.
FreeXL is a C library to extract valid data from within an Excel (.xls, .xlsx) or LibreOffice (.ods) spreadsheet.
The conventional models for parsing XML are either DOM (a data structure representing the entire document tree is created) or SAX (callbacks are issued for each element in the XML).
XML grammar is recursive - so it's nice to be able to write recursive parsers for it. XML::Descent allows such parsers to be created.
HTML-XML-utils provides a number of simple utilities for manipulating and converting HTML and XML files in various ways. The suite consists of the following tools:
asc2xmlconvert fromUTF-8to&#nnn;entitiesxml2ascconvert from&#nnn;entities toUTF-8hxaddidadd IDs to selected elementshxcitereplace bibliographic references by hyperlinkshxcitemkbib - expand references and create bibliographyhxcleanapply heuristics to correct an HTML filehxcopycopy an HTML file while preserving relative linkshxcountcount elements and attributes in HTML or XML fileshxextractextract selected elementshxinclexpand included HTML or XML fileshxindexcreate an alphabetically sorted indexhxmkbibcreate bibliography from a templatehxmultitoccreate a table of contents for a set of HTML fileshxname2idmove someID=orNAME=from A elements to their parentshxnormalizepretty-print an HTML filehxnsxmlconvert output of hxxmlns back to normal XMLhxnumnumber section headings in an HTML filehxpipeconvert XML to a format easier to parse with Perl or AWKhxprintlinksnumber links and add table of URLs at end of an HTML filehxpruneremove marked elements from an HTML filehxrefgenerate cross-referenceshxselectextract elements that match a (CSS) selectorhxtocinsert a table of contents in an HTML filehxuncdatareplace CDATA sections by character entitieshxunentreplace HTML predefined character entities toUTF-8hxunpipeconvert output of pipe back to XML formathxunxmlnsreplace "global names" by XML Namespace prefixeshxwlslist links in an HTML filehxxmlnsreplace XML Namespace prefixes by "global names"
This module aims to comply exactly to the https://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. It also provides the command xpath.
This module understands WSDL version 1.1. A WSDL file defines a set of messages to be send and received over SOAP connections. This involves encoding of the message to be send into XML, sending the message to the server, collect the answer, and finally decoding the XML to Perl.
The xmlschema library is an implementation of XML Schema for Python. It has full support for the XSD 1.0 and 1.1 standards, an XPath-based API for finding schema's elements and attributes; and can encode and decode XML data to JSON and other formats.
TinyXML is a small and simple XML parsing library for the C++ programming language.
This is a collection of perl classes for reading and writing directed graphs in a variety of file formats. The graphs are represented in Perl using Jarkko Hietaniemi's Graph classes.
There are two base classes. Graph::Reader is the base class for classes which read a graph file and create an instance of the Graph class. Graph::Writer is the base class for classes which take an instance of the Graph class and write it out in a specific file format.
This is an XML writer that understands SAX2. It is based on XML::Handler::YAWriter.
The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt.
Mini-XML is a small C library to read and write XML files and strings in UTF-8 and UTF-16 encoding.
This package provides the same API as XML::Simple but is based on XML::LibXML.
Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
This module provides an XPath engine, that can be re-used by other modules/classes that implement trees.
In order to use the XPath engine, nodes in the user module need to mimic DOM nodes. The degree of similitude between the user tree and a DOM dictates how much of the XPath features can be used. A module implementing all of the DOM should be able to use this module very easily (you might need to add the cmp method on nodes in order to get ordered result sets).
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.
This package provides a Python library to convert XML to OrderedDict.
The XML Security Library is a C library based on Libxml2. It supports XML security standards such as XML Signature, XML Encryption, Canonical XML (part of Libxml2) and Exclusive Canonical XML (part of Libxml2).
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into an XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++.
The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt.
The XML Security Library is a C library based on Libxml2. It supports XML security standards such as XML Signature, XML Encryption, Canonical XML (part of Libxml2) and Exclusive Canonical XML (part of Libxml2).
XML::Twig is an XML transformation module. Its strong points: can be used to process huge documents while still being in tree mode; not bound by DOM or SAX, so it is very perlish and offers a very comprehensive set of methods; simple to use; DWIMs as much as possible.
What it doesn't offer: full SAX support (it can export SAX, but only reads XML), full XPath support (unless you use XML::Twig::XPath), nor DOM support.
libebml is a C++ library to read and write EBML (Extensible Binary Meta Language) files. EBML was designed to be a simplified binary extension of XML for the purpose of storing and manipulating data in a hierarchical form with variable field lengths.