Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 454 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 454 Bytes

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)