How to Install and Uninstall ocaml-atdgen.x86_64 Package on Fedora 34

Last updated: June 26,2024

1. Install "ocaml-atdgen.x86_64" package

Please follow the steps below to install ocaml-atdgen.x86_64 on Fedora 34

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

2. Uninstall "ocaml-atdgen.x86_64" package

This guide covers the steps necessary to uninstall ocaml-atdgen.x86_64 on Fedora 34:

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

3. Information about the ocaml-atdgen.x86_64 package on Fedora 34

Last metadata expiration check: 4:44:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-atdgen
Version : 2.2.1
Release : 2.fc34
Architecture : x86_64
Size : 892 k
Source : ocaml-atd-2.2.1-2.fc34.src.rpm
Repository : updates
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.