How to Install and Uninstall ocaml-atds.x86_64 Package on Fedora 38

Last updated: October 10,2024

1. Install "ocaml-atds.x86_64" package

This tutorial shows how to install ocaml-atds.x86_64 on Fedora 38

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

2. Uninstall "ocaml-atds.x86_64" package

Please follow the guidance below to uninstall ocaml-atds.x86_64 on Fedora 38:

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

3. Information about the ocaml-atds.x86_64 package on Fedora 38

Last metadata expiration check: 5:27:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ocaml-atds
Version : 2.2.1
Release : 11.fc38
Architecture : x86_64
Size : 574 k
Source : ocaml-atd-2.2.1-11.fc38.src.rpm
Repository : fedora
Summary : ATD Code generator for Scala
URL : https://github.com/ahrefs/atd
License : BSD
Description : Atds is a program that generates a Scala interface from type definitions. In
: particular, given a set of ATD type definitions, this tool generates a set of
: Scala 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 Scala, 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.