1# stringext 2 3This example is for the stringext library 4 5https://opam.ocaml.org/packages/stringext 6 7# Source file 8 9`bin/main.ml` 10 11# Building and running 12 13`dune exec bin/main.exe` 14 15# Cleaning up 16 17`dune clean`