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

Last updated: October 05,2024

1. Install "ocaml-atdgen.i686" package

This guide covers the steps necessary to install ocaml-atdgen.i686 on Fedora 36

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

2. Uninstall "ocaml-atdgen.i686" package

This tutorial shows how to uninstall ocaml-atdgen.i686 on Fedora 36:

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

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

Last metadata expiration check: 2:34:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-atdgen
Version : 2.2.1
Release : 6.fc36
Architecture : i686
Size : 893 k
Source : ocaml-atd-2.2.1-6.fc36.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.