cl-getopt

Public Domain

CFFI wrapper to the libc getopt_long function

$ area51 add cl-getoptCopy

Usage

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

Dependencies