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

Last updated: September 28,2024

1. Install "ocaml-jsonm" package

This guide covers the steps necessary to install ocaml-jsonm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ocaml-jsonm

2. Uninstall "ocaml-jsonm" package

Learn how to uninstall ocaml-jsonm on openSUSE Leap:

$ sudo zypper remove ocaml-jsonm

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

Information for package ocaml-jsonm:
------------------------------------
Repository : Main Repository
Name : ocaml-jsonm
Version : 1.0.1-bp153.1.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 185,5 KiB
Installed : No
Status : not installed
Source package : ocaml-jsonm-1.0.1-bp153.1.14.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.