How to Install and Uninstall ocaml-bin-prot.x86_64 Package on Fedora 35
Last updated: November 25,2024
1. Install "ocaml-bin-prot.x86_64" package
Please follow the step by step instructions below to install ocaml-bin-prot.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
ocaml-bin-prot.x86_64
Copied
2. Uninstall "ocaml-bin-prot.x86_64" package
Here is a brief guide to show you how to uninstall ocaml-bin-prot.x86_64 on Fedora 35:
$
sudo dnf remove
ocaml-bin-prot.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ocaml-bin-prot.x86_64 package on Fedora 35
Last metadata expiration check: 3:30:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-bin-prot
Epoch : 1
Version : 0.14.0
Release : 10.fc35
Architecture : x86_64
Size : 555 k
Source : ocaml-bin-prot-0.14.0-10.fc35.src.rpm
Repository : fedora
Summary : Read and write OCaml values in a type-safe binary protocol
URL : https://github.com/janestreet/bin_prot
License : MIT and BSD
Description : This library contains functionality for reading and writing OCaml
: values in a type-safe binary protocol. These functions are extremely
: efficient and provide users with a convenient and safe way of
: performing I/O on any extensionally defined data type. This means that
: functions, objects, and values whose type is bound through a
: polymorphic record field are not supported, but everything else is.
:
: As of now, there is no support for cyclic or shared values. Cyclic
: values will lead to non-termination whereas shared values, besides
: requiring significantly more space when encoded, may lead to a
: substantial increase in memory footprint when they are read back in.
Available Packages
Name : ocaml-bin-prot
Epoch : 1
Version : 0.14.0
Release : 10.fc35
Architecture : x86_64
Size : 555 k
Source : ocaml-bin-prot-0.14.0-10.fc35.src.rpm
Repository : fedora
Summary : Read and write OCaml values in a type-safe binary protocol
URL : https://github.com/janestreet/bin_prot
License : MIT and BSD
Description : This library contains functionality for reading and writing OCaml
: values in a type-safe binary protocol. These functions are extremely
: efficient and provide users with a convenient and safe way of
: performing I/O on any extensionally defined data type. This means that
: functions, objects, and values whose type is bound through a
: polymorphic record field are not supported, but everything else is.
:
: As of now, there is no support for cyclic or shared values. Cyclic
: values will lead to non-termination whereas shared values, besides
: requiring significantly more space when encoded, may lead to a
: substantial increase in memory footprint when they are read back in.