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

Last updated: September 24,2024

1. Install "ocaml-atdj.x86_64" package

Please follow the instructions below to install ocaml-atdj.x86_64 on Fedora 39

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

2. Uninstall "ocaml-atdj.x86_64" package

This guide covers the steps necessary to uninstall ocaml-atdj.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 5:42:23 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ocaml-atdj
Version : 2.12.0
Release : 3.fc39
Architecture : x86_64
Size : 828 k
Source : ocaml-atd-2.12.0-3.fc39.src.rpm
Repository : fedora
Summary : Java code generation for ATD
URL : https://github.com/ahrefs/atd
License : BSD-3-Clause
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.