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

Last updated: November 29,2024

1. Install "ocaml-cinaps.x86_64" package

Here is a brief guide to show you how to install ocaml-cinaps.x86_64 on Fedora 39

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

2. Uninstall "ocaml-cinaps.x86_64" package

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

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

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

Last metadata expiration check: 4:22:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-cinaps
Version : 0.15.1
Release : 13.fc39
Architecture : x86_64
Size : 672 k
Source : ocaml-cinaps-0.15.1-13.fc39.src.rpm
Repository : fedora
Summary : Trivial Metaprogramming tool using the OCaml toplevel
URL : https://github.com/ocaml-ppx/cinaps
License : MIT
Description : Cinaps is a trivial Metaprogramming tool for OCaml using the OCaml
: toplevel.
:
: It is intended for two purposes:
: - when you want to include a bit of generated code in a file, but writing
: a proper generator/ppx rewriter is not worth it;
: - when you have many repeated blocks of similar code in your program, to
: help writing and maintaining them.
:
: It is not intended as a general preprocessor, and in particular can only
: be used to generate static code that is independent of the system.