OCamlPro / ocp-indent

Indentation tool for OCaml, to be used from editors like Emacs and Vim.
http://www.typerex.org/ocp-indent.html
Other
200 stars 63 forks source link

Remove unnecessary 'bytes' dependency #326

Open nojb opened 3 months ago

nojb commented 3 months ago

ocp-indent is built with Dune, which is only supported on OCaml version >= 4.02, which is the version when bytes was introduced.