Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37039044
en ru br
ALT Linux repos
S:1.1.48-alt1

Group :: Development/Erlang
RPM: erlang-fast_xml

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.1.48-alt1
Build date: 17 january 2022, 08:44 ( 114.5 weeks ago )
Size: 91.31 Kb

Home page:   https://github.com/processone/fast_xml

License: Apache-2.0
Summary: Fast Expat based Erlang XML parsing library
Description:

Fast Expat based Erlang XML parsing and manipulation library,
with a strong focus on XML stream parsing from network.

It supports:
   Full XML structure parsing: Suitable for small but complete XML chunks.
   XML stream parsing: Suitable for large XML document,
   or infinite network XML stream like XMPP.

This module can parse files much faster than built-in module xmerl.
Depending on file complexity and size fxml_stream:parse_element/1
can be 8-18 times faster than calling xmerl_scan:string/2.

This application was previously called p1_xml and was renamed
after major optimisations to put emphasis on the fact it is damn fast.

Current maintainer: Aleksei Nikiforov

List of contributors

List of rpms provided by this srpm:

  • erlang-fast_xml
  • erlang-fast_xml-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin