How to Install and Uninstall ocaml-markup.x86_64 Package on Fedora 36
Last updated: November 28,2024
1. Install "ocaml-markup.x86_64" package
This tutorial shows how to install ocaml-markup.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
ocaml-markup.x86_64
Copied
2. Uninstall "ocaml-markup.x86_64" package
In this section, we are going to explain the necessary steps to uninstall ocaml-markup.x86_64 on Fedora 36:
$
sudo dnf remove
ocaml-markup.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ocaml-markup.x86_64 package on Fedora 36
Last metadata expiration check: 2:09:53 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-markup
Version : 1.0.2
Release : 7.fc36
Architecture : x86_64
Size : 887 k
Source : ocaml-markup-1.0.2-7.fc36.src.rpm
Repository : fedora
Summary : Error-recovering streaming HTML5 and XML parsers for OCaml
URL : http://aantron.github.io/markup.ml/
License : MIT
Description : Markup.ml is a pair of parsers implementing the HTML5 and XML
: specifications, including error recovery. Usage is simple, because each
: parser is a function from byte streams to parsing signal streams.
:
: In addition to being error-correcting, the parsers are:
: - **streaming**: parsing partial input and emitting signals while more
: input is still being received;
: - **lazy**: not parsing input unless you have requested the next parsing
: signal, so you can easily stop parsing part-way through a document;
: - **non-blocking**: they can be used with Lwt, but still provide a
: straightforward synchronous interface for simple usage; and
: - **one-pass**: memory consumption is limited since the parsers don't
: build up a document representation, nor buffer input beyond a small
: amount of lookahead.
:
: The parsers detect character encodings automatically, and emit everything
: in UTF-8. The HTML parser understands SVG and MathML, in addition to
: HTML5.
Available Packages
Name : ocaml-markup
Version : 1.0.2
Release : 7.fc36
Architecture : x86_64
Size : 887 k
Source : ocaml-markup-1.0.2-7.fc36.src.rpm
Repository : fedora
Summary : Error-recovering streaming HTML5 and XML parsers for OCaml
URL : http://aantron.github.io/markup.ml/
License : MIT
Description : Markup.ml is a pair of parsers implementing the HTML5 and XML
: specifications, including error recovery. Usage is simple, because each
: parser is a function from byte streams to parsing signal streams.
:
: In addition to being error-correcting, the parsers are:
: - **streaming**: parsing partial input and emitting signals while more
: input is still being received;
: - **lazy**: not parsing input unless you have requested the next parsing
: signal, so you can easily stop parsing part-way through a document;
: - **non-blocking**: they can be used with Lwt, but still provide a
: straightforward synchronous interface for simple usage; and
: - **one-pass**: memory consumption is limited since the parsers don't
: build up a document representation, nor buffer input beyond a small
: amount of lookahead.
:
: The parsers detect character encodings automatically, and emit everything
: in UTF-8. The HTML parser understands SVG and MathML, in addition to
: HTML5.