No description
  • OCaml 99.3%
  • Makefile 0.5%
  • Dune 0.2%
Find a file
2020-04-18 15:51:54 +02:00
src Update wrt latest dmlenu 2020-04-18 15:51:54 +02:00
.gitignore Dunify & fix build 2019-03-15 18:50:30 +01:00
.merlin papiers integration 2016-09-04 14:35:08 +02:00
dune-project Dunify & fix build 2019-03-15 18:50:30 +01:00
Makefile Dunify & fix build 2019-03-15 18:50:30 +01:00
README.md Readme++ 2017-01-27 17:35:47 +01:00

menu

A dmenu-like multi-purpose menu bar, built using dmlenu.

Build

opam pin add dmlenu https://github.com/the-lambda-church/dmlenu.git
opam pin add papiers https://github.com/Armael/papiers.git
opam install cmdliner batteries lwt cohttp yojson
make

Some dependencies could be make optional, and can be easily removed by removing the corresponding feature in menu.ml:

  • papiers is only used by the corresponding plugin in papiers.ml
  • cohttp and yojson are only needed by the twitch.tv feature, in twitch.ml