mlpost
OCaml interface to Metapost (command-line tool)
Install
- All systems
-
curl cmd.cat/mlpost.sh
- Debian
-
apt-get install mlpost
- Ubuntu
-
apt-get install mlpost
- Kali Linux
-
apt-get install mlpost
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mlpost
- Raspbian
-
apt-get install mlpost
- Dockerfile
- dockerfile.run/mlpost
mlpost
OCaml interface to Metapost (command-line tool)
Mlpost is an OCaml library for scientific drawing. It relies on Metapost, giving the possibility to include (La)TeX fragments. Mlpost users can use the full power of OCaml to generate their diagrams, including static typing and the possibility to use any OCaml library. Moreover, Mlpost promotes a declarative style quite different from existing tools. This package contains a command-line tool to ease the generation of PostScript or PDF figures directly from .ml files.