How to Install and Uninstall ocaml-atdj.x86_64 Package on Fedora 36

Last updated: January 11,2025

1. Install "ocaml-atdj.x86_64" package

This tutorial shows how to install ocaml-atdj.x86_64 on Fedora 36

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

2. Uninstall "ocaml-atdj.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-atdj.x86_64 on Fedora 36:

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

3. Information about the ocaml-atdj.x86_64 package on Fedora 36

Last metadata expiration check: 5:26:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-atdj
Version : 2.2.1
Release : 6.fc36
Architecture : x86_64
Size : 611 k
Source : ocaml-atd-2.2.1-6.fc36.src.rpm
Repository : fedora
Summary : Java code generation for ATD
URL : https://github.com/ahrefs/atd
License : BSD
Description : Atdj is a program that generates a Java interface from type definitions. In
: particular, given a set of ATD type definitions, this tool generates a set of
: Java classes representing those types with built-in JSON serializers and
: deserializers.
:
: The primary benefits of using the generated interface, over manually
: manipulating JSON strings from within Java, are safety and ease of use.
: Specifically, the generated interface offers the following features:
:
: - JSON strings are automatically checked for correctness with respect to the ATD
: specification.
:
: - Details such as optional fields and their associated default values are
: automatically handled.