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

Last updated: October 06,2024

1. Install "ocaml-atd.x86_64" package

Please follow the instructions below to install ocaml-atd.x86_64 on Fedora 34

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

2. Uninstall "ocaml-atd.x86_64" package

Learn how to uninstall ocaml-atd.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:06:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-atd
Version : 2.2.1
Release : 2.fc34
Architecture : x86_64
Size : 1.7 M
Source : ocaml-atd-2.2.1-2.fc34.src.rpm
Repository : updates
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