xmltrip
OCaml xml manipulation module
Install
- All systems
-
curl cmd.cat/xmltrip.sh
- Debian
-
apt-get install libxmlm-ocaml-dev
- Ubuntu
-
apt-get install libxmlm-ocaml-dev
- Kali Linux
-
apt-get install libxmlm-ocaml-dev
- Fedora
-
dnf install ocaml-xmlm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxmlm-ocaml-dev
- Raspbian
-
apt-get install libxmlm-ocaml-dev
- Dockerfile
- dockerfile.run/xmltrip
libxmlm-ocaml-dev
OCaml xml manipulation module
Xmlm allows the OCaml programmer to manipulate xml data. Its complexity is half-way between the easy xml-light module and a full parsing of xml data. It is also very simple to updgrade existing code using xml-light in order to use xmlm. This package contains all the development stuff you need to develop OCaml programs which use xmlm.