How to Install and Uninstall ocaml-atdgen.i686 Package on Fedora 38

Last updated: October 06,2024

1. Install "ocaml-atdgen.i686" package

In this section, we are going to explain the necessary steps to install ocaml-atdgen.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install ocaml-atdgen.i686

2. Uninstall "ocaml-atdgen.i686" package

Please follow the guidelines below to uninstall ocaml-atdgen.i686 on Fedora 38:

$ sudo dnf remove ocaml-atdgen.i686 $ sudo dnf autoremove

3. Information about the ocaml-atdgen.i686 package on Fedora 38

Last metadata expiration check: 3:51:26 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-atdgen
Version : 2.2.1
Release : 11.fc38
Architecture : i686
Size : 910 k
Source : ocaml-atd-2.2.1-11.fc38.src.rpm
Repository : fedora
Summary : Generates efficient JSON serializers, deserializers and validators
URL : https://github.com/ahrefs/atd
License : BSD
Description : Atdgen is a command-line program that takes as input type definitions in the ATD
: syntax and produces OCaml code suitable for data serialization and
: deserialization. Two data formats are currently supported, these are biniou and
: JSON. Atdgen-biniou and Atdgen-json will refer to Atdgen used in one context or
: the other. Atdgen was designed with efficiency and durability in mind. Software
: authors are encouraged to use Atdgen directly and to write tools that may reuse
: part of Atdgen’s source code.