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

Last updated: November 26,2024

1. Install "ocaml-atdgen.x86_64" package

This tutorial shows how to install ocaml-atdgen.x86_64 on Fedora 39

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

2. Uninstall "ocaml-atdgen.x86_64" package

Please follow the guidelines below to uninstall ocaml-atdgen.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:56:26 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-atdgen
Version : 2.12.0
Release : 3.fc39
Architecture : x86_64
Size : 1.2 M
Source : ocaml-atd-2.12.0-3.fc39.src.rpm
Repository : fedora
Summary : Generates efficient JSON serializers, deserializers and validators
URL : https://github.com/ahrefs/atd
License : BSD-3-Clause
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.