mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
7b3b2e6a5f
cligen builds and interprets datastructures (a parse-tree) which a library (libcligen) interprets in runtime. It is fast and efficient and helps you develop CLIs easier. You enter a CLI syntax either in a text file, you write callback functions where you call the right library routines. WWW: http://cligen.se/ PR: 227663 Submitted by: Dave Cornejo <dcornejo@netgate.com>
16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
include/cligen/cligen.h
|
|
include/cligen/cligen_buf.h
|
|
include/cligen/cligen_cvec.h
|
|
include/cligen/cligen_expand.h
|
|
include/cligen/cligen_gen.h
|
|
include/cligen/cligen_handle.h
|
|
include/cligen/cligen_io.h
|
|
include/cligen/cligen_print.h
|
|
include/cligen/cligen_read.h
|
|
include/cligen/cligen_syntax.h
|
|
include/cligen/cligen_util.h
|
|
include/cligen/cligen_var.h
|
|
lib/libcligen.so
|
|
lib/libcligen.so.3
|
|
lib/libcligen.so.3.7
|