otags
tags file generator for OCaml
Install
- All systems
-
curl cmd.cat/otags.sh
- Debian
-
apt-get install otags
- Ubuntu
-
apt-get install otags
- Kali Linux
-
apt-get install otags
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install otags
- Raspbian
-
apt-get install otags
- Dockerfile
- dockerfile.run/otags
otags
tags file generator for OCaml
Otags generates "tags" files for emacs and vi/vim to give these editors the ability to directly jump to function and value definitions. Otags is based on Camlp4. It can load all Camlp4 syntax extentions and can therefore parse all sources that Camlp4 can parse (including standard and revised syntax).