ocaml-coreutils icon indicating copy to clipboard operation
ocaml-coreutils copied to clipboard

OCaml rewrite of GNU coreutils

ocaml-coreutils

A rewrite of the GNU coreutils in OCaml for fun and learning.

Installation

Clone the repository, and build using Dune.

git clone https://github.com/namanmansukhani/ocaml-coreutils
cd ocaml-coreutils
dune build

The created executables can be found in the _build directory after building.

Contributing

Repository is open to contribution. Pull requests are welcome.