Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armael/menu
https://github.com/armael/menu
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/armael/menu
- Owner: Armael
- Created: 2016-09-04T10:11:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T13:51:36.000Z (almost 5 years ago)
- Last Synced: 2024-11-12T18:12:06.299Z (2 months ago)
- Language: OCaml
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## menu
A dmenu-like multi-purpose menu bar, built using [dmlenu](https://github.com/the-lambda-church/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`