How to Install and Uninstall ocaml-jsonm Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "ocaml-jsonm" package

This is a short guide on how to install ocaml-jsonm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-jsonm

2. Uninstall "ocaml-jsonm" package

Please follow the guidelines below to uninstall ocaml-jsonm on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-jsonm

3. Information about the ocaml-jsonm package on openSuSE Tumbleweed

Information for package ocaml-jsonm:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-jsonm
Version : 1.0.1-4.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,6 KiB
Installed : No
Status : not installed
Source package : ocaml-jsonm-1.0.1-4.2.src
Summary : Non-blocking streaming JSON codec for OCaml
Description :
Jsonm is an OCaml non-blocking streaming codec to decode and encode the JSON
data format. It can process JSON text without blocking on IO and without a
complete in-memory representation of the data.
The uncut codec also processes whitespace and (non-standard) JSON with
JavaScript comments.