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

Last updated: January 16,2025

1. Install "ocaml-atds.x86_64" package

Please follow the guidelines below to install ocaml-atds.x86_64 on Fedora 36

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

2. Uninstall "ocaml-atds.x86_64" package

Please follow the guidelines below to uninstall ocaml-atds.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:24:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-atds
Version : 2.2.1
Release : 6.fc36
Architecture : x86_64
Size : 557 k
Source : ocaml-atd-2.2.1-6.fc36.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.