/dmlenu

a clone of dmenu written in OCaml.

Primary LanguageOCamlMIT LicenseMIT

A library to easily create dmenu-like applications.

Dependencies

  • jbuilder (build)
  • Base
  • Stdio
  • Yojson (optional)
  • Cmdliner (optional, needed only to build the examples)

Building

$ make

Examples

In the examples/ directory. They can be built (from the root of the repo) using:

$ make examples

Documentation

http://the-lambda-church.github.io/dmlenu/ (might be outdated)