Skip to content

thufschmitt/dmlenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library to easily create dmenu like applications.

Dependencies

  • Oasis
  • Batteries
  • Yojson (optionnal)
  • Cmdliner (optionnal, needed only to build the examples)

Building and installing

$ oasis setup
$ ./configure [options]
$ make
$ make install

Documentation

Once oasis setup has run, just call make doc.
Or just go to : http://the-lambda-church.github.io/dmlenu/

About

a clone of dmenu written in OCaml.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 78.9%
  • C 21.1%