How to Install and Uninstall ocaml-uutf Package on openSUSE Leap

Last updated: May 19,2024

1. Install "ocaml-uutf" package

Here is a brief guide to show you how to install ocaml-uutf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocaml-uutf

2. Uninstall "ocaml-uutf" package

Here is a brief guide to show you how to uninstall ocaml-uutf on openSUSE Leap:

$ sudo zypper remove ocaml-uutf

3. Information about the ocaml-uutf package on openSUSE Leap

Information for package ocaml-uutf:
-----------------------------------
Repository : Main Repository
Name : ocaml-uutf
Version : 1.0.1-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 82.0 KiB
Installed : No
Status : not installed
Source package : ocaml-uutf-1.0.1-bp155.2.10.src
Upstream URL : http://erratique.ch/software/uutf
Summary : Non-blocking streaming Unicode codec for OCaml
Description :
Uutf is a non-blocking streaming codec to decode and encode the UTF-8,
UTF-16, UTF-16LE and UTF-16BE encoding schemes. It can efficiently
work character by character without blocking on IO. Decoders perform
character position tracking and support newline normalization.
Functions are also provided to fold over the characters of UTF encoded
OCaml string values and to directly encode characters in OCaml
Buffer.t values.