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

Last updated: September 06,2024

1. Install "ocaml-atdgen.x86_64" package

This guide let you learn how to install ocaml-atdgen.x86_64 on Fedora 35

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

2. Uninstall "ocaml-atdgen.x86_64" package

Learn how to uninstall ocaml-atdgen.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:45:16 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-atdgen
Version : 2.2.1
Release : 3.fc35
Architecture : x86_64
Size : 878 k
Source : ocaml-atd-2.2.1-3.fc35.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.