How to Install and Uninstall ocaml-atd.x86_64 Package on Fedora 35

Last updated: May 19,2024

1. Install "ocaml-atd.x86_64" package

This tutorial shows how to install ocaml-atd.x86_64 on Fedora 35

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

2. Uninstall "ocaml-atd.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-atd.x86_64 on Fedora 35:

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

3. Information about the ocaml-atd.x86_64 package on Fedora 35

Last metadata expiration check: 5:41:33 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-atd
Version : 2.2.1
Release : 3.fc35
Architecture : x86_64
Size : 1.7 M
Source : ocaml-atd-2.2.1-3.fc35.src.rpm
Repository : fedora
Summary : Static Types for Json APIs
URL : https://github.com/ahrefs/atd
License : BSD
Description : ATD stands for Adaptable Type Definitions. It is a syntax for defining
: cross-language data types. It is used as input to generate efficient and
: type-safe serializers, deserializers and validators. The current target
: languages are OCaml and Java.
:
: The following opam packages are provided by the atd project:
:
: * atdgen: executable that generates OCaml code dealing with json and
: biniou data formats
: * atdj: executable that generates Java code dealing with json
: * atd: library for parsing atd files used by code generators