cl-readline

GNU GPL, version 3

Common Lisp bindings to GNU Readline library

$ area51 add cl-readlineCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-readline:some-function ...)