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

Last updated: June 29,2024

1. Install "ocaml-atdj.x86_64" package

Learn how to install ocaml-atdj.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:43:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-atdj
Version : 2.2.1
Release : 2.fc34
Architecture : x86_64
Size : 585 k
Source : ocaml-atd-2.2.1-2.fc34.src.rpm
Repository : updates
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.